blob: fe9a0aae3ed606a22a3be7e9759a678e449f397b (
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
108
109
110
111
112
113
|
Overview of changes in ayatana-indicator-sound 23.10.3
- src, tests: fix -Wint-to-pointer-cast and a chance of test crash.
- Use different code path for Lomiri notifications.
Overview of changes in ayatana-indicator-sound 23.10.2
- Fix AccountsService integration.
Overview of changes in ayatana-indicator-sound 23.10.1
- src/info-notification.vala: Display percentage in the greeter when
Orca is enabled.
- Translation updates.
Overview of changes in ayatana-indicator-sound 23.10.0
- Drop hint check and create a level indicator.
- Drop custom notification hints.
- Display percentage when Orca is enabled.
- Change volume by 2% when scrolling over the indicator.
- Add PolicyKit .rules file.
- Translation updates.
Overview of changes in ayatana-indicator-sound 22.9.2
- src/, tests/: update references to renamed (Lomiri) notification
hints.
- Translation updates.
Overview of changes in ayatana-indicator-sound 22.9.1
- src/sound-menu.vala: Do not force panel icons in the sound menu.
- po/*.po{,t}: Translation strings update (esp. source file references).
- Translation updates.
Overview of changes in ayatana-indicator-sound 22.9.0
- Add tooltip support.
- Make 'silent mode' switch item/action QMenuModel compatible.
- On desktops, convert mute menu item to switch item.
- Ensure that sound indicator always starts up after pulseaudio.
- Fix header including in unit tests.
- com.lomiri.sound: Use shared settings on Lomiri only.
- Translation updates.
Overview of changes in ayatana-indicator-sound 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.
- Fix build warnings.
- Clean up compilation flags.
- data/CMakeLists.txt: Drop unused pkglibexecdir definition.
- Make Lomiri features configurable at build time.
- Fix cppcheck warnings.
- Fix qt5_use_modules warning.
- CMakeLists.txt: Drop unneeded com.lomiri.AccountsService.Sound.xml check.
- tests/integration/Copy of test-sound.wav: Drop superfluous file.
- Translation updates.
Overview of changes in ayatana-indicator-sound 0.9.0
- Clean up GSetings and AccountsService schema detection and conditional
code.
- Drop fallback org.ayatana.AccountsService.Sound AccountsService
configuration.
- Drop data/org.ayatana.sound.gschema.xml fallback GSettings schema.
- Rename Lomiri-specific properties to x-lomiri.
- Drop local gmenuharness, use it from the system.
- data/CMakeLists.txt: Rename accountsservice-ubuntu-schemas to Lomiri
namespace.
- Restrict com.canonical.settings.sound code to Unity7.
- Rename com.ubuntu.AccountsService.SecurityPrivacy to
com.lomiri.AccountsSerivce.SecurityPrivacy.
- Rename com.ubuntu.AccountsService.Sound to com.lomiri.AccountsSerivce.Sound.
- Rename com.ubuntu.sound GSettings schema to com.lomiri.sound.
- Rename UNITY_API* to LOMIRI_API*.
- src/media-player-user.vala: Rename unity-greeter-session-broadcast to
ayatana-greeter-session-broadcast.
- Rename x-canonical-value-bar-tint.
- Fix undefined VALA_EXTERN.
- Update Ayatana IDO names.
- Drop lomiri-url-dispatcher dependency.
- Replace code with libayatana-common functions.
- src/accounts-service-user.vala: Fix possibly null access.
- Merge in all improvements from ubuntu-indicator-sound as has been shipped
with Ubuntu Touch.
- src/service.vala: Display a zenity warning if the audio settings application
is not found.
- Drop deprecated DBusProxy.create_for_bus.
- Fix various comiler warnings.
- src/media-player-list-greeter.vala: Avoid possible null value.
- Update/add documentation.
- Port to CMake.
- Add Travis CI configuration.
- Translation updates.
Overview of changes in ayatana-indicator-sound 0.8.2
- Switch to building against Lomiri (rather than deprecated
Unity).
- Translation updates.
Overview of changes in ayatana-indicator-sound 0.8.1
- Translation updates.
Overview of changes in ayatana-indicator-sound 0.8.0
- Fork from Ubuntu's sound indicator.
- Translation updates.
|