Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/rotation-lock.cpp: Hide the rotation switch on desktops | Robert Tari | 2022-11-17 | 1 | -8/+11 |
| | |||||
* | Add colour temperature changing functionality | Robert Tari | 2022-11-07 | 1 | -1/+106 |
| | |||||
* | src/rotation-lock.cpp: Prefer a symbolic panel icon | Robert Tari | 2022-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | This changes the icon search order from display, [no icon] to display-panel, display, [no icon] | ||||
* | src/exporter.cpp: Add missing tooltip to header | Robert Tari | 2022-10-09 | 1 | -0/+3 |
| | |||||
* | src/rotation-lock.cpp: Add display setting menu item | Robert Tari | 2022-10-04 | 1 | -1/+32 |
| | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/54 | ||||
* | Fix failing cppcheck | Robert Tari | 2022-10-02 | 1 | -1/+3 |
| | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/58 | ||||
* | src/rotation-lock.cpp: Add tooltip, rename indicator title from 'Rotation' ↵ | Mike Gabriel | 2022-07-22 | 2 | -1/+4 |
| | | | | to 'Display' on desktops. | ||||
* | src/adbd-client.cpp: Fix cppcheck | Jami Kettunen | 2022-07-05 | 1 | -5/+5 |
| | | | | | | | | cppcheck test was failing both locally for me and on CI: .../src/adbd-client.cpp:128:80: style: C-style pointer casting [cstyleCast] g_debug("%s thread %p creating a client socket to '%s'", G_STRLOC, (void*)g_thread_self(), socket_path.c_str()); ^ | ||||
* | Drop pkglibexecdir and use native CMake file configuration | Robert Tari | 2022-02-16 | 1 | -1/+1 |
| | |||||
* | GSettings: Use org.ayatana.display.gschema.xml for non-Lomiri sessions and ↵ | Mike Gabriel | 2021-11-19 | 1 | -8/+17 |
| | | | | | | | | unit tests. Additionally, internationalize the org.ayatana.display GSettings schema. Fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/39 | ||||
* | Rename Lomiri-specific properties to x-lomiri | Robert Tari | 2021-11-09 | 1 | -3/+3 |
| | |||||
* | Drop HAS_LOMIRI_TOUCH_SCHEMA, use native schema instead | Robert Tari | 2021-11-01 | 2 | -12/+32 |
| | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/8 | ||||
* | Rename com.ubuntu.touch.system to com.lomiri.touch.system | Robert Tari | 2021-11-01 | 2 | -4/+4 |
| | |||||
* | Raname x-canonical properties to x-ayatana | Robert Tari | 2021-10-27 | 1 | -3/+3 |
| | |||||
* | Fix schema path | Robert Tari | 2021-08-13 | 1 | -1/+1 |
| | |||||
* | Check for ADBD socket before creating UsbManager | Robert Tari | 2021-08-13 | 1 | -7/+25 |
| | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/13 | ||||
* | Revert "Fix schema path" | Mike Gabriel | 2021-08-13 | 1 | -1/+1 |
| | | | | This reverts commit fb3029c0a3121b83f1bca05006e5f95512c709e2. | ||||
* | Fix schema path | Robert Tari | 2021-08-13 | 1 | -1/+1 |
| | |||||
* | Fix failing build | Robert Tari | 2021-08-12 | 1 | -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 display | Robert Tari | 2021-08-10 | 1 | -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 profile | Robert Tari | 2021-08-10 | 2 | -10/+61 |
| | | | | | | | - 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 | ||||
* | cppcheck: Add several missing override statements to make cppcheck happy ↵ | Mike Gabriel | 2021-08-04 | 2 | -6/+6 |
| | | | | (which is one of our unit tests). | ||||
* | src/adbd-client.cpp: Fix several type warnings in g_debug calls() by casting ↵ | Mike Gabriel | 2021-08-04 | 1 | -5/+5 |
| | | | | to (void*). | ||||
* | Replace x-canonical attributes | Robert Tari | 2020-08-11 | 2 | -6/+6 |
| | |||||
* | Rename GNOMELOCALEDIR -> LOCALEDIR. | Mike Gabriel | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | Fork from Ubuntus' indicator-display project. | Mike Gabriel | 2017-11-28 | 7 | -32/+37 |
| | |||||
* | add block braces as suggested by dobey | Charles Kerr | 2016-10-21 | 3 | -9/+17 |
| | |||||
* | remove dead code | Charles Kerr | 2016-10-19 | 1 | -2/+0 |
| | |||||
* | remove the temporary tracers from r34 and r35 | Charles Kerr | 2016-10-19 | 3 | -113/+1 |
| | |||||
* | use a std::atomic for adbd-client's m_pkresponse_ready | Charles Kerr | 2016-09-22 | 1 | -1/+2 |
| | |||||
* | fix tyop | Charles Kerr | 2016-09-22 | 2 | -14/+4 |
| | |||||
* | sync with lp:~charlesk/indicator-display/lp-1572545-prompt-in-lockscreen | Charles Kerr | 2016-09-22 | 4 | -138/+185 |
|\ | |||||
| * | always send a response to adb even in edge cases; e.g. send an auto-NO if ↵ | Charles Kerr | 2016-05-03 | 1 | -45/+47 |
| | | | | | | | | the usb connection is broken while the prompt is up | ||||
| * | don't clear the snap decision when the greeter changes state | Charles Kerr | 2016-04-29 | 1 | -1/+0 |
| | | |||||
| * | fix two trivial 'unused parameter' warnings in glib callbacks | Charles Kerr | 2016-04-27 | 1 | -2/+2 |
| | | |||||
| * | remove the temporary tracers | Charles Kerr | 2016-04-27 | 3 | -19/+1 |
| | | |||||
| * | choosing an action in the snap decision closes the notification, so when ↵ | Charles Kerr | 2016-04-27 | 1 | -1/+3 |
| | | | | | | | | that happens clear our notification_id s.t. our dtor doesn't try to remove a notification that no longer exists | ||||
| * | add tracers for the notification warning | Charles Kerr | 2016-04-27 | 2 | -2/+15 |
| | | |||||
| * | add tracer log messages | Charles Kerr | 2016-04-25 | 3 | -9/+25 |
| | | |||||
| * | don't prompt when the greeter's not running yet: change greeter's payload ↵ | Charles Kerr | 2016-04-22 | 3 | -15/+23 |
| | | | | | | | | from an 'is_active' bool to a three-value state of active, inactive, and unavailable | ||||
| * | code cleanup to prepare for MR | Charles Kerr | 2016-04-21 | 2 | -10/+7 |
| | | |||||
| * | don't pass a GDBusConnection to the Greeter ctor | Charles Kerr | 2016-04-21 | 3 | -55/+70 |
| | | |||||
| * | remove tracers | Charles Kerr | 2016-04-20 | 2 | -10/+1 |
| | | |||||
| * | watch for the Greeter to appear on the bus | Charles Kerr | 2016-04-20 | 3 | -64/+96 |
| | | |||||
| * | more tracers | Charles Kerr | 2016-04-20 | 1 | -0/+4 |
| | | |||||
| * | debug tracers | Charles Kerr | 2016-04-20 | 2 | -1/+9 |
| | | |||||
* | | keep piling 'em on | Charles Kerr | 2016-09-22 | 1 | -0/+2 |
| | | |||||
* | | tweak the debug tracers | Charles Kerr | 2016-09-22 | 3 | -136/+136 |
| | | |||||
* | | The notifying thread does not need to hold the lock on the same mutex as the ↵ | Charles Kerr | 2016-09-22 | 1 | -1/+1 |
| | | | | | | | | one held by the waiting thread(s); in fact doing so is a pessimization. | ||||
* | | fix r25 copypaste error, lock on the correct mutex | Charles Kerr | 2016-09-22 | 1 | -1/+1 |
| | |