aboutsummaryrefslogtreecommitdiff
path: root/src/timezone-file.cpp
Commit message (Collapse)AuthorAgeFilesLines
* when src/timezone-file.c reads the contents of a file, skip lines that begin ↵Charles Kerr2014-05-051-13/+56
| | | | with '#' because they're comments. Add test.
* copyediting: don't use camelCaseFunctionNames() in timezones-fileCharles Kerr2014-02-021-4/+4
|
* use realpath() to dereference symbolic links when watching /etc/timezone. ↵Charles Kerr2014-01-311-3/+16
| | | | h/t pitti
* as per review, don't inline unless there are performance issuesCharles Kerr2014-01-301-0/+14
|
* Function: add fully-tested ActionGroups, per-profile Menus, state object.Charles Kerr2014-01-141-9/+9
| | | | | | 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 timezone-file + testsCharles Kerr2013-12-171-0/+89