aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Automatic snapshot from revision 102 (bootstrap)Mathieu Trudel-Lapierre2013-08-211-0/+1
|
* Packaging review.Mathieu Trudel-Lapierre2013-08-215-130/+47
|\ | | | | | | Approved by PS Jenkins bot, Sebastien Bacher, Robert Bruce Park.
| * Remove dh_auto_test override.Mathieu Trudel-Lapierre2013-08-131-2/+0
| |
| * Merge packagingMathieu Trudel-Lapierre2013-08-135-130/+49
| |\
| | * * debian/control:Mathieu Trudel-Lapierre2013-08-095-130/+49
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Packaging review, add comment to developers. - Fix Vcs-Bzr, Vcs-Browser. - Sort Build-Depends, use trailing commas. - Improve long description. * debian/rules: - Add DPKG_GENSYMBOLS_CHECK_LEVEL = 4. - Override dh_autoreconf to run ./autogen.sh. - Override dh_install to remove .la and .a files. - Run dh_install with --fail-missing. * debian/compat: bump to compat level 9. * debian/source/format: make sure we're using format 1.0.
| | | * Re-add the missing commentsMathieu Trudel-Lapierre2013-08-071-0/+3
| | | |
| | | * Fix identation for (Build-)DependsMathieu Trudel-Lapierre2013-08-051-20/+17
| | | |
| | | * Add another missing commaMathieu Trudel-Lapierre2013-08-051-1/+1
| | | |
| | | * * debian/control:Mathieu Trudel-Lapierre2013-08-055-137/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Packaging review, add comment to developers. - Fix Vcs-Bzr, Vcs-Browser. - Sort Build-Depends, use trailing commas. - Improve long description. * debian/rules: - Add DPKG_GENSYMBOLS_CHECK_LEVEL = 4. - Override dh_autoreconf to run ./autogen.sh. - Override dh_install to remove .la and .a files. - Run dh_install with --fail-missing. * debian/compat: bump to compat level 9. * debian/source/format: make sure we're using format 1.0.
* | | | Use long delays in places when they may be killed prematurely.William Hua2013-08-212-11/+12
|\ \ \ \ | | | | | | | | | | | | | | | Approved by Sebastien Bacher, PS Jenkins bot.
| * | | | Use long delays in places when they may be killed prematurely.William Hua2013-08-212-11/+12
|/ / / /
* | | | Change XDG_RUNTIME_DIR to point in-tree. The tests don't run properly ↵William Hua2013-08-201-0/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | because the default XDG_RUNTIME_DIR doesn't exist in a schroot. Thanks Iain Lane for suggesting the fix. Approved by PS Jenkins bot, Mathieu Trudel-Lapierre.
| * | | Change XDG_RUNTIME_DIR to point in-tree.William Hua2013-08-201-0/+1
|/ / /
* | | Resolve flaky test by always forcing the delay.William Hua2013-08-124-14/+22
|\ \ \ | |/ / |/| | | | | | | | | | | The test used to kill a delay as soon as a change was observed on the action group which was activated. On slower systems, this caused an assertion failure because updating the dconf setting took much longer than getting the change notification. Approved by PS Jenkins bot, Mathieu Trudel-Lapierre.
| * | Fix out-of-bounds error.William Hua2013-08-122-5/+11
| | |
| * | Split useful code into separate Source object.William Hua2013-08-087-500/+606
| |\ \ | |/ / |/| |
* | | Split useful code into separate Source object.William Hua2013-08-077-500/+606
| | |
| * | Switch to serial test harness.William Hua2013-08-081-1/+1
| | |
| * | Fix a couple more potential races.William Hua2013-08-082-1/+9
| | |
| * | Resolve flaky test by forcing a delay.William Hua2013-08-072-12/+6
|/ /
* / Add debugging information for tests.William Hua2013-08-061-0/+21
|/
* Remove a lot of unnecessary files in the deps directory.William Hua2013-07-315-625/+1
|\
| * Remove unneeded README.William Hua2013-07-301-43/+0
| |
| * Remove libbamf3.vapi, libgnomekbd.vapi, and libxklavier.vapi.William Hua2013-07-304-582/+1
| |
| * Remove unneeded valadocs.William Hua2013-07-30623-38597/+0
| |
* | Update license headers.William Hua2013-07-31628-38606/+81
|\ \ | |/ |/|
| * Delete the valadocs that are not needed for build.William Hua2013-07-30623-38597/+0
| |
| * Add COPYING.LESSER back.William Hua2013-07-301-0/+165
| |
| * Update license headers.William Hua2013-07-306-174/+81
|/
* drop .pc/ and debian/patches/ directoriesJeremy Bicha2013-07-3012-2221/+0
|
* Quilt clean up.William Hua2013-07-302-1/+2
|
* Initial autopilot work.William Hua2013-07-238-0/+82
|
* Fix tests in pbuilder.William Hua2013-07-189-27/+25
|
* * debian/control:Jeremy Bicha2013-07-182-3/+11
|\ | | | | | | | | | | - Don't build-depend on vala-0.20-vapi - Build-depend on dbus for tests
| * * debian/control:Jeremy Bicha2013-07-152-3/+11
| | | | | | | | | | | | - Don't build-depend on valac-0.20-vapi - Build-depend on dbus for tests
* | Relax test that fails when IBus runs headless.William Hua2013-07-176-2/+690
| |
* | Use Xvfb for headless tests.William Hua2013-07-171-0/+9
| |
* | Add test script.William Hua2013-07-176-24/+27
| |
* | Add --use-bamf option.William Hua2013-07-174-231/+245
| |
* | Fallback to ThemedIcon without --use-gtk.William Hua2013-07-171-8/+12
| |
* | Add --use-gtk flag.William Hua2013-07-176-184/+226
|/
* Disable experimental non-null for tests.William Hua2013-07-048-9/+771
|
* Wrap up tests.William Hua2013-07-043-30/+121
|
* Update source test.William Hua2013-07-033-10/+113
|
* Fix broken tests.William Hua2013-07-034-217/+191
|
* Set input source test.William Hua2013-07-021-1/+101
|
* Repair test fixtures.William Hua2013-07-027-20/+187
|
* Add indicator schema.William Hua2013-07-014-1/+29
|
* Fix quilt patching.William Hua2013-06-281-29/+41
|
* Remove local install option.William Hua2013-06-281-5/+2
|