aboutsummaryrefslogtreecommitdiff
path: root/src/planner-eds.cpp
Commit message (Collapse)AuthorAgeFilesLines
* revert r400; we can't block alarms by UID because that would hide recurring ↵Charles Kerr2014-02-051-19/+3
| | | | alarms
* remove alarms from the menu once they've been shown in a snap decision.Charles Kerr2014-02-051-3/+19
|
* pin the planner's upcoming appointments to the live clock time, rather than ↵Charles Kerr2014-02-041-47/+70
| | | | the calendar's time, so that they always update correctly in real-time
* copyediting: remove a piece of dead codeCharles Kerr2014-02-031-1/+1
|
* when connecting to an ECalClient, use the proper source types for events/tasksCharles Kerr2014-02-021-1/+9
|
* aha! ubntu-ui-toolkit stores its alarms in E_SOURCE_EXTENSION_TASK_LIST ↵Charles Kerr2014-02-021-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 Kerr2014-02-021-47/+122
| | | | components.
* copyediting: as per review, use name_of_thing() instead of ↵Charles Kerr2014-01-301-1/+1
| | | | get_name_of_thing() or getNameOfThing()
* fix g_date_time_format() leak found by valgrind testingCharles Kerr2014-01-281-2/+6
|
* fix GDateTime leak found by valgrind testingCharles Kerr2014-01-281-3/+3
|
* fix Task leak found by valgrind testingCharles Kerr2014-01-281-0/+1
|
* fix free-memory-read bug found by valgrind testingCharles Kerr2014-01-281-2/+1
|
* in PlannerEds, replace g_message() console messages with g_debug()Charles Kerr2014-01-221-12/+11
|
* in PlannerEds, wire in planner.thisMonth and planner.upcomingCharles Kerr2014-01-221-0/+2
|
* copyediting: rename Service as Exporter & tweak commentsCharles Kerr2014-01-221-1/+1
|
* fix minor -Wpedantic warningsCharles Kerr2014-01-161-3/+3
|
* Function: add fully-tested ActionGroups, per-profile Menus, state object.Charles Kerr2014-01-141-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 + testsCharles Kerr2013-12-171-0/+419