aboutsummaryrefslogtreecommitdiff
path: root/src/main.vala
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* src/*: Scope and white-space fixes.Robert Tari2020-10-261-1/+1
|
* Switch from GNOMELOCALEDIR to LOCALEDIR variable name.Robert Tari2020-10-261-1/+1
|
* omit the rfkill killswitch altogether, leaving on/off to bluez via ↵Charles Kerr2013-10-141-1/+1
| | | | org.bluez.Adapter's Powered property
* main() should return service.run()Charles Kerr2013-08-051-3/+1
|
* copyediting: fix indentation in Service, fix copyright & author comments in ↵Charles Kerr2013-08-051-2/+19
| | | | bluez, service, main
* fully implement the bluez/device backend. in the desktop profile, add ↵Charles Kerr2013-08-051-1/+1
| | | | menuitems for the devices.
* tweak startup commentsCharles Kerr2013-08-031-1/+4
|
* improve documentation on Killswitch, Bluetooth, and BluezCharles Kerr2013-08-011-1/+1
|
* add a bluetooth backend to track bluetooth being enabled, being hard/soft ↵Charles Kerr2013-08-011-1/+3
| | | | blocked, and its devices.
* add per-profile icons and initial menus w/settings sectionCharles Kerr2013-08-011-15/+2
|
* add main() to its own fileCharles Kerr2013-07-311-0/+27