blob: 7dd0933c4bb8bbb26b291098fbdf7f5ed5db5ca7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
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.
|