aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* add an action whose state shows whether or not bluetooth is supported by the ↵Charles Kerr2013-10-105-0/+21
| | | | hardware, used by ubuntu-system-settings
* 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
| | | | larsu
* 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 ↵Charles Kerr2013-08-051-4/+4
| | | | on the desktop.
* main() should return service.run()Charles Kerr2013-08-051-3/+1
|
* copyediting: fix indentation in Service, fix copyright & author comments in ↵Charles Kerr2013-08-053-58/+87
| | | | bluez, service, main
* 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
| | | | in the Profile superclass.
* copyediting: readability + grouping related methods togetherCharles Kerr2013-08-051-71/+106
|
* pass the SimpleActionGroup handle into the profile object so that ↵Charles Kerr2013-08-054-35/+32
| | | | dynamically-added actions can get added/exported
* 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
|
* fully implement the bluez/device backend. in the desktop profile, add ↵Charles Kerr2013-08-059-626/+489
| | | | menuitems for the devices.
* initial support for individual devices in Bluetooth classCharles Kerr2013-08-032-5/+185
|
* tweak startup commentsCharles Kerr2013-08-031-1/+4
|
* change the 'BluetoothMenu' superclass to 'Profile'Charles Kerr2013-08-035-50/+45
|
* move indicator3-0.4.vapi to the vapi dir. it'll go away soon enough...Charles Kerr2013-08-012-147/+2
|
* improve documentation on Killswitch, Bluetooth, and BluezCharles Kerr2013-08-014-26/+34
|
* add a bluetooth backend to track bluetooth being enabled, being hard/soft ↵Charles Kerr2013-08-0110-55/+698
| | | | blocked, and its devices.
* add per-profile icons and initial menus w/settings sectionCharles Kerr2013-08-018-278/+300
|
* add main() to its own fileCharles Kerr2013-07-313-28/+28
|
* add a vapi/ directory off the top package directoryCharles Kerr2013-07-313-8/+10
|
* remove --enable-localinstallCharles Kerr2013-07-311-1/+1
|
* Support existing gsettings key to disable indicatorRobert Ancell2013-02-081-5/+13
|
* Only show indicator if Bluetooth adapter presentRobert Ancell2013-02-082-0/+34
|
* Add "Set Up New Device" menu itemRobert Ancell2013-02-081-5/+21
|
* A couple strings weren't marked for translation.Michael Terry2013-02-063-2/+3
|\ | | | | Approved by Mathieu Trudel-Lapierre.
| * translate accessible descriptionsMichael Terry2013-01-313-2/+3
| |
* | With debhelper compat level 9, libexecdir no longer includes the package ↵Mathieu Trudel-Lapierre2013-02-051-1/+1
|\ \ | | | | | | | | | name. So use pkglibexecdir instead.
| * | install service into pkglibexecdir, not libexecdirMichael Terry2013-01-311-1/+1
| |/
* / Update license headerRobert Ancell2013-02-012-2/+2
|/
* Add COPYING file and fix license to be GPL-3, not GPL-3+Michael Terry2013-01-312-6/+4
|
* Stop items being duplicated on resume from suspendRobert Ancell2013-01-311-13/+13
|
* Set useful values for accessible descriptionRobert Ancell2013-01-112-1/+3
|
* Fix item disconnectionRobert Ancell2013-01-081-1/+1
|
* Add start of accessible descriptionRobert Ancell2013-01-082-3/+16
|
* Hide items without optionsRobert Ancell2013-01-081-1/+3
|
* Stop feedback loop when switch settings changed from external sourcesRobert Ancell2013-01-082-10/+36
|
* Use ellipses in labelsRobert Ancell2013-01-081-6/+6
|