aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* keep the adbd socket open even when the lockscreen is closed. hold the pkrequ...Charles Kerr2016-03-231-17/+27
* replace text 'Deny' with 'Don't Allow' for consistency with other permission ...Charles Kerr2016-03-231-1/+1
* add tests for not showing snap decisions in greeter modeCharles Kerr2016-03-221-32/+16
* don't show the snap decision until we're out of the greeterCharles Kerr2016-03-223-23/+59
* fix typoCharles Kerr2016-03-221-2/+2
* get greeter's IsActive property workingCharles Kerr2016-03-213-21/+73
* add Greeter skeletonCharles Kerr2016-03-214-0/+178
* in UsbManager, reset AdbdClient on usb disconnectCharles Kerr2016-03-212-19/+26
* if our USB device is disconnected while prompting the user for ADBD, cancel t...Charles Kerr2016-03-218-22/+192
* turn off verbose debuggingCharles Kerr2016-03-182-6/+3
* add some extra debug statements to usb-manager.cpp to track user response and...Charles Kerr2016-03-181-1/+4
* fix warning messageCharles Kerr2016-03-171-1/+1
* de-dupe use of dbus namesCharles Kerr2016-03-172-19/+57
* tweak class description commentsCharles Kerr2016-03-162-0/+6
* in usb-manager.cpp, remove the remember_choice workaround since is already wo...Charles Kerr2016-03-161-4/+3
* use cmake-extras' EnableCoverageReport instead of home-rolled rulesCharles Kerr2016-03-161-2/+0
* use cmake's find_package(Threads) output everywhere instead of just in src/Charles Kerr2016-03-151-7/+1