Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | revert r400; we can't block alarms by UID because that would hide recurring ↵ | Charles Kerr | 2014-02-05 | 1 | -19/+3 |
| | | | | alarms | ||||
* | remove alarms from the menu once they've been shown in a snap decision. | Charles Kerr | 2014-02-05 | 1 | -3/+19 |
| | |||||
* | pin the planner's upcoming appointments to the live clock time, rather than ↵ | Charles Kerr | 2014-02-04 | 1 | -47/+70 |
| | | | | the calendar's time, so that they always update correctly in real-time | ||||
* | copyediting: remove a piece of dead code | Charles Kerr | 2014-02-03 | 1 | -1/+1 |
| | |||||
* | when connecting to an ECalClient, use the proper source types for events/tasks | Charles Kerr | 2014-02-02 | 1 | -1/+9 |
| | |||||
* | aha! ubntu-ui-toolkit stores its alarms in E_SOURCE_EXTENSION_TASK_LIST ↵ | Charles Kerr | 2014-02-02 | 1 | -12/+17 |
| | | | | instead of E_SOURCE_EXTENSION_CALENDAR. Let's handle both in indicator-datetime. | ||||
* | add an ECalClientView for each ECalClient to listen for changes to its ↵ | Charles Kerr | 2014-02-02 | 1 | -47/+122 |
| | | | | components. | ||||
* | copyediting: as per review, use name_of_thing() instead of ↵ | Charles Kerr | 2014-01-30 | 1 | -1/+1 |
| | | | | get_name_of_thing() or getNameOfThing() | ||||
* | fix g_date_time_format() leak found by valgrind testing | Charles Kerr | 2014-01-28 | 1 | -2/+6 |
| | |||||
* | fix GDateTime leak found by valgrind testing | Charles Kerr | 2014-01-28 | 1 | -3/+3 |
| | |||||
* | fix Task leak found by valgrind testing | Charles Kerr | 2014-01-28 | 1 | -0/+1 |
| | |||||
* | fix free-memory-read bug found by valgrind testing | Charles Kerr | 2014-01-28 | 1 | -2/+1 |
| | |||||
* | in PlannerEds, replace g_message() console messages with g_debug() | Charles Kerr | 2014-01-22 | 1 | -12/+11 |
| | |||||
* | in PlannerEds, wire in planner.thisMonth and planner.upcoming | Charles Kerr | 2014-01-22 | 1 | -0/+2 |
| | |||||
* | copyediting: rename Service as Exporter & tweak comments | Charles Kerr | 2014-01-22 | 1 | -1/+1 |
| | |||||
* | fix minor -Wpedantic warnings | Charles Kerr | 2014-01-16 | 1 | -3/+3 |
| | |||||
* | Function: add fully-tested ActionGroups, per-profile Menus, state object. | Charles Kerr | 2014-01-14 | 1 | -141/+142 |
| | | | | | | 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 | ||||
* | add planner + tests | Charles Kerr | 2013-12-17 | 1 | -0/+419 |