44614 Commits

Author SHA1 Message Date
Kovid Goyal
73ffadea06
Fix a spurious error when cancelling addition of a tag to the insert tag menu 2022-01-20 14:17:42 +05:30
Kovid Goyal
e303e85d2a
... 2022-01-20 09:39:07 +05:30
Kovid Goyal
e14f96454f
Also sanitize email address used for testing 2022-01-20 09:32:20 +05:30
Kovid Goyal
da339e639d
Remove unused code 2022-01-20 08:50:04 +05:30
Kovid Goyal
f689517d1a
Fix #1954890 [[Feature Request] Content Server: Search results with number of items found](https://bugs.launchpad.net/calibre/+bug/1954890) 2022-01-19 11:04:16 +05:30
Kovid Goyal
23fe52192b
Fix #1957841 [[Enhancement] Use the same date format in context menu as in Book details panel/window](https://bugs.launchpad.net/calibre/+bug/1957841) 2022-01-18 11:15:40 +05:30
Kovid Goyal
0cf7af69ac
Comic conversion: Fix conversion of comic images that are stored as 8-bit grayscale images in JPEG format not working when converting to PDF. Fixes #1956932 [pdf convertion of 8 bit jpg](https://bugs.launchpad.net/calibre/+bug/1956932) 2022-01-17 21:24:27 +05:30
Kovid Goyal
5d15c9ded4
Merge branch 'master' of https://github.com/cbhaley/calibre 2022-01-17 17:29:48 +05:30
Charles Haley
32b6f9943a 1) Performance improvements for icon etc rules.
2) Make comparisons of undefined floats and ints consistent with template language conditionals, where undefined is assumed to be zero.
2022-01-17 11:50:16 +00:00
Kovid Goyal
8423f761af
Hide date conditions when match type is set/unset 2022-01-17 13:02:11 +05:30
Kovid Goyal
7c59955b54
Add set/unset operators for date searches in the advanced search dialog 2022-01-17 12:16:08 +05:30
Kovid Goyal
575c46310a
DRYer 2022-01-17 12:09:16 +05:30
Kovid Goyal
d72a4a106f
LRF Input: Fix a regression in calibre 5 that broke parsing of some LRF files
Fixes #1958115 [Viewing or converting LRF fails with TypeError](https://bugs.launchpad.net/calibre/+bug/1958115)
2022-01-17 12:06:31 +05:30
Kovid Goyal
3488e9107e
Coloring/icon rules: Allow creating a rule for date columns that matches *today*
Fixes #1956006 [[Enhancement] Harmonise Date Conditions](https://bugs.launchpad.net/calibre/+bug/1956006)
2022-01-17 11:58:19 +05:30
Kovid Goyal
2b41671370
ODT metadata: Support reading tags from multiple <keyword> elements 2022-01-16 19:32:52 +05:30
Kovid Goyal
57d67d9deb
Use QStylePainter for drawing hover raised frames
This is needed for correct styling with Qt6 and is nicer code anyway
2022-01-16 05:14:55 +05:30
Kovid Goyal
b29a8f8afa
Update Foreign Affairs 2022-01-16 04:51:08 +05:30
Kovid Goyal
8760b3cf71
... 2022-01-16 04:33:31 +05:30
Kovid Goyal
8841a9201b
E-book viewer: Fix searching for text near the end of a chapter sometimes not working. Fixes #1958028 [ebook-viewer search claims text at end of chapter is "hidden"](https://bugs.launchpad.net/calibre/+bug/1958028) 2022-01-16 04:31:55 +05:30
Kovid Goyal
a75aea2346
More context menu icons 2022-01-15 13:28:04 +05:30
Kovid Goyal
d25a9e830f
Icons for book details cover context menu 2022-01-15 13:17:41 +05:30
Kovid Goyal
1fad7b32ab
Edit book: Reports: Show thumbnail previews of SVG images 2022-01-15 13:07:20 +05:30
Kovid Goyal
bf53bbf07a
String changes 2022-01-14 15:18:26 +05:30
Kovid Goyal
a96272c678
Fix #1955458 [[Enhancement] Unnecessary delimiter](https://bugs.launchpad.net/calibre/+bug/1955458) 2022-01-14 15:11:13 +05:30
Kovid Goyal
0915f05e82
Fix #1957741 [[Enhancement] Padding larger for Transform HTML tab content](https://bugs.launchpad.net/calibre/+bug/1957741) 2022-01-14 14:54:33 +05:30
Kovid Goyal
afd1aaeb24
Use library icons in the choose and copy menus 2022-01-14 14:34:54 +05:30
Kovid Goyal
cff77aab39
Simple QIcon.ic implementation
Can be used for new code so that it works in master and qt6 branches
2022-01-14 14:22:25 +05:30
Kovid Goyal
b4fb003820
Fix #1957163 [[Enhancement] Add icon to context menu](https://bugs.launchpad.net/calibre/+bug/1957163) 2022-01-12 16:46:44 +05:30
Kovid Goyal
60ae49087b
Merge branch 'master' of https://github.com/cbhaley/calibre 2022-01-12 15:41:00 +05:30
Charles Haley
06b366fae2 Bug 1957122: Search results after updating composite column 2022-01-12 09:33:20 +00:00
Charles Haley
a0ebf203a6 Bug 1957131: Hierarchical search: "Current search is not a saved search" when getting expression from tag browser 2022-01-12 09:25:15 +00:00
Kovid Goyal
17eee10e6a
string changes 2022-01-11 12:16:45 +05:30
Kovid Goyal
29e9a86619
Show number of files to be pasted from other instance 2022-01-11 12:02:33 +05:30
Kovid Goyal
0e90df8926
Ignore icons.rcc 2022-01-11 11:28:20 +05:30
Kovid Goyal
3a216330b4
Dw.de by xav
https://www.mobileread.com/forums/showthread.php?t=344295
2022-01-11 11:21:36 +05:30
Kovid Goyal
44ee1de2f5
Merge branch 'master' of https://github.com/cbhaley/calibre 2022-01-09 20:35:13 +05:30
Charles Haley
a42caf4532 Fix for new CALIBRE_FORCE_BUILD_UI_FORMS environment variable causing exception because of a missing import. 2022-01-09 14:59:34 +00:00
Kovid Goyal
4a3bb3ac93
... 2022-01-09 19:08:55 +05:30
Kovid Goyal
5e3244c65c
Allow using an env var to force forms to be re-built 2022-01-09 18:30:26 +05:30
Kovid Goyal
65923491f1
py310: More int->float goodness 2022-01-09 12:33:53 +05:30
Kovid Goyal
67ad530492
py310: more float->int goodness 2022-01-09 05:28:21 +05:30
Kovid Goyal
71246f3c2e
Merge branch 'master' of https://github.com/cbhaley/calibre 2022-01-09 04:15:55 +05:30
Charles Haley
3c97500e1a Enum problem that prevents creating custom columns on calibre 6 beta 2022-01-08 18:38:04 +00:00
Kovid Goyal
24c460faec
also upgrade code in setup folder 2022-01-08 12:15:18 +05:30
Kovid Goyal
f47f50d359
... 2022-01-08 11:51:15 +05:30
Kovid Goyal
eb78a761a9
Automated upgrade of code to python 3.7+
Done by https://github.com/asottile/pyupgrade
Consists mainly of moving string formatting to f-strings and removing
encoding declarations
2022-01-08 11:47:40 +05:30
Kovid Goyal
224db2bb02
command to upgrade source code 2022-01-08 11:26:18 +05:30
Kovid Goyal
2e56a2de31
Fix #1956779 [Cant read epub file written using ebooklib](https://bugs.launchpad.net/calibre/+bug/1956779) 2022-01-08 08:54:33 +05:30
Kovid Goyal
a0c55c9026
Merge branch 'patch-1' of https://github.com/timotheeandres/calibre 2022-01-08 08:38:10 +05:30
Kovid Goyal
831a67d127
Add link to chromium bug for hyphenate char on macos 2022-01-08 08:36:58 +05:30