Skip to content
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

Migrate to Qt 6 #4584

Merged
merged 71 commits into from
Apr 26, 2024
Merged

Migrate to Qt 6 #4584

merged 71 commits into from
Apr 26, 2024

Conversation

mgallien
Copy link
Collaborator

@mgallien mgallien commented May 20, 2022

Fix #4461

Signed-off-by: Matthieu Gallien [email protected]

Edit (clau):

Todo:

  • Remove cherry-picked b48f714 73946f4 b5de9d2 153176c 16e1d9a once merged in master
  • Fix visual bugs in user status selector
  • Fix scrolling in emoji picker
  • Fix tests
  • Fix user status selector

@sonarcloud
Copy link

sonarcloud bot commented May 22, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell B 12 Code Smells

7.9% 7.9% Coverage
0.0% 0.0% Duplication

Copy link
Collaborator

@claucambra claucambra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a small comment

src/gui/CMakeLists.txt Outdated Show resolved Hide resolved
@claucambra
Copy link
Collaborator

Drone is complaining about the use of QNetworkConfiguration

@mgallien
Copy link
Collaborator Author

Drone is complaining about the use of QNetworkConfiguration

yes
so this API is deprecated in Qt 5.15 but with no replacement before Qt6
so I will have to make sure those warnings are disabled in Qt 5 builds

@mgallien mgallien force-pushed the feature/qt6 branch 3 times, most recently from edca614 to 8e8269c Compare May 31, 2022 21:46
@mgallien mgallien force-pushed the feature/qt6 branch 2 times, most recently from 7bc6669 to 75efa15 Compare October 7, 2022 12:38
@claucambra claucambra force-pushed the feature/qt6 branch 9 times, most recently from db09031 to f5b0319 Compare November 24, 2022 16:24
@claucambra claucambra changed the title allow detection of qt5 or qt6 Migrate to Qt 6 Nov 24, 2022
@claucambra
Copy link
Collaborator

Note I have removed the QML module-ification as it was broken and it is not strictly necessary for Qt6 migration, we can take care of it separately

@claucambra claucambra self-assigned this Nov 24, 2022
@claucambra claucambra force-pushed the feature/qt6 branch 2 times, most recently from 98194f7 to 9d32f9a Compare November 25, 2022 13:57
@claucambra claucambra marked this pull request as ready for review November 28, 2022 10:59
@claucambra
Copy link
Collaborator

@camilasan @allexzander @mgallien This is now ready for review

mgallien and others added 24 commits April 26, 2024 09:05
Signed-off-by: Matthieu Gallien <[email protected]>
Signed-off-by: Matthieu Gallien <[email protected]>
Signed-off-by: Matthieu Gallien <[email protected]>
Signed-off-by: tobiasKaminsky <[email protected]>
Signed-off-by: Matthieu Gallien <[email protected]>
Signed-off-by: Matthieu Gallien <[email protected]>
Signed-off-by: Matthieu Gallien <[email protected]>
Signed-off-by: Matthieu Gallien <[email protected]>
Signed-off-by: Matthieu Gallien <[email protected]>
Signed-off-by: Matthieu Gallien <[email protected]>
gives the path to qml files such that needed Qt qml modules are deployed
correctly inside the AppImage package

Signed-off-by: Matthieu Gallien <[email protected]>
on windows qml modules are not default loaded from the install folder of the app

set it such that qml modules are imported from teh installed qml folder

Signed-off-by: Matthieu Gallien <[email protected]>
@mgallien mgallien merged commit 810d8f1 into master Apr 26, 2024
8 of 12 checks passed
@mgallien mgallien deleted the feature/qt6 branch April 26, 2024 07:05
@nextcloud-desktop-bot
Copy link

AppImage file: nextcloud-PR-4584-3770eec050da2affdd342fb4f8cca2162648691c-x86_64.AppImage

To test this change/fix you can simply download above AppImage file and test it.

Please make sure to quit your existing Nextcloud app and backup your data.

Copy link

sonarcloud bot commented Apr 26, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to QT6
5 participants