aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Drop pkglibexecdir and use native CMake file configurationRobert Tari2022-02-161-1/+1
* GSettings: Use org.ayatana.display.gschema.xml for non-Lomiri sessions and un...Mike Gabriel2021-11-191-8/+17
* Rename Lomiri-specific properties to x-lomiriRobert Tari2021-11-091-3/+3
* Drop HAS_LOMIRI_TOUCH_SCHEMA, use native schema insteadRobert Tari2021-11-012-12/+32
* Rename com.ubuntu.touch.system to com.lomiri.touch.systemRobert Tari2021-11-012-4/+4
* Raname x-canonical properties to x-ayatanaRobert Tari2021-10-271-3/+3
* Fix schema pathRobert Tari2021-08-131-1/+1
* Check for ADBD socket before creating UsbManagerRobert Tari2021-08-131-7/+25
* Revert "Fix schema path"Mike Gabriel2021-08-131-1/+1
* Fix schema pathRobert Tari2021-08-131-1/+1
* Fix failing buildRobert Tari2021-08-121-15/+0
* Fix rotation lock switch displayRobert Tari2021-08-101-2/+25
* Create desktop profileRobert Tari2021-08-102-10/+61
* cppcheck: Add several missing override statements to make cppcheck happy (whi...Mike Gabriel2021-08-042-6/+6
* src/adbd-client.cpp: Fix several type warnings in g_debug calls() by casting ...Mike Gabriel2021-08-041-5/+5
* Replace x-canonical attributesRobert Tari2020-08-112-6/+6
* Rename GNOMELOCALEDIR -> LOCALEDIR.Mike Gabriel2017-12-061-1/+1
* Fork from Ubuntus' indicator-display project.Mike Gabriel2017-11-287-32/+37
* add block braces as suggested by dobeyCharles Kerr2016-10-213-9/+17
* remove dead codeCharles Kerr2016-10-191-2/+0
* remove the temporary tracers from r34 and r35Charles Kerr2016-10-193-113/+1
* use a std::atomic for adbd-client's m_pkresponse_readyCharles Kerr2016-09-221-1/+2
* fix tyopCharles Kerr2016-09-222-14/+4
* sync with lp:~charlesk/indicator-display/lp-1572545-prompt-in-lockscreenCharles Kerr2016-09-224-138/+185
|\
| * always send a response to adb even in edge cases; e.g. send an auto-NO if the...Charles Kerr2016-05-031-45/+47
| * don't clear the snap decision when the greeter changes stateCharles Kerr2016-04-291-1/+0
| * fix two trivial 'unused parameter' warnings in glib callbacksCharles Kerr2016-04-271-2/+2
| * remove the temporary tracersCharles Kerr2016-04-273-19/+1
| * choosing an action in the snap decision closes the notification, so when that...Charles Kerr2016-04-271-1/+3
| * add tracers for the notification warningCharles Kerr2016-04-272-2/+15
| * add tracer log messagesCharles Kerr2016-04-253-9/+25
| * don't prompt when the greeter's not running yet: change greeter's payload fro...Charles Kerr2016-04-223-15/+23
| * code cleanup to prepare for MRCharles Kerr2016-04-212-10/+7
| * don't pass a GDBusConnection to the Greeter ctorCharles Kerr2016-04-213-55/+70
| * remove tracersCharles Kerr2016-04-202-10/+1
| * watch for the Greeter to appear on the busCharles Kerr2016-04-203-64/+96
| * more tracersCharles Kerr2016-04-201-0/+4
| * debug tracersCharles Kerr2016-04-202-1/+9
* | keep piling 'em onCharles Kerr2016-09-221-0/+2
* | tweak the debug tracersCharles Kerr2016-09-223-136/+136
* | The notifying thread does not need to hold the lock on the same mutex as the ...Charles Kerr2016-09-221-1/+1
* | fix r25 copypaste error, lock on the correct mutexCharles Kerr2016-09-221-1/+1
* | GAdbdClient::Impl::on_public_key_response() doesn't need a condition variable...Charles Kerr2016-09-222-6/+8
* | add a plethora of log statements to help figure out what's causing the silo t...Charles Kerr2016-09-222-0/+135
* | adbd-client's std::condition_variable::wait() call seems to be the system_err...Charles Kerr2016-09-212-7/+12
* | in adbd-client's dtor, check the worker thread's joinable() state before call...Charles Kerr2016-09-211-2/+7
* | in PKIdleData, take the std::string argument as a const& to make cppcheck hap...Charles Kerr2016-09-211-1/+1
|/
* add tracer g_debug() calls for the benefit of the integration testsCharles Kerr2016-03-241-1/+4
* fix UsbManager dtor issue found by valgrindCharles Kerr2016-03-231-1/+11
* fix missing field initialization compiler warningCharles Kerr2016-03-231-1/+1