Commit graph

44606 commits

Author SHA1 Message Date
Kovid Goyal
d39101a52a
bypy now does only VM builds on Linux 2022-03-09 08:21:46 +05:30
Kovid Goyal
6dfd6b6e1b
Add a cloud image as well for VM instead of chroot builds 2022-03-09 08:21:46 +05:30
Kovid Goyal
195673efd1
More PyQt6 nonsense 2022-03-09 08:21:46 +05:30
Kovid Goyal
6514cabfd1
Bump PyQt version 2022-03-09 08:21:46 +05:30
Kovid Goyal
7da69cd428
... 2022-03-09 08:21:46 +05:30
Kovid Goyal
640a825c07
Make the calibre style object accessible in Python 2022-03-09 08:21:46 +05:30
Kovid Goyal
d337b2e2d0
Separate declaration and definition of CalibreStyle 2022-03-09 08:21:46 +05:30
Kovid Goyal
04aec6118b
Bump the Qt version to 6.2.2 2022-03-09 08:21:46 +05:30
Kovid Goyal
12b46e1055
Build universal macOS binaries 2022-03-09 08:21:46 +05:30
Kovid Goyal
5e77d6a11e
Linux installer: Useful error message if glibc is too old 2022-03-09 08:21:45 +05:30
Kovid Goyal
03da9abc9c
zeroconf API change 2022-03-09 08:21:45 +05:30
Kovid Goyal
ca41e1d771
Use python 3.10 allows us to get rid of a couple of deps 2022-03-09 08:21:45 +05:30
Kovid Goyal
ac1f8d9c84
Some new dependencies for py7r 2022-03-09 08:21:45 +05:30
Kovid Goyal
c523735044
Some new dependencies for markdown 2022-03-09 08:21:45 +05:30
Kovid Goyal
b160c3d0a4
Viewer: Fix the color of browser provided controls in dark mode 2022-03-09 08:21:45 +05:30
Kovid Goyal
265bd1358d
Use native webengine dark mode support in the toc and preview tools 2022-03-09 08:21:45 +05:30
Kovid Goyal
c4ecac1bea
Qt6 uses slightly different dll set 2022-03-09 08:21:45 +05:30
Kovid Goyal
ff9398b10f
Add the SW prefix to cmake when building headless 2022-03-09 08:21:45 +05:30
Kovid Goyal
91148d11a0
Yet another Qt linux build dep 2022-03-09 08:21:45 +05:30
Kovid Goyal
35f92f102f
Add some more linux build deps for webengine 2022-03-09 08:21:45 +05:30
Kovid Goyal
12bf94a083
The shadertools module is required to build QtQuick which is required for webengine 2022-03-09 08:21:45 +05:30
Kovid Goyal
bd4f7f340e
Qt 6 requires gcc 9 which means ubuntu focal not bionic 2022-03-09 08:21:45 +05:30
Kovid Goyal
bb94dd20eb
Bump various dependency versions 2022-03-09 08:21:45 +05:30
Kovid Goyal
7074b7d326
Also enumify QEvent 2022-03-09 08:21:45 +05:30
Kovid Goyal
2b53b5d5da
Update Linux dependency list for building Qt6 2022-03-09 08:21:45 +05:30
Kovid Goyal
d79edbeb54
pyqt6: QWizard changes 2022-03-09 08:21:44 +05:30
Kovid Goyal
9c5e7e0911
pyqt6: setSortIndicator() and setCheckState() 2022-03-09 08:21:44 +05:30
Kovid Goyal
4c50f0f9a1
pyqt6: system locale date formatting is no longer supported directly by QDateTime 2022-03-09 08:21:44 +05:30
Kovid Goyal
334216663e
pyqt6: More random fixes 2022-03-09 08:21:44 +05:30
Kovid Goyal
d06622615a
pyqt6: QCombobox::currentIndexChanged is now not subscriptable 2022-03-09 08:21:44 +05:30
Kovid Goyal
ba9b6971b2
More PyQt6 nonsense 2022-03-09 08:21:44 +05:30
Kovid Goyal
db382986c1
pyqt6: port QFontMetrics::width 2022-03-09 08:21:44 +05:30
Kovid Goyal
c0892e2d5e
Update the Qt and PyQt versions 2022-03-09 08:21:44 +05:30
Kovid Goyal
0332012e58
In Qt 6 QApplication::exit now behaves like QApplication::quit in Qt 5 2022-03-09 08:21:44 +05:30
Kovid Goyal
944cd4b8cb
Better port of QVector<QRgb> 2022-03-09 08:21:44 +05:30
Kovid Goyal
c6753bdcd3
Add a build test for svg rasterization 2022-03-09 08:21:44 +05:30
Kovid Goyal
885c092e59
More class enums 2022-03-09 08:21:44 +05:30
Kovid Goyal
cf33b82d58
Fix comparison of console log level 2022-03-09 08:21:44 +05:30
Kovid Goyal
ad36430aec
Fix check for ok to import webengine 2022-03-09 08:21:44 +05:30
Kovid Goyal
888eaca048
Qt mac extras are removed 2022-03-09 08:21:44 +05:30
Kovid Goyal
a60f445584
Qt windows extras are removed 2022-03-09 08:21:43 +05:30
Kovid Goyal
f40af980b9
Update comment 2022-03-09 08:21:43 +05:30
Kovid Goyal
2afb99731c
cmake is needed to build the headless plugin 2022-03-09 08:21:43 +05:30
Kovid Goyal
da644a5000
... 2022-03-09 08:21:43 +05:30
Kovid Goyal
7bbe8d56ec
X11extras does not exist on Qt 6 2022-03-09 08:21:43 +05:30
Kovid Goyal
1070dd5963
Restore various missing enum values from various PyQt classes 2022-03-09 08:21:43 +05:30
Kovid Goyal
3a8a430d41
Call setModal correctly 2022-03-09 08:21:43 +05:30
Kovid Goyal
f4ead1897e
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-03-09 08:21:43 +05:30
Kovid Goyal
7bfed9dcfa
QMutex -> QRecursiveMutex 2022-03-09 08:21:43 +05:30
Kovid Goyal
478eadef60
Missed a const marking 2022-03-09 08:21:43 +05:30