Kovid Goyal
|
1c8baa87cf
|
Abstract away match finding implementation
|
2022-04-23 15:29:06 +05:30 |
|
Kovid Goyal
|
3e06e32861
|
Fix #1970027 [[Enhancement] Remove border around Tag browser](https://bugs.launchpad.net/calibre/+bug/1970027)
|
2022-04-23 15:10:59 +05:30 |
|
Kovid Goyal
|
0d9c8bba54
|
Workaround for transifex keeling over with non-ASCII msgids
Fixes #1970024 [Typo in text string?](https://bugs.launchpad.net/calibre/+bug/1970024)
|
2022-04-23 14:49:58 +05:30 |
|
Kovid Goyal
|
8df81bb212
|
Implement find_all for ICU collators
|
2022-04-23 14:33:41 +05:30 |
|
Kovid Goyal
|
50f4b86f9e
|
Wrap the api to control the max variable for collation
|
2022-04-23 13:25:22 +05:30 |
|
Kovid Goyal
|
ef41db8cc7
|
Test for ignoring unicode invisible punctuation when searching
|
2022-04-23 13:09:14 +05:30 |
|
Kovid Goyal
|
aad20ae447
|
Searching: Ignore punctuation when searching in the book list. So that, for example: Gravitys will match Gravity's. Fixes #1969926 [[Enhancement] Match both straight and curly apostrophe types when searching](https://bugs.launchpad.net/calibre/+bug/1969926)
|
2022-04-23 12:51:54 +05:30 |
|
Kovid Goyal
|
303006cb11
|
ICU collator for searching ignoring punctuation
|
2022-04-23 12:14:04 +05:30 |
|
Kovid Goyal
|
4412d3f615
|
wrap api for attribute control on ICU collators
|
2022-04-23 11:46:19 +05:30 |
|
Kovid Goyal
|
b9a6df1ce8
|
Use the regex implementation as it is faster
|
2022-04-23 10:47:24 +05:30 |
|
Kovid Goyal
|
b3d266d737
|
Add a regex based accent removal function
|
2022-04-23 10:45:39 +05:30 |
|
Kovid Goyal
|
0683be2a2c
|
Merge branch 'master' of https://github.com/davidfor/calibre
|
2022-04-23 10:45:16 +05:30 |
|
David
|
30f3b71da1
|
Reduce dbversion for Kobo Bookstats
Drop the database version for the new bookstats feature in the released firmware 4.32.19501 as a change was removed by Kobo at the last minute.
|
2022-04-23 15:04:26 +10:00 |
|
Kovid Goyal
|
a1726128c6
|
Wrap the ICU transliterator API
|
2022-04-23 10:23:03 +05:30 |
|
Kovid Goyal
|
1efe99009f
|
Mark constness
|
2022-04-23 10:11:57 +05:30 |
|
Kovid Goyal
|
86373bac9b
|
Fix #1969981 [Conversion to PDF fails with "TypeError: '<=' not supported between instances of 'str' and 'float'"](https://bugs.launchpad.net/calibre/+bug/1969981)
|
2022-04-23 07:11:12 +05:30 |
|
Kovid Goyal
|
69ab397165
|
...
|
2022-04-22 20:52:00 +05:30 |
|
Kovid Goyal
|
86fc424ff6
|
Replace use of function deprecated in ICU 71
|
2022-04-22 20:32:53 +05:30 |
|
Kovid Goyal
|
b8b21e4ada
|
string changes
|
2022-04-22 11:23:18 +05:30 |
|
Kovid Goyal
|
d32b81b692
|
string changes
|
2022-04-22 10:37:45 +05:30 |
|
Kovid Goyal
|
5fc65c758a
|
version 5.41.0
v5.41.0
|
2022-04-22 07:40:38 +05:30 |
|
Kovid Goyal
|
0c5e5d38d3
|
Merge branch 'economist_none' of https://github.com/xxyzz/calibre
|
2022-04-22 07:31:20 +05:30 |
|
xxyzz
|
700fdb7ef9
|
Fix The Economist recipe NoneType is not iterable error
the "image" value could be null, for example: https://www.economist.com/special-report/2022/04/20/sources-and-acknowledgments
|
2022-04-22 09:15:07 +08:00 |
|
Kovid Goyal
|
4f83016d30
|
...
|
2022-04-21 20:51:50 +05:30 |
|
Kovid Goyal
|
b4e09ec431
|
Only show cover bug message once by default
|
2022-04-21 20:50:48 +05:30 |
|
Kovid Goyal
|
00776601aa
|
Fix #1967149 [[Enhancement] Give notice to user about Amazon cover bugs.](https://bugs.launchpad.net/calibre/+bug/1967149)
|
2022-04-21 20:34:28 +05:30 |
|
Kovid Goyal
|
e047a2c84e
|
Merge branch 'master' of https://github.com/cbhaley/calibre
|
2022-04-21 20:02:16 +05:30 |
|
Charles Haley
|
31524e1f80
|
Fix rare problem where the formatter gets a tuple instead of a list.
|
2022-04-21 15:25:54 +01:00 |
|
Kovid Goyal
|
c2428b3d09
|
Fix errors in __del__ of overseer
I can never get used to be absurd python stdlib philosophy of raising
timeouterrors on wait instead of returning None
|
2022-04-21 14:08:53 +05:30 |
|
Kovid Goyal
|
884b721916
|
Fix #1968677 [[Enhancement] Action to remove id shows the id number instead of the company](https://bugs.launchpad.net/calibre/+bug/1968677)
|
2022-04-21 13:49:20 +05:30 |
|
Kovid Goyal
|
39b820c67c
|
Fix #1969559 [Conversion to Markdown - Feature discovery message](https://bugs.launchpad.net/calibre/+bug/1969559)
|
2022-04-21 13:33:02 +05:30 |
|
Kovid Goyal
|
8de6af9814
|
Dont break footnotes when there is an anchor in the first block level child of the note. See #1969608 (Footnote's pop-up is empty.)
|
2022-04-21 13:06:42 +05:30 |
|
Kovid Goyal
|
bc057a48b5
|
Update The Economic Times India
|
2022-04-20 21:50:45 +05:30 |
|
Kovid Goyal
|
462431c4a9
|
Update Business Standard
|
2022-04-20 21:10:36 +05:30 |
|
Kovid Goyal
|
5fb030462f
|
string changes
|
2022-04-19 18:08:03 +05:30 |
|
Kovid Goyal
|
656b17421c
|
Fix #1969458 [Missing graphical icon.](https://bugs.launchpad.net/calibre/+bug/1969458)
|
2022-04-19 17:59:45 +05:30 |
|
Kovid Goyal
|
0788eff9f3
|
...
|
2022-04-19 17:15:05 +05:30 |
|
Kovid Goyal
|
c98610b51d
|
Better error message when speech dispatcher has no voices in Linux
|
2022-04-19 15:44:00 +05:30 |
|
Kovid Goyal
|
58e91b4ba4
|
Fix #1617 (The calibre editor "Check" complains when rules are empty, saying …)
|
2022-04-18 17:55:58 +05:30 |
|
Kovid Goyal
|
577f6ff9b4
|
Fix #1969302 [AltGr + { causes action of Ctrl + { in ebook editor](https://bugs.launchpad.net/calibre/+bug/1969302)
|
2022-04-18 16:41:52 +05:30 |
|
Kovid Goyal
|
db75fe003f
|
Edit book: Table of Contents tool: Allow using the title attribute on headings tags to get the text for table of contents entries
|
2022-04-18 14:28:44 +05:30 |
|
Kovid Goyal
|
a46806c6a2
|
Update MTP device definitions from upstream
Fixes #1969337 [Calibre not detecting kindle fire](https://bugs.launchpad.net/calibre/+bug/1969337)
|
2022-04-18 11:49:49 +05:30 |
|
Kovid Goyal
|
61e6a7cd28
|
Eenadu by unkn0wn
|
2022-04-17 21:01:24 +05:30 |
|
Kovid Goyal
|
2766838e81
|
Add missing colons
|
2022-04-16 21:16:30 +05:30 |
|
Kovid Goyal
|
15560be227
|
Cleanup previous PR
|
2022-04-16 21:14:30 +05:30 |
|
Kovid Goyal
|
5ec25f5ff8
|
Merge branch 'master' of https://github.com/cbhaley/calibre
|
2022-04-16 21:08:10 +05:30 |
|
Charles Haley
|
533bd03652
|
Ooops. Left of a colon.
|
2022-04-16 16:37:14 +01:00 |
|
Charles Haley
|
ee367056f2
|
Add box to float custom column creation to specify the number of decimal digits allowed when editing.
|
2022-04-16 16:32:36 +01:00 |
|
Kovid Goyal
|
02e3925a99
|
string changes
|
2022-04-16 11:51:32 +05:30 |
|
Kovid Goyal
|
62eb0a3229
|
Merge branch 'master' of https://github.com/cbhaley/calibre
|
2022-04-16 09:11:11 +05:30 |
|