aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * add some debug stubsCharles Kerr2016-03-152-2/+7
| |
| * in tests/unit/adbd-client-test.cpp, fix tmpl character buffer intialization ↵Charles Kerr2016-03-151-4/+2
| | | | | | | | for g++ 4.9x
| * cmake's Thread::Thread import doesn't exist in vivid's version of cmake ↵Charles Kerr2016-03-151-1/+7
| | | | | | | | (3.0.2), so fall back gracefully to -pthread there
| * tweak a couple of 'auto' declarations that g++ 5.3.1 understands but 4.9.2 ↵Charles Kerr2016-03-151-2/+2
| | | | | | | | on vivid doesn't
| * add new CMakeLists.txt files in tests/utils/ and tests/unit/Charles Kerr2016-03-152-0/+51
| |
| * clean up compile_options and warnings. Add DBUS debug log messages to ctest ↵Charles Kerr2016-03-114-16/+25
| | | | | | | | environment variables.
| * add UsbManagerCharles Kerr2016-03-1010-58/+416
| |
| * cmake and test directory cleanupCharles Kerr2016-03-1011-108/+149
| |
| * add src/usb-snap.cpp to POTFILES.inCharles Kerr2016-03-101-0/+2
| |
| * add human-readable fingerprint extraction from the adb public keysCharles Kerr2016-03-094-3/+43
| |
| * add fingerprint snap decisions; test with notification dbusmockCharles Kerr2016-03-089-38/+611
| |
| * add out-of-line virtual method definitions to Indicator to silence clang++ ↵Charles Kerr2016-03-083-8/+46
| | | | | | | | warnings
| * add test to confirm on_pk() signal is fired in the main thread rather than ↵Charles Kerr2016-03-071-6/+9
| | | | | | | | the worker thread
| * add ADB server/client + testsCharles Kerr2016-03-069-12/+686
| |
| * cosmetic: use -test as the suffix for test filesCharles Kerr2016-03-042-1/+1
| |
| * fix RotationLock shutdown issue that messed with getting clean test runsCharles Kerr2016-03-041-0/+1
| |
| * update glib/dbus test fixtures from indicator-datetime/15.10 branchCharles Kerr2016-03-044-83/+44
|/
* Releasing 0.1+15.10.20150727-0ubuntu10.1+15.10.20150727-0ubuntu1CI Train Bot2015-07-271-0/+10
|
* drop build-dependency on g++-4.9 Fixes: #1452323Charles Kerr2015-07-273-8/+1
|\ | | | | | | Approved by: Pete Woods, PS Jenkins bot, Rodney Dawes
| * fix explicit ctor warning from cppcheck to get tests passingCharles Kerr2015-07-151-1/+1
| |
| * drop build-dependency on g++-4.9Charles Kerr2015-07-152-7/+0
|/
* Releasing 0.1+15.04.20150302-0ubuntu10.1+15.04.20150302-0ubuntu1CI Train Bot2015-03-021-0/+7
|
* Fix action-state-to-variant mapping Fixes: #1410915Charles Kerr2015-03-021-1/+1
|\ | | | | | | Approved by: Ted Gould, PS Jenkins bot
| * use the same action-state-to-variant mapping as in the rtm-14.09 branchCharles Kerr2015-02-281-1/+1
|/
* Releasing 0.1+15.04.20141103-0ubuntu10.1+15.04.20141103-0ubuntu1CI bot2014-11-031-0/+7
|
* Small typo in integration test plan Ted Gould2014-11-031-1/+1
|\ | | | | | | Approved by: PS Jenkins bot
| * Small typo in integration test planTed Gould2014-10-101-1/+1
|/
* Releasing 0.1+14.10.20141009-0ubuntu10.1+14.10.20141009-0ubuntu1CI bot2014-10-091-0/+8
|
* Use com.ubuntu.touch.system's "rotation-lock" boolean for the rotation lock ↵Charles Kerr2014-10-097-31/+40
|\ | | | | | | | | | | indicator. Fixes: 1378078 Approved by: Ted Gould, PS Jenkins bot
| * don't use 'auto tmp = ...' when tmp is going to be passed to g_free()Charles Kerr2014-10-062-2/+2
| |
| * make a debugging message go through g_debug() instead of g_message()Charles Kerr2014-10-061-1/+1
| |
| * fix the settings-to-action-state mappingsCharles Kerr2014-10-061-18/+11
| |
| * report unexpected g_log() calls via g_print() instead of g_log() :DCharles Kerr2014-10-061-1/+1
| |
| * fix oopsCharles Kerr2014-10-061-1/+1
| |
| * fix warnings reported by flint++ -- explicit ctors, classes with virtual ↵Charles Kerr2014-10-064-3/+23
| | | | | | | | methods but no virtual dtor, #ifdef include guards
| * replace 'orientation-lock' enum with 'rotation-lock' boolCharles Kerr2014-10-062-18/+14
| |
* | Releasing 0.1+14.10.20141007-0ubuntu10.1+14.10.20141007-0ubuntu1CI bot2014-10-071-0/+8
| |
* | Change the phone header's title from "Rotation Lock" to "Rotation". Fixes: ↵Charles Kerr2014-10-071-1/+1
|\ \ | |/ |/| | | | | | | 1377286 Approved by: Ted Gould
| * change header title from 'Rotation lock' to 'Rotation' as per I:RTMUFCharles Kerr2014-10-031-1/+1
|/
* Releasing 0.1+14.10.20140915-0ubuntu10.1+14.10.20140915-0ubuntu1CI bot2014-09-151-0/+7
|
* Tag to use langpacks, so launchpad imports the translations template Sebastien Bacher2014-09-151-0/+1
|\ | | | | | | Approved by: Charles Kerr, PS Jenkins bot
| * Tag to use langpacks, so launchpad imports the translations templateSebastien Bacher2014-09-081-0/+1
|/
* Releasing 0.1+14.10.20140905.1-0ubuntu10.1+14.10.20140905.1-0ubuntu1CI bot2014-09-051-0/+11
|
* First release in CI Train Ted Gould2014-09-053-1/+5
|\ | | | | | | Approved by: PS Jenkins bot
| * Put in disclaimer about current buildsTed Gould2014-09-051-0/+2
| |
| * Do a split build by defaultTed Gould2014-09-051-0/+2
| |
| * Something must changeTed Gould2014-09-051-1/+1
|/
* Add a rotation lock indicatorCharles Kerr2014-09-0529-0/+1426
|\
| * in debian/control, bump Standards-Version from 3.9.4 to 3.9.5 to make ↵Charles Kerr2014-08-211-1/+1
| | | | | | | | lintian happy
| * in control/debian, split Description into a shorter description plus an ↵Charles Kerr2014-08-211-1/+2
| | | | | | | | extended description.