44494 Commits

Author SHA1 Message Date
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
Timothée Andres
36011dc3a3
Reduce image compression in equestria_daily recipe
The website https://www.equestriadaily.com/ often uses images in its articles, and from what I have seen the images get compressed so much that text is basically unreadable on them.
This fix mitigates this issue by reducing the compression factor from 16 to 4, which slightly increases the size of the newspaper but makes it more enjoyable and readable.
2022-01-07 20:08:07 +01:00
Kovid Goyal
f9fb012322
Auto trigger matching book search for not too large libraries 2022-01-07 20:36:34 +05:30
Kovid Goyal
b42b694c56
Merge branch 'master' of https://github.com/cbhaley/calibre 2022-01-07 17:28:35 +05:30
Charles Haley
c44af8e71a Create custom column dialog: Fix exception if the library has no custom columns 2022-01-07 11:54:24 +00:00
Kovid Goyal
cc96900aee
E-book viewer: Fix auto hyphenation on macOS not rendering the hyphens correctly. Fixes #1954714 [Ebook viewer: Breaking long words at the ends of lines causing boxes to be rendered instead of hyphens on macOS](https://bugs.launchpad.net/calibre/+bug/1954714) 2022-01-07 11:08:59 +05:30
Kovid Goyal
141ff585c9
... 2022-01-07 08:11:12 +05:30
Kovid Goyal
37334d19cc
Merge branch 'master' of https://github.com/cbhaley/calibre 2022-01-07 07:50:26 +05:30
Charles Haley
28257cad31 Another enum cleanup.
While testing that I found several problems related to adding and editing columns when the table was sorted differently.

Also prevented moving rows when the table is sorted by anything but row number ascending. This isn't the nicest fix but making it work with new columns while the sort is descending is harder than I want to deal with tonight.
2022-01-06 18:42:48 +00:00
Kovid Goyal
d16195472c
Cleanup previous PR 2022-01-06 20:51:57 +05:30
Kovid Goyal
e03a52e445
Merge branch 'master' of https://github.com/cbhaley/calibre 2022-01-06 20:51:45 +05:30
Charles Haley
843dc628c7 Enhancement: allow sorting the columns in the create custom column dialog. 2022-01-06 13:25:30 +00:00
Kovid Goyal
6b10f5cc81
pep8 2022-01-05 22:05:56 +05:30
Kovid Goyal
7eff3249ae
Merge branch 'master' of https://github.com/cbhaley/calibre
Fix #1956377 [lookup name duplicity is not checked when editing user-defined column](https://bugs.launchpad.net/calibre/+bug/1956377)
2022-01-05 22:04:34 +05:30
Charles Haley
ef75f82fc0 Bug 1956377: lookup name duplicity is not checked when editing user-defined column
Fixing this required substantial cleanup of the dialog.

While there I added a column to the dialog showing the status of the column: edited, new, deleted.
2022-01-05 16:23:57 +00:00
Kovid Goyal
85c25916a3
Merge branch 'patch-4' of https://github.com/reportxx/calibre 2022-01-05 14:38:30 +05:30
reportxx
8e240e37d4
Update copyright year 2022-01-05 08:28:07 +00:00
Kovid Goyal
5c3376f778
py310: More float->int goodness 2022-01-05 09:26:50 +05:30
Kovid Goyal
ec72e4f39d
Check for deletion in worker thread before emitting signal 2022-01-03 21:23:13 +05:30
Kovid Goyal
68e16a0d12
Merge branch 'master' of https://github.com/cbhaley/calibre 2022-01-03 17:36:04 +05:30
Kovid Goyal
9aa548bd3b
Update MIT Technology Review 2022-01-03 17:27:48 +05:30