Kovid Goyal
315575aa56
When running calibre with the --with-library command line flag and calibre is already running, switch to the specified library in calibre. Fixes #1989631 [[Enhancement] do a library switch in calibre via the command line]( https://bugs.launchpad.net/calibre/+bug/1989631 )
2022-09-15 08:07:06 +05:30
Kovid Goyal
4429815b6b
pep8
2022-09-14 22:00:07 +05:30
Kovid Goyal
30ef660cb9
Merge branch 'master' of https://github.com/Vasolik/calibre
2022-09-14 21:58:37 +05:30
Vaso Peras-Likodric
ca45bcaaf5
Make code compatible with python 3.7, removed unused imports, change static methods.
2022-09-14 17:45:48 +02:00
Kovid Goyal
d5d577a0a2
Get unmodified HTML from the wayback machine
2022-09-14 19:50:28 +05:30
Kovid Goyal
1f38680cb5
...
2022-09-14 19:28:42 +05:30
Kovid Goyal
d16f111bb8
Merge branch 'strcmpcase' of https://github.com/un-pogaz/calibre
2022-09-14 13:59:59 +05:30
Kovid Goyal
afeefef650
Fix #1988443 [[Enhancement] Add warning pop-up when deleting custom highlight style]( https://bugs.launchpad.net/calibre/+bug/1988443 )
2022-09-14 13:56:58 +05:30
un-pogaz
6e5bf799c2
add strcmpcase()
2022-09-14 09:05:46 +02:00
Kovid Goyal
b8366228fb
Do not show the virtual libraries tab bar when no virtual libraries are present. See #1988609 ([Enhancement] VL Toolbar/Menu options)
2022-09-14 12:33:18 +05:30
Kovid Goyal
d4ebabcdd5
...
2022-09-14 12:27:51 +05:30
Kovid Goyal
787dad22b9
Fix #1988654 [Text in the Cover grid preferences does not fit when the window is small.]( https://bugs.launchpad.net/calibre/+bug/1988654 )
2022-09-14 12:11:42 +05:30
Kovid Goyal
ffa7ea75ee
Make lifting of props more robust, ignoring styles on empty children and also removing empty anchor tags before lifting
2022-09-14 11:21:05 +05:30
Kovid Goyal
a548dcb2c7
Better fix for font-weight: 0 Qt bug
2022-09-14 11:12:28 +05:30
Kovid Goyal
814784b2f8
Comments editor: Workaround for Qt inserting invalid font-weight when converting a paragraph to a heading. Fixes #1989177 [Comment heading with invalide weight]( https://bugs.launchpad.net/calibre/+bug/1989177 )
2022-09-14 10:29:05 +05:30
Kovid Goyal
2f3b6223b2
...
2022-09-13 15:19:40 +05:30
Kovid Goyal
f177d2295c
Merge branch 'master' of https://github.com/PeterJT/calibre
2022-09-13 11:32:29 +05:30
PeterJT
ddca73b043
Updates to the Kobo driver to add support for the Kobo Clara 2e.
2022-09-13 01:42:45 -04:00
Kovid Goyal
1216e45580
Attempt to parse nytimes live markup
2022-09-12 13:20:45 +05:30
Kovid Goyal
692fa6d4fc
Use wayback for nytimes pages
2022-09-11 21:30:27 +05:30
Kovid Goyal
1b53ec7fdd
Move NYT JSON parsing code into its own module so it can be shared
2022-09-11 21:21:02 +05:30
Kovid Goyal
3eb4a41139
Content server custom book list: Allow using short text columns
2022-09-11 20:36:45 +05:30
Kovid Goyal
03d85f2726
pep8
2022-09-11 20:36:39 +05:30
Kovid Goyal
fd0b8634fe
...
2022-09-11 20:25:44 +05:30
Kovid Goyal
0add257e90
Fix #1989282 [Cannot email to Kindle after release 5.29]( https://bugs.launchpad.net/calibre/+bug/1989282 )
...
At least I hope. Who knows what amazon's stupid email service barfs on.
2022-09-11 20:24:26 +05:30
Kovid Goyal
3d82d3f70d
Fix list view in look & feel tab not being updated if the initially shown sub tab is changed
2022-09-10 06:53:16 +05:30
xxyzz
c4c52750db
Fallback to two letters .mo file if the plugin doesn't have the file
...
For example, the calibre interface language might be `fr_CA` but the plugin only
has `fr.mo`.
2022-09-09 08:02:07 +08:00
Kovid Goyal
a911ffc16c
PocketBook is so bad I have no words
2022-09-08 17:17:22 +05:30
Kovid Goyal
90f9bbbd3c
...
2022-09-08 07:24:54 +05:30
Kovid Goyal
b329ae0c97
Yet another workaround for the execrable pbsync
2022-09-05 21:55:39 +05:30
Charles Haley
1cfec4947d
Bug fix: when creating a new yes/no column, nothing was selected for what to show. If the user doesn't select one of the choices, nothing is shown in the library view.
2022-09-05 11:06:51 +01:00
Kovid Goyal
2198787a15
Tag mapper: When specifying the replacement tag allow completion from the tags in the currently open library
2022-09-05 08:26:30 +05:30
Kovid Goyal
d478589501
version 6.4.0
2022-09-02 07:53:02 +05:30
Kovid Goyal
cf03b4e45b
Content server: Use the chapter title as the base bookmark name when creating new bookmarks. Fixes #1986786 [No automatic name for bookmark in web viewer]( https://bugs.launchpad.net/calibre/+bug/1986786 )
2022-09-01 08:30:53 +05:30
Kovid Goyal
a845c54516
string changes
2022-09-01 07:25:14 +05:30
Kovid Goyal
a2e531db83
...
2022-08-31 11:39:29 +05:30
Charles Haley
6dd4ef6c92
enum fix: Qt.DisplayRole => Qt.ItemDataRole.DisplayRole
2022-08-30 15:26:05 +01:00
Charles Haley
f58052b3bc
In Preferences: add Ctrl-Up and Ctrl-Down as keyboard shortcuts for lists with movement buttons.
2022-08-30 13:06:46 +01:00
Kovid Goyal
04393b212a
pep8
2022-08-29 19:32:19 +05:30
Vaso Peras-Likodric
4a6d9d8b2b
Remove APNX aria pagebreak generation
2022-08-29 12:18:23 +02:00
Vaso Peras-Likodric
ddb68daae1
Copyright change.
2022-08-29 12:18:23 +02:00
Vaso Peras-Likodric
c6bcce78b2
Added way to make custom labeled page break in APNX file using ARIA ( Accessible Rich Internet Applications) tag in html.
...
Using <any_html_element *** pagebreak *** aria-label="some_label" ***> will produce page break location.
Possible usage
<span id="pg159" role="doc-pagebreak" aria-label="159"/>
<h1 id="pg_header1" role="doc-pagebreak" aria-label="Header 1">Header</h>
<p role="doc-pagebreak" aria-label="§ 1 part 4 page 6 of 9">Text</h>
2022-08-29 12:18:23 +02:00
Charles Haley
977ad34b50
Enhancement: add the ability to change the search order when clicking on items in the tag browser, using a third tab in L&F / Tag browser.
...
Also some small cleanup of strings and ALT-x characters.
2022-08-29 11:11:15 +01:00
Kovid Goyal
8f0226d8b1
Use dark colros for blank lookup page in dark theme
2022-08-29 08:14:44 +05:30
Kovid Goyal
a3eaabbd93
cache lookup lang
2022-08-29 07:25:35 +05:30
Kovid Goyal
789b79dbd5
E-book viewer: Lookup word in Google dictionary: Fix meanings of some words not being shown in the user's preferred language. Fixes #1985855 [default definition service sometimes translates instead of defining]( https://bugs.launchpad.net/calibre/+bug/1985855 )
2022-08-29 07:21:34 +05:30
Kovid Goyal
cfe219018d
Conversion pipeline: Add support for !important when flattening CSS rules. Fixes #1987011 [CSS Lost, epub->azw3]( https://bugs.launchpad.net/calibre/+bug/1987011 )
2022-08-29 06:34:56 +05:30
Kovid Goyal
4b1ab3e036
Fix calibredb backup_metadata --all operating only on dirty books not all books. Fixes #1987390 [calibredb backup_metadata problem]( https://bugs.launchpad.net/calibre/+bug/1987390 )
2022-08-29 05:22:51 +05:30
Kovid Goyal
4dbdea4122
close stdout/err handles before opening debug log
...
There is an unconfirmed report about file in use errors, most likely
the handles are inherited by some other process or an antivirus or
whatever, but lets at least close them in the under our control.
Windows is such a pain.
2022-08-29 04:58:24 +05:30
Kovid Goyal
4a6165bc42
Merge branch 'master' of https://github.com/cbhaley/calibre
2022-08-28 19:24:54 +05:30