| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | in usb-manager.cpp, remove the remember_choice workaround since is already wo... | Charles Kerr | 2016-03-16 | 1 | -4/+3 |
| * | in POTFILES.in, fix copy-paste typo | Charles Kerr | 2016-03-16 | 1 | -1/+0 |
| * | use cmake-extras' EnableCoverageReport instead of home-rolled rules | Charles Kerr | 2016-03-16 | 4 | -92/+3 |
| * | Remove the minimum version of 0.4 for libqtdbusmock1-dev, it's causing a fail... | Charles Kerr | 2016-03-15 | 1 | -1/+1 |
| * | use cmake's find_package(Threads) output everywhere instead of just in src/ | Charles Kerr | 2016-03-15 | 4 | -10/+12 |
| * | listen on /dev/socket/adbd, not /dev/socket/adb | Charles Kerr | 2016-03-15 | 1 | -1/+1 |
| * | oops, last commit's diagnosis was incorrect. The timing test issue came from ... | Charles Kerr | 2016-03-15 | 2 | -12/+12 |
| * | fix test timing issue, had max timeout at 1 sec for listening for fdo notific... | Charles Kerr | 2016-03-15 | 1 | -1/+1 |
| * | add some debug stubs | Charles Kerr | 2016-03-15 | 2 | -2/+7 |
| * | in tests/unit/adbd-client-test.cpp, fix tmpl character buffer intialization f... | Charles Kerr | 2016-03-15 | 1 | -4/+2 |
| * | cmake's Thread::Thread import doesn't exist in vivid's version of cmake (3.0.... | Charles Kerr | 2016-03-15 | 1 | -1/+7 |
| * | tweak a couple of 'auto' declarations that g++ 5.3.1 understands but 4.9.2 on... | Charles Kerr | 2016-03-15 | 1 | -2/+2 |
| * | add new CMakeLists.txt files in tests/utils/ and tests/unit/ | Charles Kerr | 2016-03-15 | 2 | -0/+51 |
| * | clean up compile_options and warnings. Add DBUS debug log messages to ctest e... | Charles Kerr | 2016-03-11 | 4 | -16/+25 |
| * | add UsbManager | Charles Kerr | 2016-03-10 | 10 | -58/+416 |
| * | cmake and test directory cleanup | Charles Kerr | 2016-03-10 | 11 | -108/+149 |
| * | add src/usb-snap.cpp to POTFILES.in | Charles Kerr | 2016-03-10 | 1 | -0/+2 |
| * | add human-readable fingerprint extraction from the adb public keys | Charles Kerr | 2016-03-09 | 4 | -3/+43 |
| * | add fingerprint snap decisions; test with notification dbusmock | Charles Kerr | 2016-03-08 | 9 | -38/+611 |
| * | add out-of-line virtual method definitions to Indicator to silence clang++ wa... | Charles Kerr | 2016-03-08 | 3 | -8/+46 |
| * | add test to confirm on_pk() signal is fired in the main thread rather than th... | Charles Kerr | 2016-03-07 | 1 | -6/+9 |
| * | add ADB server/client + tests | Charles Kerr | 2016-03-06 | 9 | -12/+686 |
| * | cosmetic: use -test as the suffix for test files | Charles Kerr | 2016-03-04 | 2 | -1/+1 |
| * | fix RotationLock shutdown issue that messed with getting clean test runs | Charles Kerr | 2016-03-04 | 1 | -0/+1 |
| * | update glib/dbus test fixtures from indicator-datetime/15.10 branch | Charles Kerr | 2016-03-04 | 4 | -83/+44 |
|/ |
|
* | Releasing 0.1+15.10.20150727-0ubuntu10.1+15.10.20150727-0ubuntu1 | CI Train Bot | 2015-07-27 | 1 | -0/+10 |
* | drop build-dependency on g++-4.9 Fixes: #1452323 | Charles Kerr | 2015-07-27 | 3 | -8/+1 |
|\ |
|
| * | fix explicit ctor warning from cppcheck to get tests passing | Charles Kerr | 2015-07-15 | 1 | -1/+1 |
| * | drop build-dependency on g++-4.9 | Charles Kerr | 2015-07-15 | 2 | -7/+0 |
|/ |
|
* | Releasing 0.1+15.04.20150302-0ubuntu10.1+15.04.20150302-0ubuntu1 | CI Train Bot | 2015-03-02 | 1 | -0/+7 |
* | Fix action-state-to-variant mapping Fixes: #1410915 | Charles Kerr | 2015-03-02 | 1 | -1/+1 |
|\ |
|
| * | use the same action-state-to-variant mapping as in the rtm-14.09 branch | Charles Kerr | 2015-02-28 | 1 | -1/+1 |
|/ |
|
* | Releasing 0.1+15.04.20141103-0ubuntu10.1+15.04.20141103-0ubuntu1 | CI bot | 2014-11-03 | 1 | -0/+7 |
* | Small typo in integration test plan | Ted Gould | 2014-11-03 | 1 | -1/+1 |
|\ |
|
| * | Small typo in integration test plan | Ted Gould | 2014-10-10 | 1 | -1/+1 |
|/ |
|
* | Releasing 0.1+14.10.20141009-0ubuntu10.1+14.10.20141009-0ubuntu1 | CI bot | 2014-10-09 | 1 | -0/+8 |
* | Use com.ubuntu.touch.system's "rotation-lock" boolean for the rotation lock i... | Charles Kerr | 2014-10-09 | 7 | -31/+40 |
|\ |
|
| * | don't use 'auto tmp = ...' when tmp is going to be passed to g_free() | Charles Kerr | 2014-10-06 | 2 | -2/+2 |
| * | make a debugging message go through g_debug() instead of g_message() | Charles Kerr | 2014-10-06 | 1 | -1/+1 |
| * | fix the settings-to-action-state mappings | Charles Kerr | 2014-10-06 | 1 | -18/+11 |
| * | report unexpected g_log() calls via g_print() instead of g_log() :D | Charles Kerr | 2014-10-06 | 1 | -1/+1 |
| * | fix oops | Charles Kerr | 2014-10-06 | 1 | -1/+1 |
| * | fix warnings reported by flint++ -- explicit ctors, classes with virtual meth... | Charles Kerr | 2014-10-06 | 4 | -3/+23 |
| * | replace 'orientation-lock' enum with 'rotation-lock' bool | Charles Kerr | 2014-10-06 | 2 | -18/+14 |
* | | Releasing 0.1+14.10.20141007-0ubuntu10.1+14.10.20141007-0ubuntu1 | CI bot | 2014-10-07 | 1 | -0/+8 |
* | | Change the phone header's title from "Rotation Lock" to "Rotation". Fixes: 13... | Charles Kerr | 2014-10-07 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | change header title from 'Rotation lock' to 'Rotation' as per I:RTMUF | Charles Kerr | 2014-10-03 | 1 | -1/+1 |
|/ |
|
* | Releasing 0.1+14.10.20140915-0ubuntu10.1+14.10.20140915-0ubuntu1 | CI bot | 2014-09-15 | 1 | -0/+7 |
* | Tag to use langpacks, so launchpad imports the translations template | Sebastien Bacher | 2014-09-15 | 1 | -0/+1 |
|\ |
|
| * | Tag to use langpacks, so launchpad imports the translations template | Sebastien Bacher | 2014-09-08 | 1 | -0/+1 |
|/ |
|