-
Notifications
You must be signed in to change notification settings - Fork 39
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
chore: support Qt6 #178
chore: support Qt6 #178
Conversation
* Update Qt5 dependencies to Qt6 * Update Dtk5 dependencies to Dtk6 * Add version control variables QT_VERSION_MAJOR and DTK_NS * Remove libgsettings-qt-dev dependency Log: update build dependencies to Qt6
* Replace QRegExp with QRegularExpression in fsearch_utils * Add Qt6 compatible std::sort in array.c * Remove unused QStringList forward declaration Log: adapt Qt6 API changes in 3rdparty
* Replace QTime with QElapsedTimer for time measurement * Replace QRegExp with QRegularExpression for pattern matching * Update Qt6 string split behavior with Qt::SkipEmptyParts * Replace qSort with std::sort for sorting * Update process API from pid() to processId() Log: adapt Qt6 API changes in daemon
* Replace QFontMetrics::width with horizontalAdvance for Qt6 * Add const qualifier to MatchedItem operator== for Qt6 compatibility Log: adapt Qt6 API changes in global
* Replace QRegExp with QRegularExpression * Update Qt6 layout margins API * Update Qt6 font metrics API * Update Qt6 event handling * Update Qt6 palette color API Log: adapt Qt6 API changes in grand-search
* Update CMake find_package for Qt6 and Dtk6 * Add Qt6::Core5Compat for audio and text preview * Update Qt6 layout margins API * Update include headers for Qt6 Log: adapt Qt6 API changes in preview-plugin
* Update CMake find_package for Qt6 in luceneengine * Update CMake find_package for Qt6 in semanticparser * Add Qt6 dbus interface generation support Log: adapt Qt6 API changes in tools
* Update CMake C++ standard from 14 to 17 in tests * Update QRegExp to QRegularExpression in unit tests Log: adapt Qt6 API changes in tests
* Add Qt6 lrelease tool path detection * Fallback to Qt5 lrelease if Qt6 not found * Keep lrelease command as final fallback Log: adapt Qt6 lrelease tool in translation
* Update CMake find_package for Qt6 and Dtk6 * Add Qt version check for gsettings-qt dependency * Update Qt6 font metrics API from width to horizontalAdvance * Update Qt6 layout margins API from setMargin to setContentsMargins Log: adapt Qt6 API changes in dock-plugin
* Remove Qt version check for QRegularExpression options * Use QRegularExpression::CaseInsensitiveOption consistently * Remove Qt5 specific Qt::CaseInsensitive option Log: adapt Qt6 QRegularExpression option
* Replace commented version check with proper CMake generator expression * Use standard CMake LESS operator instead of < operator * Clean up QGSettings conditional compilation for Qt5/6 * Remove trailing empty lines Log: improve Qt version check in CMake
* fix: [CI]Fix CI build issue The Dtk CMake module will use dtk release tool to get env version, but it may be incorrect that cause build blocked. Log: Fix CI build issue. * chore: [tag]New tag 5.5.12 New v5.5.12 release. Log: v5.5.12 release.
Fix build issue on arm64 and loong64, update new tag 5.5.13 Log: New tag v5.5.13
修复后端为qt5启动 Log: 修复后端为qt5启动
update version Log: update version
CLA Assistant Lite bot:
You can retrigger this bot by commenting recheck in this Pull Request |
TAG Bot TAG: 5.5.14 |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: lzwind, wyu71 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/forcemerge |
This pr force merged! (status: blocked) |
support Qt6
Log: support Qt6