Commit Graph

48365 Commits

Author SHA1 Message Date
Charles Haley 90656de624 Two small changes:
1) In the central widget, use instance variables instead of class variables. I don't think this matters now, but it might if central can ever be reinstantiated.
2) Slight wording change on the new option's help text.
2024-01-08 12:22:25 +00:00
Kovid Goyal e9cc00560a Fix #2048475 [Tests fail with lxml 5.0](https://bugs.launchpad.net/calibre/+bug/2048475) 2024-01-08 09:12:35 +05:30
Kovid Goyal 140ea63f8c Cleanup previous PR
We dont disable the preference as now the layout is dynamically
switchable via keyboard shortcut, so it is conceivable the user might
want to set that preference even when the current layout is Wide.
2024-01-08 08:26:46 +05:30
Kovid Goyal fb3e6c4c3b Merge branch 'master' of https://github.com/cbhaley/calibre 2024-01-08 08:26:10 +05:30
Charles Haley 9f2045c3ba The cover browser position option with the "auto" choice. 2024-01-07 11:28:23 +00:00
Kovid Goyal 3f35571f8d Restore tooltip for window layout preference 2024-01-07 14:17:06 +05:30
Kovid Goyal cfc21828d1 Fix initial size not being set when toggling panels via buttons 2024-01-07 09:40:27 +05:30
Kovid Goyal d9e0ddcae8 Fix initial size for cb panel on top in narrow layout 2024-01-07 09:17:22 +05:30
Kovid Goyal 40f3e15a18 Use main window aspect ratio for narrow layout decision on cover browser position 2024-01-06 16:58:38 +05:30
Kovid Goyal b501bce746 Narrow layout: Place the cover browser above the book list when the window has a narrow aspect ratio
This is similar to the behavior pre 7.3 except it is controlled by
window size instead of primary monitor size.
2024-01-06 13:00:30 +05:30
Kovid Goyal 21e4565b99 ... 2024-01-06 09:49:16 +05:30
Kovid Goyal 3de1500627 Make the details splitter state orientation dependent 2024-01-06 09:43:57 +05:30
Kovid Goyal cb4fc7905b Fix a regression in the previous release that caused comments in the Book details panel to be rendered below rather than at the side of the other information 2024-01-06 09:22:34 +05:30
Kovid Goyal becdf4ef9f Fix QV widget not correctly parented when switching layout from one with QV closed to one with QV open 2024-01-05 20:51:21 +05:30
Kovid Goyal a2c105ea4d Merge branch 'master' of https://github.com/cbhaley/calibre 2024-01-05 20:06:14 +05:30
Charles Haley 8616cb5802 Add the possibility to assign keyboard shortcuts to the tag browser sort functions 2024-01-05 14:23:32 +00:00
Kovid Goyal 402459d8fa Move main window layout shortcuts into their own group 2024-01-05 17:17:37 +05:30
Kovid Goyal 8f928644fe keyboard shortcut to toggle layout (Alt+Shift+L) 2024-01-05 16:51:59 +05:30
Kovid Goyal a57fa0d6a9 Fix a regression in the previous release that caused the cover browser to not close when it is used as a separate window 2024-01-05 16:30:39 +05:30
Kovid Goyal c3cffae07d version 7.3.0 v7.3.0 2024-01-05 08:03:24 +05:30
Kovid Goyal adfc877853 pep8 2024-01-04 14:04:51 +05:30
Kovid Goyal 0f5b6c523c Merge branch 'master' of https://github.com/JonatanWick/calibre 2024-01-04 11:59:25 +05:30
Jonatan 602d932a06 Update copyright year 2024-01-04 07:24:39 +01:00
Kovid Goyal e9bb51dd4c Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-01-04 11:01:22 +05:30
unkn0w7n 3ac265c263 Update foreign_policy.recipe 2024-01-04 10:54:59 +05:30
Kovid Goyal 8c0dbb9370 Edit book: Fix the "Show changes" window moving down by a few pixels every time it is opened 2024-01-04 07:36:29 +05:30
Kovid Goyal 6890a437c0 ... 2024-01-03 21:22:10 +05:30
Kovid Goyal c94feafd3b Dont know why webengine is failing on CI machine
Since Qt have broken webengine in many ways on windows of late, lets
sink time into investigating it only if it stays broken after the next
Qt update bundled with calibre.
2024-01-03 21:03:18 +05:30
Kovid Goyal f0700b4722 DDG now apparently implements SSL sniffing, sigh 2024-01-03 21:01:58 +05:30
Kovid Goyal 4526abb5e3 Amazon metadata download: Fixes for various changes to amazon website markup 2024-01-03 20:52:01 +05:30
Kovid Goyal dd33bd079a Prevent google search spelling correction when search terms include ISBN/ASIN 2024-01-03 20:07:44 +05:30
Kovid Goyal 5749cc02a5 Clean up previous PR 2024-01-03 19:42:11 +05:30
Kovid Goyal bd3115c1dd Merge branch 'master' of https://github.com/os-strus/calibre 2024-01-03 19:31:09 +05:30
os-strus 6e9bb955d0 Update amazon.py
1.- Amazon changed the way manage book images.
      I fixed this on lines 880-888 (original file) - 906-920 (new file)

2.- Amazon also changed the <div> name for the book comments
      I fixed this on lines 724 and 729 (original file) - 741 and 748 (new file)

All others changes in the new file are log fir debug info, that can be deleted
2024-01-03 12:45:30 +01:00
Kovid Goyal f8f4f80fe4 Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-01-03 11:27:37 +05:30
unkn0w7n 3ee88411c3 Business Standard update 2024-01-03 11:10:50 +05:30
Kovid Goyal d8a0e69f69 Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-01-02 20:01:26 +05:30
unkn0w7n 68aaed8872 natgeo cover 2024-01-02 19:21:11 +05:30
Kovid Goyal 3032655349 Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-01-01 14:47:46 +05:30
unkn0w7n a170eafd20 ... 2024-01-01 14:19:20 +05:30
unkn0w7n fd5341919f economist 2024-01-01 14:11:28 +05:30
Kovid Goyal 375e63f597 ... 2024-01-01 08:28:25 +05:30
Kovid Goyal 6c03fe6e34 Improve splitter geometry migration 2023-12-31 07:40:57 +05:30
Kovid Goyal ca90f71f23 Amazon metadata download: Fix metadata download via Google not working because of Google changes
Google no longer returns cache URLs with its search results, so we just
use a generated URL and hope it works. Fixes #2047257 [Amazon Metadata Download Failing: No Cached Page](https://bugs.launchpad.net/calibre/+bug/2047257)
2023-12-29 12:19:04 +05:30
Kovid Goyal f9fbd402d8 Skip multiple URL hits in google search results 2023-12-29 12:12:12 +05:30
Kovid Goyal 9448c42a64 Use higher optimization level for building extensions
O3 on gcc/clang and O2 on MSVC
Fixes #2145 (Add -O3 to extension compile flags)
2023-12-29 09:37:07 +05:30
Kovid Goyal 2838d7382c pep8 2023-12-28 14:35:12 +05:30
Kovid Goyal 689f4475e3 Merge branch 'master' of https://github.com/unkn0w7n/calibre 2023-12-28 14:34:51 +05:30
unkn0w7n da9d8e996c Hindustan Times Print Edition recipe 2023-12-28 13:57:11 +05:30
Kovid Goyal 3adf9cc46a Bump the version of fonttools 2023-12-28 11:27:24 +05:30