Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace code with libayatana-common functions | Robert Tari | 2021-08-28 | 1 | -9/+3 |
| | | | | | | | | - CMakeLists.txt: Add libayatana-common build dependency - src/CMakeLists.txt: Add AyatanaCommon package to ayatana-indicator-bluetooth-service - src/phone.vala: Replace local code with libayatana-common functions - src/desktop.vala: Replace local code with libayatana-common functions - vapi/lomiri-url-dispatcher.vapi: Drop file | ||||
* | Finalize incomplete switch to Lomiri URL Dispatcher. | Mike Gabriel | 2021-02-03 | 1 | -1/+1 |
| | |||||
* | src/*.vala: Follow-up fix for dd2f32e2 (fixing GPL-3 license texts in file ↵ | Mike Gabriel | 2020-10-30 | 1 | -2/+2 |
| | | | | headers). | ||||
* | src/*.vala: Fix license headers having been a mix of GPL and LGPL license ↵ | Mike Gabriel | 2020-10-30 | 1 | -2/+2 |
| | | | | text fragments. Adapt to GPL-3, fully. | ||||
* | Make dependency on liburl-dispatcher optional. | Robert Tari | 2020-10-26 | 1 | -0/+8 |
| | |||||
* | if /dev/rfkill doesn't exist or isn't writable, then try to handle bluetooth ↵ | Charles Kerr | 2013-10-11 | 1 | -1/+1 |
| | | | | toggles simply by toggling bluez Adapters' Powered property | ||||
* | add an action whose state shows whether or not bluetooth is supported by the ↵ | Charles Kerr | 2013-10-10 | 1 | -0/+1 |
| | | | | hardware, used by ubuntu-system-settings | ||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Don't use deprecated GSimpleActionGroup APIs. | Charles Kerr | 2013-08-22 | 1 | -1/+1 |
| | |||||
* | create Profile.root_action in Profile's constructor. | Charles Kerr | 2013-08-09 | 1 | -1/+1 |
| | |||||
* | copyediting: fix lines that wrap | Charles Kerr | 2013-08-06 | 1 | -2/+6 |
| | |||||
* | promote shared functions up from Desktop to Profile so that Phone can use it too | Charles Kerr | 2013-08-05 | 1 | -28/+25 |
| | |||||
* | in phone and desktop, make 'action_state_for_root' private -- it's no longer ↵ | Charles Kerr | 2013-08-05 | 1 | -1/+1 |
| | | | | in the Profile superclass. | ||||
* | pass the SimpleActionGroup handle into the profile object so that ↵ | Charles Kerr | 2013-08-05 | 1 | -9/+10 |
| | | | | dynamically-added actions can get added/exported | ||||
* | fully implement the bluez/device backend. in the desktop profile, add ↵ | Charles Kerr | 2013-08-05 | 1 | -1/+1 |
| | | | | menuitems for the devices. | ||||
* | change the 'BluetoothMenu' superclass to 'Profile' | Charles Kerr | 2013-08-03 | 1 | -8/+6 |
| | |||||
* | add a bluetooth backend to track bluetooth being enabled, being hard/soft ↵ | Charles Kerr | 2013-08-01 | 1 | -1/+1 |
| | | | | blocked, and its devices. | ||||
* | add per-profile icons and initial menus w/settings section | Charles Kerr | 2013-08-01 | 1 | -0/+76 |