aboutsummaryrefslogtreecommitdiff
path: root/tests/test-clock.cpp
Commit message (Collapse)AuthorAgeFilesLines
* If possible, avoid deprecated g_time_zone_newRobert Tari2021-06-271-2/+20
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/34
* README.md: Add some manual line breaks.Mike Gabriel2017-12-081-1/+1
|
* Many more C++ namespace name changes (unity -> ayatana).Mike Gabriel2017-12-081-1/+1
|
* sync with trunkCharles Kerr2014-09-161-18/+93
|\
| * add unit tests for the powerd monitorCharles Kerr2014-09-151-0/+61
| |
| * hide Clock's implementation details into an Impl class.Charles Kerr2014-09-131-18/+32
| |
* | LiveClock only needs one Timezone, so give it that instead of a Timezones objectCharles Kerr2014-09-161-15/+16
|/
* copyediting: use 'nullptr' instead of 'NULL' in c++ sourceCharles Kerr2014-02-021-2/+2
|
* copyediting: as per review, use name_of_thing() instead of ↵Charles Kerr2014-01-301-4/+4
| | | | get_name_of_thing() or getNameOfThing()
* Alarms is going to need to know when the clock's minute changes. We already ↵Charles Kerr2014-01-221-18/+14
| | | | have a timer for that in Formatter, so move it from there to Clock and add a corresponding public signal Clock.minuteChanged that both Formatter and Alarms can use. Sync unit tests.
* copyediting: rename the test/ directory's .cc files to .cpp for consistency ↵Charles Kerr2014-01-221-0/+144
with src/