45084 Commits

Author SHA1 Message Date
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
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
13867e75fc
Replace a couple more Qt 5 references 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
Kovid Goyal
28e6d251da
More PyQt6 nonsense
QCombobox::activated[str] no longer exists renamed to
QComboBox::textActivated
2022-07-06 19:19:32 +05:30
Kovid Goyal
053fd6f5bf
More PyQt6 nonsense
SIP can apparently no longer auto-convert QVector<Rgb>
2022-07-06 19:19:32 +05:30
Kovid Goyal
9957480ddb
Install Qt 6 on Arch 2022-07-06 19:19:32 +05:30
Kovid Goyal
1dddbe95e6
Redirect PyQt5 imports to PyQt6 2022-07-06 19:19:32 +05:30
Kovid Goyal
f56d0b5ec0
Replace references to PyQt5 in the source 2022-07-06 19:19:32 +05:30
Kovid Goyal
b1686441bd
More PyQt6 nonsense 2022-07-06 19:19:32 +05:30
Kovid Goyal
5363c147ba
pyqt6 FindFlags(0) -> FindFlag(0) 2022-07-06 19:19:32 +05:30
Kovid Goyal
eb1e096c92
pyqt6 croaks if you pass a QPoint instead of a QPointF to QGradient classes 2022-07-06 19:19:32 +05:30