aboutsummaryrefslogtreecommitdiff
path: root/src/profile.vala
Commit message (Expand)AuthorAgeFilesLines
* src/profile.vala: Send all menu root properties to D-Bus on Lomiri regardless...Robert Tari2023-02-141-3/+3
* src/profile.vala: Add tooltip.Mike Gabriel2022-09-051-0/+1
* Hide bluetooth icon on hardware without bluetooth supportRobert Tari2022-08-011-2/+9
* src/*.vala: make the switch item & action QMenuModel compatibleRatchanan Srirattanamet2022-06-221-3/+6
* src/*.vala: Follow-up fix for dd2f32e2 (fixing GPL-3 license texts in file he...Mike Gabriel2020-10-301-2/+2
* src/*.vala: Fix license headers having been a mix of GPL and LGPL license tex...Mike Gabriel2020-10-301-2/+2
* src/*: Switch to new activate state connect approach, rathern than using noti...Robert Tari2020-10-261-6/+3
* src/*: Scope and white-space fixes.Robert Tari2020-10-261-0/+1
* Switch over from Ubuntu System Indicator to Ayatana System Indicator.Robert Tari2020-10-251-4/+4
* mark the 'Bluetooth' menuitem for translationCharles Kerr2013-12-061-1/+1
* support header icon states as per the spec -- different icons for disabled, e...Charles Kerr2013-12-061-3/+9
* don't leak implicitly-created GVariantsCharles Kerr2013-10-241-5/+5
* if /dev/rfkill doesn't exist or isn't writable, then try to handle bluetooth ...Charles Kerr2013-10-111-8/+5
* add an action whose state shows whether or not bluetooth is supported by the ...Charles Kerr2013-10-101-0/+12
* use the change-state signal to handle bluetooth-enabled change requests. h/t ...Charles Kerr2013-09-231-3/+3
* add a title to the header's action stateCharles Kerr2013-09-111-0/+1
* create Profile.root_action in Profile's constructor.Charles Kerr2013-08-091-16/+6
* on shutdown, unexport the menus and unown the bus nameCharles Kerr2013-08-091-2/+13
* copyediting: whitespace, type inferenceCharles Kerr2013-08-061-3/+3
* copyediting: fix lines that wrapCharles Kerr2013-08-061-7/+24
* copyediting: don't use 'this.' when it's not neededCharles Kerr2013-08-061-2/+2
* promote shared functions up from Desktop to Profile so that Phone can use it tooCharles Kerr2013-08-051-8/+97
* pass the SimpleActionGroup handle into the profile object so that dynamically...Charles Kerr2013-08-051-2/+0
* fully implement the bluez/device backend. in the desktop profile, add menuite...Charles Kerr2013-08-051-2/+2
* change the 'BluetoothMenu' superclass to 'Profile'Charles Kerr2013-08-031-0/+54