aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* tests/: Disable two failing tests for now: ↵Mike Gabriel2017-12-021-2/+2
| | | | DISABLED_DesktopMprisPlayersPlaybackControls and DISABLED_DesktopChangeRoleVolume.
* tests/CMakeLists.txt: Fix non-critical typo flaw in test name.Mike Gabriel2017-12-021-1/+1
|
* Fix naming flaw in pre-processor macro name.Mike Gabriel2017-12-021-1/+1
|
* src/gmenuharness/: Fix include paths.Mike Gabriel2017-12-024-8/+8
|
* Vala defines != C defines.Mike Gabriel2017-12-021-2/+6
|
* debian/control: Fix typo in B-Ds (liburl-dispatcher-dev -> ↵Mike Gabriel2017-12-021-1/+1
| | | | liburl-dispatcher1-dev).
* debian/control: Switch to Priority: optional.Mike Gabriel2017-12-021-1/+1
|
* src/CMakeLists.txt: White-space fix.Mike Gabriel2017-12-021-1/+0
|
* tests/: Fix indicator executable name.Mike Gabriel2017-12-022-6/+6
|
* url-dispatcher: Properly build-time disable url-dispatcher support.Mike Gabriel2017-12-022-39/+54
|
* debian/{control,postinst}: Recompile GSettings schemas at post installation.Mike Gabriel2017-12-022-0/+41
|
* tests/dbus-types/: Fix file name: org.ayatana.sound.AccountsService.xml -> ↵Mike Gabriel2017-11-291-0/+0
| | | | org.ayatana.AccountsService.Sound.xml.
* src/CMakeLists.txt: Fix typo flaw in add_defintions(...).Mike Gabriel2017-11-291-1/+1
|
* update-po.sh: Preserve .pot file when updating *.po files.Mike Gabriel2017-11-291-0/+4
|
* po/*.po: Update with now correct file names for .xml files.Mike Gabriel2017-11-29117-6262/+5101
|
* po/ayatana-indicator-sound.pot: Update with now correct file names for .xml ↵Mike Gabriel2017-11-291-37/+43
| | | | files.
* po/POTFILES.in: Rework list of to be translated files.Mike Gabriel2017-11-291-56/+15
|
* update-po.sh: Fix filenames of .ini(.in) and .xml(.in) files in po files.Mike Gabriel2017-11-291-0/+7
|
* update-pot.sh: Fix filenames of .ini(.in) and .xml(.in) files in po template ↵Mike Gabriel2017-11-291-1/+7
| | | | file.
* Translation string fix: menU -> menu. Spotted by Allan Nordhøy.Mike Gabriel2017-11-28119-122/+122
|
* Translated using Weblate (Estonian)Kristjan Räts2017-11-281-2/+2
| | | | | | | Currently translated at 20.4% (10 of 49 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/et/
* Translated using Weblate (Estonian)Kristjan Räts2017-11-271-3/+11
| | | | | | | Currently translated at 18.3% (9 of 49 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/et/
* Translated using Weblate (Estonian)Kristjan Räts2017-11-271-3/+3
| | | | | | | Currently translated at 8.1% (4 of 49 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/et/
* Translated using Weblate (Norwegian Bokmål)Allan Nordhøy2017-11-271-2/+2
| | | | | | | Currently translated at 22.4% (11 of 49 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/nb/
* Translated using Weblate (Turkish)Fatih Mert Doğancan2017-11-271-5/+7
| | | | | | | Currently translated at 2.0% (1 of 49 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/tr/
* Translated using Weblate (Norwegian Bokmål)Allan Nordhøy2017-11-271-4/+16
| | | | | | | Currently translated at 20.4% (10 of 49 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/nb/
* Translated using Weblate (Belarusian)Viktar Vauchkevich2017-11-271-29/+55
| | | | | | | Currently translated at 100.0% (49 of 49 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/be/
* Translated using Weblate (Norwegian Bokmål)Allan Nordhøy2017-11-271-5/+7
| | | | | | | Currently translated at 2.0% (1 of 49 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/nb/
* Translated using Weblate (Estonian)Kristjan Räts2017-11-271-6/+8
| | | | | | | Currently translated at 4.0% (2 of 49 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/et/
* debian/control: Use 'hello' package as B-D dummy, rather than mate-common.Mike Gabriel2017-11-271-3/+3
|
* com.ubuntu.touch: Drop system sound setting access and privacy settings ↵Mike Gabriel2017-10-275-119/+0
| | | | access for now. Can be re-added later, if required.
* data/org.ayatana.AccountsService.Sound: Use Ayatana namespace.Mike Gabriel2017-10-2711-11/+97
| | | | | | | * Namespace switch from com.ubuntu to org.ayatana. * Add AccountsServer interface for the greeter. Obtained from accountsservice-ubuntu-schemas and adapted.
* Suppress warning about 'static const'.Mike Gabriel2017-10-271-5/+5
|
* XDG autostart: Adapt previous reverse commit to Ayatana Indicators. Don't ↵Mike Gabriel2017-10-245-23/+22
| | | | start the service in Unity and Pantheon, but launch it in MATE.
* Revert "Remove old autostart files."Mike Gabriel2017-10-243-0/+59
| | | | This reverts commit 088782b986aac9e6cc22deae1827c4754f960aef.
* update-po*.sh: Add license header.Mike Gabriel2017-10-242-0/+28
|
* systemd unit file: Only build+install if systemd is available at build-time.Mike Gabriel2017-10-231-19/+23
|
* debian/control: Modify B-D for systemd: only available/required on [linux-any].Mike Gabriel2017-10-231-1/+1
|
* debian/control: Bump to Standards-Version: to 4.1.1. No changes needed.Mike Gabriel2017-10-231-1/+1
|
* data/CMakeLists.txt: Ship org.ayatana.sound.gschema.xml if ↵Mike Gabriel2017-10-231-0/+4
| | | | com.ubuntu.sound.gschema.xml is not around at build-time.
* debian/control: Suggest ayatana-greeter-session-broadcast instead of ↵Mike Gabriel2017-10-231-1/+1
| | | | unity-greeter-session-broadcast.
* debian/control: Drop alternate recommends on ubuntu-system-settings.Jeremy Bicha2017-10-231-1/+1
|
* Include <functional> to fix a build issues with g++7.Andrea Azzarone2017-10-232-2/+5
|
* Translated using Weblate (Belarusian)Viktar Vauchkevich2017-10-231-1/+7
| | | | | | | Currently translated at 34.6% (17 of 49 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/be/
* Translated using Weblate (German)Mike Gabriel2017-10-231-38/+56
| | | | | | | Currently translated at 85.7% (42 of 49 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/de/
* Translated using Weblate (Belarusian)Viktar Vauchkevich2017-10-231-6/+15
| | | | | | | Currently translated at 30.6% (15 of 49 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/be/
* Translated using Weblate (Belarusian)Viktar Vauchkevich2017-10-231-10/+15
| | | | | | | Currently translated at 14.2% (7 of 49 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/be/
* Translated using Weblate (Italian)Matteo F. Vescovi2017-10-231-13/+21
| | | | | | | Currently translated at 24.4% (12 of 49 strings) Translation: Ayatana Indicators/Sound Applet Translate-URL: https://hosted.weblate.org/projects/ayatana-indicators/sound-applet/it/
* Fix build with vala 0.36.Jeremy Bicha2017-10-232-2/+2
|
* Fork from Ubuntu's indicator-sound.Mike Gabriel2017-10-2261-370/+615
|