aboutsummaryrefslogtreecommitdiff
path: root/src/timezone-timedated.cpp
Commit message (Collapse)AuthorAgeFilesLines
* in TimedatedTimezone, take a GDBusConnection argument in the ctor to ↵Charles Kerr2021-08-291-44/+27
| | | | simplify state management
* in timezone-timedated, check for error!=nullptr before passing it to ↵Charles Kerr2021-08-291-2/+2
| | | | g_error_matches()
* pull the timezone from timedate1 regardless of whether it appears on the bus ↵Charles Kerr2021-08-291-114/+135
| | | | before or after we startup
* Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.Mike Gabriel2017-05-171-2/+2
|
* timezone-timedated: subscribe to PropertiesChanged directlyLars Uebernickel2015-09-031-102/+30
| | | | | | This avoids some unnecessary calls that GDBusProxy makes and the name watching.
* Avoid nested GMainLoops by reading from the file on startupIain Lane2015-09-031-42/+86
| | | | | Restore some tests for this functionality.
* Add some commentsIain Lane2015-09-011-0/+2
|
* Rename FileTimezone to TimedatedTimezoneIain Lane2015-09-011-0/+238