| Commit message (Expand) | Author | Age | Files | Lines |
* | In EdsPlanner's get_appointments(), sort 'em before returning them to the cal... | Charles Kerr | 2014-02-27 | 1 | -3/+10 |
|\ |
|
| * | in EdsPlanner's get_appointments(), sort 'em before returning them to the cal... | Charles Kerr | 2014-02-26 | 1 | -3/+10 |
* | | don't log E_CLIENT_ERROR_NOT_SUPPORTED errors returned by e_cal_client_get_at... | Charles Kerr | 2014-02-26 | 1 | -1/+4 |
|/ |
|
* | Fix g_assert_if_reached() in EdsPlanner::on_source_enabled(). Fixes: 1283610 | Charles Kerr | 2014-02-25 | 1 | -8/+21 |
|\ |
|
| * | In EdsPlanner::on_source_enabled(), don't use ESources that don't have calend... | Charles Kerr | 2014-02-25 | 1 | -8/+21 |
* | | Test the EDS component summary for NULL before using it in a std::string. Fix... | Charles Kerr | 2014-02-25 | 1 | -2/+3 |
|\ \ |
|
| * | | test the ECalComponent's summary for NULL before passing it to our std::string. | Charles Kerr | 2014-02-24 | 1 | -2/+3 |
| |/ |
|
* / | don't pass a nulllptr into std::string's ctor if the EClient doesn't have a c... | Charles Kerr | 2014-02-25 | 1 | -1/+5 |
|/ |
|
* | revert r400; we can't block alarms by UID because that would hide recurring a... | Charles Kerr | 2014-02-05 | 1 | -19/+3 |
* | 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 t... | Charles Kerr | 2014-02-04 | 1 | -47/+70 |
* | 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 inste... | Charles Kerr | 2014-02-02 | 1 | -12/+17 |
* | add an ECalClientView for each ECalClient to listen for changes to its compon... | Charles Kerr | 2014-02-02 | 1 | -47/+122 |
* | copyediting: as per review, use name_of_thing() instead of get_name_of_thing(... | Charles Kerr | 2014-01-30 | 1 | -1/+1 |
* | 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 |
* | add planner + tests | Charles Kerr | 2013-12-17 | 1 | -0/+419 |