Commit Graph

35952 Commits

Author SHA1 Message Date
Kovid Goyal 42a4e729ca ... 2023-03-15 11:51:59 +05:30
Kovid Goyal 102427ddb8 Pass dbpath as a param to SQLite 2023-03-14 19:47:10 +05:30
Kovid Goyal 6be2cc69a8 Forgot that the ToC editor in the edit book tool uses a different code path. Copy over the macOS workaround. 2023-03-14 09:42:56 +05:30
Charles Haley 6a0654c9e4 Bug reported in https://www.mobileread.com/forums/showthread.php?t=352726 2023-03-13 21:25:06 +00:00
Charles Haley baa80730e4 Bug #2011345: QuickView: Two errors 2023-03-12 21:12:18 +00:00
Kovid Goyal 70cfb56e1f version 6.14.0 2023-03-10 05:44:41 +05:30
Kovid Goyal 26d7e65e66 pep8 2023-03-09 17:45:06 +05:30
Kovid Goyal e4e199e213 Check book: Nicer handling of line offsets
Apparently some errors from the CSS checker library reference line
numbers, so rather than using an offset prepend extra newlines. Fixes #2009735 [Private bug](https://bugs.launchpad.net/calibre/+bug/2009735)
2023-03-09 17:34:34 +05:30
Kovid Goyal 491ee6ad98 Fix #2008538 [Content Server: Better message for non-readable formats](https://bugs.launchpad.net/calibre/+bug/2008538) 2023-03-09 16:02:09 +05:30
Kovid Goyal b529a975e9 Content server viewer: Fix searching only showing results from the current chapter onwards. Fixes #2009268 [search in book on content server only returns results beyond current location](https://bugs.launchpad.net/calibre/+bug/2009268) 2023-03-09 15:44:54 +05:30
Kovid Goyal 7e8dc39ff8 Edit metadata: When setting a cover from comic files allow choosing which page to use as the cover. Fixes #2007765 [Set cover from format: Image selection for comic files](https://bugs.launchpad.net/calibre/+bug/2007765) 2023-03-09 14:58:37 +05:30
Kovid Goyal 60e8a67dcf Function to get headers from RAR files 2023-03-09 11:51:15 +05:30
Kovid Goyal 5725b1cd2c Make find_pages useable with things other than directories 2023-03-09 11:40:06 +05:30
Kovid Goyal 7c81951153 Fix #2008537 [Content Server: is_tag_browser editable](https://bugs.launchpad.net/calibre/+bug/2008537) 2023-03-09 09:23:20 +05:30
Kovid Goyal e5cbf7d340 Fix #2008427 [another ampersand escape bug](https://bugs.launchpad.net/calibre/+bug/2008427) 2023-03-09 09:19:07 +05:30
Charles Haley 15de218afd Fix the tooltip for the new 'put composites with comments' check box. 2023-03-08 19:11:29 +00:00
Charles Haley dea427ce8c I forgot the tooltip 2023-03-06 20:00:14 +00:00
Charles Haley 4a3f3a6562 Fix using an integer constant for Qt.CheckState.Checked 2023-03-06 15:43:59 +00:00
Kovid Goyal 4292dcbdda Also handle composite_show_in_comments in the content server 2023-03-06 19:43:36 +05:30
Charles Haley 79e550fefc Enhancement #2009304: Display Calculated Text Column like Comments in Book Details 2023-03-06 13:18:19 +00:00
Kovid Goyal 68087432ff Comments editor: Add a shortcut for paste and match style 2023-03-04 17:48:57 +05:30
Kovid Goyal f14d66ce08 ... 2023-03-04 06:47:26 +05:30
Charles Haley 901ab57aa5 Enhancement #2009115: User Category Editor: Hide items already in category 2023-03-03 12:01:53 +00:00
Kovid Goyal d3949bdecf More SQLITE double quote to single quote changes 2023-03-01 19:24:04 +05:30
Guido Falsi 287dc3d94e Fix improper use of double quotes.
SQLite has historically supported using double quotes for string literals against SQL standards.

The default for supporting this has been recently changed upstream [1] (6.f)

Ref: https://sqlite.org/quirks.html#dblquote
     https://www.sqlite.org/releaselog/3_41_0.html [1]
