Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins tagged with "port_pyside6"
2025-03-25
| ||
10:29 | Fix imports, replacing PyQt5 imports in recently-introduced modules with PySide6 Leaf check-in: 4e928fa8d0 user: thomas tags: port_pyside6 | |
2025-03-20
| ||
15:45 | Merge with trunk. check-in: d59e61549d user: thomas tags: port_pyside6 | |
2025-03-11
| ||
14:47 | Release v0.30.1 check-in: 0e48926e5c user: thomas tags: port_pyside6 | |
13:57 | Reworked how start-up tasks are scheduled. The previous way seems to be broken with PySide 6.8. The new way encapsulates each step in a dedicated @Slot() method, which is called by the previous step finished signal. check-in: 9347542be4 user: thomas tags: port_pyside6 | |
13:52 | Merge with trunk check-in: 432eda7a35 user: thomas tags: port_pyside6 | |
12:33 | Merge with trunk check-in: a0aa72e0f0 user: thomas tags: port_pyside6 | |
2025-02-28
| ||
13:46 | Release v0.30.0 check-in: a5c8d80f79 user: thomas tags: port_pyside6 | |
12:59 | Merge with trunk check-in: c0864bd696 user: thomas tags: port_pyside6 | |
2025-01-14
| ||
16:55 | Reduce diff size with trunk check-in: 959fe4fb6b user: thomas tags: port_pyside6 | |
15:36 | Merge with trunk check-in: a29a594b01 user: thomas tags: port_pyside6 | |
2024-10-16
| ||
11:48 | Merge with trunk check-in: 8b1031c310 user: thomas tags: port_pyside6 | |
2024-09-14
| ||
12:57 | Release v0.29.1 check-in: 45b2a6f419 user: thomas tags: port_pyside6 | |
2024-09-13
| ||
12:32 | Release v0.29.0 check-in: 9f9cd9a1ab user: thomas tags: port_pyside6 | |
12:05 | Fix missing signal emit code in PageConfigWidget. UI updates are now properly propagating to the PageConfigPreviewArea. check-in: 87fd3baee9 user: thomas tags: port_pyside6 | |
09:20 | Packaging: Remove the work-around for cx_Freeze 7.2. PySide6 is not affected by the resource loading issue, so no need to restrict the use to older cx_Freeze versions. check-in: 3cd6962482 user: thomas tags: port_pyside6 | |
2024-09-10
| ||
18:15 | Update the clean_windows_build.bat script to optimize the build with newer PySide6 6.7. Builds are down to the previous ~30MiB range check-in: 676c5789bc user: thomas tags: port_pyside6 | |
17:59 | Update scripts/update_translations.py for PySide6 check-in: 5a1039a069 user: thomas tags: port_pyside6 | |
17:59 | Remove additional dependencies on PySide2 or 6 for lrelease. This branch already depends on PySide6, making these redundant. check-in: 730ba1b61e user: thomas tags: port_pyside6 | |
17:55 | Merge with trunk check-in: a31fea0ba9 user: thomas tags: port_pyside6 | |
16:06 | Fix PySide6 package name in the build system requirements. check-in: 652e7c6a1b user: thomas tags: port_pyside6 | |
16:01 | Bump PySide6 required version to 6.7. That version flattens the internal structure of the package. check-in: ef1d1187f0 user: thomas tags: port_pyside6 | |
15:26 | Merge with trunk. check-in: 0b3f44cdf1 user: thomas tags: port_pyside6 | |
2024-09-08
| ||
20:10 | Merge with trunk. check-in: 7bdfc712a8 user: thomas tags: port_pyside6 | |
2024-09-06
| ||
12:00 | Merge with trunk. check-in: d5020ef899 user: thomas tags: port_pyside6 | |
2024-08-31
| ||
09:38 | Merge with trunk. check-in: d57d8142fa user: thomas tags: port_pyside6 | |
2024-08-22
| ||
14:49 | AboutDialog.ui: Remove an unsupported property, which caused an AttributeError in compiled code run under PySide6. check-in: ee0ff54921 user: thomas tags: port_pyside6 | |
07:02 | Merge with trunk. check-in: b21eed30ec user: thomas tags: port_pyside6 | |
2024-07-15
| ||
12:33 | Merge with trunk check-in: caa7921983 user: thomas tags: port_pyside6 | |
2024-05-07
| ||
17:24 | Release version 0.28.2 check-in: 740ea9fe95 user: thomas tags: port_pyside6 | |
2024-05-06
| ||
14:15 | Release v0.28.1 Optimize bundle size by removing the unused Qt6 SQL drivers. check-in: d095077aaf user: thomas tags: port_pyside6 | |
12:01 | Prepare release v0.28.1 check-in: 331f2b9889 user: thomas tags: port_pyside6 | |
10:56 | Merge with trunk. check-in: ac60380b05 user: thomas tags: port_pyside6 | |
08:14 | Merge with trunk. check-in: 4ba81f1386 user: thomas tags: port_pyside6 | |
2024-04-21
| ||
18:50 | Reduce diff size with trunk branch. check-in: 4f380d4f49 user: thomas tags: port_pyside6 | |
18:17 | Align the class names in Python code with the class names defined in the Ui files. check-in: 971c1c3a7e user: thomas tags: port_pyside6 | |
17:51 | Rename the About dialog class to AboutDialog, to be consistent with the definition in the UI file. check-in: 13bf15e37d user: thomas tags: port_pyside6 | |
17:47 | Fix linter warning in HoverEventFilter.eventFilter(). check-in: 663367cfd3 user: thomas tags: port_pyside6 | |
17:40 | Improvements to the UI file compiler: Generated type hinting stubs now contain relative imports for the used classes and annotations for method parameters. check-in: 60692d9b25 user: thomas tags: port_pyside6 | |
15:09 | scripts/compile_ui_files.py: Re-order some definitions. check-in: 96b8bb7774 user: thomas tags: port_pyside6 | |
15:05 | Update the compile_ui_files script. De-duplicate the source and target paths by putting them into the global scope at the beginning of the script. check-in: 30d0af5b6c user: thomas tags: port_pyside6 | |
2024-04-10
| ||
17:04 | Dependencies: Adjust name of the PySide6 package to PySide6_Essentials (with an underscore), as that seems to be the canonical name of the wheel. check-in: 90b80bbc45 user: thomas tags: port_pyside6 | |
2024-04-09
| ||
21:42 | Merge with trunk. check-in: 6e92bc1233 user: thomas tags: port_pyside6 | |
2024-03-24
| ||
20:17 | Optimize Windows build size check-in: b1a4d9c3d4 user: thomas tags: release, port_pyside6 | |
18:05 | Release v0.28.0 check-in: 2496cf31f0 user: thomas tags: port_pyside6 | |
17:29 | Merge with trunk. check-in: d1fcdfc588 user: thomas tags: port_pyside6 | |
2024-03-19
| ||
15:28 | Merge with trunk. check-in: 8af3ef4438 user: thomas tags: port_pyside6 | |
2024-03-11
| ||
20:41 | Reducing diff size with trunk, round 3. check-in: 33b5ec2dec user: thomas tags: port_pyside6 | |
19:38 | Changelog: Removed a duplicated entry. check-in: 7c63a3cbd9 user: thomas tags: port_pyside6 | |
2024-02-29
| ||
16:44 | Merge with trunk. check-in: 6de151087e user: thomas tags: port_pyside6 | |
2024-02-24
| ||
13:21 | Merge with trunk check-in: 08ec3f3c83 user: thomas tags: port_pyside6 | |