Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Releasing 12.10.5+13.10.20130812-0ubuntu1, based on r404 | Automatic PS uploader | 2013-08-12 | 1 | -0/+11 |
| | |||||
* | Releasing 12.10.5+13.10.20130717-0ubuntu1, based on r402 | Automatic PS uploader | 2013-07-17 | 1 | -0/+10 |
| | |||||
* | Releasing 12.10.5+13.10.20130716-0ubuntu1, based on r400 | Automatic PS uploader | 2013-07-16 | 1 | -0/+21 |
| | |||||
* | Add the python build-dep, as gdbus-codegen needs it to work properly | Łukasz 'sil2100' Zemczak | 2013-07-15 | 1 | -1/+2 |
| | |||||
* | If the Unity dialogs aren't available (such as in the greeter) but zenity ↵ | Charles Kerr | 2013-07-12 | 1 | -1/+2 |
| | | | | | | | | | | is, use it to for confirmation dialogs: - add the implementation in actions.c - add actions.c to the i18n files list - sync the unit tests - suggest zenity in debian/control | ||||
* | sync with trunk again. | Charles Kerr | 2013-07-05 | 1 | -0/+13 |
|\ | |||||
| * | Releasing 12.10.5+13.10.20130703.1-0ubuntu1, based on r397 | Automatic PS uploader | 2013-07-03 | 1 | -0/+13 |
| | | |||||
* | | sync with trunk to fix merge conflict | Charles Kerr | 2013-07-01 | 1 | -0/+6 |
|\| | |||||
| * | Backport the changelog entry, from the recent manual upload, back to trunk | Sebastien Bacher | 2013-07-01 | 1 | -0/+6 |
| | | |||||
* | | bump the glib prerequisite in CMakeLists.txt and debian/control to the first ↵ | Charles Kerr | 2013-07-01 | 1 | -1/+1 |
| | | | | | | | | stable version number containing the features we need (2.36). It had been a beta (2.35.x) for historical reasons. | ||||
* | | in debian/control, remove unneeded Build-Depends dh-autoreconf (this package ↵ | Charles Kerr | 2013-06-29 | 1 | -2/+0 |
| | | | | | | | | uses cmake now) and gnome-doc-utils (we don't generate gtkdoc for i-session) | ||||
* | | add dbus to the dependency list, we need a dbus-daemon for GTestDBus to spawn | Charles Kerr | 2013-06-28 | 1 | -0/+1 |
| | | |||||
* | | no no need to pass libexecdir manually into dh_uato_configure | Charles Kerr | 2013-06-28 | 1 | -7/+1 |
| | | |||||
* | | add cmake to the debian control list; alphabetize the entries | Charles Kerr | 2013-06-28 | 1 | -5/+4 |
| | | |||||
* | | sync with trunk to resolve conflicts | Charles Kerr | 2013-06-28 | 2 | -2/+53 |
|\| | |||||
| * | Releasing 12.10.5daily13.06.19-0ubuntu1, based on r393 | Automatic PS uploader | 2013-06-19 | 1 | -0/+13 |
| | | |||||
| * | recommend gnome-screensaver | Jeremy Bicha | 2013-06-14 | 1 | -1/+2 |
| | | |||||
| * | Releasing 12.10.5daily13.05.06.1-0ubuntu1, based on r390 | Automatic PS uploader | 2013-05-06 | 1 | -2/+6 |
| | | |||||
| * | Merge trunk, fix up changelog | Iain Lane | 2013-05-03 | 1 | -3/+7 |
| |\ | |||||
| | * | Releasing 12.10.5daily13.05.02-0ubuntu1, based on r388 | Automatic PS uploader | 2013-05-02 | 1 | -0/+6 |
| | | | |||||
| * | | Remove upower dependency and depend on systemd-services. | Iain Lane | 2013-05-02 | 2 | -1/+9 |
| |/ | |||||
| * | Releasing 12.10.5daily13.03.08-0ubuntu1, based on r386 | Automatic PS uploader | 2013-03-08 | 1 | -0/+10 |
| | | |||||
| * | Releasing 12.10.5daily13.03.06-0ubuntu1, based on r384 | Automatic PS uploader | 2013-03-06 | 1 | -0/+11 |
| | | |||||
* | | remove unnecessary dependencies from debian/control | Charles Kerr | 2013-04-18 | 1 | -7/+1 |
|/ | |||||
* | Releasing 12.10.5daily13.01.25-0ubuntu1, based on r382 | Automatic PS uploader | 2013-01-25 | 1 | -2/+14 |
| | |||||
* | Add libxorg-gtest-dev to Build-Depends. | Mathieu Trudel-Lapierre | 2013-01-22 | 2 | -0/+2 |
| | |||||
* | Remove the uses of deprecated g_type_init(). | Mathieu Trudel-Lapierre | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | Add comment in debian/tests/control for the reason why tests are disabled. | Mathieu Trudel-Lapierre | 2013-01-16 | 1 | -1/+3 |
| | |||||
* | debian/control: temporarily comment out the XS-Testsuite entry to disable | Mathieu Trudel-Lapierre | 2013-01-15 | 2 | -1/+3 |
| | | | | autopkgtest until the tests really work properly. | ||||
* | Add polkit to autopkgtest depends | Mathieu Trudel-Lapierre | 2013-01-15 | 2 | -1/+2 |
| | |||||
* | Rename localcheck to integrationcheck; update autopkgtest test. | Mathieu Trudel-Lapierre | 2013-01-14 | 1 | -4/+12 |
| | |||||
* | - Add XS-Testsuite: autopkgtest. | Mathieu Trudel-Lapierre | 2013-01-10 | 4 | -0/+24 |
|\ | | | | | | | | | | | | | | | | | | | * debian/tests: - Add start-service test; verify that the indicator can be started from DBUS. - Add debian/tests/control. * Move TestCanStartService into a separate make target "localcheck"; so that the other tests can successfully run, and this one be used as an integration check. | ||||
| * | - Add XS-Testsuite: autopkgtest. | Mathieu Trudel-Lapierre | 2012-12-06 | 4 | -0/+12 |
| | | | | | | | | | | | | | | * debian/tests: - Add start-service test; verify that the indicator can be started from DBUS. - Add debian/tests/control. | ||||
| * | Move TestCanStartService into a separate make target "localcheck"; so that | Mathieu Trudel-Lapierre | 2012-12-05 | 1 | -0/+3 |
| | | | | | | | | | | the other tests can successfully run, and this one be used as an integration check. | ||||
* | | typo | Didier Roche | 2012-12-05 | 1 | -1/+1 |
| | | |||||
* | | run tests not under fakeroot for dbus tests (which don't seem to be able to | Didier Roche | 2012-12-05 | 2 | -0/+8 |
|/ | | | | run easily under dbus-test-runner) | ||||
* | add the launchpad bug number to the polkit+packagekit entry in debian/changelog | Charles Kerr | 2012-11-30 | 1 | -1/+1 |
| | |||||
* | fix tyop | Charles Kerr | 2012-11-30 | 1 | -1/+1 |
| | |||||
* | remove unused polkit dependency | Charles Kerr | 2012-11-30 | 2 | -2/+2 |
| | |||||
* | remove unused packagekit dependency | Charles Kerr | 2012-11-30 | 2 | -2/+2 |
| | |||||
* | clean deprecated Build-Depends on gconf and dbusglib | Sebastien Bacher | 2012-11-30 | 2 | -3/+6 |
| | |||||
* | re-enable the tests/ directory | Charles Kerr | 2012-11-16 | 3 | -9/+1 |
| | |||||
* | bootstrap daily upload changelog message. | Mathieu Trudel-Lapierre | 2012-11-15 | 1 | -0/+7 |
| | |||||
* | Explicitly list libgtest-dev in Build-Depends, even though it does get | Mathieu Trudel-Lapierre | 2012-11-15 | 2 | -0/+3 |
| | | | | pulled in via libxorg-gtest-dev. | ||||
* | Temporarily disable running tests due to an issue with getting the | Mathieu Trudel-Lapierre | 2012-11-15 | 2 | -0/+5 |
| | | | | gsettings schema for testing. | ||||
* | Add libdbustest1-dev, dbus-test-runner to Build-Depends. | Mathieu Trudel-Lapierre | 2012-11-15 | 2 | -1/+2 |
| | |||||
* | Add libdbustest1-dev to Build-Depends. | Mathieu Trudel-Lapierre | 2012-11-15 | 2 | -0/+2 |
| | |||||
* | Remove extra # typo in uploaders comment in debian/control. | Mathieu Trudel-Lapierre | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | Add gnome-common to Build-Depends. | Mathieu Trudel-Lapierre | 2012-11-14 | 2 | -0/+2 |
| | |||||
* | Update Vcs-Bzr and Vcs-Browser fields and add notice for uploaders. | Mathieu Trudel-Lapierre | 2012-11-14 | 2 | -2/+6 |
| |