Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | another pass at removing alarms from the menu once they're no longer ↵ | Charles Kerr | 2014-02-05 | 1 | -0/+18 |
| | | | | upcoming. This version fixes the header's icon as well. | ||||
* | as per review, don't inline unless there are performance issues | Charles Kerr | 2014-01-30 | 1 | -0/+17 |
| | |||||
* | Alarms is going to need to know when the clock's minute changes. We already ↵ | Charles Kerr | 2014-01-22 | 1 | -40/+25 |
| | | | | 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. | ||||
* | move DateTime's impl from the header to a cc file | Charles Kerr | 2014-01-22 | 1 | -0/+157 |