File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ liblxqt-2.1.0 / 2024-11-05
2
+ ===========================
3
+ * Replaced `QLatin1String` with `QLatin1StringView`.
4
+ * Enable custom screenlockers on X11 and wayland.
5
+ * Fixed setting of item geometries in grid layout.
6
+ * Support reversing the order of items in LXQt's grid layout.
7
+
1
8
liblxqt-2.0.0 / 2024-04-17
2
9
===========================
3
10
* Ported to Qt6.
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ cmake_minimum_required(VERSION 3.18.0 FATAL_ERROR)
7
7
project (liblxqt )
8
8
9
9
10
- set (LXQTBT_MINIMUM_VERSION "2.0 .0" )
10
+ set (LXQTBT_MINIMUM_VERSION "2.1 .0" )
11
11
set (KF6_MINIMUM_VERSION "6.0.0" )
12
12
set (QT_MINIMUM_VERSION "6.6.0" )
13
- set (QTXDG_MINIMUM_VERSION "4.0 .0" )
13
+ set (QTXDG_MINIMUM_VERSION "4.1 .0" )
14
14
15
15
# Major LXQt Version, belong to all components
16
16
set (LXQT_MAJOR_VERSION 2 )
17
17
# Minor LXQt Version, belong to all components
18
- set (LXQT_MINOR_VERSION 0 )
18
+ set (LXQT_MINOR_VERSION 1 )
19
19
#
20
20
# Patch Version, belong *only* to the component
21
21
# LXQt is 0.13 - liblxqt is at patch version 0
You can’t perform that action at this time.
0 commit comments