Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Releasing 0.0.6+13.10.20130823-0ubuntu1 (revision 56 from ↵ | Automatic PS uploader | 2013-08-23 | 1 | -0/+12 |
|\ | | | | | | | | | lp:indicator-bluetooth). Approved by PS Jenkins bot. | ||||
| * | Releasing 0.0.6+13.10.20130823-0ubuntu1, based on r56 | Automatic PS uploader | 2013-08-23 | 1 | -0/+12 |
|/ | |||||
* | Since we're not using the gnome-bluetooth vapi file, we shouldn't bundle it. | Charles Kerr | 2013-08-23 | 2 | -83/+0 |
|\ | | | | | Approved by Ted Gould, PS Jenkins bot. | ||||
| * | remove vapi/gnome-bluetooth-1.0.vapi | Charles Kerr | 2013-08-22 | 2 | -83/+0 |
| | | |||||
* | | Don't use deprecated GSimpleActionGroup APIs. | Charles Kerr | 2013-08-23 | 2 | -3/+3 |
|\ \ | |/ |/| | Approved by Ted Gould, PS Jenkins bot. | ||||
| * | Don't use deprecated GSimpleActionGroup APIs. | Charles Kerr | 2013-08-22 | 2 | -3/+3 |
|/ | |||||
* | Releasing 0.0.6+13.10.20130812.1-0ubuntu1 (revision 53 from ↵ | Automatic PS uploader | 2013-08-12 | 1 | -0/+12 |
|\ | | | | | | | | | lp:indicator-bluetooth). Approved by PS Jenkins bot. | ||||
| * | Releasing 0.0.6+13.10.20130812.1-0ubuntu1, based on r53 | Automatic PS uploader | 2013-08-12 | 1 | -0/+12 |
|/ | |||||
* | Add phone profile. Export menus & actions using gio. Drops the gtk, ↵ | Charles Kerr | 2013-08-10 | 27 | -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 Kerr | 2013-08-09 | 2 | -146/+0 |
| | | |||||
| * | create Profile.root_action in Profile's constructor. | Charles Kerr | 2013-08-09 | 3 | -18/+8 |
| | | |||||
| * | on shutdown, unexport the menus and unown the bus name | Charles Kerr | 2013-08-09 | 2 | -16/+49 |
| | | |||||
| * | set indicatorsdir to $(datadir)/unity/indicators instead of ↵ | Charles Kerr | 2013-08-09 | 1 | -1/+1 |
| | | | | | | | | $(prefix)/share/unity/indicators | ||||
| * | in debian/control, make the bluez dependency explicit | Charles Kerr | 2013-08-08 | 1 | -0/+1 |
| | | |||||
| * | change control s.t. either ubuntu-system-settings, or (gnome-control-center ↵ | Charles Kerr | 2013-08-08 | 1 | -1/+2 |
| | | | | | | | | && gnome-bluetooth), are a Dependency | ||||
| * | copyediting: whitespace, type inference | Charles Kerr | 2013-08-06 | 5 | -36/+41 |
| | | |||||
| * | templated strings need to begin with a '@' | Charles Kerr | 2013-08-06 | 1 | -1/+1 |
| | | |||||
| * | add src/bluez.c, src/desktop.c, src/phone.c to POTFILES.in | Charles Kerr | 2013-08-06 | 1 | -0/+3 |
| | | |||||
| * | copyediting: fix lines that wrap | Charles Kerr | 2013-08-06 | 4 | -40/+101 |
| | | |||||
| * | add some extra comments | Charles Kerr | 2013-08-06 | 2 | -2/+11 |
| | | |||||
| * | copyediting: don't use 'this.' when it's not needed | Charles Kerr | 2013-08-06 | 2 | -10/+10 |
| | | |||||
| * | bump version to 13.10.0 | Charles Kerr | 2013-08-06 | 2 | -1/+7 |
| | | |||||
| * | sync POTFILES.in with the new files in src/ | Charles Kerr | 2013-08-06 | 1 | -2/+10 |
| | | |||||
| * | add device.vala to the repo | Charles Kerr | 2013-08-06 | 1 | -0/+156 |
| | | |||||
| * | Remove dbusmenu, gtk, indicator dependencies. Only require gnome-bluetooth ↵ | Charles Kerr | 2013-08-05 | 3 | -13/+9 |
| | | | | | | | | on the desktop. | ||||
| * | main() should return service.run() | Charles Kerr | 2013-08-05 | 1 | -3/+1 |
| | | |||||
| * | copyediting: fix indentation in Service, fix copyright & author comments in ↵ | Charles Kerr | 2013-08-05 | 3 | -58/+87 |
| | | | | | | | | bluez, service, main | ||||
| * | promote shared functions up from Desktop to Profile so that Phone can use it too | Charles Kerr | 2013-08-05 | 3 | -114/+139 |
| | | |||||
| * | in phone and desktop, make 'action_state_for_root' private -- it's no longer ↵ | Charles Kerr | 2013-08-05 | 2 | -3/+3 |
| | | | | | | | | in the Profile superclass. | ||||
| * | copyediting: readability + grouping related methods together | Charles Kerr | 2013-08-05 | 1 | -71/+106 |
| | | |||||
| * | pass the SimpleActionGroup handle into the profile object so that ↵ | Charles Kerr | 2013-08-05 | 4 | -35/+32 |
| | | | | | | | | dynamically-added actions can get added/exported | ||||
| * | silence g_message scaffolding | Charles Kerr | 2013-08-05 | 2 | -2/+1 |
| | | |||||
| * | edit killswitch for readability and to remove the iowatch in dispose() | Charles Kerr | 2013-08-05 | 1 | -21/+31 |
| | | |||||
| * | fully implement the bluez/device backend. in the desktop profile, add ↵ | Charles Kerr | 2013-08-05 | 9 | -626/+489 |
| | | | | | | | | menuitems for the devices. | ||||
| * | initial support for individual devices in Bluetooth class | Charles Kerr | 2013-08-03 | 2 | -5/+185 |
| | | |||||
| * | tweak startup comments | Charles Kerr | 2013-08-03 | 1 | -1/+4 |
| | | |||||
| * | change the 'BluetoothMenu' superclass to 'Profile' | Charles Kerr | 2013-08-03 | 5 | -50/+45 |
| | | |||||
| * | move indicator3-0.4.vapi to the vapi dir. it'll go away soon enough... | Charles Kerr | 2013-08-01 | 3 | -4/+6 |
| | | |||||
| * | improve documentation on Killswitch, Bluetooth, and Bluez | Charles Kerr | 2013-08-01 | 4 | -26/+34 |
| | | |||||
| * | add a bluetooth backend to track bluetooth being enabled, being hard/soft ↵ | Charles Kerr | 2013-08-01 | 15 | -67/+748 |
| | | | | | | | | blocked, and its devices. | ||||
| * | add per-profile icons and initial menus w/settings section | Charles Kerr | 2013-08-01 | 10 | -196/+316 |
| | | |||||
| * | add main() to its own file | Charles Kerr | 2013-07-31 | 3 | -28/+28 |
| | | |||||
| * | add a vapi/ directory off the top package directory | Charles Kerr | 2013-07-31 | 5 | -8/+19 |
| | | |||||
| * | sync this indicator's i18n autoconf rules with the other indicators | Charles Kerr | 2013-07-31 | 1 | -5/+27 |
| | | |||||
| * | remove --enable-localinstall | Charles Kerr | 2013-07-31 | 4 | -101/+2 |
|/ | |||||
* | Releasing 0.0.6daily13.06.07-0ubuntu1 to ubuntu. | Automatic PS uploader | 2013-06-07 | 1 | -2/+6 |
|\ | | | | | Approved by PS Jenkins bot. | ||||
| * | Releasing 0.0.6daily13.06.07-0ubuntu1, based on r51 | Automatic PS uploader | 2013-06-07 | 1 | -2/+6 |
|/ | |||||
* | This change will have indicator-bluetooth build against the default valac ↵ | Jeremy Bicha | 2013-06-06 | 2 | -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 Bicha | 2013-06-06 | 2 | -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 uploader | 2013-02-19 | 1 | -2/+12 |
|\ | | | | | Approved by PS Jenkins bot. |