Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-release changes #1074

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
lxqt-config-2.1.0 / 2024-11-05
===============================
* Fixed a FTBFS with Clang in `lxqt-config-input`.
* Show unsupported message for `lxqt-config-input` under wayland.
* Show unsupported message for `lxqt-config-monitor` under wlroots-based compositors.
* Fixed a memory leak in `lxqt-config-input`.
* Added nullity check for monitor config.
* Safer size saving for the dialog of `lxqt-config-appearance`.
* Do not load monitor or input settings under Wayland.
* More informative tooltips in lxqt-config dialog.
* Standardized desktop files for settings.
* Consistent capitalization for GenericName for desktop files.
* Added tooltip colors to LXQt Appearance.
* Added checkbox to use palette provided by LXQt theme.
* Fixed an old problem in setting wallpapers.
* Don't start `xsettingsd` outside X11.
* Added an option for toolbar icon size.
* Make sure Monitor Settings dialog is shown completely on Wayland.
* Remember size of Monitor Settings dialog.
* Start `xsettingsd` on X11 only when GTK themes should be set.
* Scale monitor images on resizing monitor settings dialog.

lxqt-config-2.0.0 / 2024-04-17
===============================
* Ported to Qt6.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set(CMAKE_AUTORCC ON)

set(KF6_MINIMUM_VERSION "6.0.0")
set(KF6SCREEN_MINIMUM_VERSION "6.0.0")
set(LXQT_MINIMUM_VERSION "2.0.0")
set(LXQT_MINIMUM_VERSION "2.1.0")
set(QT_MINIMUM_VERSION "6.6.0")

find_package(Qt6DBus ${QT_MINIMUM_VERSION} REQUIRED)
Expand Down