Commit Graph

34854 Commits

Author SHA1 Message Date
Kovid Goyal 3de1bb711c Cleanup imports 2022-07-06 19:19:37 +05:30
Kovid Goyal d25bfd9d42 More PyQt6 nonsense 2022-07-06 19:19:37 +05:30
Kovid Goyal 5749582c9b More PyQt6 nonsense 2022-07-06 19:19:37 +05:30
Kovid Goyal 7f01313b8a Skip a hunspell test that fails only on ARM 2022-07-06 19:19:37 +05:30
Kovid Goyal 79013ef7d7 More pyqt6 nonsense 2022-07-06 19:19:37 +05:30
Kovid Goyal 7c28360d71 More PyQt6 nonsense 2022-07-06 19:19:36 +05:30
Kovid Goyal c067c1c2ce ... 2022-07-06 19:19:36 +05:30
Kovid Goyal 16bae8546e Make the calibre style object accessible in Python 2022-07-06 19:19:36 +05:30
Kovid Goyal aea448a5a4 Separate declaration and definition of CalibreStyle 2022-07-06 19:19:36 +05:30
Kovid Goyal bd63a4514f zeroconf API change 2022-07-06 19:19:36 +05:30
Kovid Goyal f61a394fdc Some new dependencies for py7r 2022-07-06 19:19:36 +05:30
Kovid Goyal 259c7398cb Viewer: Fix the color of browser provided controls in dark mode 2022-07-06 19:19:36 +05:30
Kovid Goyal 3523abef08 Use native webengine dark mode support in the toc and preview tools 2022-07-06 19:19:36 +05:30
Kovid Goyal 27b5c08d47 Also enumify QEvent 2022-07-06 19:19:35 +05:30
Kovid Goyal 638b987a70 pyqt6: QWizard changes 2022-07-06 19:19:35 +05:30
Kovid Goyal 93ff403587 pyqt6: setSortIndicator() and setCheckState() 2022-07-06 19:19:35 +05:30
Kovid Goyal 4242a71758 pyqt6: system locale date formatting is no longer supported directly by QDateTime 2022-07-06 19:19:35 +05:30
Kovid Goyal fbacea46ab pyqt6: More random fixes 2022-07-06 19:19:35 +05:30
Kovid Goyal d9a7ff5898 pyqt6: QCombobox::currentIndexChanged is now not subscriptable 2022-07-06 19:19:35 +05:30
Kovid Goyal 32cbd1ee4b More PyQt6 nonsense 2022-07-06 19:19:35 +05:30
Kovid Goyal d691d0a69a pyqt6: port QFontMetrics::width 2022-07-06 19:19:34 +05:30
Kovid Goyal 9dc8c418e2 In Qt 6 QApplication::exit now behaves like QApplication::quit in Qt 5 2022-07-06 19:19:34 +05:30
Kovid Goyal d05f6710eb Better port of QVector<QRgb> 2022-07-06 19:19:34 +05:30
Kovid Goyal bc8372d72e Add a build test for svg rasterization 2022-07-06 19:19:34 +05:30
Kovid Goyal 646cdc4fe5 More class enums 2022-07-06 19:19:34 +05:30
Kovid Goyal 0ec88750b6 Fix comparison of console log level 2022-07-06 19:19:34 +05:30
Kovid Goyal c2fef7f5ec Fix check for ok to import webengine 2022-07-06 19:19:34 +05:30
Kovid Goyal 950f6bfb24 Qt windows extras are removed 2022-07-06 19:19:34 +05:30
Kovid Goyal 30761d8a4d Update comment 2022-07-06 19:19:34 +05:30
Kovid Goyal a484a02dfd Restore various missing enum values from various PyQt classes 2022-07-06 19:19:34 +05:30
Kovid Goyal a6b29994e1 Call setModal correctly 2022-07-06 19:19:34 +05:30
Kovid Goyal 7fe3d006d8 Need to store a python reference to the menu on the action to avoid the menu being deleted in case it is not stored anywhere else 2022-07-06 19:19:33 +05:30
Kovid Goyal a8ba150cb8 QMutex -> QRecursiveMutex 2022-07-06 19:19:33 +05:30
Kovid Goyal 9e9f593877 Missed a const marking 2022-07-06 19:19:33 +05:30
Kovid Goyal abf7e4ac09 Silence the webengine context debug print 2022-07-06 19:19:33 +05:30
Kovid Goyal 563d9ca2f3 Restore QModelIndex::child 2022-07-06 19:19:33 +05:30
Kovid Goyal 6928a3a0f5 Restore the ability to associate menus with actions 2022-07-06 19:19:33 +05:30
Kovid Goyal 2eb32da7d6 Port use of webengine in store downloader 2022-07-06 19:19:33 +05:30
Kovid Goyal 4f3dd5dd28 Remove unused code 2022-07-06 19:19:33 +05:30
Kovid Goyal 54c126d8dd Make the webengine test more robust 2022-07-06 19:19:33 +05:30
Kovid Goyal bd354daa0e A couple more QFontMetrics::width 2022-07-06 19:19:33 +05:30
Kovid Goyal 8846f7fd44 Replace QTextLayouts::*additionalFormats methods 2022-07-06 19:19:33 +05:30
Kovid Goyal 83cd7bfa12 Restore the removed exec_ methods 2022-07-06 19:19:33 +05:30
Kovid Goyal 1d2cdda5d0 Put the methods in QMouseEvent that PyQt6 removed back 2022-07-06 19:19:33 +05:30
Kovid Goyal 21d4a3b7cb More PyQt6 nonsense 2022-07-06 19:19:33 +05:30
Kovid Goyal 22bc316836 More PyQt nonsense
Some more enums that werent previous migrated
2022-07-06 19:19:33 +05:30
Kovid Goyal 8eb7706b8a In Qt6 QWebEnginepage and QWebEngineView can be imported separately before constructing the QApplication 2022-07-06 19:19:32 +05:30
Kovid Goyal 1c0c88a2f9 fix deprecation warnings building pictureflow 2022-07-06 19:19:32 +05:30
Kovid Goyal e1f6f82d6e QFontDatabase is all static in Qt 6 2022-07-06 19:19:32 +05:30
Kovid Goyal e3d0259d70 Get the Qt plugins building with Qt6 2022-07-06 19:19:32 +05:30