Commit Graph

45050 Commits

Author SHA1 Message Date
Kovid Goyal 3d7c07842b Build universal macOS binaries 2022-07-06 19:19:36 +05:30
Kovid Goyal d92c5ccf87 Linux installer: Useful error message if glibc is too old 2022-07-06 19:19:36 +05:30
Kovid Goyal bd63a4514f zeroconf API change 2022-07-06 19:19:36 +05:30
Kovid Goyal 24af8791b6 Use python 3.10 allows us to get rid of a couple of deps 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 9d550c5763 Some new dependencies for markdown 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 49ee740d19 Qt6 uses slightly different dll set 2022-07-06 19:19:35 +05:30
Kovid Goyal 17d9cd0b6a Add the SW prefix to cmake when building headless 2022-07-06 19:19:35 +05:30
Kovid Goyal 5a8c73abe3 Yet another Qt linux build dep 2022-07-06 19:19:35 +05:30
Kovid Goyal e348c47ea6 Add some more linux build deps for webengine 2022-07-06 19:19:35 +05:30
Kovid Goyal e2ff1e5611 The shadertools module is required to build QtQuick which is required for webengine 2022-07-06 19:19:35 +05:30
Kovid Goyal 8db858b8de Qt 6 requires gcc 9 which means ubuntu focal not bionic 2022-07-06 19:19:35 +05:30
Kovid Goyal 66e37045d3 Bump various dependency versions 2022-07-06 19:19:35 +05:30
Kovid Goyal 27b5c08d47 Also enumify QEvent 2022-07-06 19:19:35 +05:30
Kovid Goyal 9b33ba7a9b Update Linux dependency list for building Qt6 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 a24c16608a Update the Qt and PyQt versions 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 e750217e99 Qt mac extras are removed 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 d17ea4b735 cmake is needed to build the headless plugin 2022-07-06 19:19:34 +05:30
Kovid Goyal 5ab70747a9 X11extras does not exist on Qt 6 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