2023-03-01 13:31:13 +01:00
Kovid Goyal c1994f4af1 macOS: ToC Editor: Fix mouse becoming unuseable when trying to create a new entry. Fixes #2004639 [Unable to edit TOC](https://bugs.launchpad.net/calibre/+bug/2004639) 2023-02-27 11:23:40 +05:30
Kovid Goyal ebda3cdfa6 fix bug in last PR that broke switching libraries 2023-02-27 08:45:51 +05:30
Kovid Goyal 312f5bd1e7 ... 2023-02-27 08:24:06 +05:30
Kovid Goyal d9bd60bb33 Dont show geometry debug output by default 2023-02-27 08:22:47 +05:30
Kovid Goyal 94b606756c ... 2023-02-27 08:21:35 +05:30
Kovid Goyal 78638a28f2 ... 2023-02-27 08:13:11 +05:30
Charles Haley 8d5840afc6 Enhancement #2006979: Hierarchical search menu in Additional Restrictions 2023-02-26 16:37:56 +00:00
un-pogaz fea57acc6b 'The buttons on the search bar' not translated 2023-02-26 15:15:03 +01:00
Kovid Goyal 815cd507b9 When computing title sorts strip leading and trailing quotes, not just leading quotes 2023-02-24 07:50:56 +05:30
Kovid Goyal 1ef455148a Cleanup previous PR 2023-02-19 19:08:48 +05:30
Kovid Goyal 916ec43250 Merge branch 'filetypeplugin' of https://github.com/siebert/calibre 2023-02-19 19:05:17 +05:30
Steffen Siebert 1f2b890f10 Address code review comments 2023-02-19 13:28:31 +01:00
Kovid Goyal 7fed39c165 version 6.13.0 2023-02-17 08:02:09 +05:30
Steffen Siebert a26ba63e1f Extend FileTypePlugin with postconvert() and postdelete() methods 2023-02-16 21:26:14 +01:00
Kovid Goyal c9b0c23aeb Respond to wheel event in the image popup 2023-02-16 13:46:40 +05:30
Kovid Goyal c4f3fe5745 E-book viewer: Fix some adjacent highlights with nothing in between them not being displayed. 2023-02-16 12:59:48 +05:30
Kovid Goyal 44f157bc94 ... 2023-02-16 11:04:11 +05:30
Kovid Goyal c3b7029667 Content server: Workaround for Safari regression causing bookmarks to disappear on reload. Fixes #2006726 [calibre web view - missing bookmarks](https://bugs.launchpad.net/calibre/+bug/2006726) 2023-02-16 11:01:24 +05:30
Kovid Goyal 006697d24f ... 2023-02-16 07:08:46 +05:30
Kovid Goyal 04cfa38056 Nicer Read Aloud error message on windows systems without windows media pack 2023-02-15 08:55:00 +05:30
Kovid Goyal 515fbd3c4b read aloud: Fix a regression in the previous release that caused the read aloud controls to not reappear is read aloud is canceled and restarted. Fixes #2007039 ["Read aloud" feature glitches on closing and reopening it](https://bugs.launchpad.net/calibre/+bug/2007039) 2023-02-14 13:01:01 +05:30
Kovid Goyal 1c30c6f644 Fix a regression in calibre 5.0 that broke sorting the device view by title if one of the books has an empty title. Fixes #2007165 [Cannot sort device by title](https://bugs.launchpad.net/calibre/+bug/2007165)
More py3 goodness
2023-02-14 09:39:10 +05:30
Kovid Goyal 2053856864 E-book viewer: Read aloud: Fix a regression in the previous release that caused an error when using Read aloud on a chapter with no text, such as the cover page. Fixes #2006062 [Read Aloud not working on Windows](https://bugs.launchpad.net/calibre/+bug/2006062) 2023-02-07 11:56:44 +05:30
Kovid Goyal d0cbe42b30 E-book viewer: Fix a regression that caused a spurious error on Windows when reading out selected text 2023-02-06 18:47:29 +05:30
Kovid Goyal 3eecc86589 Implement touch gestures for panning image in popup 2023-02-05 16:10:15 +05:30