Kovid Goyal
|
8b71e251c4
|
Work on removing use of _ from builtins
|
2023-01-10 08:46:42 +05:30 |
|
Kovid Goyal
|
36ff53ca30
|
Remove use of global connect_lambda()
|
2023-01-09 22:33:31 +05:30 |
|
Kovid Goyal
|
6014aec7ae
|
Remove more global functions
|
2023-01-09 22:16:29 +05:30 |
|
Charles Haley
|
56c1899868
|
Enhancement #2002257: multiple template tester dialogs.
Also changed the quickview dialog to be parentless.
|
2023-01-09 16:29:13 +00:00 |
|
Kovid Goyal
|
779e69a38c
|
Remove use of global icu_upper/lower
|
2023-01-09 21:38:45 +05:30 |
|
Kovid Goyal
|
45244e2a3f
|
Get rid of global I()
|
2023-01-09 20:53:27 +05:30 |
|
Kovid Goyal
|
0cf25eb724
|
Remove use of global P()
|
2023-01-09 20:45:33 +05:30 |
|
Kovid Goyal
|
fb262b7b57
|
Remove use of custom globals
|
2023-01-09 20:26:03 +05:30 |
|
Kovid Goyal
|
4e4928be1a
|
Get rid of lopen()
|
2023-01-09 19:59:05 +05:30 |
|
Kovid Goyal
|
474de99ec2
|
Fix calls to pgettext() to use the installed translator
|
2023-01-09 19:50:12 +05:30 |
|
Kovid Goyal
|
a1d21e3632
|
Manual fixes for misreports from ruff
|
2023-01-09 19:13:32 +05:30 |
|
Kovid Goyal
|
d7c31f4a81
|
Automated fixes from ruff
|
2023-01-09 18:13:56 +05:30 |
|
Charles Haley
|
aa13031cc0
|
Sorry, missed a place where I needed to clear the search error icon.
|
2023-01-08 16:03:06 +00:00 |
|
Kovid Goyal
|
883acf589a
|
...
|
2023-01-08 21:18:41 +05:30 |
|
Kovid Goyal
|
145c357cb9
|
Merge branch 'master' of https://github.com/cbhaley/calibre
|
2023-01-08 21:06:57 +05:30 |
|
Charles Haley
|
ff1952b8b7
|
Bug #2002195: Search breaks if non-number used in numeric-sorted column.
This fix is really an enhancement, adding better error presentation to the GUI search box.
|
2023-01-08 11:26:46 +00:00 |
|
Kovid Goyal
|
8114376b2f
|
Fix #1814 (Update choose_library.ui)
|
2023-01-08 10:32:43 +05:30 |
|
Kovid Goyal
|
7a829f484a
|
Windows MTP device driver: Ignore failure to enumerate objects inside non-root folders
There are apparently a lot of devices out there that fail in this way.
So rather than aborting the scan simply ignore the folder.
|
2023-01-07 13:39:35 +05:30 |
|
Charles Haley
|
21e8b06813
|
New template function: switch_if()
|
2023-01-06 15:38:29 +00:00 |
|
Kovid Goyal
|
ca93c57bfd
|
version 6.11.0
|
2023-01-06 08:16:57 +05:30 |
|
Kovid Goyal
|
939e2a1237
|
Content server: Fix auto full screen not working when continuing to read books with user account enabled. Fixes #2001880 [[Content Server] Not entering fullscreen automatically](https://bugs.launchpad.net/calibre/+bug/2001880)
|
2023-01-05 14:13:19 +05:30 |
|
Kovid Goyal
|
f08b238986
|
Edit book: Check book: Allow automatic fixing of various simple CSS errors
|
2023-01-05 13:52:25 +05:30 |
|
Kovid Goyal
|
49cd1944db
|
Edit book: Set semantics: Fix error when setting the "Notes" semantic
|
2023-01-05 12:44:25 +05:30 |
|
Kovid Goyal
|
c7a61b2942
|
Edit book: Switch to a new library (stylehint) for find problems in CSS as the old library was no longer maintained.
|
2023-01-05 12:15:58 +05:30 |
|
Kovid Goyal
|
036bbdb7ff
|
E-book viewer: When Read aloud is speaking, make the control bar translucent so that words under the bar are visible
|
2023-01-05 07:35:32 +05:30 |
|
Kovid Goyal
|
928e96cf47
|
Extract icons only
|
2023-01-05 07:18:05 +05:30 |
|
Kovid Goyal
|
42c283bdee
|
Use the more modern API for getting icons
Qt's fromHBITMAP is totally broken so convert the bitmap to an HICON
ourselves first.
|
2023-01-04 21:44:44 +05:30 |
|
Kovid Goyal
|
8059813337
|
...
|
2023-01-04 21:25:45 +05:30 |
|
Kovid Goyal
|
630c24407c
|
Wrap the newer icon extraction API
|
2023-01-04 20:07:05 +05:30 |
|
Kovid Goyal
|
8874ff73aa
|
Also wrap QImage::fromHBITMAP()
|
2023-01-04 19:57:18 +05:30 |
|
Kovid Goyal
|
c0884b14c4
|
calibredb list: Allow specifying multiple fields for --sort-by. Fixes #1982532 [calibredb sort on multiple fields](https://bugs.launchpad.net/calibre/+bug/1982532)
|
2023-01-04 16:07:02 +05:30 |
|
Kovid Goyal
|
8ad001a64d
|
HTMLZ output: Fix images referred to in CSS stylesheets not being converted. Fixes #1999956 [EPUB3 -> HTMLZ conversion does not fix background-image url](https://bugs.launchpad.net/calibre/+bug/1999956)
|
2023-01-04 14:46:46 +05:30 |
|
Kovid Goyal
|
9473599b28
|
Book details panel: Fix HTML comment tags in the comments breaking display of book details. Fixes #2000881 [Description Format Breaking Book View Display](https://bugs.launchpad.net/calibre/+bug/2000881)
Apparently QTextBrowser flakes out when it sees comments.
|
2023-01-04 14:06:02 +05:30 |
|
Kovid Goyal
|
ed930aaf87
|
Fix #2000831 [[Content Server] "Continue reading..." disappears upon no connection](https://bugs.launchpad.net/calibre/+bug/2000831)
|
2023-01-04 13:50:29 +05:30 |
|
Kovid Goyal
|
c5427c5ebe
|
Prune deleted books from recently read by user list
|
2023-01-04 13:32:42 +05:30 |
|
Kovid Goyal
|
9a1ef22b39
|
Fix windows not being moved onto the current monitor when they were previously visible on a removed monitor that was to the left of the current monitor
|
2023-01-04 10:11:20 +05:30 |
|
Kovid Goyal
|
0c779e3238
|
Fix detection of Tolino Vision 6 on macOS/Linux
Update libmtp device lists from upstream
Fixes #2000877 [Tolino Vision 6 not recognized on Mac M1](https://bugs.launchpad.net/calibre/+bug/2000877)
|
2023-01-04 08:40:02 +05:30 |
|
Kovid Goyal
|
e3b65de697
|
...
|
2023-01-03 07:16:01 +05:30 |
|
Kovid Goyal
|
ba6a7bbccd
|
Content server home page: When showing recently read books from across devices hide the entries for which loading the cover fails
|
2023-01-01 08:45:34 +05:30 |
|
Kovid Goyal
|
c7c9c79157
|
string changes
|
2022-12-31 14:28:01 +05:30 |
|
Kovid Goyal
|
eaa6bfe901
|
Fix #2000744 [Error when adding value to enum column](https://bugs.launchpad.net/calibre/+bug/2000744)
|
2022-12-30 12:26:53 +05:30 |
|
Kovid Goyal
|
efa2ef3339
|
Windows TTS: Dont fail to configure if one of the voices has no defined language
|
2022-12-29 08:42:08 +05:30 |
|
Kovid Goyal
|
771d37b3c1
|
Fix #2000582 [When converting to newer file format version, original file is shown without a format icon.](https://bugs.launchpad.net/calibre/+bug/2000582)
|
2022-12-27 19:27:02 +05:30 |
|
Kovid Goyal
|
c544efa75a
|
Fix a regression in calibre 5 that broke using a file for the --extra-css option of ebook-convert
More python 3 goodness
|
2022-12-27 08:40:25 +05:30 |
|
Kovid Goyal
|
8e38105c5a
|
Content server FTS: Fix page header bar not visible
|
2022-12-26 17:29:49 +05:30 |
|
Kovid Goyal
|
5c30cc142a
|
Also warn about read-only files just before saving
|
2022-12-25 09:40:20 +05:30 |
|
Kovid Goyal
|
d185190c61
|
Content server: Fix identifiers from third party metadata download plugins not becoming clickable links on the book details page
|
2022-12-25 04:32:03 +05:30 |
|
Kovid Goyal
|
298f8e8b7f
|
...
|
2022-12-24 09:55:08 +05:30 |
|
Charles Haley
|
34bd5c1061
|
Add a tooltip to the new open folder button in check_library
|
2022-12-23 15:57:54 +00:00 |
|
Kovid Goyal
|
c500ddc535
|
Add another place where trailing spaces are stripped from destination addresses
|
2022-12-22 21:38:23 +05:30 |
|