aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* sync the exported calendar state with the #State backendCharles Kerr2014-01-252-4/+2
* Alarms is going to need to know when the clock's minute changes. We already h...Charles Kerr2014-01-223-17/+16
* remove the local snapshot of properties-cpp and add a dependency for it in de...Charles Kerr2014-01-225-643/+0
* Remove the Timezones property from Clock; it's only needed by the subclass Li...Charles Kerr2014-01-222-6/+10
* move planner-mock.h from include/datetime/ to tests/ because it's only needed...Charles Kerr2014-01-221-44/+0
* copyediting: slightly better header comments/docsCharles Kerr2014-01-229-10/+19
* remove the State.timezones property. Timezones is a helper class for LiveCloc...Charles Kerr2014-01-221-1/+10
* copyediting: rename Service as Exporter & tweak commentsCharles Kerr2014-01-221-7/+9
* extract LiveState to its own State subclass to make main()'s flow easier to f...Charles Kerr2014-01-221-0/+49
* move DateTime's impl from the header to a cc fileCharles Kerr2014-01-221-101/+20
* Fix GDateTime leak in DateTime::DateTime(time_t)Charles Kerr2014-01-221-1/+5
* add LiveActions implementation and unit testsCharles Kerr2014-01-211-1/+5
* get timezone, clock tests running again with Settings & StateCharles Kerr2014-01-162-5/+4
* update timezones-live to use Settings to tell when the user has enabled/disab...Charles Kerr2014-01-161-7/+6
* in utils.c, make a version of get_timezone_name() that doesn't require a GSet...Charles Kerr2014-01-161-1/+4
* Plug the Settings object into the State container s.t. menus and actions can ...Charles Kerr2014-01-161-7/+7
* update SettingsLocations class to use the "Settings" class instead of using G...Charles Kerr2014-01-161-12/+6
* update DesktopFormatter class to use the "Settings" class instead of using GS...Charles Kerr2014-01-161-5/+14
* Implement Settings, a properties-cpp wrapper around GSettingsCharles Kerr2014-01-162-10/+25
* Function: add fully-tested ActionGroups, per-profile Menus, state object.Charles Kerr2014-01-1425-141/+732
* add geoclue, glib test fixturesCharles Kerr2013-12-171-0/+2
* add other datetime header filesCharles Kerr2013-12-178-0/+410
* add local copy of tvoss' cpp-properties. this will be removed when cpp-proper...Charles Kerr2013-12-174-0/+642
* add locations + testsCharles Kerr2013-12-172-0/+131
* add planner + testsCharles Kerr2013-12-172-0/+120
* add formatter + testsCharles Kerr2013-12-171-0/+118
* add timezone-geoclue + testsCharles Kerr2013-12-171-0/+65
* add timezone-file + testsCharles Kerr2013-12-172-0/+106
* add clock + testsCharles Kerr2013-12-172-0/+162