Kovid Goyal
d3949bdecf
More SQLITE double quote to single quote changes
2023-03-01 19:24:04 +05:30
Kovid Goyal
fead46be48
Merge branch 'fix_sqlite_DQS' of https://github.com/madpilot78/calibre
2023-03-01 18:05:29 +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
Kovid Goyal
21db21b995
Merge branch 'master' of https://github.com/cbhaley/calibre
...
Fixes #2006979 [Enhancement Request: Hierarchical search menu in Additional Restrictions](https://bugs.launchpad.net/calibre/+bug/2006979 )
2023-02-26 22:19:28 +05:30
Charles Haley
8d5840afc6
Enhancement #2006979 : Hierarchical search menu in Additional Restrictions
2023-02-26 16:37:56 +00:00
Kovid Goyal
c2acef80f6
Merge branch 'error-tranlation' of https://github.com/un-pogaz/calibre
2023-02-26 20:02:30 +05:30
un-pogaz
fea57acc6b
'The buttons on the search bar' not translated
2023-02-26 15:15:03 +01:00
Kovid Goyal
f851d78e6a
Update New York Magazine
2023-02-24 21:21:16 +05:30
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
109a845751
Update Bloomberg and Deccan Herald
2023-02-21 17:23:35 +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
32bf2bae82
Merge branch 'align-qtbase-version-between-sources.json-and-unix-ci.py' of https://github.com/xcffl/calibre
2023-02-19 13:43:46 +05:30
xcffl
da8b0c9976
align qtbase version between sources.json and unix-ci.py
2023-02-19 08:08:10 +00:00
Kovid Goyal
7fed39c165
version 6.13.0
v6.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
94a5ee6043
The Economist Espresso by unkn0wn
2023-02-14 16:23:20 +05:30
Kovid Goyal
0a3033a213
Science X by unkn0wn
2023-02-14 16:22:37 +05:30
Kovid Goyal
3936de93f5
Horizons by unkn0wn
2023-02-14 16:21:59 +05:30
Kovid Goyal
1893c41f1a
Deccan Herald by unkn0wn
2023-02-14 16:21:13 +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
28c3422398
The Monthly by unkn0wn
2023-02-07 16:51:41 +05:30
Kovid Goyal
902941adcc
Update CNN recipe
2023-02-07 16:49:34 +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
9531c86117
string changes
2023-02-05 19:56:26 +05:30
Kovid Goyal
3eecc86589
Implement touch gestures for panning image in popup
2023-02-05 16:10:15 +05:30
Kovid Goyal
7b7d2d44b1
Keyboard controls for image popup
2023-02-05 14:55:35 +05:30
Kovid Goyal
20bcb4f416
Button to toggle fit to window
2023-02-05 14:24:54 +05:30
Kovid Goyal
0eb533e17b
Content server viewer: When long tapping images open them in an in-window popup instead of a separate window since many browser default to blocking new windows for stupid reasons.
2023-02-05 13:55:27 +05:30
Kovid Goyal
305c45f672
Edit book: Spell Check dialog: Fix second word not getting selected when after first word is fixed
2023-02-05 09:40:01 +05:30
Kovid Goyal
b5b96ae21e
Merge branch 'ignore_appledouble' of https://github.com/xxyzz/calibre
2023-02-04 13:48:38 +05:30
xxyzz
4ef38e686c
Ignore AppleDouble files on ebook device
...
When macOS sends file to e-reader device, it also sends a AppleDouble
format file has the same name with "._" prefix. Ignore these files so
they won't be added to the device metadata file.
2023-02-04 15:57:28 +08:00
Kovid Goyal
01bb16a692
Update Bloomberg
2023-02-04 13:01:55 +05:30
Kovid Goyal
5160369cb4
...
2023-02-03 22:19:29 +05:30
Kovid Goyal
d6068e0316
Also draw the arrow dark when in dark theme with highlight
2023-02-03 19:46:15 +05:30