| Commit message (Expand) | Author | Age | Files | Lines |
* | change the bluetooth.supported property whenever bluez' default adapter chang... | Charles Kerr | 2013-12-06 | 1 | -0/+2 |
* | support header icon states as per the spec -- different icons for disabled, e... | Charles Kerr | 2013-12-06 | 1 | -3/+9 |
* | add a 'connected' property as a simple hook to whether or not we have any con... | Charles Kerr | 2013-12-06 | 2 | -1/+23 |
* | on the desktop, show a bluetooth indicator if the hardware supports bluetooth... | Charles Kerr | 2013-12-06 | 1 | -2/+2 |
* | don't leak implicitly-created GVariants | Charles Kerr | 2013-10-24 | 2 | -11/+11 |
* | Desktop menu: mark "Visible" menu item label for translation | Lars Uebernickel | 2013-10-21 | 1 | -1/+1 |
* | make org.bluez.Adapter's set_property() call nonblocking | Charles Kerr | 2013-10-14 | 2 | -18/+7 |
* | omit the rfkill killswitch altogether, leaving on/off to bluez via org.bluez.... | Charles Kerr | 2013-10-14 | 1 | -1/+1 |
* | when listening to notify events from bluetooth to update desktop indicator vi... | Charles Kerr | 2013-10-14 | 1 | -1/+1 |
* | if killswitch exists and is valid, prefer its use over toggling org.bluez.Ada... | Charles Kerr | 2013-10-14 | 1 | -11/+13 |
* | 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 |