Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | in SimpleAlarmQueue, the 'alarms we don't want to trigger' list needs to be ↵ | Charles Kerr | 2014-06-10 | 2 | -7/+19 |
| | | | | composed of uid + timestamp. Keying off of only timestamp doesn't work because UIDs can be recycled as users edit and reuse alarms. | ||||
* | in UhaWakeupTimer, ensure the timeout signal gets emitted from inside a glib ↵ | Charles Kerr | 2014-06-10 | 1 | -1/+1 |
| | | | | idle callback. | ||||
* | in wakeup-timer-uha, sync with platform-api changes and add a safeguard to ↵ | Charles Kerr | 2014-06-10 | 1 | -8/+16 |
| | | | | ensure the service doesn't try to sleep for an event that's already passed. | ||||
* | in wakeup-timer-uha, set idle wakeup to 1 day from now rather than 1 year ↵ | Charles Kerr | 2014-06-10 | 1 | -2/+2 |
| | | | | from now. | ||||
* | in engine-eds, add debug messages | Charles Kerr | 2014-06-10 | 1 | -2/+10 |
| | |||||
* | in alarm-queue-simple, call requeue() if time skew is detected. | Charles Kerr | 2014-06-10 | 2 | -4/+4 |
| | |||||
* | in wakeup-timer-mainloop, don't just cast to uint without checking sign. ↵ | Charles Kerr | 2014-06-10 | 1 | -1/+3 |
| | | | | (h/t ted) | ||||
* | in date-time.h, remove unnecessary get() call. (h/t ted) | Charles Kerr | 2014-06-10 | 1 | -1/+1 |
| | |||||
* | in debianl/control, add libplatform-hardware-api pieces to Depends and ↵ | Charles Kerr | 2014-06-10 | 1 | -0/+3 |
| | | | | Build-Depends | ||||
* | prefer to use ubuntu-platform-hardware-api for wakeups when possible s.t. ↵ | Charles Kerr | 2014-04-24 | 18 | -155/+829 |
|\ | | | | | | | user-defined alarms/appointments can wake up the phone from sleep to give a snap decision. | ||||
| * | hw alarms | Charles Kerr | 2014-04-24 | 17 | -141/+815 |
| | | |||||
| * | rename 'clock-watcher' as 'alarm-queue' because the former name isn't very ↵ | Charles Kerr | 2014-04-24 | 6 | -31/+31 |
|/ | | | | informative. | ||||
* | Releasing 13.10.0+14.04.20140415.3-0ubuntu1 | CI bot | 2014-04-15 | 1 | -0/+9 |
| | |||||
* | If there's a large batch of EDS events coming in, try to wait until the ↵ | Charles Kerr | 2014-04-15 | 4 | -93/+75 |
|\ | | | | | | | event storm has passed before running our requery. Fixes: 1306112 | ||||
| * | copyediting: fix indentation/formatting | Charles Kerr | 2014-04-15 | 1 | -58/+58 |
| | | |||||
| * | sync with lp:~renatofilho/qtorganizer5-eds/fix-1284375's method of storing ↵ | Charles Kerr | 2014-04-15 | 1 | -48/+34 |
| | | | | | | | | alarm urls. Happily this supercedes our code that used to call e_cal_client_get_attachment_uris(), so this means fewer round trip calls to EDS | ||||
| * | remove unused field Appointment.is_daily | Charles Kerr | 2014-04-15 | 3 | -16/+0 |
| | | |||||
| * | remove unused field Appointment.is_event | Charles Kerr | 2014-04-15 | 4 | -4/+0 |
| | | |||||
| * | remove some extraneous EDS events on startup | Charles Kerr | 2014-04-11 | 1 | -0/+1 |
| | | |||||
| * | if we have a flood of EDS events coming in, wait a longer interval before ↵ | Charles Kerr | 2014-04-11 | 1 | -3/+18 |
|/ | | | | requerying the EDS engine | ||||
* | Releasing 13.10.0+14.04.20140408-0ubuntu1 | CI bot | 2014-04-08 | 1 | -0/+9 |
| | |||||
* | split_settings_location: Initialise the 'first' pointer, otherwise it points ↵ | Iain Lane | 2014-04-08 | 1 | -1/+1 |
|\ | | | | | | | | | | | to random memory which leads to undefined behaviour. Fixes FTBFS in testsuite on arm64. | ||||
| * | split_settings_location: Initialise the 'first' pointer. | Iain Lane | 2014-04-08 | 1 | -1/+1 |
|/ | | | | | Otherwise it points to random memory which leads to undefined behaviour. | ||||
* | Releasing 13.10.0+14.04.20140328-0ubuntu1 | CI bot | 2014-03-28 | 1 | -0/+10 |
| | |||||
* | Improved translator comments for better time/date localization. Fixes: 1001595 | Charles Kerr | 2014-03-28 | 4 | -27/+125 |
|\ | |||||
| * | add comments & examples for translators to help them to fix bug #1001595 for ↵ | Charles Kerr | 2014-03-27 | 4 | -27/+125 |
| | | | | | | | | their locale. | ||||
* | | Short-term workaround for the GIO GAppInfo wakeup bug discussed in bug ↵ | Charles Kerr | 2014-03-28 | 1 | -0/+8 |
|\ \ | |/ |/| | | | 1296233 Fixes: 1296233 | ||||
| * | work around gio wakeup bug | Charles Kerr | 2014-03-25 | 1 | -0/+8 |
|/ | |||||
* | Releasing 13.10.0+14.04.20140324.1-0ubuntu1 | CI bot | 2014-03-24 | 1 | -0/+16 |
| | |||||
* | Change the desktop menu's settings menuitem's label to match the spec. ↵ | Charles Kerr | 2014-03-24 | 11 | -260/+494 |
|\ | | | | | | | Fixes: 1296585 | ||||
| * | fix settings menuitem label on the desktop. | Charles Kerr | 2014-03-24 | 1 | -6/+8 |
| | | |||||
| * | make the phone and desktop actions more consistent with each other; eg, ↵ | Charles Kerr | 2014-03-22 | 11 | -257/+488 |
| | | | | | | | | 'indicator.desktop.open-calendar-app' + 'indicator.phone.open-calendar-app' | ||||
| * | give 'phone' and 'desktop' their own action namespaces. Fix documentation on ↵ | Charles Kerr | 2014-03-21 | 4 | -11/+12 |
| | | | | | | | | 'activate-settings', since there are two forms of it, one for phone and one for desktop. | ||||
* | | Remove unused dependencies from packaging. Fixes: 1120358 | Charles Kerr | 2014-03-24 | 3 | -17/+2 |
|\ \ | |||||
| * | | restore 'override_dh_install: dh_install --fail-missing' based on seb128's ↵ | Charles Kerr | 2014-03-24 | 1 | -0/+4 |
| | | | | | | | | | | | | feedback (thanks seb) | ||||
| * | | in debian/rules, move unneeded intltool and .desktop file rules. | Charles Kerr | 2014-03-23 | 2 | -10/+0 |
| | | | |||||
| * | | in debian/control, remove unneeded Build-Depends libpolkit-gobject-1-dev | Charles Kerr | 2014-03-23 | 1 | -1/+0 |
| | | | |||||
| * | | in debian/control, remove unneeded GNOME Build-Depends gnome-common, ↵ | Charles Kerr | 2014-03-23 | 1 | -2/+0 |
| | | | | | | | | | | | | libgconf2-dev | ||||
| * | | in debian/control, remove unneeded GUI Build-Depends libcairo2-dev, ↵ | Charles Kerr | 2014-03-23 | 1 | -4/+0 |
| | | | | | | | | | | | | libgtk-3-dev, libido3-0.1-dev, libxorg-gtest-dev | ||||
| * | | make geoclue recommended, rather than required. | Charles Kerr | 2014-03-23 | 2 | -3/+1 |
| |/ | |||||
* | | Point to the right object path for the phone greeter. Fixes: 1294832 | Charles Kerr | 2014-03-24 | 1 | -1/+1 |
|\ \ | |||||
| * | | point to the right object path for the phone greeter. | Charles Kerr | 2014-03-21 | 1 | -1/+1 |
| |/ | |||||
* | | When clicking onto a different calendar date on the Desktop, show the events ↵ | Charles Kerr | 2014-03-24 | 4 | -15/+33 |
|\ \ | | | | | | | | | | for that calendar day starting at the beginning of the day, rather than the current time of day. Fixes: 1293646 | ||||
| * | | sync with trunk | Charles Kerr | 2014-03-21 | 2 | -4/+28 |
| |\| | |||||
| * | | sync unit tests with r325 | Charles Kerr | 2014-03-20 | 1 | -4/+10 |
| | | | |||||
| * | | when clicking onto a different calendar date on the Desktop, show the events ↵ | Charles Kerr | 2014-03-20 | 3 | -11/+23 |
| | | | | | | | | | | | | for that calendar day starting at the beginning of the day, rather than the current time of day. | ||||
* | | | Synchronize process management across indicators | Ted Gould | 2014-03-24 | 5 | -3/+34 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Update for gnome-fallback | Ted Gould | 2014-02-26 | 1 | -1/+2 |
| | | | |||||
| * | | We just build it, now we're ignoring it | Ted Gould | 2014-02-19 | 1 | -0/+1 |
| | | | |||||
| * | | Build an upstart override | Ted Gould | 2014-02-19 | 2 | -0/+29 |
| | | |