aboutsummaryrefslogtreecommitdiff
path: root/src/phone.vala
Commit message (Collapse)AuthorAgeFilesLines
* Replace code with libayatana-common functionsRobert Tari2021-08-281-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 Gabriel2021-02-031-1/+1
|
* src/*.vala: Follow-up fix for dd2f32e2 (fixing GPL-3 license texts in file ↵Mike Gabriel2020-10-301-2/+2
| | | | headers).
* src/*.vala: Fix license headers having been a mix of GPL and LGPL license ↵Mike Gabriel2020-10-301-2/+2
| | | | text fragments. Adapt to GPL-3, fully.
* Make dependency on liburl-dispatcher optional.Robert Tari2020-10-261-0/+8
|
* if /dev/rfkill doesn't exist or isn't writable, then try to handle bluetooth ↵Charles Kerr2013-10-111-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 Kerr2013-10-101-0/+1
| | | | hardware, used by ubuntu-system-settings
* Update settings URL to settings:///systemCharles Kerr2013-10-031-1/+1
|
* use url-dispatcher instead of invoking system-settings directly.Charles Kerr2013-09-251-1/+1
|
* Don't use deprecated GSimpleActionGroup APIs.Charles Kerr2013-08-221-1/+1
|
* create Profile.root_action in Profile's constructor.Charles Kerr2013-08-091-1/+1
|
* copyediting: fix lines that wrapCharles Kerr2013-08-061-2/+6
|
* promote shared functions up from Desktop to Profile so that Phone can use it tooCharles Kerr2013-08-051-28/+25
|
* in phone and desktop, make 'action_state_for_root' private -- it's no longer ↵Charles Kerr2013-08-051-1/+1
| | | | in the Profile superclass.
* pass the SimpleActionGroup handle into the profile object so that ↵Charles Kerr2013-08-051-9/+10
| | | | dynamically-added actions can get added/exported
* fully implement the bluez/device backend. in the desktop profile, add ↵Charles Kerr2013-08-051-1/+1
| | | | menuitems for the devices.
* change the 'BluetoothMenu' superclass to 'Profile'Charles Kerr2013-08-031-8/+6
|
* add a bluetooth backend to track bluetooth being enabled, being hard/soft ↵Charles Kerr2013-08-011-1/+1
| | | | blocked, and its devices.
* add per-profile icons and initial menus w/settings sectionCharles Kerr2013-08-011-0/+76