-
Notifications
You must be signed in to change notification settings - Fork 14
/
CHANGELOG
202 lines (174 loc) · 7.31 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
lxqt-qtplugin-2.1.0 / 2024-11-05
=================================
* Use lxqt-build-tools functionality.
* Remove a comment artifact.
* Don't mix const with non const iterators.
* Avoid possible detach in range-based loop.
* Added tooltip colors to palette.
* Set toolbar icon size.
lxqt-qtplugin-2.0.0 / 2024-04-17
=================================
* Ported to Qt6.
* Check the existence of qApp.
* Set mouse cursor theme and size.
* Set hover effect.
* Added link to libdbusmenu-lxqt in `README.md`.
lxqt-qtplugin-1.4.0 / 2023-11-05
=================================
* Just corrected a case of code readability and bumped the version.
lxqt-qtplugin-1.3.0 / 2023-04-15
=================================
* Bumped the version to 1.3.0 and updated the dependencies.
lxqt-qtplugin-1.2.0 / 2022-11-05
=================================
* Bumped the version to 1.2.0 and updated the dependencies.
lxqt-qtplugin-1.1.0 / 2022-04-15
=================================
* Just bumped the version to 1.1.0 and updated the dependencies.
lxqt-qtplugin-1.0.0 / 2021-11-04
=================================
* Added workarounds for Qt's poor handling of some dark palettes.
* Used the C++11 override specifier.
lxqt-qtplugin-0.17.0 / 2021-04-15
=================================
* Handled Qt 5.15 deprecations.
* Don't check before deleting a pointer.
* Don't use implicit conversions.
* Fixed a palette/highlight color related typo.
lxqt-qtplugin-0.16.0 / 2020-11-01
=================================
* Do not reset widget palettes on changing style.
* Support more palette colors for better customization.
lxqt-qtplugin-0.15.1 / 2020-05-31
=================================
* Fixed Fusion's window color with Qt 5.15.
* Made the window color configurable.
lxqt-qtplugin-0.15.0 / 2020-04-22
=================================
* Bumped version to 0.15.0.
* Made libfm-qt a dependency and loaded versioned libfm-qt (for versioned ".so" handling).
* C++11 code updates.
* Use return braced init list.
* Removed (duplicated) string casts definitions.
* Removed deprecated QImage method "byteCount()" and used "sizeInBytes()" instead.
* Fixed "#include" for libdbusmenu-qt.
* Added support for flatpak to StatusNotifierItem.
* Added Category property to StatusNotifierItem to fix working on some DEs.
* Added support for working without context menu to StatusNotifierItem.
lxqt-qtplugin-0.14.0 / 2019-01-25
=================================
* Bumped version to 0.14.0
* Dynamically load libfm-qt on demand to create
the file dialog helper.
* Don't use automatic string conversions
* Improved cmake scripting
- Set cmake_minimum_required to 3.1.0
- Removed locale compile definitons
- Removed the superfluous libfm-qt dependency
lxqt-qtplugin-0.13.0 / 2018-05-21
=================================
* CMake: Prevent in-source builds
* fix http -> https
* Fixed mentions of LXDE
* lxqtplatformtheme: Initialize "folowColorScheme" once
* Fix icon colorizing at startup
* Drop Qt foreach.
* Handle the new hint ShowShortcutsInContextMenus
* Silent unused parameters warnings
* Remember the view mode
lxqt-qtplugin-0.12.0 / 2017-10-21
=================================
* Release 0.12.0: Update changelog
* Set an informal patch version
* Don't export github templates
* Flag unused vars in onServiceOwnerChanged
* Fix missing variable declaration
* Handle QML (as @PCMan suggested)
* Use mime functions added by @PCMan
* Loading and saving window/splitter size
* Central positioning with respect to parent
* Set window title correctly
* Qt version conditions
* Just made it compilable
* Handle mime-type filters for file dialog. Set custom file dialog labels.
* Update options properly.
* Implement a basic file dialog helper using libfm-qt's Fm::FileDialog.
* Avoid using Qt-specific keywords such as signal/slot and foreach. Instead, use macros.
* LXQtPlatformTheme: Make Qt use default palette (#22)
* LXQtPlatformTheme: Add icon FollowColorScheme config (#21)
* Prevent a possible C++11 range for detach (#20)
* Use the CMake MODULE library type.
* LXQtPlatformTheme: Propagate wheelScrollLines
* LXQtPlatformTheme: Do not provide own palette
* Fix multiple StatusNotifierItems.
* Bump year
* Updates lxqt-build-tools required version
lxqt-qtplugin-0.11.1 / 2016-12-11
=================================
* Release 0.11.1: Update changelog
* Use lxqt-build-tools
* Use the new lxqt-build-tools package
* Remove cpack (#14)
lxqt-qtplugin-0.11.0 / 2016-09-24
=================================
* Release 0.11.0: Add changelog
* Add Qt5XdgIconLoader as dependency (#13)
* Update README.md
* statusnotifieritem: Correctly handle menu
* Cleaned up licenses
* Use XdgIconLoader library (#10)
* xdgIconThemePaths: Use QString::SkipEmptyParts
* xdgIconThemePaths: Remove duplicated paths
* Adds $XDG_DATA_HOME to the XdgIconThemePaths
* Bump year in AUTHORS
lxqt-qtplugin-0.10.0 / 2015-11-02
=================================
* Remove unnecessary qDebug calls
* Use markdown for README
* Fix license file
* Fix mixed indents
* Remove Qt >= 5.3 check
* Removed GPL2, added Digia Qt LGPL Exception version 1.1
* SNI: don't create a SNI if support isn't available
* SNI: monitor the watcher in case the host restarts
* SNI: implement scroll, showMessage and improve icons
* SNI: create default context menu
* Support the StatusNotifierItem spec natively
* Use the standard palette of the current Qt theme
* Handles CMake policy CMP0063
* Use the LXQtCompilerSettings CMake module
* Add .gitignore
* Updates the build system to use the Targets infrastructure
* Remove trailing whitespaces
* removed debug (which makes every app too verbose)
lxqt-qtplugin-0.9.0 / 2015-01-19
================================
* Try to workaround bug #441 - All LXQt::Settings and QSettings file change monitoring stop working.
* - Unify naming for a unique lxqt. No more suffixes
* Qt5: Use XDG_DATA_DIR for themeHint::IconThemeSearchPaths
* CMakeLists.txt cleanuop and drop Qt4 support
lxqt-qtplugin-0.8.0 / 2014-07-18
================================
* Apply the default application font on program startup.
* Apply the new font to all apps correctly and fix lxde/lxde-qt bug #212 - Changing font or theme in lxqt-config-appearance has no effect.
* Make the code compile with Qt 5.2, fix lxde-qt bug #207.
* Fix lxde-qt bug #207: lxqt-qtplugin fail to build with Qt5.
* Use qmake to query the path of Qt5 plugin dir, which is much more reliable.
* Update README and provide information for usage and debugging.
* Use a more reliable and portable way to get the path of Qt5 plugin dir.
* Support setting default UI font.
* Make "oxygen" the default icon theme name. * Apply new style name and icon theme name when the config file is changed.
* Simplify the Qt5 plugin and remove liblxqt dependency from it.
* Correctly read config values.
* Try to load some Qt settings.
* Implement a very basic Qt5 platform theme plugin.
* Prepare for Qt5 support.
* Use preferred header style.
* Remove unnecessary debug messages.
* Fix int-to-enum casting
lxqt-qtplugin-0.7.0 / 2014-04-29
================================
* Update AUTHORS and COPYING
* Add CPack rules for creating tarball
* Support toolbar styles and activating items with single click.
* Initial import.