Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | in date-time.h, remove unnecessary get() call. (h/t ted) | Charles Kerr | 2014-06-10 | 1 | -1/+1 |
| | |||||
* | hw alarms | Charles Kerr | 2014-04-24 | 1 | -0/+3 |
| | |||||
* | decouple the planner's states; need three separate sets: upcoming-now (for ↵ | Charles Kerr | 2014-03-09 | 1 | -0/+5 |
| | | | | alarms in the current time), upcoming-calendar (to show events coming from the selected calendar date), and calendar-month (all the appointments in the month displayed in the menu). | ||||
* | another pass at removing alarms from the menu once they're no longer ↵ | Charles Kerr | 2014-02-05 | 1 | -0/+3 |
| | | | | 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 | -3/+3 |
| | |||||
* | Alarms is going to need to know when the clock's minute changes. We already ↵ | Charles Kerr | 2014-01-22 | 1 | -2/+3 |
| | | | | 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 | -101/+20 |
| | |||||
* | Fix GDateTime leak in DateTime::DateTime(time_t) | Charles Kerr | 2014-01-22 | 1 | -1/+5 |
| | |||||
* | Function: add fully-tested ActionGroups, per-profile Menus, state object. | Charles Kerr | 2014-01-14 | 1 | -26/+77 |
| | | | | | | 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 other datetime header files | Charles Kerr | 2013-12-17 | 1 | -0/+93 |