aboutsummaryrefslogtreecommitdiff
path: root/src/rotation-lock.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename indicator class and service source filesRobert Tari2023-10-091-757/+0
|
* src/rotation-lock.cpp: Save last geographic location and use that at startupRobert Tari2023-09-071-2/+6
|
* src/rotation-lock.cpp: Add theme profilesRobert Tari2023-09-061-16/+182
|
* src/rotation-lock.cpp: Use singular profile in menu labelRobert Tari2023-09-061-1/+1
|
* src/rotation-lock.cpp: Simplify code and keep updater callback runningRobert Tari2023-09-061-53/+32
|
* src/rotation-lock.cpp: Add brightness action, slider and handlersRobert Tari2023-03-081-3/+33
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/72
* src/rotation-lock.cpp: Replace gclue_simple_new_with_thresholds functionsRobert Tari2023-03-081-2/+2
|
* Skip geoclue calls during the rotation lock testRobert Tari2023-02-041-1/+6
|
* Implement adaptive colour temperature profilesRobert Tari2023-02-041-77/+232
|
* src/rotation-lock.cpp: make MenuItem QMenuModel-compatibleRatchanan Srirattanamet2022-12-151-2/+2
| | | | | | | In a similar way as [1], make the rotation lock MenuItem QMenuModel- compatible by specifying a target in it. [1] https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/40
* src/rotation-lock.cpp: Hide the rotation switch on desktopsRobert Tari2022-11-171-8/+11
|
* Add colour temperature changing functionalityRobert Tari2022-11-071-1/+106
|
* src/rotation-lock.cpp: Prefer a symbolic panel iconRobert Tari2022-11-071-1/+1
| | | | | | | | | | | | | This changes the icon search order from display, [no icon] to display-panel, display, [no icon]
* src/rotation-lock.cpp: Add display setting menu itemRobert Tari2022-10-041-1/+32
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/54
* 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