aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Switch over from Ubuntu System Indicator to Ayatana System Indicator.Robert Tari2020-10-254-16/+16
* Correctly use XDG_CURRENT_DESKTOPRobert Ancell2016-06-071-1/+14
* Remove the "browse" action since there is no working backendSebastien Bacher2016-05-121-0/+5
* in bluez.vala, silence a startup g_warning by calling init_bluez_state_vars()...Charles Kerr2016-02-141-8/+15
* in bluez.vala, update our state properties when org.bluez vanishes from the busCharles Kerr2016-02-141-3/+10
* in bluez.vala, create a symbolic name for bluez' busnameCharles Kerr2016-02-141-4/+5
* (trivial) remove trailing whitespaceCharles Kerr2016-02-141-2/+2
* in bluez.vala, watch for org.bluez to be owned/unowned on the system busCharles Kerr2016-02-141-11/+34
* Check for NULL when getting cached properties Address and UUIDsRobert Ancell2015-09-281-4/+7
* under unity8 start system-settings instead unity-control-centerSebastien Bacher2015-08-271-1/+3
* Remove unused argument in DBus interfaceRobert Ancell2015-08-071-3/+3
* Support Bluez 5Robert Ancell2014-12-114-541/+173
* Toggle rfkill again so that we have a chance of persisting the bluetooth stat...Mathieu Trudel-Lapierre2014-09-221-1/+1
* Only run unity-control-center under unityRobert Ancell2014-01-221-1/+1
* Use unity-control-center if it is availableRobert Ancell2014-01-101-1/+4
* mark the 'Bluetooth' menuitem for translationCharles Kerr2013-12-061-1/+1
* change the bluetooth.supported property whenever bluez' default adapter chang...Charles Kerr2013-12-061-0/+2
* support header icon states as per the spec -- different icons for disabled, e...Charles Kerr2013-12-061-3/+9
* add a 'connected' property as a simple hook to whether or not we have any con...Charles Kerr2013-12-062-1/+23
* on the desktop, show a bluetooth indicator if the hardware supports bluetooth...Charles Kerr2013-12-061-2/+2
* don't leak implicitly-created GVariantsCharles Kerr2013-10-242-11/+11
* Desktop menu: mark "Visible" menu item label for translationLars Uebernickel2013-10-211-1/+1
* make org.bluez.Adapter's set_property() call nonblockingCharles Kerr2013-10-142-18/+7
* omit the rfkill killswitch altogether, leaving on/off to bluez via org.bluez....Charles Kerr2013-10-141-1/+1
* when listening to notify events from bluetooth to update desktop indicator vi...Charles Kerr2013-10-141-1/+1
* if killswitch exists and is valid, prefer its use over toggling org.bluez.Ada...Charles Kerr2013-10-141-11/+13
* if /dev/rfkill doesn't exist or isn't writable, then try to handle bluetooth ...Charles Kerr2013-10-116-70/+128
* add an action whose state shows whether or not bluetooth is supported by the ...Charles Kerr2013-10-105-0/+21
* Update settings URL to settings:///systemCharles Kerr2013-10-031-1/+1
* use url-dispatcher instead of invoking system-settings directly.Charles Kerr2013-09-252-1/+2
* use the change-state signal to handle bluetooth-enabled change requests. h/t ...Charles Kerr2013-09-231-3/+3
* add a title to the header's action stateCharles Kerr2013-09-111-0/+1
* Don't use deprecated GSimpleActionGroup APIs.Charles Kerr2013-08-222-3/+3
* create Profile.root_action in Profile's constructor.Charles Kerr2013-08-093-18/+8
* on shutdown, unexport the menus and unown the bus nameCharles Kerr2013-08-092-16/+49
* copyediting: whitespace, type inferenceCharles Kerr2013-08-065-36/+41
* templated strings need to begin with a '@'Charles Kerr2013-08-061-1/+1
* copyediting: fix lines that wrapCharles Kerr2013-08-064-40/+101
* add some extra commentsCharles Kerr2013-08-062-2/+11
* copyediting: don't use 'this.' when it's not neededCharles Kerr2013-08-062-10/+10
* add device.vala to the repoCharles Kerr2013-08-061-0/+156
* Remove dbusmenu, gtk, indicator dependencies. Only require gnome-bluetooth on...Charles Kerr2013-08-051-4/+4
* main() should return service.run()Charles Kerr2013-08-051-3/+1
* copyediting: fix indentation in Service, fix copyright & author comments in b...Charles Kerr2013-08-053-58/+87
* promote shared functions up from Desktop to Profile so that Phone can use it tooCharles Kerr2013-08-053-114/+139
* in phone and desktop, make 'action_state_for_root' private -- it's no longer ...Charles Kerr2013-08-052-3/+3
* copyediting: readability + grouping related methods togetherCharles Kerr2013-08-051-71/+106
* pass the SimpleActionGroup handle into the profile object so that dynamically...Charles Kerr2013-08-054-35/+32
* silence g_message scaffoldingCharles Kerr2013-08-052-2/+1
* edit killswitch for readability and to remove the iowatch in dispose()Charles Kerr2013-08-051-21/+31