Skip to content

Commit

Permalink
Merge pull request #615 from lxqt/prerelease
Browse files Browse the repository at this point in the history
Pre-release changes
  • Loading branch information
tsujan authored Apr 24, 2020
2 parents 6571034 + fd7cacc commit e98213d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
lxqt-config-0.15.0 / 2020-04-22
===============================
* Fixed changing of shortcut for switching keyboard layout.
* Inserted default GTK3 themes in lxqt-config-appearance.
* Set cursor style in GTK2, GTK3 and xsettingsd.
* Don't use automatic string conversions.
* C++11 code updates.
* A better method to drag and drop monitors in lxqt-config-monitor.
* Removed old mouse accel/sensitivity options.
* Fixed warnings on applying settings in lxqt-config-monitor.
* Fixed forgetting of lxqt-config-monitor's config.
* Removed old mouse accel/sensitivity options.

lxqt-config-0.14.1 / 2019-02-24
===============================

Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ set(CMAKE_AUTORCC ON)

set(KF5_MINIMUM_VERSION "5.36.0")
set(KF5SCREEN_MINIMUM_VERSION "5.2.0")
set(LXQT_MINIMUM_VERSION "0.14.1")
set(QT_MINIMUM_VERSION "5.7.1")
set(LXQT_MINIMUM_VERSION "0.15.0")
set(QT_MINIMUM_VERSION "5.10.0")

find_package(Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED)
find_package(Qt5LinguistTools ${QT_MINIMUM_VERSION} REQUIRED)
Expand All @@ -41,7 +41,7 @@ include(LXQtPreventInSourceBuilds)
include(LXQtCompilerSettings NO_POLICY_SCOPE)

# Patch Version
set(LXQT_CONFIG_PATCH_VERSION 1)
set(LXQT_CONFIG_PATCH_VERSION 0)

set(LXQT_CONFIG_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_CONFIG_PATCH_VERSION})
add_definitions(
Expand Down

0 comments on commit e98213d

Please sign in to comment.