| Commit message (Expand) | Author | Age | Files | Lines |
* | src/*.vala: Fix license headers having been a mix of GPL and LGPL license tex... | Mike Gabriel | 2020-10-30 | 9 | -18/+18 |
* | Port from autotools to CMake. | Mike Gabriel | 2020-10-26 | 2 | -39/+180 |
* | src/*: Switch to new activate state connect approach, rathern than using noti... | Robert Tari | 2020-10-26 | 2 | -18/+9 |
* | src/bluez.vala: Make BLUEZ_BUSNAME 'const string' (not 'static const string'). | Robert Tari | 2020-10-26 | 1 | -1/+1 |
* | src/*: Scope and white-space fixes. | Robert Tari | 2020-10-26 | 4 | -4/+5 |
* | Make indicator aware of running inside the MATE desktop environment. | Robert Tari | 2020-10-26 | 1 | -0/+4 |
* | Switch from GNOMELOCALEDIR to LOCALEDIR variable name. | Robert Tari | 2020-10-26 | 1 | -1/+1 |
* | Make dependency on liburl-dispatcher optional. | Robert Tari | 2020-10-26 | 3 | -3/+27 |
* | Switch over from Ubuntu System Indicator to Ayatana System Indicator. | Robert Tari | 2020-10-25 | 4 | -16/+16 |
* | Correctly use XDG_CURRENT_DESKTOP | Robert Ancell | 2016-06-07 | 1 | -1/+14 |
* | Remove the "browse" action since there is no working backend | Sebastien Bacher | 2016-05-12 | 1 | -0/+5 |
* | in bluez.vala, silence a startup g_warning by calling init_bluez_state_vars()... | Charles Kerr | 2016-02-14 | 1 | -8/+15 |
* | in bluez.vala, update our state properties when org.bluez vanishes from the bus | Charles Kerr | 2016-02-14 | 1 | -3/+10 |
* | in bluez.vala, create a symbolic name for bluez' busname | Charles Kerr | 2016-02-14 | 1 | -4/+5 |
* | (trivial) remove trailing whitespace | Charles Kerr | 2016-02-14 | 1 | -2/+2 |
* | in bluez.vala, watch for org.bluez to be owned/unowned on the system bus | Charles Kerr | 2016-02-14 | 1 | -11/+34 |
* | Check for NULL when getting cached properties Address and UUIDs | Robert Ancell | 2015-09-28 | 1 | -4/+7 |
* | under unity8 start system-settings instead unity-control-center | Sebastien Bacher | 2015-08-27 | 1 | -1/+3 |
* | Remove unused argument in DBus interface | Robert Ancell | 2015-08-07 | 1 | -3/+3 |
* | Support Bluez 5 | Robert Ancell | 2014-12-11 | 4 | -541/+173 |
* | Toggle rfkill again so that we have a chance of persisting the bluetooth stat... | Mathieu Trudel-Lapierre | 2014-09-22 | 1 | -1/+1 |
* | Only run unity-control-center under unity | Robert Ancell | 2014-01-22 | 1 | -1/+1 |
* | Use unity-control-center if it is available | Robert Ancell | 2014-01-10 | 1 | -1/+4 |
* | mark the 'Bluetooth' menuitem for translation | Charles Kerr | 2013-12-06 | 1 | -1/+1 |
* | 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 |