aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use logind instead of ConsoleKit to adjust the clock upon return from sleep. ↵Iain Lane2013-05-032-10/+11
|\ | | | | | | | | | | Fixes: https://bugs.launchpad.net/bugs/1156613. Approved by Martin Pitt, Mathieu Trudel-Lapierre, PS Jenkins bot.
| * Whitespace fixesIain Lane2013-03-191-6/+6
| |
| * Use logind instead of UPower as the UPower interface we're relying on will ↵Iain Lane2013-03-191-8/+12
| | | | | | | | go away
| * Don't build with silent rulesIain Lane2013-03-181-1/+1
| |
| * Use NotifyResume from UPower to trigger the clock adjustment on resumeIain Lane2013-03-181-11/+8
| | | | | | | | | | Removes a ConsoleKit dependency.
* | Releasing 12.10.3daily13.05.02-0ubuntu1 to ubuntu.Automatic PS uploader2013-05-031-0/+10
|\ \ | | | | | | | | | Approved by PS Jenkins bot.
| * | Releasing 12.10.3daily13.05.02-0ubuntu1, based on r213Automatic PS uploader2013-05-021-0/+10
|/ /
* | Merge changes from /13.04 branch for saucy.Mathieu Trudel-Lapierre2013-05-022-0/+9
|\ \ | | | | | | | | | Approved by PS Jenkins bot, Robert Bruce Park.
| * | Merge changes for saucy: missing 12.10.3daily13.03.26-0ubuntu1.Mathieu Trudel-Lapierre2013-05-022-0/+9
|/ /
* | Since the calendar widget may not be created yet when visible_notify_cb() is ↵Charles Kerr2013-05-021-22/+29
|\ \ | |/ |/| | | | | | | triggered, call wrap its use in "if (IDO_IS_CALENDAR(foo))". Fixes: https://bugs.launchpad.net/bugs/1175392. Approved by PS Jenkins bot, Lars Uebernickel.
| * this is an assertion, so use g_assert()Charles Kerr2013-05-011-1/+1
| |
| * since we're just testing to see if the calendar's been created yet, test for ↵Charles Kerr2013-05-011-2/+2
| | | | | | | | NULL instead of using IDO_IS_CALENDAR_MENU_ITEM()
| * fix for the datetime g_critical reported by desrtCharles Kerr2013-05-011-20/+27
| |
| * minor tyop fix: s/notfy/notify/Charles Kerr2013-05-011-2/+2
|/
* Releasing 12.10.3daily13.03.07-0ubuntu1 to ubuntu.Automatic PS uploader2013-03-071-0/+10
|\ | | | | | | Approved by PS Jenkins bot.
| * Releasing 12.10.3daily13.03.07-0ubuntu1, based on r210Automatic PS uploader2013-03-071-0/+10
|/
* Go back to ISO 8601 dates for the date-picker widget. This way we know how ↵Michael Terry2013-03-061-1/+4
|\ | | | | | | | | | | to parse it again when the user manually edits the string. Fixes: https://bugs.launchpad.net/bugs/1149696. Approved by PS Jenkins bot, Mathieu Trudel-Lapierre.
| * Go back to ISO 8601 datesMichael Terry2013-03-071-1/+4
|/
* Releasing 12.10.3daily13.03.06-0ubuntu1 to ubuntu.Automatic PS uploader2013-03-061-0/+11
|\ | | | | | | Approved by PS Jenkins bot.
| * Releasing 12.10.3daily13.03.06-0ubuntu1, based on r208Automatic PS uploader2013-03-061-0/+11
|/
* Do the linking with -lpthread correctly. Fixes: ↵Mathieu Trudel-Lapierre2013-03-051-0/+1
|\ | | | | | | | | | | https://bugs.launchpad.net/bugs/1126362. Approved by Lars Uebernickel, PS Jenkins bot.
| * Because larsu.Mathieu Trudel-Lapierre2013-03-051-1/+1
| |
| * Make use of XORG_GTEST_LDFLAGS that xorg-gtest can export to know whether ↵Mathieu Trudel-Lapierre2013-03-051-0/+1
|/ | | | there are extra libraries we should link against.
* Releasing 12.10.3daily13.02.06-0ubuntu1 to ubuntu.Automatic PS uploader2013-02-061-0/+10
|\ | | | | | | Approved by PS Jenkins bot.
| * Releasing 12.10.3daily13.02.06-0ubuntu1, based on r206Automatic PS uploader2013-02-061-0/+10
|/
* Fix timezonefile reference leak in build_timezone. Fixes: ↵Colin Watson2013-02-041-0/+1
|\ | | | | | | | | | | https://bugs.launchpad.net/bugs/1111628. Approved by Mathieu Trudel-Lapierre, PS Jenkins bot.
| * Fix timezonefile reference leak in build_timezone.Colin Watson2013-01-311-0/+1
| |
* | Releasing 12.10.3daily13.02.01-0ubuntu1 to ubuntu.Automatic PS uploader2013-02-011-0/+12
|\ \ | | | | | | | | | Approved by .
| * | Releasing 12.10.3daily13.02.01-0ubuntu1, based on r204Automatic PS uploader2013-02-011-0/+12
|/ /
* | Correct signatures of callbacks passed to g_object_connect. Fixes: ↵Colin Watson2013-01-311-12/+29
|\ \ | |/ |/| | | | | | | https://bugs.launchpad.net/bugs/1110362. Approved by Mathieu Trudel-Lapierre, PS Jenkins bot.
| * Correct signatures of callbacks passed to g_object_connect.Colin Watson2013-01-301-12/+29
| |
* | Check for NULL appointments in hide_all_appointments. Fixes: ↵Colin Watson2013-01-311-2/+4
|\ \ | |/ |/| | | | | | | https://bugs.launchpad.net/bugs/1110398. Approved by Mathieu Trudel-Lapierre, PS Jenkins bot.
| * Check for NULL appointments in hide_all_appointments.Colin Watson2013-01-301-2/+4
|/
* Releasing 12.10.3daily13.01.25-0ubuntu1 to ubuntu.Automatic PS uploader2013-01-251-0/+6
|\ | | | | | | Approved by .
| * Releasing 12.10.3daily13.01.25-0ubuntu1, based on r201Automatic PS uploader2013-01-251-0/+6
|/
* Update paths for gtest source files.Mathieu Trudel-Lapierre2013-01-235-7/+4
|\ | | | | | | Approved by Allan LeSage.
| * Update paths to gtest source.Mathieu Trudel-Lapierre2013-01-221-2/+2
| |
| * Merge charles' branchMathieu Trudel-Lapierre2013-01-224-5/+2
|/|
| * remove g_type_init() calls and bump glib minimum to 2.35.4, where ↵Charles Kerr2013-01-174-5/+2
|/ | | | g_type_init() is deprecated
* Releasing 12.10.3daily12.11.23-0ubuntu1 to ubuntu.Automatic PS uploader2012-11-231-2/+12
|\ | | | | | | Approved by .
| * Releasing 12.10.3daily12.11.23-0ubuntu1, based on r199Automatic PS uploader2012-11-231-2/+12
|/
* Refresh copyright.Didier Roche2012-11-222-7/+11
|\ | | | | | | Approved by Łukasz Zemczak.
| * * debian/copyright:Didier Roche2012-11-222-7/+11
|/ | | | - Update the copyright
* bootstrap automatic landing message. Fixes: ↵Mathieu Trudel-Lapierre2012-11-191-0/+6
|\ | | | | | | | | | | https://bugs.launchpad.net/bugs/985060, https://bugs.launchpad.net/bugs/1064546, https://bugs.launchpad.net/bugs/1074999, https://bugs.launchpad.net/bugs/1075753. Approved by Charles Kerr, PS Jenkins bot.
| * * Automatic snapshot from revision 197 (bootstrap):Mathieu Trudel-Lapierre2012-11-191-0/+6
|/ | | | | | | | - Add scaffolding for Google Tests. (LP: #985060) - Add "check-news" to our AM_INIT_AUTOMAKE() call. (LP: #1075753) - Don't use geoclue until the user clicks the "Show time in auto-detected location" checkbox. (LP: #1074999) - Remove stray semicolon found by Coverity. (LP: #1064546)
* Inline package.Didier Roche2012-11-168-0/+820
|\ | | | | | | Approved by Charles Kerr.
| * Add libxorg-gtest-dev, libgtest-dev to Build-Depends.Mathieu Trudel-Lapierre2012-11-162-0/+3
| |
| * Override dh_autoreconf to make it use autogen.sh from upstream.Mathieu Trudel-Lapierre2012-11-162-0/+4
| |
| * Add gnome-common to Build-Depends.Mathieu Trudel-Lapierre2012-11-162-0/+2
| |
| * * debian/rules:Mathieu Trudel-Lapierre2012-11-162-7/+10
| | | | | | | | | | - Switch to using the dh sequencer instead of cdbs rules, adjust targets accordingly.