Commit Graph

48287 Commits

Author SHA1 Message Date
Kovid Goyal d296e3f893 Implement save/restore of central state 2023-12-19 16:22:29 +05:30
Kovid Goyal faae6ee2ad Use fractions as desires rather than sizes 2023-12-19 13:03:02 +05:30
Kovid Goyal 040c479a4c Rescale desires on resize 2023-12-19 09:17:09 +05:30
Kovid Goyal cbf8ddd9e3 Minor cleanup for previous PR 2023-12-18 20:40:07 +05:30
Kovid Goyal 6895571de7 Add an FAQ entry for offscreen main calibre window 2023-12-18 20:04:00 +05:30
Kovid Goyal 044b1ae433 brouser -> browser 2023-12-18 19:59:18 +05:30
Kovid Goyal 988759188a Merge branch 'master' of https://github.com/cbhaley/calibre 2023-12-18 19:56:54 +05:30
Kovid Goyal 3fd7c28695 ... 2023-12-18 19:27:28 +05:30
Charles Haley 88dc2d85d3 Two things:
1) Fixes for the icon clicks. It now works when items are painted out of order. Resizing is now accounted for.  Toggling and setting item focus now works properly.
2) Added items to the tag browser config menu, including the possibility of shortcuts.
2023-12-18 11:58:55 +00:00
Kovid Goyal 386664e184 Implement movement of splitters in narrow mode 2023-12-18 16:12:00 +05:30
Kovid Goyal 2728790cf8 Also check for mapped IPv4 when checking trusted IPs 2023-12-18 11:59:50 +05:30
Kovid Goyal c5dec9241f Windows: Content server: Fix regression in previous release that broke testing for local connections. Fixes #2046673 [v7.2 -> Adding book via calibredb and content server on the same machine fails](https://bugs.launchpad.net/calibre/+bug/2046673) 2023-12-18 11:57:32 +05:30
Kovid Goyal 0cb1210d02 Merge branch 'master' of https://github.com/unkn0w7n/calibre 2023-12-18 11:29:00 +05:30
unkn0w7n 0349dcf2e3 Update wapo 2023-12-18 11:26:44 +05:30
Charles Haley 91a46f99a9 The tag browser notes/links icon stuff.
Clicking the "buttons" works because of how mouse tracking works. The user must move the mouse over/into the current item line before clicking a button, which causes that line to be painted. When the line is painted the horizontal positions of the buttons on the line are recorded. If/when a click happens, the click X point is checked to see if it is in the ranges defined by the horizontal positions.
2023-12-17 13:41:20 +00:00
Kovid Goyal 96211be30e Note that the inactive highlight palette problem in Qt on windows still exists
Apparently now it depends on what the accent color is. Sigh.
2023-12-16 13:04:15 +05:30
Kovid Goyal dd32a88166 Revert "No longer need highlighted colors in inactive windows workaround as of Qt 6.5"
This reverts commit 5e911aa980.
2023-12-16 13:03:56 +05:30
Kovid Goyal 944fcb0dab ... v7.2.0 2023-12-15 06:28:42 +05:30
Kovid Goyal 7ee5ec43fd ... 2023-12-15 06:21:57 +05:30
Kovid Goyal 36951caf1b version 7.2.0 2023-12-15 05:12:34 +05:30
Kovid Goyal e001a04a35 More work on narrow layout 2023-12-14 19:49:19 +05:30
Kovid Goyal 49ae25bb22 Work on narrow layout 2023-12-14 14:31:43 +05:30
Kovid Goyal 076a9bf3a4 Merge branch 'master' of https://github.com/unkn0w7n/calibre 2023-12-13 22:30:42 +05:30
unkn0w7n a73226029e WSJ update
add delay
2023-12-13 22:23:51 +05:30
Kovid Goyal 4da0793f6d Finish up wide layout 2023-12-13 16:23:44 +05:30
Kovid Goyal c81536e38f More work on central widget 2023-12-13 08:57:07 +05:30
Kovid Goyal fa3e6c9b59 Start work on central widget for main window 2023-12-12 22:06:27 +05:30
Kovid Goyal 5e911aa980 No longer need highlighted colors in inactive windows workaround as of Qt 6.5 2023-12-12 13:01:11 +05:30
Kovid Goyal 484605449b Use a common words based UA for economist
Seems to work as well as the fixed facebook one and will hopefully
continue working for longer. Also add the accept-language header.
2023-12-10 19:51:14 +05:30
Kovid Goyal 7871fc4021 remove debugging print 2023-12-10 17:11:27 +05:30
Kovid Goyal 62ea0893bf Merge branch 'master' of https://github.com/cbhaley/calibre 2023-12-10 17:11:17 +05:30
Charles Haley 0a9b61a612 Add "Delete note" to the book details notes context menu 2023-12-10 11:20:15 +00:00
Kovid Goyal 97d85d960a pep8 2023-12-08 13:57:23 +05:30
Kovid Goyal d19a40178b Merge branch 'master' of https://github.com/unkn0w7n/calibre 2023-12-08 13:35:58 +05:30
unkn0w7n 734c52ee87 Economist update 2023-12-08 13:18:15 +05:30
Kovid Goyal d447544e63 Revert "Bump the glibc version needed on linux"
This reverts commit 582122cc93.
Since we are going back to Qt 6.5 we dont need to build with newer
gcc
2023-12-08 09:10:12 +05:30
Kovid Goyal b9ca068246 Revert "Bump version of Qt"
This reverts commit 84d28a04db.

In Qt 6.6.1 QWebEngineProcess.exe crashes on windows. Also on windwos
the palette is even more screwed up using the windows highlight olor as
the link colr instead of the selected color. I dont have the
patience to debug it, so revert back to Qt 6.5.
2023-12-08 09:08:16 +05:30
Kovid Goyal d20b1a08db Dump webengine context debug info in build test 2023-12-07 20:15:30 +05:30
Kovid Goyal d82bd06247 Check for webengine render process crash in build test 2023-12-07 19:59:37 +05:30
Kovid Goyal ec1237f9fd Merge branch 'master' of https://github.com/cbhaley/calibre 2023-12-07 18:19:54 +05:30
Charles Haley 6d0e6af745 Quickview startup: yet another case where starting a piece of the GUI must happen after previous events are processed. 2023-12-07 10:49:01 +00:00
Kovid Goyal d56fc60863 ... 2023-12-06 16:35:27 +05:30
Kovid Goyal 60e3be881f Merge branch 'master' of https://github.com/unkn0w7n/calibre 2023-12-06 16:35:04 +05:30
unkn0w7n 8a3606a69f Update economist.recipe 2023-12-06 12:17:23 +05:30
unkn0w7n c33d89f0c5 Update scientific_american.recipe
remove p tags in captions
2023-12-06 12:16:02 +05:30
Kovid Goyal 16b64d1932 Update get books amazon.de plugin 2023-12-06 08:39:17 +05:30
Kovid Goyal 54a96cc152 Now we have a .bin file in resources as well as pak files 2023-12-05 14:31:40 +05:30
Kovid Goyal 5cb9af3d8d Fix deprecation warning 2023-12-05 11:05:17 +05:30
Kovid Goyal 7a59b2010d Nicer error message when creation of parent folder fails 2023-12-05 08:47:05 +05:30
Kovid Goyal c81d33c11c ... 2023-12-04 17:12:35 +05:30