-
Notifications
You must be signed in to change notification settings - Fork 13
/
ChangeLog
73 lines (64 loc) · 2.3 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Changelog of the Qt6 Configuration Tool
-----------
Version 0.1
* first test release
Version 0.2
* fixed Qt 6.0 Beta2 support
* updated Danish translation (scootergrisen)
Version 0.3
* added cmake support (experimental)
* fixed color schemes
* fixed palette updating
* updated Finish translation (Nikolay Korotkiy)
* updated German translation (LeSnake)
Version 0.4
* fixed cmake support
* fixed build with Qt 6.1 using cmake
* prepend custom stylesheets to the application stylesheet (John Lindgren)
Version 0.5
* added troubleshooting settings
* fixed issue with custom palette
* updated Dutch translation (Heimen Stoffels)
* updated Spanish translation (Toni Estévez and salazarbarrera)
* updated Russian translation
* updated Greek translation (Dimitrios Glentadakis)
Version 0.6
* added Qt 6.4 support
* added Qt version checking
* added xdgdesktopportal dialogs support (Marco Genasci)
* improved warning about incorrect environment variable
* only prepend user stylesheet if it has changed (Carlo Teubner)
* removed Qt Concurrent dependency
* fixed issue with missing Ukrainian transation
* updated Bulgarian translation (Kiril Kirilov)
* updated Catalan translation (Toni Estévez)
* updated Czech translation (fri)
* updated Dutch translation (Heimen Stoffels)
* updated Polish translation (Marek Adamski)
* updated Russian translation
* updated Spanish translation (Toni Estévez)
* updated Greek translation (Dimitrios Glentadakis)
Version 0.7
* fixed crash when loading default font
* changed font configuration format
* improved icon loader
* updated Czech translation (fri)
Version 0.8
* added keywords entry to desktop file (Mateusz Łukasik)
* fixed compatibility with applications that use own stylesheet (John Lindgren)
* fixed font applying issue
* updated Japanese translation (UTUMI Hirosi)
Version 0.9
* added Qt 6.6 compatibility
* added compatibility with QT_STYLE_OVERRIDE=qt5ct-style (RushingAlien)
* improved cmake build:
- make translations optional (Jonas Kvinge)
- enabled reproducible build by default
- other fixes and improvements (Jonas Kvinge)
* fixed crash on QML applications
* fixed parallel build using qmake
* fixed localization support
* updated Dutch translation (Heimen Stoffels)
* updated Polish translation (Marek Adamski)
* updated Russian translation
* updated French translation (Wallon)