Kovid Goyal
483e976ccc
Build linux arm64 in parallel as its the slowest by far
2022-07-06 19:19:40 +05:30
Kovid Goyal
29505f1951
bump beta version
2022-07-06 19:19:40 +05:30
Kovid Goyal
a497e7698b
Some improvements to palette change handling
...
1) Dont use the paletteChanged signal since it is deprecated in Qt 6
2) Dont apply the workaround for: https://bugreports.qt.io/browse/QTBUG-75321
as its not needed as far as I can tell i Qt 6 and it causes switching
back to the light theme to have some incorrect colors
2022-07-06 19:19:40 +05:30
Kovid Goyal
da775a7adc
Add compat for enums from QSizePolicy and QLayout
2022-07-06 19:19:40 +05:30
Kovid Goyal
a67fcb81f1
Ensure jobs log viewer stay at bottom when appending
2022-07-06 19:19:40 +05:30
Kovid Goyal
d428e01d2a
bump beta version
2022-07-06 19:19:40 +05:30
Kovid Goyal
9c9e903e83
remove unused code
2022-07-06 19:19:40 +05:30
Kovid Goyal
7cb53c9c96
pyqt6: Fix some keyboard modifiers checks in the editor
2022-07-06 19:19:40 +05:30
Kovid Goyal
a5257b532f
pyqt6: Fix drop and hover events as well
2022-07-06 19:19:40 +05:30
Kovid Goyal
f2c058fea3
Also enumify QMessgaeBox
2022-07-06 19:19:40 +05:30
Kovid Goyal
dd7c9a71b5
...
2022-07-06 19:19:40 +05:30
Kovid Goyal
49e6a69b5b
pep8
2022-07-06 19:19:40 +05:30
Kovid Goyal
b1c0ca7b6e
...
2022-07-06 19:19:40 +05:30
Kovid Goyal
a78d3cd611
Allow imports of top level PyQt modules to work from the qt virtual module
...
This is needed for legacy compat of
from PyQt5 import QtCore, QtGui, etc
2022-07-06 19:19:40 +05:30
Kovid Goyal
924625e047
Use beta version numbers
2022-07-06 19:19:40 +05:30
Kovid Goyal
05bdc88450
Apparently defaultSettings() is not going to return
2022-07-06 19:19:40 +05:30
Kovid Goyal
bbb0d39053
Fix for JobSpy plugin using integers instead of enum for tool button popup mode
2022-07-06 19:19:39 +05:30
Kovid Goyal
50e5fb1e4f
pyqt6: Fix drop actions check
2022-07-06 19:19:39 +05:30
Kovid Goyal
b76c76390e
Workaround for PyQt6 missing QWebEngine::defaultSettings()
2022-07-06 19:19:39 +05:30
Kovid Goyal
a1a4d3ecc9
...
2022-07-06 19:19:39 +05:30
Kovid Goyal
d1bfc18ac5
oops
2022-07-06 19:19:39 +05:30
Kovid Goyal
a8336ca1fe
...
2022-07-06 19:19:39 +05:30
Kovid Goyal
d7e16f1b8e
Remove build commands for 32-bit arches
2022-07-06 19:19:39 +05:30
Kovid Goyal
df89c9f251
Automatically uninstall 32-bit calibre on windows when installing
2022-07-06 19:19:39 +05:30
Kovid Goyal
ecf9f103d6
Get the portable installer building on 64bits
2022-07-06 19:19:39 +05:30
Kovid Goyal
2d0429ebce
Fix a couple of compiler warnings
2022-07-06 19:19:39 +05:30
Kovid Goyal
485badb13a
missed a spot to remove is64bit
2022-07-06 19:19:39 +05:30
Kovid Goyal
0ecae23805
...
2022-07-06 19:19:39 +05:30
Kovid Goyal
ad78f1bddc
Use Qt 6.2 src on CI
2022-07-06 19:19:39 +05:30
Kovid Goyal
c914ca5e6b
Need XKB dev packages on CI to build headless
2022-07-06 19:19:39 +05:30
Kovid Goyal
5db39aa16e
Drop 32-bit code paths
2022-07-06 19:19:39 +05:30
Kovid Goyal
74600b7c07
oops
2022-07-06 19:19:38 +05:30
Kovid Goyal
ca2003b405
More PyQt6 nonsense
2022-07-06 19:19:38 +05:30
Kovid Goyal
271f988b72
Fix windows build
2022-07-06 19:19:38 +05:30
Kovid Goyal
fb5e0bf2c9
Get it building on windows
2022-07-06 19:19:38 +05:30
Kovid Goyal
a448bc7079
Fix building on latest VS 2019
2022-07-06 19:19:38 +05:30
Kovid Goyal
7e8a5cf449
Dont build NodeJS on windows
...
It only builds with one version of Visual Studio. Typical web tech.
2022-07-06 19:19:38 +05:30
Kovid Goyal
87f3a5808e
...
2022-07-06 19:19:38 +05:30
Kovid Goyal
9e8037b633
We now have ruby30 in windows
2022-07-06 19:19:38 +05:30
Kovid Goyal
a1432c5d9b
New CI export paths
2022-07-06 19:19:38 +05:30
Kovid Goyal
c283f85d73
Fix aliasing of PyQt5 imports
2022-07-06 19:19:38 +05:30
Kovid Goyal
0bad6416a8
placeholder should also be a universal binary
2022-07-06 19:19:38 +05:30
Kovid Goyal
7bfa37c9bb
Fix for Apple's cheap ass freeloading on libxml2
...
Trillion dollar company that cant write its own XML parser. And
libxml2 is currently going begging for a lack of maintainers. Silicon
valley really makes my blood boil. Fucking armpit of the universe.
2022-07-06 19:19:38 +05:30
Kovid Goyal
83fcbf7e17
Delay load hunspell
2022-07-06 19:19:38 +05:30
Kovid Goyal
9e8d43c03a
Dont stip the binaries when using develop mode
2022-07-06 19:19:38 +05:30
Kovid Goyal
cdcfbbe57e
bump version of libxml2 in th ehopes that the new version will fix the crash on ARM
2022-07-06 19:19:38 +05:30
Kovid Goyal
b4c0513d85
Get print to work in test_build
2022-07-06 19:19:38 +05:30
Kovid Goyal
0d82c22087
...
2022-07-06 19:19:38 +05:30
Kovid Goyal
8bc909debe
Bump library versions
2022-07-06 19:19:37 +05:30
Kovid Goyal
ee72b7b850
No plaformthemes plugins on macOS in Qt 6
2022-07-06 19:19:37 +05:30