aboutsummaryrefslogtreecommitdiff
path: root/src/rotation-lock.cpp
Commit message (Collapse)AuthorAgeFilesLines
* src/rotation-lock.cpp: Add tooltip, rename indicator title from 'Rotation' ↵Mike Gabriel2022-07-221-1/+3
| | | | to 'Display' on desktops.
* GSettings: Use org.ayatana.display.gschema.xml for non-Lomiri sessions and ↵Mike Gabriel2021-11-191-8/+17
| | | | | | | | unit tests. Additionally, internationalize the org.ayatana.display GSettings schema. Fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/39
* Drop HAS_LOMIRI_TOUCH_SCHEMA, use native schema insteadRobert Tari2021-11-011-8/+32
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/8
* Rename com.ubuntu.touch.system to com.lomiri.touch.systemRobert Tari2021-11-011-2/+2
|
* Fix schema pathRobert Tari2021-08-131-1/+1
|
* Revert "Fix schema path"Mike Gabriel2021-08-131-1/+1
| | | | This reverts commit fb3029c0a3121b83f1bca05006e5f95512c709e2.
* Fix schema pathRobert Tari2021-08-131-1/+1
|
* Fix failing buildRobert Tari2021-08-121-15/+0
| | | | | | | | - src/rotation-lock.cpp: Fix double declaration of create_desktop_menu - tests/CMakeLists.txt: Add uninitDerivedMemberVar and unmatchedSuppression suppressions to cppcheck - tests/unit/rotation-lock-test.cpp: Fix and expand test fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/24
* Fix rotation lock switch displayRobert Tari2021-08-101-2/+25
| | | | | | | | - src/rotation-lock.cpp: Add missing rotation lock section to menu Fix wrong action parameter type - src/rotation-lock.cpp: Add missing GVariantType to g_simple_action_new_stateful
* Create desktop profileRobert Tari2021-08-101-3/+46
| | | | | | | - data/org.ayatana.indicator.rotation_lock: Add desktop profile - src/rotation-lock.cpp: Create separate functions and icon for Desktop - CMakeLists.txt: Add libayatana-common dependency - src/main.cpp: Run the ADBD handler on Lomiri only
* Replace x-canonical attributesRobert Tari2020-08-111-3/+3
|
* Fork from Ubuntus' indicator-display project.Mike Gabriel2017-11-281-1/+5
|
* fix RotationLock shutdown issue that messed with getting clean test runsCharles Kerr2016-03-041-0/+1
|
* use the same action-state-to-variant mapping as in the rtm-14.09 branchCharles Kerr2015-02-281-1/+1
|
* Use com.ubuntu.touch.system's "rotation-lock" boolean for the rotation lock ↵Charles Kerr2014-10-091-19/+10
|\ | | | | | | | | | | indicator. Fixes: 1378078 Approved by: Ted Gould, PS Jenkins bot
| * fix the settings-to-action-state mappingsCharles Kerr2014-10-061-18/+11
| |
| * replace 'orientation-lock' enum with 'rotation-lock' boolCharles Kerr2014-10-061-13/+11
| |
* | change header title from 'Rotation lock' to 'Rotation' as per I:RTMUFCharles Kerr2014-10-031-1/+1
|/
* add rotation lock indicatorCharles Kerr2014-08-201-0/+178
|
* initial pass at 'hello world' src + poCharles Kerr2014-08-191-0/+19