Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | work around gio wakeup bug | Charles Kerr | 2014-03-25 | 1 | -0/+8 |
| | |||||
* | make the phone and desktop actions more consistent with each other; eg, ↵ | Charles Kerr | 2014-03-22 | 1 | -20/+33 |
| | | | | 'indicator.desktop.open-calendar-app' + 'indicator.phone.open-calendar-app' | ||||
* | Don't show the "Add Event..." button if the calendar app can't be found. ↵ | Charles Kerr | 2014-03-14 | 1 | -0/+24 |
|\ | | | | | | | Fixes: 1250632 | ||||
| * | test for evolution with g_app_info_get_id() rather than g_app_info_get_name() | Charles Kerr | 2014-03-13 | 1 | -6/+6 |
| | | |||||
| * | Don't list an 'Add Event…' button if there's not a calendar app available | Charles Kerr | 2014-03-09 | 1 | -0/+24 |
| |\ | |||||
| | * | In the Desktop profile, don't show the 'Add Event…' button if evolution ↵ | Charles Kerr | 2014-03-06 | 1 | -0/+24 |
| | | | | | | | | | | | | can't be launched. | ||||
* | | | When invoking Evolution's calendar via the commandline and the 'startdate' ↵ | Charles Kerr | 2014-03-12 | 1 | -1/+3 |
|/ / | | | | | | | argument, use a UTC argument for startdate. | ||||
* / | decouple the planner's states; need three separate sets: upcoming-now (for ↵ | Charles Kerr | 2014-03-09 | 1 | -1/+1 |
|/ | | | | alarms in the current time), upcoming-calendar (to show events coming from the selected calendar date), and calendar-month (all the appointments in the month displayed in the menu). | ||||
* | sync with trunk | Charles Kerr | 2014-02-19 | 1 | -4/+0 |
|\ | |||||
| * | Move date/time panel into unity-control-center | Robert Ancell | 2014-02-11 | 1 | -4/+0 |
| | | |||||
* | | copyediting: use 'nullptr' instead of 'NULL' in c++ source | Charles Kerr | 2014-02-02 | 1 | -1/+1 |
|/ | |||||
* | as per review, don't inline unless there are performance issues | Charles Kerr | 2014-01-30 | 1 | -0/+5 |
| | |||||
* | merge lp:~robert-ancell/indicator-datetime/call-ucc into lp:indicator-datetime | Charles Kerr | 2014-01-27 | 1 | -2/+13 |
| | |||||
* | sync the exported calendar state with the #State backend | Charles Kerr | 2014-01-25 | 1 | -5/+0 |
| | |||||
* | add LiveActions implementation and unit tests | Charles Kerr | 2014-01-21 | 1 | -13/+140 |
| | |||||
* | get timezone, clock tests running again with Settings & State | Charles Kerr | 2014-01-16 | 1 | -7/+2 |
| | |||||
* | Function: add fully-tested ActionGroups, per-profile Menus, state object. | Charles Kerr | 2014-01-14 | 1 | -0/+84 |
Form: Add code annotations/comments. Remove dead code. Use Mir style guide. Todo: GSettings toggles, sync with new dbus-test-runner API, get GNOME Panel building again |