46880 Commits

Author SHA1 Message Date
Kovid Goyal
e5074150a9
Dont use lxml to build recipe collection
It's crashing on macOS CI but not my local machine. Debugging on CI is
too time consuming.
2023-01-19 08:42:14 +05:30
Kovid Goyal
3d797236a2
Remove date from description 2023-01-19 08:41:43 +05:30
Kovid Goyal
b67c5a2104
Add by ISBN: Allow adding using identifiers other than ISBN as well. Fixes #2003227 [enhancement request regarding add from isbn](https://bugs.launchpad.net/calibre/+bug/2003227) 2023-01-18 21:58:57 +05:30
Kovid Goyal
bd0b511b81
More robust output to stderr for rcc 2023-01-18 20:41:22 +05:30
Kovid Goyal
64fcd92d03
Merge branch 'patch-1' of https://github.com/reportxx/calibre 2023-01-18 14:35:15 +05:30
Jonatan
d4ad11687c
Update copyright year 2023-01-18 08:22:58 +00:00
Kovid Goyal
09a5a1cb1b
Fix detection of identifier URL when template contains regex special chars 2023-01-18 08:14:47 +05:30
Kovid Goyal
21994332d6
... 2023-01-18 07:40:39 +05:30
Kovid Goyal
7093e848a9
More work on the new speech api bindings 2023-01-17 22:14:51 +05:30
Kovid Goyal
34cb9ccffc
Change the macOS VM to a Big Sur based one since Qt WebEngine 6.4 needs XCode 13 which needs Big Sur 2023-01-16 22:17:00 +05:30
Kovid Goyal
c56109c1f3
Book list: Fix a regression in the previous release that broke dragging to select multiple books 2023-01-16 09:08:57 +05:30
Kovid Goyal
37f042affc
... 2023-01-15 13:18:57 +05:30
Kovid Goyal
11672c4a71
Reduce image size in bloomberg recipes 2023-01-15 11:45:54 +05:30
Kovid Goyal
c54a31ca5f
Observer Reach Foundation by unkn0wn 2023-01-15 11:44:33 +05:30
Kovid Goyal
3b1cc81562
Install instructions for Windows SDK 2023-01-15 11:35:49 +05:30
Kovid Goyal
6aadba36a2
Add dedicated shortcuts for change/show next occurrence 2023-01-14 13:16:32 +05:30
Kovid Goyal
f1fd9bebde
DRYer 2023-01-14 12:44:07 +05:30
Kovid Goyal
e5ab35f1b4
... 2023-01-14 12:39:37 +05:30
Kovid Goyal
0097a59a5c
Up/down should work on suggested word list when it has focus 2023-01-14 12:38:34 +05:30
Kovid Goyal
6f107061fc
Spell check dialog: Allow up and down arrow keys to work regardless of focus 2023-01-14 12:18:02 +05:30
Kovid Goyal
1adeef4743
Conversion dialog: Regex builder: Workaround bug in Qt that prevented searching for non breaking spaces in the wizard used to test search expressions 2023-01-14 11:57:59 +05:30
Kovid Goyal
092bafbe7e
Spell check dialog: move down after correcting word, not up. Fixes #2002864 [Suggested spellcheck UI improvements](https://bugs.launchpad.net/calibre/+bug/2002864) 2023-01-14 11:47:19 +05:30
Kovid Goyal
a7f713f68f
Much nicer implementation of create_recording using winrt facilities 2023-01-13 16:48:13 +05:30
Kovid Goyal
27f206f116
wchar_raii now gives us a wstring_view on C++17 2023-01-13 15:40:45 +05:30
Kovid Goyal
c7468a5f9a
Switch to C++/WinRT from C++/CX 2023-01-13 14:52:24 +05:30
Kovid Goyal
4c89a7e697
Fix #2002753 [Error when ejecting while in Device Mode](https://bugs.launchpad.net/calibre/+bug/2002753) 2023-01-13 07:46:38 +05:30
Kovid Goyal
882d565491
Method to save speech as WAV data 2023-01-12 18:04:18 +05:30
Kovid Goyal
d1b1fa7209
Get listing all available voices working 2023-01-11 20:53:48 +05:30
Kovid Goyal
b1d7a72494
Fix #2002534 [MobileRead bookshop plugin crashes](https://bugs.launchpad.net/calibre/+bug/2002534) 2023-01-11 19:25:07 +05:30
Kovid Goyal
6dd38d512c
Start work on wrapping the WinRT speech APIs
They give access to more voices, but whether they will be workable
remains to be seen.
2023-01-11 13:19:39 +05:30
Kovid Goyal
ceb72752e4
Root the patterns in .gitignore 2023-01-10 19:35:37 +05:30
Kovid Goyal
4419e7d65a
Move to ruff for ./setup.py check 2023-01-10 19:31:32 +05:30
Kovid Goyal
a981e08b2c
Move to ruff and pyproject.toml 2023-01-10 19:09:26 +05:30
Kovid Goyal
e5992f9d87
Remove global __() 2023-01-10 19:08:06 +05:30
Kovid Goyal
a54227469b
Bump version of pyqt 2023-01-10 09:07:15 +05:30
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
Kovid Goyal
b2311d0f05
Merge branch 'master' of https://github.com/cbhaley/calibre 2023-01-09 22:01:28 +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
Kovid Goyal
f7f0cf059f
Bump Qt version to 6.4.2 2023-01-09 18:09:06 +05:30
Kovid Goyal
a4179110ae
Merge branch 'master' of https://github.com/cbhaley/calibre 2023-01-09 07:52:20 +05:30