| Commit message (Expand) | Author | Age | Files | Lines |
* | another pass at removing alarms from the menu once they're no longer upcoming... | Charles Kerr | 2014-02-05 | 1 | -9/+28 |
* | remove upcoming events from the menu once they're no longer upcoming. | Charles Kerr | 2014-02-05 | 1 | -0/+7 |
* | when displaying alarms, use the 'alarm-clock' key matching the icon in ubuntu... | Charles Kerr | 2014-02-03 | 1 | -61/+8 |
* | update the header state when the planner's appointments change | Charles Kerr | 2014-02-03 | 1 | -0/+1 |
* | copyediting: use 'nullptr' instead of 'NULL' in c++ source | Charles Kerr | 2014-02-02 | 1 | -1/+1 |
* | copyediting: as per review, use name_of_thing() instead of get_name_of_thing(... | Charles Kerr | 2014-01-30 | 1 | -7/+7 |
* | following on the review comment covered in the last commit, use shared_ptr<co... | Charles Kerr | 2014-01-30 | 1 | -12/+12 |
* | as per review, there were a few places that accidentally passed a shared_ptr<... | Charles Kerr | 2014-01-30 | 1 | -2/+2 |
* | as per review, constify getters where possible. This isn't always possible du... | Charles Kerr | 2014-01-30 | 1 | -5/+0 |
* | as per review, don't inline unless there are performance issues | Charles Kerr | 2014-01-30 | 1 | -0/+6 |
* | as per review, don't inline getters | Charles Kerr | 2014-01-30 | 1 | -0/+26 |
* | fix 'clock app' menuitem on phone profile reported by seb128 and update the c... | Charles Kerr | 2014-01-30 | 1 | -4/+13 |
* | fix disabled 'Add Event…' menuitem issue reported in testing by seb128; add... | Charles Kerr | 2014-01-29 | 1 | -1/+1 |
* | fix instant calendar toggle issue reported in testing by seb128; add a test f... | Charles Kerr | 2014-01-29 | 1 | -2/+5 |
* | sync with lp:~larsu/indicator-datetime/reset-date and add corresponding unit ... | Charles Kerr | 2014-01-29 | 1 | -0/+2 |
* | silence compiler warning | Charles Kerr | 2014-01-28 | 1 | -1/+1 |
* | follow-up to r326, if we can't get the alarm icon from click, use a sane fall... | Charles Kerr | 2014-01-22 | 1 | -2/+9 |
* | copyediting: omit unnecessary #includes | Charles Kerr | 2014-01-22 | 1 | -4/+0 |
* | the clock icon should match the one used by the clock app, so use click to as... | Charles Kerr | 2014-01-22 | 1 | -8/+54 |
* | plug in the greeter menus | Charles Kerr | 2014-01-22 | 1 | -2/+2 |
* | Plug the Settings object into the State container s.t. menus and actions can ... | Charles Kerr | 2014-01-16 | 1 | -15/+5 |
* | Function: add fully-tested ActionGroups, per-profile Menus, state object. | Charles Kerr | 2014-01-14 | 1 | -0/+518 |