aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | in AdbdClientDest, explicitly disconnect the core::Signals at the end of the ...Charles Kerr2016-09-221-1/+2
| * | more g_debug() tracersCharles Kerr2016-09-221-0/+5
| * | 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
| * | same as trunkCharles Kerr2016-09-210-0/+0
| |/
* | Adding a systemd user session unitTed Gould2016-10-214-0/+44
|\ \ | |/ |/|
| * Adding a restart ruleTed Gould2016-07-201-0/+1
| * Vivid is amazingTed Gould2016-07-191-1/+3
| * Adding a systemd user session unitTed Gould2016-07-194-0/+41
|/
* Releasing 0.1+16.04.20160324.1-0ubuntu10.1+16.04.20160324.1-0ubuntu1CI Train Bot2016-03-241-0/+8
* When a new device appears to ADB, prompt the user whether or not to allow the...Charles Kerr2016-03-2440-377/+2682
|\
| * add tracer g_debug() calls for the benefit of the integration testsCharles Kerr2016-03-242-2/+5
| * 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-233-3/+3
| * add tests for not showing snap decisions in greeter modeCharles Kerr2016-03-223-39/+51
| * don't show the snap decision until we're out of the greeterCharles Kerr2016-03-224-23/+91
| * add multiple usb requests + disconnects to confirm the notification appears o...Charles Kerr2016-03-221-25/+32
| * in the mock ADB server, keep making a request until a response is received.Charles Kerr2016-03-221-2/+4
| * make wait_for_signals() a macro again so that the GTest log messages will giv...Charles Kerr2016-03-221-10/+10
| * 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-2115-48/+284
| * 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
| * re-add .bzr-builddeb, which got removed by accidentCharles Kerr2016-03-171-0/+2
| * sync with trunkCharles Kerr2016-03-170-0/+0
| |\ | |/ |/|
* | merge https://launchpadlibrarian.net/213229083/indicator-display_0.1+15.10.20...Charles Kerr2016-03-172-1/+8
| * fix warning messageCharles Kerr2016-03-171-1/+1
| * sync with lp:~ubuntu-branches/ubuntu/wily/indicator-display/wily/ to pick up ...Charles Kerr2016-03-173-3/+8
| * introduce a QtFixture gtest base class to reduce redundancy in test fixtures'...Charles Kerr2016-03-174-56/+69
| * de-dupe use of dbus namesCharles Kerr2016-03-175-36/+71
| * add tests/utils/qdbus-helpers.h so that we only define qDBusArgumentToMap() i...Charles Kerr2016-03-173-29/+24
| * 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
| * in POTFILES.in, fix copy-paste typoCharles Kerr2016-03-161-1/+0
| * use cmake-extras' EnableCoverageReport instead of home-rolled rulesCharles Kerr2016-03-164-92/+3
| * Remove the minimum version of 0.4 for libqtdbusmock1-dev, it's causing a fail...Charles Kerr2016-03-151-1/+1
| * use cmake's find_package(Threads) output everywhere instead of just in src/Charles Kerr2016-03-154-10/+12
| * listen on /dev/socket/adbd, not /dev/socket/adbCharles Kerr2016-03-151-1/+1
| * oops, last commit's diagnosis was incorrect. The timing test issue came from ...Charles Kerr2016-03-152-12/+12
| * fix test timing issue, had max timeout at 1 sec for listening for fdo notific...Charles Kerr2016-03-151-1/+1