Overview of changes in ayatana-indicator-display 24.5.2

  - src/service.cpp: Use standard video-display fallback for panel icon.
  - Translation updates.

Overview of changes in ayatana-indicator-display 24.5.1

  - Hide xsct features if not supported by server/driver.
  - src/service.cpp: If possible, replace errors with more descriptive
    warnings when facing a panic.
  - src/service.cpp: Disable Xsct for Wayland.
  - Drop the deprecated PolicyKit *.pkla file.
  - Translation updates.

Overview of changes in ayatana-indicator-display 24.5.0

  - src/service.cpp: Look up schemas recursively
  - data/ayatana-indicator-display.service.in: Become part of
    lomiri-indicators.target.

Overview of changes in ayatana-indicator-display 24.4.1

  - src/main.cpp: Initialize LC_NUMERIC with 'POSIX'.
  - cppcheck: Fix missingOverride complaints.
  - cppcheck: Suppress constParameterCallback.
  - cppcheck: Replace C-style casts by C++-style static_cast<> casts.
  - cppcheck: Run with --check-level=exhaustive.
  - Translation updates.

Overview of changes in ayatana-indicator-display 24.4.0

  - Fix access of unitialized variables in DisplayIndicator destructor.
  - src/service.cpp: Fix slider step and precision
  - Translation updates.

Overview of changes in ayatana-indicator-display 24.1.1

  - Add data/50-org.ayatana.indicator.display.AccountsService.pkla to
    support old systems
  - data/org.ayatana.indicator.display.AccountsService.policy: Fix
    policy message text
  - Translation updates.

Overview of changes in ayatana-indicator-display 24.1.0

  - src/service.cpp: Fix build with ENABLE_COLOR_TEMP off.
  - Add AccountsService support.
  - Remove USB manager and corresponding tests
  - Remove ENABLE_LOMIRI_FEATURES CMake flag.
  - Update translations.

Overview of changes in ayatana-indicator-display 23.10.5

  - src/service.cpp: Also switch metacity, icon and cursor themes when
    changing theme

Overview of changes in ayatana-indicator-display 23.10.4

  - data/org.ayatana.indicator.display: Add desktop greeter section.
  - src/service.cpp: Hide theme profiles and settings in the greeter.

Overview of changes in ayatana-indicator-display 23.10.3

  - src/service.cpp: Hangdle missing
    org.gnome.desktop.interface::color-scheme

Overview of changes in ayatana-indicator-display 23.10.2

  - src/service.cpp: Fix string array translation
  - Translation updates.

Overview of changes in ayatana-indicator-display 23.10.1

  - CMakeLists.txt: Remove condition from properties-cpp dependency
  - Translation updates.

Overview of changes in ayatana-indicator-display 23.10.0

  - src/rotation-lock.cpp: Add brightness action, slider and handlers.
  - src/rotation-lock.cpp: Add theme profiles.
  - src/rotation-lock.cpp: Save last geographic location and use that
    at startup.
  - Remove orphan notify-osd remnants.
  - Rename Indicator Service.
  - Rename indicator class and service source files.
  - Update documentation.
  - Update translations.

Overview of changes in ayatana-indicator-display 22.9.4

  - Implement adaptive colour temperature profiles.
  - Translation updates.

Overview of changes in ayatana-indicator-display 22.9.3

  - German translation update.

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.
  - Translation updates.

Overview of changes in ayatana-indicator-display 22.9.0

  - Add tooltip support.
  - Simplify translation mechanism of .gschema.xml file.
  - Translation updates.

Overview of changes in ayatana-indicator-display 22.2.1

  - src/adbd-client.cpp: Fix cppcheck.
  - tests/utils/qmain.cpp: Add missing include for libintl.h.
  - tests/unit: fix cmake custom command race condition.

Overview of changes in ayatana-indicator-display 22.2.0

  - Upstream version bump to new release versioning scheme:
    <year>.<month>.<revision>, where <year>.<month> will be
    bumped in Ayatana Indicators bundle releases and <revision>
    gets incremented with minor changeset releases.
  - Drop pkglibexecdir and use native CMake file configuration.
  - CMakeLists.txt: Clean up compilation flags.
  - tests/integration/usb-manager-test.cpp: Remove unneded lambda
    capture.
  - tests/utils/CMakeLists.txt: Fix qt5_use_modules warning.
  - Fix wrong Exec= in .desktop file.
  - INSTALL.md: Update dependency list.
  - CMakeLists.txt: Fix missing check for properties-cpp dependency.
  - Do not install systemd service file if not found.
  - GSettings: Use org.ayatana.display.gschema.xml for non-Lomiri sessions
    and unit tests.
  - Translation updates.

Overview of changes in ayatana-indicator-display 0.9.0

  - Rename Lomiri-specific properties to x-lomiri.
  - Rename com.ubuntu.touch.system to com.lomiri.touch.system.
  - Rename x-canonical properties to x-ayatana.
  - tests/CMakeFiles.txt: Suppress some cppchecks.
  - tests/integration/usb-manager-test.cpp: Fix cppcheck test in Ubuntu
    20.04. Mark unused adbd_server and usb_manager as such.
  - po/CMakeLists.txt: Don't touch .pot file during builds.
  - Add info and install instructions.
  - Only create UsbManager instance if ADBD socket is available.
    (Allows running this indicator on systems without ADBD support).
  - Add XDG autostart stuff.
  - Use -no-pie build flag for tests only.
  - Fix rotation lock switch display.
  - Create desktop profile. Allows using this indicator on systems that
    are not phones.
  - tests/test-dbus-fixture.h: Turn TestDBusFixture::TestDBusFixture
    into an explicitly declared constructor.
  - src/adbd-client.cpp: Fix several type warnings.
  - Drop all references to upstart.
  - Replace x-canonical attributes.
  - Start indicator in systemd when ayatana-indicators.target is started.
  - Add Travis CI configuration.
  - Translation updates.
  - Fork from Ubuntus' indicator-display project.
