aboutsummaryrefslogtreecommitdiff
path: root/src/service.vala
Commit message (Expand)AuthorAgeFilesLines
* src/service.vala: Change volume by 2% when scrolling over the indicatorRobert Tari2023-10-101-2/+2
* Convert Mute menuitem to switchRobert Tari2022-09-081-5/+17
* Merge branch 'sunweaver-pr/tooltip-support'Mike Gabriel2022-09-011-0/+1
|\
| * src/service.c: Add tooltip support.Mike Gabriel2022-07-221-0/+1
* | src/*.vala: make the 'silent mode' switch item & action QMenuModel compatibleMike Gabriel2022-07-191-2/+2
|/
* src/service.vala: Change scrolling debug message typeRobert Tari2021-11-171-1/+1
* Drop lomiri-url-dispatcherRobert Tari2021-08-281-4/+0
* Replace code with libayatana-common functionsRobert Tari2021-08-281-44/+11
* src/service.vala: Display a zenity warning if the audio settings application ...Robert Tari2021-08-041-8/+32
* Whitespace fixRobert Tari2021-08-041-599/+599
* Add us to the copyright headerRobert Tari2021-08-041-0/+2
* Port from Unity8 to Lomiri (URL Dispatcher and API).Mike Gabriel2021-01-121-2/+2
* src/service.vala: Add FIXME to remind us that the -sound indicator also uses ...Mike Gabriel2020-11-111-0/+2
* src/service.vala: Check if mate-volume-control exists before executing it.Mike Gabriel2020-11-111-1/+1
* src/service.vala: Properly recognize a MATE desktop session when launched via...Mike Gabriel2020-11-111-1/+2
* url-dispatcher: Properly build-time disable url-dispatcher support.Mike Gabriel2017-12-021-3/+3
* Fork from Ubuntu's indicator-sound.Mike Gabriel2017-10-221-4/+10
* Added a new signal in volumeWarning to notify when the user has pressed cance...Xavi Garcia Mena2016-04-151-0/+4
* Move Unity detection into a separate function, and add cachingDmitry Shachnev2016-04-051-9/+21
* Support multiple desktop names in XDG_CURRENT_DESKTOPDmitry Shachnev2016-03-241-4/+8
* Changed code to get root icon, tests addedXavi Garcia Mena2016-03-161-41/+9
* Changed following Charles's suggestionsXavi Garcia Mena2016-03-021-1/+0
* Created new class AccountsServiceAccess to hold all accounts service operationsXavi Garcia Mena2016-02-231-4/+7
* added integration test to check last running playerXavi Garcia Mena2016-02-231-1/+0
* Changed last running player to user Accounts serviceXavi Garcia Mena2016-02-221-6/+12
* Added persistence for last running playerXavi Garcia Mena2016-02-101-4/+11
* Code for Bug 1213907 added. Only showing active players playback controlsXavi Garcia Mena2016-01-221-1/+1
* in icon picking code, fold redundant cases togethercharles kerr2015-12-311-136/+19
* use the 'unowned' keyword when picking from lists of hardcoded stringscharles kerr2015-12-311-5/+5
* fix references to unowned strings returned by Environment.get_variable()charles kerr2015-12-311-1/+1
* use predefined VariantTypes instead of reinventing the wheelcharles kerr2015-12-311-2/+2
* make VolumeControl::active_output easier to mock for testscharles kerr2015-12-301-4/+4
* when max-volume changes, update volume action state & info notificationcharles kerr2015-12-301-0/+4
* when showing volume notifications, show as a percentage of max-volumecharles kerr2015-12-301-1/+1
* simplify the Options class' propertiescharles kerr2015-12-301-1/+1
* clean up tracer GLib.message() callscharles kerr2015-12-291-3/+0
* prefer Source.REMOVE instead of false in timeout funcscharles kerr2015-12-291-2/+2
* use G_SOURCE_REMOVE instead of falsecharles kerr2015-12-291-7/+0
* use the InfoNotification classcharles kerr2015-12-291-217/+6
* experiment with making volume-warning's multimedia-active property protectedcharles kerr2015-12-281-0/+2
* remove earlier unneeded tracerscharles kerr2015-12-281-6/+2
* make notification calls asynccharles kerr2015-12-211-5/+12
* fix property binding warningcharles kerr2015-12-211-5/+10
* remove code duplication between volume-warning and volume-control-pulsecharles kerr2015-12-201-2/+20
* move warning dialog from service to volume-warningcharles kerr2015-12-201-112/+42
* remove 'high_volume' property from volume-controlcharles kerr2015-12-191-5/+12
* remove set_warning_volume() from volume-controlcharles kerr2015-12-191-1/+1
* move service.waiting_user_approve_warn into warning-volumecharles kerr2015-12-191-9/+7
* remove high-volume-approved from volume-controlcharles kerr2015-12-191-3/+3
* remove ignore_high_volume from volume-controlcharles kerr2015-12-191-1/+1