Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | data/: Rename org.ayatana.display.gschema.xml.in to ↵ | Mike Gabriel | 2022-09-08 | 1 | -2/+2 |
| | | | | org.ayatana.indicator.display.gschema.xml. Fix and simplify translations of .gschema.xml strings with it. | ||||
* | tests/unit: fix cmake custom command race condition | Ratchanan Srirattanamet | 2022-03-07 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | CMake's documentation says [1]: > Do not list the output in more than one independent target that may > build in parallel or the two instances of the rule may conflict > (instead use the add_custom_target() command to drive the command and > make the other targets depend on that one). Because gschemas.compiled will be referenced multiple times independently, a level of redirection is needed to prevent CMake from generating the rule for the file multiple times. This is encountered in ayatana-indicator-power as well, and fixed in a similar way [2]. [1] https://cmake.org/cmake/help/latest/command/add_custom_command.html#generating-files [2] https://github.com/AyatanaIndicators/ayatana-indicator-power/commit/9a90f932e51db486b166dd38f00e4186e40a1aee | ||||
* | GSettings: Use org.ayatana.display.gschema.xml for non-Lomiri sessions and ↵ | Mike Gabriel | 2021-11-19 | 1 | -5/+2 |
| | | | | | | | | 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 |
| | |||||
* | Rename com.ubuntu.touch.system to com.lomiri.touch.system | Robert Tari | 2021-11-01 | 1 | -2/+2 |
| | |||||
* | Raname x-canonical properties to x-ayatana | Robert Tari | 2021-10-27 | 1 | -3/+3 |
| | |||||
* | Fix failing build | Robert Tari | 2021-08-12 | 1 | -1/+4 |
| | | | | | | | | - 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 | ||||
* | Use -no-pie build flag for tests only | Robert Tari | 2021-08-10 | 1 | -0/+2 |
| | |||||
* | tests/unit/adbd-client-test.cpp: white-space fix | Mike Gabriel | 2021-08-04 | 1 | -1/+1 |
| | |||||
* | cppcheck: Add several missing override statements to make cppcheck happy ↵ | Mike Gabriel | 2021-08-04 | 2 | -3/+3 |
| | | | | (which is one of our unit tests). | ||||
* | Fork from Ubuntus' indicator-display project. | Mike Gabriel | 2017-11-28 | 2 | -8/+36 |
| | |||||
* | Make coverage reporting work. | Rodney Dawes | 2017-02-07 | 1 | -0/+7 |
| | |||||
* | remove the temporary tracers from r34 and r35 | Charles Kerr | 2016-10-19 | 1 | -8/+0 |
| | |||||
* | sync with lp:~charlesk/indicator-display/lp-1572545-prompt-in-lockscreen | Charles Kerr | 2016-09-22 | 3 | -9/+167 |
|\ | |||||
| * | sync tests to r33 changes | Charles Kerr | 2016-04-27 | 1 | -8/+3 |
| | | |||||
| * | don't prompt when the greeter's not running yet: change greeter's payload ↵ | Charles Kerr | 2016-04-22 | 1 | -12/+17 |
| | | | | | | | | from an 'is_active' bool to a three-value state of active, inactive, and unavailable | ||||
| * | tell glib not to exit when the gdbusconnection is closed | Charles Kerr | 2016-04-21 | 1 | -0/+13 |
| | | |||||
| * | code cleanup to prepare for MR | Charles Kerr | 2016-04-21 | 1 | -25/+15 |
| | | |||||
| * | don't pass a GDBusConnection to the Greeter ctor | Charles Kerr | 2016-04-21 | 1 | -5/+5 |
| | | |||||
| * | add unit tests for greeter | Charles Kerr | 2016-04-20 | 2 | -0/+156 |
| | | |||||
* | | more g_debug() tracers | Charles Kerr | 2016-09-22 | 1 | -5/+8 |
| | | |||||
* | | in UsbSnapTest, explicitly disconnect the core::Signals at the end of the test | Charles Kerr | 2016-09-22 | 1 | -1/+2 |
| | | |||||
* | | in AdbdClientTest, raise the test timeout interval from 2s to 5s | Charles Kerr | 2016-09-22 | 1 | -1/+1 |
| | | |||||
* | | in AdbdClientDest, explicitly disconnect the core::Signals at the end of the ↵ | Charles Kerr | 2016-09-22 | 1 | -1/+2 |
| | | | | | | | | test | ||||
* | | more g_debug() tracers | Charles Kerr | 2016-09-22 | 1 | -0/+5 |
|/ | |||||
* | replace text 'Deny' with 'Don't Allow' for consistency with other permission ↵ | Charles Kerr | 2016-03-23 | 1 | -1/+1 |
| | | | | prompts | ||||
* | if our USB device is disconnected while prompting the user for ADBD, cancel ↵ | Charles Kerr | 2016-03-21 | 1 | -1/+0 |
| | | | | the prompt. | ||||
* | introduce a QtFixture gtest base class to reduce redundancy in test ↵ | Charles Kerr | 2016-03-17 | 2 | -30/+6 |
| | | | | fixtures' helper/util code | ||||
* | de-dupe use of dbus names | Charles Kerr | 2016-03-17 | 1 | -6/+7 |
| | |||||
* | add tests/utils/qdbus-helpers.h so that we only define qDBusArgumentToMap() ↵ | Charles Kerr | 2016-03-17 | 1 | -14/+1 |
| | | | | in one place | ||||
* | use cmake's find_package(Threads) output everywhere instead of just in src/ | Charles Kerr | 2016-03-15 | 1 | -2/+2 |
| | |||||
* | oops, last commit's diagnosis was incorrect. The timing test issue came from ↵ | Charles Kerr | 2016-03-15 | 1 | -1/+1 |
| | | | | async dbus handling interfering with fast setup/teardown of automated tests. Revert the last change and fix by setting up the dbus signal subscription immediately upon getting the dbus connection. | ||||
* | fix test timing issue, had max timeout at 1 sec for listening for fdo ↵ | Charles Kerr | 2016-03-15 | 1 | -1/+1 |
| | | | | notification user response, but the tests on the phone are sometimes too slow for that timeout | ||||
* | in tests/unit/adbd-client-test.cpp, fix tmpl character buffer intialization ↵ | Charles Kerr | 2016-03-15 | 1 | -4/+2 |
| | | | | for g++ 4.9x | ||||
* | add new CMakeLists.txt files in tests/utils/ and tests/unit/ | Charles Kerr | 2016-03-15 | 1 | -0/+34 |
| | |||||
* | add UsbManager | Charles Kerr | 2016-03-10 | 2 | -48/+12 |
| | |||||
* | cmake and test directory cleanup | Charles Kerr | 2016-03-10 | 3 | -0/+374 |