| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | use the appointment's beginning time in the title of the alarm Snap Decision | Charles Kerr | 2014-02-04 | 1 | -7/+2 |
* | pin the planner's upcoming appointments to the live clock time, rather than t... | Charles Kerr | 2014-02-04 | 1 | -2/+3 |
* | add header file which should have been bzr add'ed last commit | Charles Kerr | 2014-02-03 | 1 | -0/+51 |
* | from alarm dev branch: add the alarm watcher and its unit tests | Charles Kerr | 2014-02-02 | 1 | -0/+72 |
* | copyediting: don't use camelCaseFunctionNames() in timezones-file | Charles Kerr | 2014-02-02 | 1 | -2/+2 |
* | copyediting: as per review, use name_of_thing() instead of get_name_of_thing(... | Charles Kerr | 2014-01-30 | 4 | -16/+16 |
* | following on the review comment covered in the last commit, use shared_ptr<co... | Charles Kerr | 2014-01-30 | 5 | -13/+13 |
* | as per review, there were a few places that accidentally passed a shared_ptr<... | Charles Kerr | 2014-01-30 | 2 | -3/+3 |
* | as per review, constify getters where possible. This isn't always possible du... | Charles Kerr | 2014-01-30 | 2 | -2/+1 |
* | as per review, make explicit the dependency injection that was implicit in ma... | Charles Kerr | 2014-01-30 | 1 | -49/+0 |
* | as per review, don't inline unless there are performance issues | Charles Kerr | 2014-01-30 | 7 | -30/+11 |
* | as per review, don't inline getters | Charles Kerr | 2014-01-30 | 3 | -8/+8 |
* | cleanup from previous commit: since Formatter code was migrated to utils.c so... | Charles Kerr | 2014-01-28 | 1 | -8/+1 |
* | make utils.cpp's generate_full_format_string_at_time() a standalone function ... | Charles Kerr | 2014-01-28 | 1 | -22/+28 |
* | sync the exported calendar state with the #State backend | Charles Kerr | 2014-01-25 | 2 | -4/+2 |
* | Alarms is going to need to know when the clock's minute changes. We already h... | Charles Kerr | 2014-01-22 | 3 | -17/+16 |
* | remove the local snapshot of properties-cpp and add a dependency for it in de... | Charles Kerr | 2014-01-22 | 5 | -643/+0 |
* | Remove the Timezones property from Clock; it's only needed by the subclass Li... | Charles Kerr | 2014-01-22 | 2 | -6/+10 |
* | move planner-mock.h from include/datetime/ to tests/ because it's only needed... | Charles Kerr | 2014-01-22 | 1 | -44/+0 |
* | copyediting: slightly better header comments/docs | Charles Kerr | 2014-01-22 | 9 | -10/+19 |
* | remove the State.timezones property. Timezones is a helper class for LiveCloc... | Charles Kerr | 2014-01-22 | 1 | -1/+10 |
* | copyediting: rename Service as Exporter & tweak comments | Charles Kerr | 2014-01-22 | 1 | -7/+9 |
* | extract LiveState to its own State subclass to make main()'s flow easier to f... | Charles Kerr | 2014-01-22 | 1 | -0/+49 |
* | move DateTime's impl from the header to a cc file | Charles Kerr | 2014-01-22 | 1 | -101/+20 |
* | Fix GDateTime leak in DateTime::DateTime(time_t) | Charles Kerr | 2014-01-22 | 1 | -1/+5 |
* | add LiveActions implementation and unit tests | Charles Kerr | 2014-01-21 | 1 | -1/+5 |
* | get timezone, clock tests running again with Settings & State | Charles Kerr | 2014-01-16 | 2 | -5/+4 |
* | update timezones-live to use Settings to tell when the user has enabled/disab... | Charles Kerr | 2014-01-16 | 1 | -7/+6 |
* | in utils.c, make a version of get_timezone_name() that doesn't require a GSet... | Charles Kerr | 2014-01-16 | 1 | -1/+4 |
* | Plug the Settings object into the State container s.t. menus and actions can ... | Charles Kerr | 2014-01-16 | 1 | -7/+7 |
* | update SettingsLocations class to use the "Settings" class instead of using G... | Charles Kerr | 2014-01-16 | 1 | -12/+6 |
* | update DesktopFormatter class to use the "Settings" class instead of using GS... | Charles Kerr | 2014-01-16 | 1 | -5/+14 |
* | Implement Settings, a properties-cpp wrapper around GSettings | Charles Kerr | 2014-01-16 | 2 | -10/+25 |
* | Function: add fully-tested ActionGroups, per-profile Menus, state object. | Charles Kerr | 2014-01-14 | 25 | -141/+732 |
* | add geoclue, glib test fixtures | Charles Kerr | 2013-12-17 | 1 | -0/+2 |
* | add other datetime header files | Charles Kerr | 2013-12-17 | 8 | -0/+410 |
* | add local copy of tvoss' cpp-properties. this will be removed when cpp-proper... | Charles Kerr | 2013-12-17 | 4 | -0/+642 |
* | add locations + tests | Charles Kerr | 2013-12-17 | 2 | -0/+131 |
* | add planner + tests | Charles Kerr | 2013-12-17 | 2 | -0/+120 |
* | add formatter + tests | Charles Kerr | 2013-12-17 | 1 | -0/+118 |
* | add timezone-geoclue + tests | Charles Kerr | 2013-12-17 | 1 | -0/+65 |
* | add timezone-file + tests | Charles Kerr | 2013-12-17 | 2 | -0/+106 |
* | add clock + tests | Charles Kerr | 2013-12-17 | 2 | -0/+162 |