blob: df56bdd4a313742e15d8493e317417d1a0392371 (
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
|
Overview of changes in ayatana-indicator-power 22.9.1
- src/service.c: Fix flashlight toggle.
- Theming fix: Separate panel icons from the power menu icon.
- Translation updates.
Overview of changes in ayatana-indicator-power 22.9.0
- Add tooltip support.
- data/: Fix translation of .gschema.xml file.
- tests/test-device.cc: Add missing header.
- Get Lomiri sounds path from lomiri-sounds pkg-config.
- Translation updates.
Overview of changes in ayatana-indicator-power 22.2.0
- Make Lomiri features configurable at build time.
- Drop pkglibexecdir and use native CMake file configuration.
- Clean up compilation flags.
- Check for lomiri-schemas package instead of individual files.
- Drop Low battery.ogg and adapt code to use Lomiri sounds.
- src/service.c: Assign copyright to Robert Tari, not AyatanaIndicators
project.
- src/: Typo fix in license header.
- Translation updates.
Overview of changes in ayatana-indicator-power 2.2.0
- Rename Lomiri-specific properties to x-lomiri.
- Rename com.ubuntu.touch.AccountsService.Sound to
com.lomiri.touch.AccountsService.Sound.
- Rename com.ubuntu.touch.system to com.lomiri.touch.system.
- Rename x-canonical properties to x-ayatana.
- Drop lomiri-url-dispatcher as a build requirement.
- Fix Lomiri power setting.
- Rename com.canonical.powerd -> com.lomiri.Repowerd.
- flashlight: Add support for PM8998 based SoCs.
- flashlight: Add support for simpler sysfs toggles.
- Pay attention to $SNAP prefix.
- Give sorting priority to devices with power supplies.
- Update/add documentation.
- Port to CMake.
- Add Travis CI configuration.
- Translation updates.
Overview of changes in ayatana-indicator-power 2.1.2
- service.c: Drop indicator settings items.
- Translation updates.
Overview of changes in ayatana-indicator-power 2.1.1
- Do not call the power settings handler if the command is unknown.
Fixes crash after zenity dialog call.
- Fix deprecations and other build warnings.
- DEB packaging: Break: and Replace: indicator-power.
- Translation updates.
Overview of changes in ayatana-indicator-power 2.1.0
- Rename 'x-canonical-type' attribute to 'x-ayatana-type'
(and others) to allow using system indicators from
Ayatana Indicators on Ubuntu.
- Start the indicator with the ayatana-indicators.target.
- Drop upstart support.
- Flashlight improvements ported from UBports.
- Translation updates.
Overview of changes in ayatana-indicator-power 2.0.95
- Allow one to disable unit tests at build time.
- Drop workaround for missing libexec dir on Debian.
- Translation updates. (Cudos to Hosted Weblate and
all its translators).
Overview of changes in ayatana-indicator-power 2.0.94
- Add basic flash light support. (Ported from
UBports).
- Ignore "batt_therm" devices. (Ported from
UBports).
- Add warning to avoid overheating of the LED. (Ported
from UBports).
- Add XFCE desktop detection support.
- Plenty translation updates. Thanks to translators
on hosted.weblate.org.
Overview of changes in ayatana-indicator-power 2.0.93
- Take more advantage of cmake-extras (intltool,
coverage, gmock).
- Add fallback mode if we don't know how to launch
a certain desktop tool (requires zenity).
- Fix random FTBFSs in unit tests.
- Add Lithuanian translation. THANKS to
'Moo' on hosted Weblate!
- Optionally support URL dispatcher again.
Overview of changes in ayatana-indicator-power 2.0.92
- Fix broken i18n support.
- Plenty translation updates. Thanks to translators
on hosted.weblate.org.
Overview of changes in ayatana-indicator-power 2.0.91
- Fork from Ubuntu's Power Indicator.
|