Kovid Goyal
a911ffc16c
PocketBook is so bad I have no words
2022-09-08 17:17:22 +05:30
Kovid Goyal
2554ab467b
Cater to winblows
2022-09-08 10:38:26 +05:30
Kovid Goyal
90f9bbbd3c
...
2022-09-08 07:24:54 +05:30
Kovid Goyal
88a83daad8
Merge branch 'master' of https://github.com/un-pogaz/calibre
2022-09-07 10:35:22 +05:30
un-pogaz
211ac05af7
Incorrect value in title_sort_articles['fra']
...
per_language_title_sort_articles['fra'] contained an invalid value that caused L’ to be duplicated, but D’ is missing
2022-09-07 00:07:32 +02:00
Kovid Goyal
962fc18be1
Update Foreign Affairs
2022-09-06 17:28:12 +05:30
Kovid Goyal
b329ae0c97
Yet another workaround for the execrable pbsync
2022-09-05 21:55:39 +05:30
Kovid Goyal
2156159b8c
Merge branch 'master' of https://github.com/cbhaley/calibre
2022-09-05 18:13:03 +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
c560cb7481
...
2022-09-05 08:15:21 +05:30
Kovid Goyal
9a6671c3ce
Update The Wall Street Journal
2022-09-05 07:59:35 +05:30
Kovid Goyal
da2635b9df
Update Open Magazine
2022-09-04 18:11:30 +05:30
Kovid Goyal
92bef3ec5e
Update The Baffler
2022-09-04 14:32:13 +05:30
Kovid Goyal
0d22b5f3ef
Update Dark Reading
2022-09-04 14:30:53 +05:30
Kovid Goyal
d478589501
version 6.4.0
v6.4.0
2022-09-02 07:53:02 +05:30
Kovid Goyal
4d51ff0738
remove not working recipe
2022-09-01 22:11:51 +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
95b2e521c4
Update Financial Times
2022-08-31 20:45:21 +05:30
Kovid Goyal
3f013c3856
update Live Law and Live Mint
2022-08-31 20:43:19 +05:30
Kovid Goyal
a2e531db83
...
2022-08-31 11:39:29 +05:30
Kovid Goyal
8eddd8d761
Merge branch 'master' of https://github.com/cbhaley/calibre
2022-08-30 20:04:23 +05:30
Charles Haley
6dd4ef6c92
enum fix: Qt.DisplayRole => Qt.ItemDataRole.DisplayRole
2022-08-30 15:26:05 +01:00
Kovid Goyal
913d9eb08e
Merge branch 'master' of https://github.com/cbhaley/calibre
2022-08-30 19:43:42 +05:30
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
6a66b99ed0
recipe icons
2022-08-30 07:14:19 +05:30
Kovid Goyal
04393b212a
pep8
2022-08-29 19:32:19 +05:30
Kovid Goyal
ea5d991d7f
Merge branch 'master' of https://github.com/cbhaley/calibre
2022-08-29 19:31:25 +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
a3e3c425c5
E-book viewer: Lookup: Google dictionary: Add some padding at the left and right margins. Fixes #1986963 [No padding/margin within the dictionary frame within EPUB]( https://bugs.launchpad.net/calibre/+bug/1986963 )
2022-08-29 07:33:30 +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
Kovid Goyal
2f2afffd04
Fix #1987713 [Enhancement Request: Full-text search: Mark & show marked books]( https://bugs.launchpad.net/calibre/+bug/1987713 )
2022-08-28 19:09:09 +05:30
Charles Haley
921a74278b
Changes to improve robustness:
...
1) Ensure that the server displays columns added using the command line.
2) Make "official" the fact that get_categories returns an ordered dict.
While in the process, move the general methods category_display_order and is_standard_category from the gui to db.get_categories().
Finally, improve the tooltip for L&F / Tag browser / hierarchical items
2022-08-28 14:33:56 +01:00
Kovid Goyal
50e5481f17
Brhat by Vishwas Vasuki
...
Fixes #1987969 [bRhat recipe](https://bugs.launchpad.net/calibre/+bug/1987969 )
2022-08-28 15:15:52 +05:30
Kovid Goyal
af2bf74b47
Check library: Make vacuuming the full text database optional as it is very slow and memory intensive. Fixes #1986500 [Vacuuming of FTS database slows down Check Library]( https://bugs.launchpad.net/calibre/+bug/1986500 )
2022-08-28 13:32:42 +05:30
Kovid Goyal
902e80ec17
Update Financial Times and MIT Technology Review
2022-08-28 09:10:43 +05:30
Kovid Goyal
6714efa4d6
Merge branch 'master' of https://github.com/cbhaley/calibre
2022-08-28 08:35:22 +05:30
Charles Haley
fbe989c0d6
Look & feel / Tag browser with 2 sub-tabs
2022-08-27 17:56:37 +01:00
Kovid Goyal
0686f41dd7
Cachys Blog by Volker Heggemann
2022-08-26 19:34:15 +05:30
Kovid Goyal
2a90da87ec
Update Financial Times Print Edition
2022-08-26 19:31:21 +05:30