forked from AcademySoftwareFoundation/OpenRV
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature - Qt 6 port AcademySoftwareFoundation#1 (AcademySoftwareFound…
…ation#606) ### Feature - Qt 6 port # 1 ### Linked issues AcademySoftwareFoundation#367 ### Summarize your change. This is the first phase of the Qt 6 port. It was mostly tested on Rocky Linux 8. There are a lot of generated files under `src/lib/mu/MuQt6`, and some modifications but you don't need to go over that folder. There are known issues that will be addressed in future PR: **All platforms:** - Refactor _QtAudioRenderer_ class. Currently, The _pulse_ audio output device is not enabled, and they are loud white noise issues on MacOS. - Remove the usage of _Core5compat_ and refactor what is deprecated. I don't think there is a lot to do here, but it is mostly about refactor the usage of _QTextCodec_. **MacOS:** - The _Open File dialog_ does not open anymore. - Loud white noise audio (Should be related to _QtAudioRenderer_) - The Central widget is rendered in the bottom left corner, but as soon as you resize the windows, it goes back to normal. **Windows:** - Issue with the compilation of Shiboken6 ### Describe what you have tested and on which operating system. - [ ] Rocky LInux 8 - [ ] MacOS ### Add a list of changes, and note any that might need special attention during the review. --------- Signed-off-by: Cédrik Fuoco <[email protected]>
- Loading branch information
1 parent
db17195
commit dd94e52
Showing
545 changed files
with
174,569 additions
and
642 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ | |
url = https://github.com/shotgunsoftware/openrv-WFObj.git | ||
[submodule "src/pub"] | ||
path = src/pub | ||
url = https://github.com/shotgunsoftware/openrv-pub.git | ||
url = [email protected]:cedrik-fuoco-adsk/openrv-pub.git | ||
branch = qt6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.