aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * src/service.vala: Display a zenity warning if the audio settings application ↵Robert Tari2021-08-041-8/+32
| | | | | | | | | | | | is not found fixes #12
| * Whitespace fixRobert Tari2021-08-041-599/+599
| |
| * Add us to the copyright headerRobert Tari2021-08-044-4/+2
|/
* Merge branch 'tari01-pr/fix-build-warnings'Mike Gabriel2021-08-0416-2326/+2379
|\ | | | | | | Attributes GH PR #17: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/17
| * Add us to the copyright headerRobert Tari2021-08-0412-0/+25
| |
| * Drop deprecated DBusProxy.create_for_busRobert Tari2021-08-041-3/+3
| |
| * tests/dbus-types/org.freedesktop.DBus.Properties.xml: Fix annotationRobert Tari2021-08-041-1/+1
| |
| * tests/CMakeLists.txt: Add libdbustest-1 include pathRobert Tari2021-08-041-0/+1
| |
| * tests/CMakeLists.txt: Suppress discarded qualifiers warningRobert Tari2021-08-041-0/+2
| |
| * src/volume-warning.vala: Fix static member accessRobert Tari2021-08-041-1/+1
| |
| * src/media-player-mpris.vala: Fix implicit .beginRobert Tari2021-08-041-1/+1
| |
| * src/media-player-list-mpris.vala: Replace HashTable with GenericSetRobert Tari2021-08-041-1/+1
| |
| * src/volume-warning.vala: Remove the static modifier from constantsRobert Tari2021-08-041-1/+1
| |
| * Handle all switch casesRobert Tari2021-08-042-0/+7
| |
| * Avoid possible null valueRobert Tari2021-08-042-5/+25
| |
| * Throw GLib.DBusError, GLib.IOErrorRobert Tari2021-08-045-15/+15
| |
| * Drop --thread from vala_initRobert Tari2021-08-042-2/+0
| |
| * Whitespace fixRobert Tari2021-08-0412-2310/+2310
|/
* Translated using Weblate (Chinese (Simplified))Boyuan Yang2021-07-171-4/+4
| | | | | | | Currently translated at 56.5% (26 of 46 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/zh_Hans/
* Translated using Weblate (Hebrew)Yaron Shahrabani2021-07-171-9/+15
| | | | | | | Currently translated at 80.4% (37 of 46 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/he/
* Translated using Weblate (Lithuanian)GM2021-06-281-6/+6
| | | | | | | Currently translated at 100.0% (46 of 46 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/lt/
* Update translation filesHosted Weblate2021-06-041-0/+1
| | | | | | | Updated by "Update LINGUAS file" hook in Weblate. Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/
* Added translation using Weblate (Chinese (Traditional))Weblate2021-06-031-0/+249
|
* Update translation filesHosted Weblate2021-06-031-1/+0
| | | | | | | Updated by "Update LINGUAS file" hook in Weblate. Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/
* Translated using Weblate (Czech)Tomáš Marný2021-05-021-6/+6
| | | | | | | Currently translated at 100.0% (46 of 46 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/cs/
* Translated using Weblate (Occitan)Quentin PAGÈS2021-04-241-3/+3
| | | | | | | Currently translated at 100.0% (46 of 46 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/oc/
* Update translation filesHosted Weblate2021-03-301-0/+1
| | | | | | | Updated by "Update LINGUAS file" hook in Weblate. Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/
* Added translation using Weblate (Chinese (Simplified) (zh_LATN@pinyin))Weblate2021-03-291-0/+249
|
* Translated using Weblate (Indonesian)Reza Almanda2021-03-181-7/+10
| | | | | | | Currently translated at 8.6% (4 of 46 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/id/
* Translated using Weblate (Chinese (Simplified))Boyuan Yang2021-03-121-13/+13
| | | | | | | Currently translated at 52.1% (24 of 46 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/zh_Hans/
* Translated using Weblate (Greek)Michalis2021-02-091-2/+2
| | | | | | | Currently translated at 28.2% (13 of 46 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/el/
* Translated using Weblate (Greek)Michalis2021-02-051-4/+4
| | | | | | | Currently translated at 28.2% (13 of 46 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/el/
* release 0.8.20.8.2Mike Gabriel2021-01-287-5/+385
|
* debian/control: Make B-D on dh-systemd optional (fixes FTBFS in Debian ↵Mike Gabriel2021-01-281-1/+1
| | | | bullseye).
* Merge branch 'sunweaver-pr/switch-to-lomiri'Robert Tari2021-01-120-0/+0
|\ | | | | | | Attributes GH PR #16: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/16
| * debian/control: Build against lomiri-api and lomiri-url-dispatcher (if ↵Mike Gabriel2020-12-221-0/+2
| | | | | | | | available).
| * Port from Unity8 to Lomiri (URL Dispatcher and API).Mike Gabriel2020-12-2218-57/+57
| |
* | debian/control: Build against lomiri-api and lomiri-url-dispatcher (if ↵Mike Gabriel2021-01-121-0/+2
| | | | | | | | available).
* | Port from Unity8 to Lomiri (URL Dispatcher and API).Mike Gabriel2021-01-1218-57/+57
| |
* | Translated using Weblate (French (Canada))J. Lavoie2020-12-311-5/+5
| | | | | | | | | | | | | | Currently translated at 100.0% (46 of 46 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/fr_CA/
* | Translated using Weblate (English (United Kingdom))J. Lavoie2020-12-311-4/+4
| | | | | | | | | | | | | | Currently translated at 100.0% (46 of 46 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/en_GB/
* | Translated using Weblate (English (Canada))J. Lavoie2020-12-311-4/+4
| | | | | | | | | | | | | | Currently translated at 100.0% (46 of 46 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/en_CA/
* | Translated using Weblate (German)J. Lavoie2020-12-311-4/+4
|/ | | | | | | Currently translated at 100.0% (46 of 46 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/de/
* NEWS.Canonical: Add old NEWS file from Canonical times.Mike Gabriel2020-12-221-0/+10
|
* Translated using Weblate (Turkish)Oğuz Ersen2020-12-041-32/+77
| | | | | | | Currently translated at 100.0% (46 of 46 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/tr/
* Translated using Weblate (Turkish)Oğuz Ersen2020-11-291-2/+1
| | | | | | | Currently translated at 10.8% (5 of 46 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/tr/
* Translated using Weblate (Hungarian)Ács Zoltán2020-11-271-26/+28
| | | | | | | Currently translated at 65.2% (30 of 46 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/hu/
* Translated using Weblate (Occitan)Quentin PAGÈS2020-11-251-2/+38
| | | | | | | Currently translated at 100.0% (46 of 46 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/oc/
* Translated using Weblate (Hungarian)Ács Zoltán2020-11-211-3/+3
| | | | | | | Currently translated at 8.6% (4 of 46 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/hu/
* Translated using Weblate (Occitan)Quentin PAGÈS2020-11-181-2/+9
| | | | | | | Currently translated at 89.1% (41 of 46 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/oc/