-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KDDockWidgets update to v2 #25468
base: master
Are you sure you want to change the base?
KDDockWidgets update to v2 #25468
Commits on Nov 5, 2024
-
Update minimum macOS deployment target to 10.15
which is required for Qt 6.5.0
Configuration menu - View commit details
-
Copy full SHA for 34b55a7 - Browse repository at this point
Copy the full SHA 34b55a7View commit details -
Don't use deprecated constructor of QMouseEvent
It was deprecated in Qt 6.4. Basically, just need to specify `globalPos`
Configuration menu - View commit details
-
Copy full SHA for af9f702 - Browse repository at this point
Copy the full SHA af9f702View commit details -
Don't use deprecated QCheckBox::stateChanged
It was deprecated during the Qt 6.8 beta phase, but it looks like this deprecation has been postponed to Qt 6.9. Anyway, there is now a better alternative called `checkStateChanged`, that uses `Qt::CheckState` instead of `int`.
Configuration menu - View commit details
-
Copy full SHA for 5a216c7 - Browse repository at this point
Copy the full SHA 5a216c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84000fe - Browse repository at this point
Copy the full SHA 84000feView commit details -
Bump
cmake_minimum_required
to 3.21.1To be sure that we're using a new-enough version for all Qt 6.8 features
Configuration menu - View commit details
-
Copy full SHA for dc9af79 - Browse repository at this point
Copy the full SHA dc9af79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85361f8 - Browse repository at this point
Copy the full SHA 85361f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6470dc6 - Browse repository at this point
Copy the full SHA 6470dc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f2a1b2 - Browse repository at this point
Copy the full SHA 3f2a1b2View commit details -
CMake: Use Qt's
qt_add_{library,executable}
I verified that they don't do anything scary, so let's use them, to keep our code in line with the documentation, and to be sure that we're ready to use modern Qt/CMake possibilities.
Configuration menu - View commit details
-
Copy full SHA for 8cc5e5a - Browse repository at this point
Copy the full SHA 8cc5e5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e453ea4 - Browse repository at this point
Copy the full SHA e453ea4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca94aad - Browse repository at this point
Copy the full SHA ca94aadView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc697c7 - Browse repository at this point
Copy the full SHA bc697c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4e455a - Browse repository at this point
Copy the full SHA d4e455aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 894d12f - Browse repository at this point
Copy the full SHA 894d12fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1525306 - Browse repository at this point
Copy the full SHA 1525306View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5483e72 - Browse repository at this point
Copy the full SHA 5483e72View commit details -
More robust error handling in InteractiveProvider.qml
When an error occurs while creating a component, don't cause even more errors by reading from `null` at `dialogObj.object.objectId`
Configuration menu - View commit details
-
Copy full SHA for 6d26006 - Browse repository at this point
Copy the full SHA 6d26006View commit details -
Configuration menu - View commit details
-
Copy full SHA for 948112b - Browse repository at this point
Copy the full SHA 948112bView commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 27f9b1a - Browse repository at this point
Copy the full SHA 27f9b1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4a3943 - Browse repository at this point
Copy the full SHA e4a3943View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8258be - Browse repository at this point
Copy the full SHA e8258beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a3255e - Browse repository at this point
Copy the full SHA 5a3255eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9049aa3 - Browse repository at this point
Copy the full SHA 9049aa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8e4b4d - Browse repository at this point
Copy the full SHA b8e4b4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c7a233 - Browse repository at this point
Copy the full SHA 8c7a233View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c43862 - Browse repository at this point
Copy the full SHA 1c43862View commit details
Commits on Nov 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1b5573a - Browse repository at this point
Copy the full SHA 1b5573aView commit details -
fixed using private classes from KDDockWidgets
Private KDDockWidgets classes use KDBindings, which in turn uses the emit term, which leads to compilation errors. Here we turn off the use of emit - now we use Q_EMIT
Configuration menu - View commit details
-
Copy full SHA for 98a5485 - Browse repository at this point
Copy the full SHA 98a5485View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4a6b84 - Browse repository at this point
Copy the full SHA d4a6b84View commit details