aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* src/main.c: Add missing headersRobert Tari2023-10-071-0/+3
* license headers: Stop using the '©' character.Mike Gabriel2021-11-191-1/+1
* Rename GNOMELOCALEDIR -> LOCALEDIR.Mike Gabriel2017-12-061-1/+1
* Fork from Ubuntu's indicator-sound.Mike Gabriel2017-10-221-3/+2
* Created new class AccountsServiceAccess to hold all accounts service operationsXavi Garcia Mena2016-02-231-53/+55
* break volume-warning into an abstract base and concrete pulse-based implcharles kerr2015-12-291-1/+1
* in volume-warning, use pulse directly rather than through dbuscharles kerr2015-12-281-3/+5
* instantiate volume-warning and pass it to the servicecharles kerr2015-12-191-1/+4
* move max_volume into a reusable 'options' classcharles kerr2015-12-191-2/+5
* in main(), balance the notify_init() call with a notify_uninit() right before...Charles Kerr2015-03-101-0/+2
* in main.c's g_bus_own_name() calls, move service creation/export to bus_acqui...Charles Kerr2015-03-101-21/+35
* move from g_bus_own_name_on_connection() to g_bus_own_name() to simplify the ...Charles Kerr2015-03-061-20/+10
* Better commentTed Gould2015-02-111-3/+15
* Make it so that Vala stops generating circular referencesTed Gould2015-02-111-5/+30
* Pulling the mainloop out of the service objectTed Gould2015-02-111-4/+18
* Make it so that the accounts service object is made outside of the service ob...Ted Gould2015-02-091-1/+4
* Make it so that we can inject the volume control object into the serviceTed Gould2015-02-091-1/+3
* Truth is difficultTed Gould2014-02-251-1/+1
* Detect which player list we need at startupTed Gould2014-02-121-1/+7
* Move the player list outside of the service creationTed Gould2014-02-121-1/+4
* Switch the build to have a library of all the vala componentsTed Gould2014-02-111-0/+32