File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ lxqt-panel-1.4.0 / 2023-11-05
2
+ ==============================
3
+ * Use lxqt-menu-data instead of lxmenu-data.
4
+ * Consider the WM2Urgency hint in task bar.
5
+ * Fixed checking/clearing of urgency in task bar.
6
+ * Fixed window cycling with mouse wheel and focus stealing prevention in task bar.
7
+ * Removed unused non trivial variable from plugin-dom.
8
+ * Ported away from deprecated Qt::MidButton.
9
+ * Ported deprecated KWindowSystem methods to KX11Extras.
10
+ * Added a clear button to the search bar of Add Plugins dialog.
11
+ * Create dummy widget on unsupported platforms in desktop switch plugin (fixes crashing on Wayland).
12
+ * Added parameter parsing to launched command of volume plugin.
13
+ * Fixed the initial displayed volume with PulseAudio in volume plugin.
14
+ * Fixed the tooltips of volume control under Wayland.
15
+ * Added an option to show the output as an image in the custom command plugin.
16
+
1
17
lxqt-panel-1.3.0 / 2023-04-15
2
18
==============================
3
19
* Removed redundant classes from `VolumeButton` in volume plugin.
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ set(CMAKE_AUTORCC ON)
31
31
32
32
set (REQUIRED_QT_VERSION "5.15.0" )
33
33
set (KF5_MINIMUM_VERSION "5.101.0" )
34
- set (LXQT_GLOBALKEYS_MINIMUM_VERSION "1.3 .0" )
35
- set (LXQT_MINIMUM_VERSION "1.3 .0" )
34
+ set (LXQT_GLOBALKEYS_MINIMUM_VERSION "1.4 .0" )
35
+ set (LXQT_MINIMUM_VERSION "1.4 .0" )
36
36
37
37
find_package (Qt5DBus ${REQUIRED_QT_VERSION} REQUIRED)
38
38
find_package (Qt5LinguistTools ${REQUIRED_QT_VERSION} REQUIRED)
You can’t perform that action at this time.
0 commit comments