| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | if /dev/rfkill doesn't exist or isn't writable, then try to handle bluetooth ... | Charles Kerr | 2013-10-11 | 6 | -70/+128 |
| * | add an action whose state shows whether or not bluetooth is supported by the ... | Charles Kerr | 2013-10-10 | 5 | -0/+21 |
| * | Update settings URL to settings:///system | Charles Kerr | 2013-10-03 | 1 | -1/+1 |
| * | use url-dispatcher instead of invoking system-settings directly. | Charles Kerr | 2013-09-25 | 2 | -1/+2 |
| * | use the change-state signal to handle bluetooth-enabled change requests. h/t ... | Charles Kerr | 2013-09-23 | 1 | -3/+3 |
| * | add a title to the header's action state | Charles Kerr | 2013-09-11 | 1 | -0/+1 |
| * | Don't use deprecated GSimpleActionGroup APIs. | Charles Kerr | 2013-08-22 | 2 | -3/+3 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | add device.vala to the repo | Charles Kerr | 2013-08-06 | 1 | -0/+156 |
| * | Remove dbusmenu, gtk, indicator dependencies. Only require gnome-bluetooth on... | Charles Kerr | 2013-08-05 | 1 | -4/+4 |
| * | main() should return service.run() | Charles Kerr | 2013-08-05 | 1 | -3/+1 |
| * | copyediting: fix indentation in Service, fix copyright & author comments in b... | Charles Kerr | 2013-08-05 | 3 | -58/+87 |
| * | 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 |
| * | copyediting: readability + grouping related methods together | Charles Kerr | 2013-08-05 | 1 | -71/+106 |
| * | pass the SimpleActionGroup handle into the profile object so that dynamically... | Charles Kerr | 2013-08-05 | 4 | -35/+32 |
| * | 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 menuite... | Charles Kerr | 2013-08-05 | 9 | -626/+489 |
| * | 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 | 2 | -147/+2 |
| * | 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 blo... | Charles Kerr | 2013-08-01 | 10 | -55/+698 |
| * | add per-profile icons and initial menus w/settings section | Charles Kerr | 2013-08-01 | 8 | -278/+300 |
| * | 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 | 3 | -8/+10 |
| * | remove --enable-localinstall | Charles Kerr | 2013-07-31 | 1 | -1/+1 |
| * | Support existing gsettings key to disable indicator | Robert Ancell | 2013-02-08 | 1 | -5/+13 |
| * | Only show indicator if Bluetooth adapter present | Robert Ancell | 2013-02-08 | 2 | -0/+34 |
| * | Add "Set Up New Device" menu item | Robert Ancell | 2013-02-08 | 1 | -5/+21 |
| * | A couple strings weren't marked for translation. | Michael Terry | 2013-02-06 | 3 | -2/+3 |
| |\ |
|
| | * | translate accessible descriptions | Michael Terry | 2013-01-31 | 3 | -2/+3 |
| * | | With debhelper compat level 9, libexecdir no longer includes the package name... | Mathieu Trudel-Lapierre | 2013-02-05 | 1 | -1/+1 |
| |\ \ |
|
| | * | | install service into pkglibexecdir, not libexecdir | Michael Terry | 2013-01-31 | 1 | -1/+1 |
| | |/ |
|
| * / | Update license header | Robert Ancell | 2013-02-01 | 2 | -2/+2 |
| |/ |
|
| * | Add COPYING file and fix license to be GPL-3, not GPL-3+ | Michael Terry | 2013-01-31 | 2 | -6/+4 |
| * | Stop items being duplicated on resume from suspend | Robert Ancell | 2013-01-31 | 1 | -13/+13 |
| * | Set useful values for accessible description | Robert Ancell | 2013-01-11 | 2 | -1/+3 |
| * | Fix item disconnection | Robert Ancell | 2013-01-08 | 1 | -1/+1 |
| * | Add start of accessible description | Robert Ancell | 2013-01-08 | 2 | -3/+16 |
| * | Hide items without options | Robert Ancell | 2013-01-08 | 1 | -1/+3 |
| * | Stop feedback loop when switch settings changed from external sources | Robert Ancell | 2013-01-08 | 2 | -10/+36 |