45385 Commits

Author SHA1 Message Date
Kovid Goyal
21e76f7d73
Merge branch 'master' of https://github.com/cbhaley/calibre 2021-11-17 16:13:07 +05:30
Charles Haley
40e5c450d7 When the template dialog doesn't have a book to work with such as when it is invoked from plugboards preferences, create type-correct default values for the custom metadata fields. 2021-11-17 10:36:21 +00:00
Kovid Goyal
876290c600
Update Smithsonian Magazine 2021-11-15 15:06:59 +05:30
Kovid Goyal
e7d4e348ba
Update Epoch Times 2021-11-15 08:30:47 +05:30
Kovid Goyal
2e2fbb7cce
... 2021-11-15 08:26:09 +05:30
Kovid Goyal
20fb5905c8
string changes 2021-11-15 08:10:35 +05:30
Kovid Goyal
17479d1d17
The Epoch Times by Kovid Goyal 2021-11-14 18:26:40 +05:30
Kovid Goyal
1e05b40f7a
EPUB 3: When setting authors and there are only editors, remove the editors. Matches EPUB 2 behavior and is symmetric with using only editors as authors when reading the metadata 2021-11-14 18:08:59 +05:30
Kovid Goyal
5ca15b9175
Also use editors as authors in EPUB 2 2021-11-14 18:03:35 +05:30
Kovid Goyal
f7452f5211
Google metadata plugin: When searching by ISBN if no results are found retry using an alternate query syntax. Fixes #1531 (Google books metadata plugin: Workaround for API bug) 2021-11-14 17:45:37 +05:30
Kovid Goyal
85a7df7daa
Show the undo popup after file merging 2021-11-14 15:35:58 +05:30
Kovid Goyal
dc21508a39
Edit book: Allow merging HTML files by drag and drop of the files onto another HTML file 2021-11-14 13:56:34 +05:30
Kovid Goyal
852e5ca1dd
string changes 2021-11-14 11:20:47 +05:30
Kovid Goyal
3799336890
string changes 2021-11-14 08:51:33 +05:30
Kovid Goyal
975fdfc8c2
fg and bg buttons should be together 2021-11-13 15:24:59 +05:30
Kovid Goyal
98c4b99d73
DRYer 2021-11-13 15:24:45 +05:30
Kovid Goyal
6ca398619b
Cleaner handling of separators in the flow toolbar 2021-11-13 15:22:04 +05:30
Kovid Goyal
b604611a3a
A better multiline toolbar for the comments editor 2021-11-13 10:08:11 +05:30
Kovid Goyal
796034a8ab
Comments editor: Use a single line for all three toolbars if they fit 2021-11-13 07:18:03 +05:30
Kovid Goyal
0c77d88404
Allow the formats list to use less height
Also remove some wasted margins in various sub layouts
2021-11-12 20:24:40 +05:30
Kovid Goyal
70a88ca40f
Merge branch 'master' of https://github.com/cbhaley/calibre 2021-11-12 20:11:19 +05:30
Charles Haley
fe5b15fe63 Improvement to Edit Metadata Single all-on-one. The cover and formats column now gives as much vertical space as possible to the cover image. 2021-11-12 14:24:47 +00:00
Kovid Goyal
51478dd24e
Merge branch 'master' of https://github.com/cbhaley/calibre
Fixes #1950758 [Book details: Adjustments to search when clicking on a datetime column](https://bugs.launchpad.net/calibre/+bug/1950758)
2021-11-12 17:23:44 +05:30
Charles Haley
0613b43364 Bug 1950758: Book details: Adjustments to search when clicking on a datetime column
Search never uses the time and timezone so suppress them from the search string.
2021-11-12 11:42:31 +00:00
Kovid Goyal
9375ee1ed5
... 2021-11-12 08:48:41 +05:30
Kovid Goyal
f3ef3c85dd
Suppress duplicated toc entry in epub warnings v5.32.0 2021-11-12 08:35:22 +05:30
Kovid Goyal
57d99500b4
Fix docutils warnings 2021-11-12 08:30:57 +05:30
Kovid Goyal
f4ad40dcad
... 2021-11-12 08:22:52 +05:30
Kovid Goyal
8abac02e39
version 5.32.0 2021-11-12 08:02:35 +05:30
Kovid Goyal
7003e9c466
Dont require setting seq when creating Author objects 2021-11-12 08:01:42 +05:30
Kovid Goyal
44283cdb79
Add a confirmation when deleting covers 2021-11-12 07:58:48 +05:30
Kovid Goyal
eea263f744
EPUB 3 metadata: If a book defines no authors but does define editors, use the editors as authors. Also support the display-seq refinement to sort authors. See #1950579 (Private bug) 2021-11-12 07:47:39 +05:30
Kovid Goyal
b3c2cf0c10
... 2021-11-11 22:34:12 +05:30
Kovid Goyal
f21206ddc7
Fix #1950663 [Enhancement Request: Hide 'Unknown' when Cover Browser subtitle is Authors](https://bugs.launchpad.net/calibre/+bug/1950663) 2021-11-11 21:02:45 +05:30
Kovid Goyal
0c3245ee38
Merge branch 'master' of https://github.com/cbhaley/calibre 2021-11-11 18:04:10 +05:30
Charles Haley
89ce945e04 Two template language changes:
1) make strcat() inlined
2) fix incorrect argument checks for inlining test() and first_non_empty()
2021-11-11 11:42:16 +00:00
Kovid Goyal
90aac28ab2
Allow using HTML transform rules during conversion as well 2021-11-11 11:24:51 +05:30
Kovid Goyal
9f2c6a9ab6
Add a contains text selector 2021-11-11 10:43:21 +05:30
Kovid Goyal
b50834b23d
Fix transform running on incorrect container object 2021-11-11 10:00:34 +05:30
Kovid Goyal
c75a9f718e
... 2021-11-11 09:57:09 +05:30
Kovid Goyal
0e9b1c55e6
Edit book: Add a tool to transform HTML tags based on rules (Tools->Transform HTML) 2021-11-11 09:54:20 +05:30
Kovid Goyal
23f3dbd85c
DRYer 2021-11-11 09:17:58 +05:30
Kovid Goyal
add6a6e8d9
DRYer 2021-11-11 08:57:49 +05:30
Kovid Goyal
7ac7932f39
Use a human friendly format for rule export/import 2021-11-11 08:33:13 +05:30
Kovid Goyal
3e9e49d06c
Implement tester for HTML transforms 2021-11-11 08:18:25 +05:30
Kovid Goyal
9b2c742341
Fix #1950495 [Virtual library: Ampersands render incorrectly in context menu](https://bugs.launchpad.net/calibre/+bug/1950495) 2021-11-11 07:55:43 +05:30
Kovid Goyal
77e087f52f
Merge branch 'master' of https://github.com/davidfor/calibre
Fixes #1949908 [Device Support for Tolino Vision 6](https://bugs.launchpad.net/calibre/+bug/1949908)
2021-11-11 07:49:58 +05:30
Kovid Goyal
89b7207ecf
Fix incorrect check for no open editor 2021-11-11 07:46:02 +05:30
Kovid Goyal
0f7bcb432d
for e.g. -> e.g. 2021-11-11 07:42:50 +05:30
Kovid Goyal
d57c828b56
Fix #1526 (rephrased prompt) 2021-11-11 07:34:00 +05:30