aboutsummaryrefslogtreecommitdiff
path: root/src/timezones-live.cpp
Commit message (Collapse)AuthorAgeFilesLines
* in LiveTimezones, pass the primary timezone to it on construction. We used ↵Charles Kerr2021-08-291-4/+7
| | | | to create it implicitly but can't do that anymore now that TimedatedTimezone takes its own ctor argument.
* Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.Mike Gabriel2017-05-171-2/+2
|
* Use timedated's Timezone property instead of watching /etc/timezoneIain Lane2015-08-311-3/+2
| | | | | Still need to rename everything to not use "timezone-file"
* following on the review comment covered in the last commit, use ↵Charles Kerr2014-01-301-1/+2
| | | | shared_ptr<const X> instead of shared_ptr<X> where possible.
* update timezones-live to use Settings to tell when the user has ↵Charles Kerr2014-01-161-4/+8
| | | | enabled/disabled GeoClue lookups
* Function: add fully-tested ActionGroups, per-profile Menus, state object.Charles Kerr2014-01-141-18/+16
| | | | | | 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 geoclue, glib test fixturesCharles Kerr2013-12-171-0/+69