aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * add main() to its own fileCharles Kerr2013-07-313-28/+28
| |
| * add a vapi/ directory off the top package directoryCharles Kerr2013-07-315-8/+19
| |
| * sync this indicator's i18n autoconf rules with the other indicatorsCharles Kerr2013-07-311-5/+27
| |
| * remove --enable-localinstallCharles Kerr2013-07-314-101/+2
|/
* Releasing 0.0.6daily13.06.07-0ubuntu1 to ubuntu.Automatic PS uploader2013-06-071-2/+6
|\ | | | | Approved by PS Jenkins bot.
| * Releasing 0.0.6daily13.06.07-0ubuntu1, based on r51Automatic PS uploader2013-06-071-2/+6
|/
* This change will have indicator-bluetooth build against the default valac ↵Jeremy Bicha2013-06-062-1/+8
|\ | | | | | | | | (for Ubuntu 13.10 this is currently valac 0.18 but we may switch to 0.20 as Debian testing already has). I have successfully test-built against valac-0.20. Approved by PS Jenkins bot, Ted Gould.
| * * debian/control:Jeremy Bicha2013-06-062-1/+8
|/ | | - Build with valac (>= 0.18) instead of vala-0.18 for easier transitions
* Releasing 0.0.6daily13.02.19-0ubuntu1 to ubuntu.Automatic PS uploader2013-02-191-2/+12
|\ | | | | Approved by PS Jenkins bot.
| * Releasing 0.0.6daily13.02.19-0ubuntu1, based on r49Automatic PS uploader2013-02-191-2/+12
|/
* breaks/replaces gnome-bluetooth (<< 3.6.1-0ubuntu2). Fixes: ↵Sebastien Bacher2013-02-152-0/+9
|\ | | | | | | | | https://bugs.launchpad.net/bugs/1123115. Approved by Mathieu Trudel-Lapierre, PS Jenkins bot.
| * breaks/replaces gnome-bluetooth (<< 3.6.1-0ubuntu2)Sebastien Bacher2013-02-152-0/+9
|/
* Releasing 0.0.6Robert Ancell2013-02-122-3/+10
|
* Support existing gsettings key to disable indicator. Fixes: ↵Robert Ancell2013-02-118-20/+111
|\ | | | | | | | | https://bugs.launchpad.net/bugs/1115394. Approved by Mathieu Trudel-Lapierre.
| * Support existing gsettings key to disable indicatorRobert Ancell2013-02-087-20/+56
| |
| * Only show indicator if Bluetooth adapter presentRobert Ancell2013-02-083-0/+35
| |
| * Add "Set Up New Device" menu itemRobert Ancell2013-02-082-5/+25
|/
* A couple strings weren't marked for translation.Michael Terry2013-02-066-20/+33
|\ | | | | Approved by Mathieu Trudel-Lapierre.
| * update POTFILES and potMichael Terry2013-01-313-18/+30
| |
| * translate accessible descriptionsMichael Terry2013-01-313-2/+3
| |
* | Add bootstrap message for Jenkins.Michael Terry2013-02-061-1/+2
|\ \ | | | | | | Approved by Mathieu Trudel-Lapierre, PS Jenkins bot.
| * | add autolanding bootstrap messageMichael Terry2013-02-051-1/+2
|/ /
* | Fix up changelog to match what is in the archive (release 0.0.5).Mathieu Trudel-Lapierre2013-02-051-1/+9
| |
* | With debhelper compat level 9, libexecdir no longer includes the package ↵Mathieu Trudel-Lapierre2013-02-053-3/+3
|\ \ | | | | | | | | | name. So use pkglibexecdir instead.
| * | install service into pkglibexecdir, not libexecdirMichael Terry2013-01-313-3/+3
| |/
* | Inline packaging, for autolanding.Mathieu Trudel-Lapierre2013-02-058-0/+125
|\ \
| * | add bzr-builddebMichael Terry2013-02-041-0/+2
| | |
| * | move debian/ inlineMichael Terry2013-01-317-0/+123
| |/
* / Update license headerRobert Ancell2013-02-014-3/+8
|/
* relicense as GPL-3, not GPL-3+Michael Terry2013-01-313-6/+678
|\
| * Add COPYING file and fix license to be GPL-3, not GPL-3+Michael Terry2013-01-313-6/+678
|/
* Stop items being duplicated on resume from suspendRobert Ancell2013-01-313-14/+18
|
* Update LINGUASRobert Ancell2013-01-301-0/+2
|
* Launchpad automatic translations update.Launchpad Translations on behalf of robert-ancell2013-01-241-0/+54
|