aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* src, tests: fix -Wint-to-pointer-cast and a chance of test crashpersonal/peat-psuwit/protected-superclassRatchanan Srirattanamet2023-11-293-4/+4
| | | | | | | | | | | | | | | | | Turns the constructor of `VolumeControl` and `VolumeWarning` from `internal` to `protected`. This makes Vala emits C declaration of constructors, which is required by the test's mocks extending these classes, in the external header. Without them, the mocks' C code would then consider them "implicitly declared", and will assume they return `int` instead of a pointer. If the returned address happened to be higher than `INT_MAX`, the code will consider the returned address negative and sign-extend it when casting to a pointer, corrupting it. As for "unprivating" these constructors, this is an internal static library anyway. No libraries or headers are installed from this package. This change is invisible from outside.
* release 23.10.223.10.2Mike Gabriel2023-11-104-2/+30
|
* Merge branch 'tari01-pr/fix-accountsservice'Mike Gabriel2023-11-105-67/+155
|\ | | | | | | Attributes GH PR #97: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/97
| * Fix AccountsService integrationRobert Tari2023-11-104-22/+43
| |
| * data/org.ayatana.indicator.sound.AccountsService.xml: Add Volume and Muted ↵Robert Tari2023-11-101-1/+6
| | | | | | | | properties
| * src/accounts-service-sound-settings.vala: Whitespace fixRobert Tari2023-11-101-10/+10
| |
| * src/accounts-service-access.vala: Refactor code for easier debuggingRobert Tari2023-11-101-34/+96
|/
* release 23.10.123.10.1Mike Gabriel2023-11-064-2/+40
|
* Merge branch 'tari01-pr/notification-orca-greeter'Mike Gabriel2023-11-041-4/+17
|\ | | | | | | Attributes GH PR #96: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/96
| * src/info-notification.vala: Display percentage in the greeter when Orca is ↵Robert Tari2023-11-041-4/+17
|/ | | | enabled
* Update translation filesHosted Weblate2023-10-221-0/+1
| | | | | | | Updated by "Update LINGUAS file" hook in Weblate. Translation: Ayatana Indicators/Sound Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/
* Added translation using Weblate (Kurdish)Weblate2023-10-221-0/+284
|
* Translated using Weblate (Occitan)Quentin PAGÈS2023-10-161-6/+6
| | | | | | | Currently translated at 100.0% (54 of 54 strings) Translation: Ayatana Indicators/Sound Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/oc/
* release 23.10.023.10.0Mike Gabriel2023-10-135-2/+140
|
* Translated using Weblate (Ukrainian)Serhii Horichenko2023-10-131-7/+7
| | | | | | | Currently translated at 100.0% (54 of 54 strings) Translation: Ayatana Indicators/Sound Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/uk/
* Merge branch 'tari01-pr/polkit-rules'Mike Gabriel2023-10-122-0/+11
|\ | | | | | | Attributes GH PR #95: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/95
| * po/: Update translation files.Mike Gabriel2023-10-12133-1936/+1938
| |
| * Add PolicyKit .rules fileRobert Tari2023-10-112-0/+11
| | | | | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-sound/issues/87
* | po/: Update translation files.Mike Gabriel2023-10-11133-1936/+1938
|/
* Merge branch 'tari01-pr/volume-scroll-step'Mike Gabriel2023-10-101-2/+2
|\ | | | | | | Attributes GH PR #94: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/94
| * src/service.vala: Change volume by 2% when scrolling over the indicatorRobert Tari2023-10-101-2/+2
|/
* Merge branch 'tari01-pr/notification-orca'Mike Gabriel2023-10-103-5/+34
|\ | | | | | | Attributes GH PR #93: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/93
| * src/main.c: Add missing headersRobert Tari2023-10-071-0/+3
| |
| * src/CMakeLists.txt: Silence false errors created by ValaRobert Tari2023-10-071-0/+8
| |
| * src/info-notification.vala: Display percentage when Orca is enabledRobert Tari2023-10-071-5/+23
|/
* Merge branch 'tari01-pr/fix-notification'Mike Gabriel2023-09-096-34/+20
|\ | | | | | | Attributes GH PR #92: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/92
| * Drop custom notification hintsRobert Tari2023-09-095-26/+7
| |
| * src/info-notification.vala: Drop hint check and create a level indicatorRobert Tari2023-09-091-4/+11
| | | | | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-sound/issues/91
| * CMakeLists.txt: Fix build warningsRobert Tari2023-09-091-4/+2
|/
* Translated using Weblate (English (United Kingdom))Kieran W2023-09-071-14/+12
| | | | | | | Currently translated at 100.0% (54 of 54 strings) Translation: Ayatana Indicators/Sound Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/en_GB/
* Translated using Weblate (Italian)Sylke Vicious2023-06-281-7/+8
| | | | | | | Currently translated at 90.7% (49 of 54 strings) Translation: Ayatana Indicators/Sound Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/it/
* Translated using Weblate (Portuguese)ssantos2023-06-261-4/+4
| | | | | | | Currently translated at 100.0% (54 of 54 strings) Translation: Ayatana Indicators/Sound Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/pt/
* Translated using Weblate (Catalan)Joan CiberSheep2023-06-241-16/+13
| | | | | | | Currently translated at 100.0% (54 of 54 strings) Translation: Ayatana Indicators/Sound Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/ca/
* Translated using Weblate (Hebrew)Yaron Shahrabani2023-06-101-5/+5
| | | | | | | Currently translated at 100.0% (54 of 54 strings) Translation: Ayatana Indicators/Sound Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/he/
* d/control: Tolerate running on top of Pipewire's pulseaudio compat layer.Mike Gabriel2023-05-221-1/+1
|
* Translated using Weblate (Croatian)Milo Ivir2023-05-211-11/+8
| | | | | | | Currently translated at 100.0% (54 of 54 strings) Translation: Ayatana Indicators/Sound Indicator Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/hr/
* CMakeLists.txt: Fix version number.Mike Gabriel2023-04-131-1/+1
|
* Translated using Weblate (Georgian)Temuri Doghonadze2023-04-121-4/+7
| | | | | | | Currently translated at 1.8% (1 of 54 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/ka/
* Translated using Weblate (Portuguese)ssantos2023-04-071-19/+16
| | | | | | | Currently translated at 100.0% (54 of 54 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/pt/
* Translated using Weblate (Dutch)Heimen Stoffels2023-03-241-29/+55
| | | | | | | Currently translated at 100.0% (54 of 54 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/nl/
* Translated using Weblate (Dutch)Heimen Stoffels2023-03-221-3/+9
| | | | | | | Currently translated at 37.0% (20 of 54 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/nl/
* Translated using Weblate (Dutch)Heimen Stoffels2023-03-171-33/+23
| | | | | | | Currently translated at 35.1% (19 of 54 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/nl/
* Translated using Weblate (Spanish)gallegonovato2023-03-041-32/+25
| | | | | | | Currently translated at 100.0% (54 of 54 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/es/
* Translated using Weblate (Swedish)Luna Jernberg2023-02-111-13/+10
| | | | | | | Currently translated at 100.0% (54 of 54 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/sv/
* release 22.9.222.9.2Mike Gabriel2023-01-174-1/+36
|
* Merge branch ↵Mike Gabriel2023-01-174-10/+10
|\ | | | | | | | | | | 'ubports-personal/peat-psuwit/upstream_-_volume-notification-lomiri' Attributes GH PR #90: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/90
| * src/, tests/: update references to renamed notification hintsRatchanan Srirattanamet2023-01-174-10/+10
|/ | | | | | | | | | More notification hints have been renamed. So update to follow it. - x-canonical-private-synchronous -> x-lomiri-private-synchronous - x-canonical-private-icon-only -> x-lomiri-private-icon-only - x-canonical-truncation -> x-lomiri-truncation (which Lomiri has compatibility with the former name, so keep in the mocked capabilities)
* Translated using Weblate (Chinese (Simplified) (zh_LATN@pinyin))Andy Chiang2023-01-071-4/+7
| | | | | | | Currently translated at 1.8% (1 of 54 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/zh_LATN@pinyin/
* Translated using Weblate (Croatian)Milo Ivir2022-12-311-7/+7
| | | | | | | Currently translated at 94.4% (51 of 54 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/hr/
* release 22.9.122.9.1Mike Gabriel2022-12-155-2/+63
|