Commit Graph

48248 Commits

Author SHA1 Message Date
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
Kovid Goyal a1b2127e47 IPv6 support for zeroconf 2023-12-04 16:56:29 +05:30
Kovid Goyal f637aa59e5 Content server: Listen for all incoming IPv4 and v6 connections by default
Clean up previous PR. Remains to do something about zeroconf, it should
advertise both IP addresses when the server is listening on both.
2023-12-04 16:31:14 +05:30
Kovid Goyal 725adf696f Merge branch 'ipv6' of https://github.com/qykth-git/calibre 2023-12-04 14:33:18 +05:30
Kovid Goyal 23bcc9fa0a Merge branch 'master' of https://github.com/unkn0w7n/calibre 2023-12-04 11:41:03 +05:30
unkn0w7n 5be1aea3a9 Update reuters.recipe 2023-12-04 11:04:19 +05:30
Charles Haley 8415effd8f Changes to eliminate the black box cover_flow startup flash due to slow
smart device driver initialization
2023-12-03 22:23:31 +05:30
Kovid Goyal 76ec0583df Fix #2130 (Use canonical method to invoke sip-build tool) 2023-12-03 22:23:31 +05:30
Kovid Goyal c6783b7037 Avoid flashing during startup due to cover browser
During startup while the multiple resizes due to the various splitters
adjusting their sizes happens, paint the cover browser in the window
background color to avoid flashing.
2023-12-03 22:23:31 +05:30
Kovid Goyal 2a324bc35d Output when GUI main window is shown 2023-12-03 22:23:30 +05:30
Kovid Goyal 82826f9207 Only show main window after various sub-components are resized 2023-12-03 22:23:30 +05:30
Kovid Goyal efc372fac9 Use timed_print for starting quickview message 2023-12-03 22:23:30 +05:30
Kovid Goyal ef70a1eefb Make timed_print() re-useable 2023-12-03 22:23:30 +05:30
Kovid Goyal 88320477ad string changes 2023-12-03 22:23:30 +05:30
Kovid Goyal 14a64a239c Show initializing message before constructing Main 2023-12-03 22:23:30 +05:30
Kovid Goyal df695546c1 ... 2023-12-03 22:23:30 +05:30
Kovid Goyal 5da4c44b18 Remove pointless guards. CoverFlow is never None 2023-12-03 22:23:30 +05:30
Kovid Goyal 1a1d5dda55 ... 2023-12-03 22:23:30 +05:30
Kovid Goyal cedb228ebf Move showing of main window to a bit later in initialization to reduce flashing at startup 2023-12-03 22:23:30 +05:30
Kovid Goyal ed0fac467d Need updated html5-parser for libxml2 2.12 2023-12-03 22:23:30 +05:30
Kovid Goyal 582122cc93 Bump the glibc version needed on linux
Qt WebEngine 6.6 needs to be built with gcc that has -stdc++20 which
means we need to move to a ubuntu jammy image. The good part is this
harmonises ARM and Intel builds to both use jammy. The bad part is the
binaries now wont run on any distro released more than about a year ago.
Sigh.
2023-12-03 22:23:30 +05:30
Kovid Goyal b3428fd387 Ensure main window is hidden till we call show() 2023-12-03 22:23:30 +05:30
Kovid Goyal 3596471257 Windows: Edit book: Fix a crash when using the check book tool with a book that contains malformed markup. Fixes #2045133 [Editor closes immediately if epub-check finds parsing-failures in too much text-files](https://bugs.launchpad.net/calibre/+bug/2045133)
Bloody lxml doesnt initialize libxml2 correctly.
2023-12-03 22:23:29 +05:30
Kovid Goyal 84d28a04db Bump version of Qt
There are lots of misc minor issues caused by Qt 6.5 at least some of
which dont occur with 6.6 so lets roll the dice.
2023-12-03 22:23:29 +05:30
unkn0w7n 88a49a110a Update scientific_american.recipe 2023-11-29 11:04:02 +05:30
Kovid Goyal da82b673f0 And yet another sqlite release with broken snippet() 2023-11-28 09:44:26 +05:30
Kovid Goyal 6404e824d6 Merge branch 'master' of https://github.com/navels/calibre 2023-11-28 09:33:57 +05:30
Lee Nave ebc4fd593c Update New Yorker
Remove svg tags, which break send to kindle.
2023-11-27 12:46:32 -08:00
Kovid Goyal a0da32deb5 Fix #2044659 [Library on Tolino Vision 6 doesn't get listed](https://bugs.launchpad.net/calibre/+bug/2044659) 2023-11-27 15:47:35 +05:30
Kovid Goyal aa48fc63d0 Better escaping for flags in the generated toml file for building pyqt extensions 2023-11-27 15:41:12 +05:30
Kovid Goyal 454b5f76e9 Merge branch 'master' of https://github.com/unkn0w7n/calibre 2023-11-26 17:59:03 +05:30
unkn0w7n 90967016cc ... 2023-11-26 17:33:05 +05:30
unkn0w7n 1aab6b2bed Update infzm 2023-11-26 16:34:45 +05:30
Kovid Goyal 52ebc78095 DRYer 2023-11-25 13:09:12 +05:30
Kovid Goyal d6f88ab9d0 ... 2023-11-25 13:06:48 +05:30
Kovid Goyal 23bbc95f96 Linux: Fix external applications not being launched under Wayland 2023-11-25 13:01:51 +05:30
Kovid Goyal 93e6761a63 Merge branch 'master' of https://github.com/unkn0w7n/calibre 2023-11-25 10:47:42 +05:30
Kovid Goyal 4d45b5a6f5 Use fully encoded url for xdg-open 2023-11-25 10:47:10 +05:30
unkn0w7n 2d3d47fc7f Update toiprint.recipe 2023-11-25 10:43:36 +05:30
Kovid Goyal 0fc95de045 ... 2023-11-25 08:10:56 +05:30