aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* use url-dispatcher instead of invoking system-settings directly.Charles Kerr2013-09-255-2/+16
|
* Releasing 0.0.6+13.10.20130924.2-0ubuntu1 (revision 60 from ↵Automatic PS uploader2013-09-241-0/+13
|\ | | | | | | | | lp:indicator-bluetooth). Approved by PS Jenkins bot.
| * Releasing 0.0.6+13.10.20130924.2-0ubuntu1, based on r60Automatic PS uploader2013-09-241-0/+13
|/
* Handle the change-state event rather than notify["state"] so that there ↵Charles Kerr2013-09-231-3/+3
|\ | | | | | | | | won't be any inconsistency between the action's state and the killswitch -- ie, the state won't change unless the killswitch toggle succeeds. Approved by PS Jenkins bot, Lars Uebernickel.
| * use the change-state signal to handle bluetooth-enabled change requests. h/t ↵Charles Kerr2013-09-231-3/+3
|/ | | | larsu
* Releasing 0.0.6+13.10.20130913-0ubuntu1 (revision 58 from ↵Automatic PS uploader2013-09-131-0/+10
|\ | | | | | | | | lp:indicator-bluetooth). Approved by PS Jenkins bot.
| * Releasing 0.0.6+13.10.20130913-0ubuntu1, based on r58Automatic PS uploader2013-09-131-0/+10
|/
* Adds a title in the header's action state. Fixes: ↵Charles Kerr2013-09-112-0/+2
|\ | | | | | | | | https://bugs.launchpad.net/bugs/1223635. Approved by Ted Gould, PS Jenkins bot.
| * add a title to the header's action stateCharles Kerr2013-09-112-0/+2
|/
* Releasing 0.0.6+13.10.20130823-0ubuntu1 (revision 56 from ↵Automatic PS uploader2013-08-231-0/+12
|\ | | | | | | | | lp:indicator-bluetooth). Approved by PS Jenkins bot.
| * Releasing 0.0.6+13.10.20130823-0ubuntu1, based on r56Automatic PS uploader2013-08-231-0/+12
|/
* Since we're not using the gnome-bluetooth vapi file, we shouldn't bundle it.Charles Kerr2013-08-232-83/+0
|\ | | | | Approved by Ted Gould, PS Jenkins bot.
| * remove vapi/gnome-bluetooth-1.0.vapiCharles Kerr2013-08-222-83/+0
| |
* | Don't use deprecated GSimpleActionGroup APIs.Charles Kerr2013-08-232-3/+3
|\ \ | |/ |/| Approved by Ted Gould, PS Jenkins bot.
| * Don't use deprecated GSimpleActionGroup APIs.Charles Kerr2013-08-222-3/+3
|/
* Releasing 0.0.6+13.10.20130812.1-0ubuntu1 (revision 53 from ↵Automatic PS uploader2013-08-121-0/+12
|\ | | | | | | | | lp:indicator-bluetooth). Approved by PS Jenkins bot.
| * Releasing 0.0.6+13.10.20130812.1-0ubuntu1, based on r53Automatic PS uploader2013-08-121-0/+12
|/
* Add phone profile. Export menus & actions using gio. Drops the gtk, ↵Charles Kerr2013-08-1027-901/+1903
|\ | | | | | | | | dbusmenu, and libindicator build dependencies. Drops runtime dependency on gnome-blueooth in the phone profile. Approved by Ted Gould, PS Jenkins bot, Mathieu Trudel-Lapierre.
| * remove the libindicator vapi file; it's no longer used.Charles Kerr2013-08-092-146/+0
| |
| * 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
| |
| * set indicatorsdir to $(datadir)/unity/indicators instead of ↵Charles Kerr2013-08-091-1/+1
| | | | | | | | $(prefix)/share/unity/indicators
| * in debian/control, make the bluez dependency explicitCharles Kerr2013-08-081-0/+1
| |
| * change control s.t. either ubuntu-system-settings, or (gnome-control-center ↵Charles Kerr2013-08-081-1/+2
| | | | | | | | && gnome-bluetooth), are a Dependency
| * copyediting: whitespace, type inferenceCharles Kerr2013-08-065-36/+41
| |
| * templated strings need to begin with a '@'Charles Kerr2013-08-061-1/+1
| |
| * add src/bluez.c, src/desktop.c, src/phone.c to POTFILES.inCharles Kerr2013-08-061-0/+3
| |
| * 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
| |
| * bump version to 13.10.0Charles Kerr2013-08-062-1/+7
| |
| * sync POTFILES.in with the new files in src/Charles Kerr2013-08-061-2/+10
| |
| * add device.vala to the repoCharles Kerr2013-08-061-0/+156
| |
| * Remove dbusmenu, gtk, indicator dependencies. Only require gnome-bluetooth ↵Charles Kerr2013-08-053-13/+9
| | | | | | | | 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-013-4/+6
| |
| * 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-0115-67/+748
| | | | | | | | blocked, and its devices.
| * add per-profile icons and initial menus w/settings sectionCharles Kerr2013-08-0110-196/+316
| |