Kovid Goyal
2c42f8bb37
Clean up logging to use python3 printing as well
2020-07-26 13:52:54 +05:30
Kovid Goyal
86c4eb86a1
Get rid of prints()
...
Not needed in python3
2020-07-26 13:52:54 +05:30
Kovid Goyal
808822e694
Simplify windows terminal handling code
...
We rely on the fact that python 3 now knows how to write unicode to
windows consoles. And we setup the console to understand ANSI escape
codes
2020-07-26 13:52:54 +05:30
Kovid Goyal
c51e3df17e
py3: fix incorrect import of c_wchar_p from wintypes
2020-07-26 13:52:53 +05:30
Kovid Goyal
16f93c0ba8
py3 compat for the recycle bin process
2020-07-26 13:52:53 +05:30
Kovid Goyal
317ed0d7bf
HRESULT has moved from wintypes in python 3.8
2020-07-26 13:52:53 +05:30
Kovid Goyal
9cfbdf43eb
Get rid of narrow build codepaths
2020-07-26 13:52:53 +05:30
Kovid Goyal
eb37ab0a38
Fix failing winutil test
2020-07-26 13:52:53 +05:30
Kovid Goyal
ee6966b4e7
Various compilation fixed for windows extensions on python3
2020-07-26 13:52:52 +05:30
Kovid Goyal
85e27bdc7e
Get rid of msstdint.h
...
Not needed with VS 2017 and conflicts with default stdint.h which is
pulled in by python 3
2020-07-26 13:52:52 +05:30
Kovid Goyal
fe2c7ffde6
Allow subprocess to use posix_spawn()
...
This is both faster and needed on macOS where one cannot use fork()
when using Qt.
2020-07-26 13:52:52 +05:30
Kovid Goyal
1470bda435
Write to buffer
2020-07-26 13:52:52 +05:30
Kovid Goyal
8573820fe2
De-vendor pychm
2020-07-26 13:52:52 +05:30
Kovid Goyal
d01294a99b
The Apple build is working
2020-07-26 13:52:52 +05:30
Kovid Goyal
c3b4d0d565
Auto fix excess blank lines
2020-07-26 13:52:51 +05:30
Kovid Goyal
a9a32bb035
Remove some more referefences to the old lzma
2020-07-26 13:52:51 +05:30
Kovid Goyal
3c06e72d11
Drop the custom lzma module
...
Use the builtin one from the python stdlib
2020-07-26 13:52:51 +05:30
Kovid Goyal
462c090652
Add sgmllib ported to python 3 for feedparser
2020-07-26 13:52:51 +05:30
Kovid Goyal
6f0e3b90a5
Get the linux frozen build working with py3
2020-07-26 13:52:51 +05:30
Kovid Goyal
d70f32ce24
Minor fixups for changes when removing py3 conditionals
2020-07-26 13:52:51 +05:30
Kovid Goyal
582b39d04e
Remove py3 conditionals
2020-07-26 13:52:51 +05:30
Kovid Goyal
0effed98d6
Remove hardcoding of mbcs for filesystem names
2020-07-26 13:52:50 +05:30
Kovid Goyal
b62ca89e8b
Remove useless __future__ imports
...
Not needed on python3
2020-07-26 13:52:50 +05:30
Kovid Goyal
7e70f2a6f7
Change shebangs to python from python2
...
Also remove a few other miscellaneous references to python2
2020-07-26 13:52:50 +05:30
Kovid Goyal
835a71e39d
...
2020-07-26 13:42:35 +05:30
Kovid Goyal
1558b858a6
Fix translated string not being used in a couple of places
2020-07-25 21:17:50 +05:30
Kovid Goyal
bc90617eec
oops
2020-07-24 13:07:56 +05:30
Kovid Goyal
9b386b6a46
Font scanner: Also scan the new win 10 local font paths
...
Fixes #1888798 [Additional Windows 10 font directory location (v 1809)](https://bugs.launchpad.net/calibre/+bug/1888798 )
2020-07-24 13:03:52 +05:30
Kovid Goyal
661eb97d3c
Also update window title when saving book
2020-07-22 17:26:37 +05:30
Kovid Goyal
53cd9b3f42
Edit book: Show EPUB version in window title
2020-07-22 17:24:09 +05:30
Charles Haley
f5838785d9
Enhancement #1888456 : Request: "if column is set/not set" for int columns
2020-07-22 10:04:02 +01:00
Charles Haley
c48229b645
Enhancement #1886079 : Fix incorrect implementation of False default for bool columns
2020-07-21 17:37:35 +01:00
Kovid Goyal
4ad884f96c
Viewer: Add a setting to control how many pixels a scroll wheel should generate before triggering a page turn
2020-07-19 13:49:35 +05:30
Charles Haley
10fcd6064c
Enhancement #1888053 : Focus on author in the Category editor window when right clicking on an author
2020-07-19 08:46:50 +01:00
Kovid Goyal
c341ed4172
Viewer: Fix typing values in font size adjust control not working
2020-07-19 12:17:34 +05:30
Kovid Goyal
6efd7915ee
Fix #1888051 [[Enhancement] Translate "Generic" in the Welcome wizard]( https://bugs.launchpad.net/calibre/+bug/1888051 )
2020-07-18 19:37:33 +05:30
Kovid Goyal
7e04325f9a
string changes
2020-07-18 13:10:53 +05:30
Charles Haley
358fba4a36
Enhancement #1887928 : Search for format in the Tag browser by right clicking on the format in the Book details panel
2020-07-17 11:41:46 +01:00
Kovid Goyal
c16341258e
version 4.21.0
2020-07-16 22:05:56 +05:30
HexPandaa
ecbb141064
Fixed a typo in the Nia addition
...
Removed a doubled parenthesis in the code added to support Kobo Nia
2020-07-15 20:01:47 +02:00
David
2a7359a3ad
Add Kobo Nia
...
Kobo have just released the Nia. This adds the device ids. The firmware version number does not need to be changed.
2020-07-16 01:17:03 +10:00
Kovid Goyal
6fe1a1dd91
Fix #1887536 [Automatic book adding indexerror]( https://bugs.launchpad.net/calibre/+bug/1887536 )
2020-07-14 20:20:55 +05:30
Kovid Goyal
06f69ee170
py3 compat: FIx d&d in file list in editor
...
Fixes #1887508 [Cannot drag and drop files while editing a book](https://bugs.launchpad.net/calibre/+bug/1887508 )
2020-07-14 17:20:18 +05:30
Kovid Goyal
dc64f044db
Merge branch 'master' of https://github.com/yurikaka/calibre
2020-07-14 08:17:55 +05:30
yurikaka
8ee224995a
Update content.py
...
fix typo
2020-07-13 18:32:12 -07:00
yurikaka
d1b303fad3
Update content.py
...
remove the '!' character from file name when try to download a kepub file from kobo browser
since kepub file with a '!' in name doesn't work on a kobo device(at least on my kobo forma)
2020-07-13 17:57:27 -07:00
Kovid Goyal
1578573a7b
Fix #1886882 ["Sort by" unavailable in main toolbar when device is connected]( https://bugs.launchpad.net/calibre/+bug/1886882 )
2020-07-13 08:59:56 +05:30
Kovid Goyal
fc2ba657f8
Fix #1887276 [Cannot paste into setup library location dialog]( https://bugs.launchpad.net/calibre/+bug/1887276 ) by making the line edit look like a label
2020-07-13 08:45:29 +05:30
Kovid Goyal
bcc38b32f4
string changes
2020-07-13 08:22:18 +05:30
Kovid Goyal
73696d4bae
Fix #1887170 [[Enhancement] Remove the word "plugin" from the list of plugin categories]( https://bugs.launchpad.net/calibre/+bug/1887170 )
2020-07-10 19:48:21 +05:30