45930 Commits

Author SHA1 Message Date
Kovid Goyal
7735c23028
Implement the reindex action 2022-08-06 15:06:56 +05:30
Kovid Goyal
c099abb2e3
Implement indexing speed option for calibredb 2022-08-06 14:43:19 +05:30
Kovid Goyal
9cbb385b1c
DRYer 2022-08-06 13:34:15 +05:30
Kovid Goyal
c7b4d8f979
Report time left estimate for local calibredb indexing 2022-08-06 13:28:10 +05:30
Kovid Goyal
81bf05e10b
Make IndexingProgress useable outside the GUI modules 2022-08-06 13:13:23 +05:30
Kovid Goyal
86d180be4c
Fix inner fts dispatch loop not quitting on shutdown when processing dirty books that have not actually changed 2022-08-06 13:09:41 +05:30
Kovid Goyal
83287ba398
... 2022-08-06 12:04:41 +05:30
Kovid Goyal
634bb31f24
Fix FTS indexing not progressing when dirtied books have no actual changes 2022-08-06 10:47:04 +05:30
Kovid Goyal
74ec8db8fc
Start work on FTS support for calibredb 2022-08-06 10:30:50 +05:30
Kovid Goyal
7f6f53149d
Ignore importerror during interpreter shutdown while closing db 2022-08-06 09:42:36 +05:30
Kovid Goyal
1c8049eb21
Update WirtschaftsWoche Online 2022-08-05 20:53:27 +05:30
Kovid Goyal
15ed01d0e1
Fix a regression in calibre 6.0 that broke remembering the previous sort order for a column
More PyQt6 enum goodness
2022-08-05 07:34:26 +05:30
Kovid Goyal
c9d3d132be
Google search engine: Fix for different URL encoding used by Google servers in Portugal 2022-08-05 07:07:22 +05:30
Kovid Goyal
ec0e30f0aa
more russian and ukranian news sources by bugmen00t 2022-08-04 20:16:54 +05:30
Kovid Goyal
da57bb0fac
Update Scientific American 2022-08-04 08:14:21 +05:30
Kovid Goyal
e004b057ed
Nicer error message when getting details page fails 2022-08-04 07:58:49 +05:30
Kovid Goyal
849d971642
Fix a regression in calibre 6.0 that broke processing of very high resolution images. Fixes #1983484 [Cover creation fails](https://bugs.launchpad.net/calibre/+bug/1983484) 2022-08-03 20:46:17 +05:30
Kovid Goyal
9b2adfa777
Update Popular Science 2022-08-03 19:02:11 +05:30
Kovid Goyal
860d1613bf
Add another test for a amazon.com.br 2022-08-03 18:55:08 +05:30
Kovid Goyal
fbaa69f74e
Remove Weekend section as it is no longer updated 2022-08-03 18:34:32 +05:30
Kovid Goyal
9e34ba665f
Use a unique table name for restriction book ids.
Makes the search atomic allowing multiple searches to be run in parallel
2022-08-02 19:55:49 +05:30
Kovid Goyal
64ea016aa1
Full text search: Fix error when using restrict searched books and more than 900 books are present in the searched list. Fixes #1983230 [FTS - Restricting returns error](https://bugs.launchpad.net/calibre/+bug/1983230) 2022-08-02 19:47:16 +05:30
Kovid Goyal
5f67cc961e
more russian and ukranian news sources by bugmen00t 2022-08-02 19:34:02 +05:30
Kovid Goyal
b3828dcec7
Allow using image_url_processor to skip img downloads 2022-08-02 19:17:29 +05:30
Kovid Goyal
c60d61a777
Fix spurious AttributeError during shutdown 2022-08-02 19:06:34 +05:30
Kovid Goyal
d39b5e52c6
Filter out scorecardresearch images from guardian downloads 2022-08-02 19:06:07 +05:30
Kovid Goyal
9df8c2e629
Fix #1710 (Fix for FTS re-index all formats of a book not working.) 2022-08-02 08:14:30 +05:30
Kovid Goyal
bd78ad3410
Merge branch 'patch-1' of https://github.com/hmag/calibre 2022-08-02 08:10:51 +05:30
Hervé M
357c955b44
Fix Mediapart site changes
Pages structure is not the same depending on source types : adding workarounds to perform a second search to get articles.
2022-08-01 19:00:38 +02:00
Kovid Goyal
401c92737f
Update MIT Technology Review 2022-08-01 19:19:34 +05:30
Kovid Goyal
f270dae588
more russian and ukranian news sources by bugmen00t 2022-08-01 19:18:39 +05:30
Kovid Goyal
1c49bb603d
... 2022-08-01 19:18:03 +05:30
Kovid Goyal
c95cf4f9e5
Revert change to use monotonic as it doesnt work for cross process sync 2022-08-01 08:01:01 +05:30
Kovid Goyal
0fda25f369
Use simple HTML markup for comments formatting from Google Books 2022-08-01 07:56:45 +05:30
Kovid Goyal
5e9a3de623
Fix tests that depended on css serialization settings 2022-07-31 21:46:32 +05:30
Kovid Goyal
d21e62c624
Use the same CSS serialization settings for conversion output as in the editor 2022-07-31 21:26:10 +05:30
Kovid Goyal
4654159899
Workaround for css-parser not serializing @supports rules correctly 2022-07-31 21:24:06 +05:30
Kovid Goyal
5de21eddab
increase timeout for preparing books to 10 mins for very large books/slow machines 2022-07-31 21:17:31 +05:30
Kovid Goyal
bfc2c86a52
Highlight break-inside 2022-07-31 21:16:11 +05:30
Kovid Goyal
6535d9acd2
E-book viewer: Speed up initial render of books with lots of CSS by not prettying the CSS
Also works around a bug in css-parser where prettying certain types of
stylesheets breaks them.
2022-07-31 20:04:41 +05:30
Kovid Goyal
d130d81319
... 2022-07-31 14:33:32 +05:30
Kovid Goyal
b17fd29136
Micro optimization: Avoid using the DB API and thereby acquiring a lock just to read column coloring/icon preferences 2022-07-31 14:15:57 +05:30
Kovid Goyal
0bba6484d1
Use the monotonic clock 2022-07-31 14:13:55 +05:30
Kovid Goyal
cd1a36c5fe
Amazon metadata download: Fallback to using DDG if Google starts returning too many request errors 2022-07-31 13:57:01 +05:30
Kovid Goyal
e82a9274e7
Change the test to actually test using web search 2022-07-31 12:09:40 +05:30
Kovid Goyal
a02453245c
make setting of google consent cookie thread safe 2022-07-31 12:01:14 +05:30
Kovid Goyal
7bc0399bda
Allow directly querying the google web cache as well 2022-07-31 11:57:44 +05:30
Kovid Goyal
0f764be26f
... 2022-07-31 10:27:33 +05:30
Kovid Goyal
25b3d5b054
Also recognize para breaks when the involved characters are quotes or parentheses 2022-07-31 09:32:31 +05:30
Kovid Goyal
353dd847d1
Fix #1983126 [Metadata download: Paragraph breaks not working for Google](https://bugs.launchpad.net/calibre/+bug/1983126) 2022-07-31 09:26:01 +05:30