aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't use deprecated GSimpleActionGroup APIs.Charles Kerr2013-08-222-3/+3
* Releasing 0.0.6+13.10.20130812.1-0ubuntu1 (revision 53 from lp:indicator-blue...Automatic PS uploader2013-08-121-0/+12
|\
| * 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, dbusmenu,...Charles Kerr2013-08-1027-901/+1903
|\
| * 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 $(prefix)/share/u...Charles Kerr2013-08-091-1/+1
| * 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
| * 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 on...Charles Kerr2013-08-053-13/+9
| * 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
| * fully implement the bluez/device backend. in the desktop profile, add menuite...Charles Kerr2013-08-059-626/+489
| * 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 blo...Charles Kerr2013-08-0115-67/+748
| * 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
|\
| * 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 (fo...Jeremy Bicha2013-06-062-1/+8
|\
| * * debian/control:Jeremy Bicha2013-06-062-1/+8
|/
* Releasing 0.0.6daily13.02.19-0ubuntu1 to ubuntu.Automatic PS uploader2013-02-191-2/+12
|\
| * 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: https://bugs.laun...Sebastien Bacher2013-02-152-0/+9
|\
| * 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: https://bugs.laun...Robert Ancell2013-02-118-20/+111
|\