diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-12-15 22:03:47 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-12-15 22:03:48 +0100 |
commit | 663e4db19fe739426bf6509f1c0a192440402dff (patch) | |
tree | daa0f3eb124fe09ec0706b82ac5d23814fcf20ac | |
parent | 853f224f3562708068727f6dfc2a514090e9c815 (diff) | |
download | ayatana-indicator-display-663e4db19fe739426bf6509f1c0a192440402dff.tar.gz ayatana-indicator-display-663e4db19fe739426bf6509f1c0a192440402dff.tar.bz2 ayatana-indicator-display-663e4db19fe739426bf6509f1c0a192440402dff.zip |
release 22.9.222.9.2
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 105 | ||||
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | debian/changelog | 7 |
5 files changed, 124 insertions, 2 deletions
@@ -18,6 +18,7 @@ ElectrifiedSpeed <electrifiedsped@gmail.com> Elizabeth Sherrock <lizzyd710@gmail.com> Emiliano Gabriele <emilianog1989@gmail.com> Eric <hamburger1024@firemail.cc> +Gediminas Murauskas <muziejusinfo@gmail.com> Heimen Stoffels <vistausss@outlook.com> Henrique Combochi <henrique.combochi@gmail.com> Hosted Weblate <hosted@weblate.org> diff --git a/CMakeLists.txt b/CMakeLists.txt index ba7f022..dce01e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ endif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) ## include(GNUInstallDirs) -set(PROJECT_VERSION "22.9.1") +set(PROJECT_VERSION "22.9.2") set(PACKAGE ${CMAKE_PROJECT_NAME}) set(SERVICE_LIB ${PACKAGE}) set(SERVICE_EXEC "${PACKAGE}-service") @@ -1,6 +1,109 @@ +2022-12-15 Mike Gabriel + + * release 22.9.2 (HEAD -> main, tag: 22.9.2) + +2022-12-15 Ratchanan Srirattanamet + + * src/rotation-lock.cpp: make MenuItem QMenuModel-compatible + (853f224) + +2022-12-15 Mike Gabriel + + * Merge branch 'tari01-pr/add-lomiri-features-flag' (59f1574) + +2022-11-14 Robert Tari + + * .build.yml: Build with ENABLE_LOMIRI_FEATURES (260817c) + * Allow building with(out) Lomiri features (f26dba3) + +2022-11-23 Mike Gabriel + + * Merge branch 'tari01-pr/disable-rotation-on-desktops' (796525b) + +2022-11-17 Robert Tari + + * src/rotation-lock.cpp: Hide the rotation switch on desktops + (adec0ba) + +2022-11-10 Mike Gabriel + + * Merge branch 'tari01-pr/fix-test-dependencies' (275ebbc) + +2022-11-08 Robert Tari + + * CMakeLists.txt: Skip test dependencies when testing is off + (214a511) + +2022-11-10 Mike Gabriel + + * Merge branch 'tari01-pr/add-colourtemp' (2b11125) + +2022-11-07 Robert Tari + + * .build.yml: Build xsct from source (353d95c) + * debian/control: Add xsct as a dependency (f3d919b) + * Provide icons for the colour temperature slider (6756534) + * Add colour temperature changing functionality (f582007) + +2022-11-07 Mike Gabriel + + * Merge branch 'tari01-pr/symbolic-panel-icon' (a8c45b7) + +2022-10-09 Robert Tari + + * src/rotation-lock.cpp: Prefer a symbolic panel icon (97b5e15) + +2022-10-29 Quentin PAGÈS + + * Translated using Weblate (Occitan) (21c5f70) + +2022-10-19 Kristjan Räts + + * Translated using Weblate (Estonian) (174fe2c) + * Translated using Weblate (Estonian) (add9f01) + +2022-10-17 Gediminas Murauskas + + * Translated using Weblate (Lithuanian) (67f2e80) + +2022-10-15 Sergii Horichenko + + * Translated using Weblate (Ukrainian) (22dcb2a) + * Translated using Weblate (Russian) (6a5b768) + +2022-10-11 Wellington Terumi Uemura + + * Translated using Weblate (Portuguese (Brazil)) (c3fe3ee) + +2022-10-11 Yaron Shahrabani + + * Translated using Weblate (Hebrew) (9fad02c) + +2022-10-09 Oğuz Ersen + + * Translated using Weblate (Turkish) (80fecab) + +2022-10-09 Mike Gabriel + + * Merge branch 'tari01-pr/fix-tooltip' (b898993) + +2022-10-09 Robert Tari + + * src/exporter.cpp: Add missing tooltip to header (3007243) + +2022-10-08 Mike Gabriel + + * Translated using Weblate (German) (645579b) + * po/: Update translation template. (6045e45) + * Merge branch 'tari01-pr/add-display-settings' (8923620) + +2022-10-04 Robert Tari + + * src/rotation-lock.cpp: Add display setting menu item (8352ae8) + 2022-10-02 Mike Gabriel - * release 22.9.1 (HEAD -> main, tag: 22.9.1) + * release 22.9.1 (7407056) (tag: 22.9.1) * Merge branch 'tari01-pr/fix-cppcheck' (64b2cf0) 2022-09-25 Robert Tari @@ -1,3 +1,14 @@ +Overview of changes in ayatana-indicator-display 22.9.2 + + - src/rotation-lock.cpp: make MenuItem QMenuModel-compatible. + - Allow building with(out) Lomiri features. + - src/rotation-lock.cpp: Hide the rotation switch on desktops. + - CMakeLists.txt: Skip test dependencies when testing is off. + - Add colour temperature changing functionality. + - src/rotation-lock.cpp: Prefer a symbolic panel icon. + - src/rotation-lock.cpp: Add display setting menu item. + - Translation updates. + Overview of changes in ayatana-indicator-display 22.9.1 - Fix failing cppcheck. diff --git a/debian/changelog b/debian/changelog index d4e1875..846e252 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-display (22.9.2-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-display. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 15 Dec 2022 22:00:37 +0100 + ayatana-indicator-display (22.9.1-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-display. |