aboutsummaryrefslogtreecommitdiff
path: root/src/timezone-file.c
Commit message (Collapse)AuthorAgeFilesLines
* replace autotools with cmakeCharles Kerr2013-10-181-2/+0
|
* in the Datetime base class, make a set_timezone() function for subclasses ↵Charles Kerr2013-09-091-35/+9
| | | | s.t. they don't have to reinvent the wheel. As a result, also remove the 'timezone changed' signale emitter helper
* minor documentation & #include cleanups to the timezone classesCharles Kerr2013-05-121-3/+1
|
* in timezone-file, check to see if the new timezone differs from the old one ↵Charles Kerr2013-05-061-6/+13
| | | | before emitting a property-change notification
* rename the 'DatetimeLocation' classes to the more accurate name ↵Charles Kerr2013-05-061-0/+235
'DatetimeTimezone'