File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change
1
+ lxqt-panel-2.2.0 / 2025-04-17
2
+ ==============================
3
+ * Handle Wayland screens by using their names, not numbers.
4
+ * Added tooltip to plugin-dom.
5
+ * Prevent redundant writing to the config file on startup.
6
+ * Added an option for the text color of Custom Command.
7
+ * Corrected the order of focusing in config dialogs by reordering blocks in ui files.
8
+ * Updated manpage.
9
+ * Changed "desktop" to "screen" in Panel's config dialog.
10
+ * Tidy up some whitespaces in the code.
11
+ * Enabled PageDown/PageUp for Fancy Menu.
12
+ * Replaced qMin, qMax, qBound, qRound and qAbs with standard functions.
13
+ * Cleaned up the config ui files of Main Menu and Fancy Menu.
14
+ * Removed menu-cache support.
15
+ * Removed debug messages for "UnknownProperty" errors in Status Notifier.
16
+
1
17
lxqt-panel-2.1.4 / 2025-01-11
2
18
==============================
3
19
* Fixed Task Manager when a window is shown on all desktops.
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ set(CMAKE_AUTORCC ON)
28
28
29
29
set (REQUIRED_QT_VERSION "6.6.0" )
30
30
set (KF6_MINIMUM_VERSION "6.0.0" )
31
- set (LXQT_GLOBALKEYS_MINIMUM_VERSION "2.1 .0" )
32
- set (LXQT_MINIMUM_VERSION "2.1 .0" )
31
+ set (LXQT_GLOBALKEYS_MINIMUM_VERSION "2.2 .0" )
32
+ set (LXQT_MINIMUM_VERSION "2.2 .0" )
33
33
34
34
find_package (Qt6DBus ${REQUIRED_QT_VERSION} REQUIRED )
35
35
find_package (Qt6LinguistTools ${REQUIRED_QT_VERSION} REQUIRED )
@@ -43,7 +43,7 @@ find_package(lxqt-menu-data ${LXQT_MINIMUM_VERSION} REQUIRED)
43
43
find_package (LayerShellQt REQUIRED )
44
44
45
45
# Patch Version
46
- set (LXQT_PANEL_PATCH_VERSION 4 )
46
+ set (LXQT_PANEL_PATCH_VERSION 0 )
47
47
set (LXQT_PANEL_VERSION ${LXQT_MAJOR_VERSION} .${LXQT_MINOR_VERSION}.${LXQT_PANEL_PATCH_VERSION} )
48
48
add_definitions ("-DLXQT_PANEL_VERSION=\" ${LXQT_PANEL_VERSION} \" " )
49
49
You can’t perform that action at this time.
0 commit comments