aboutsummaryrefslogtreecommitdiff
path: root/src/phone.vala
Commit message (Collapse)AuthorAgeFilesLines
* 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