aboutsummaryrefslogtreecommitdiff
path: root/src/service.vala
Commit message (Collapse)AuthorAgeFilesLines
* on shutdown, unexport the menus and unown the bus nameCharles Kerr2013-08-091-14/+36
|
* copyediting: whitespace, type inferenceCharles Kerr2013-08-061-1/+1
|
* add some extra commentsCharles Kerr2013-08-061-0/+4
|
* copyediting: don't use 'this.' when it's not neededCharles Kerr2013-08-061-8/+8
|
* copyediting: fix indentation in Service, fix copyright & author comments in ↵Charles Kerr2013-08-051-56/+66
| | | | bluez, service, main
* pass the SimpleActionGroup handle into the profile object so that ↵Charles Kerr2013-08-051-7/+5
| | | | dynamically-added actions can get added/exported
* fully implement the bluez/device backend. in the desktop profile, add ↵Charles Kerr2013-08-051-409/+12
| | | | menuitems for the devices.
* change the 'BluetoothMenu' superclass to 'Profile'Charles Kerr2013-08-031-11/+9
|
* add a bluetooth backend to track bluetooth being enabled, being hard/soft ↵Charles Kerr2013-08-011-9/+12
| | | | blocked, and its devices.
* add per-profile icons and initial menus w/settings sectionCharles Kerr2013-08-011-0/+470