| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | following on the review comment covered in the last commit, use ↵ | Charles Kerr | 2014-01-30 | 1 | -12/+12 |
| | | | | | shared_ptr<const X> instead of shared_ptr<X> where possible. | ||||
| * | as per review, there were a few places that accidentally passed a ↵ | Charles Kerr | 2014-01-30 | 1 | -2/+2 |
| | | | | | shared_ptr<X>& instead of a const shared_ptr<X>& | ||||
| * | as per review, constify getters where possible. This isn't always possible ↵ | Charles Kerr | 2014-01-30 | 1 | -5/+0 |
| | | | | | due to system APIs asking for non-const pointers. | ||||
| * | 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 ↵ | Charles Kerr | 2014-01-30 | 1 | -4/+13 |
| | | | | | corresponding unit tests | ||||
| * | fix disabled 'Add Event…' menuitem issue reported in testing by seb128; ↵ | Charles Kerr | 2014-01-29 | 1 | -1/+1 |
| | | | | | add a test for this regression | ||||
| * | fix instant calendar toggle issue reported in testing by seb128; add a test ↵ | Charles Kerr | 2014-01-29 | 1 | -2/+5 |
| | | | | | for this regression | ||||
| * | sync with lp:~larsu/indicator-datetime/reset-date and add corresponding unit ↵ | Charles Kerr | 2014-01-29 | 1 | -0/+2 |
| | | | | | tests. | ||||
| * | 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 ↵ | Charles Kerr | 2014-01-22 | 1 | -2/+9 |
| | | | | | fallback icon | ||||
| * | 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 ↵ | Charles Kerr | 2014-01-22 | 1 | -8/+54 |
| | | | | | ask the clock app which icon it's using | ||||
| * | 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 |
| | | | | | update themselves when the user's settings change. | ||||
| * | Function: add fully-tested ActionGroups, per-profile Menus, state object. | Charles Kerr | 2014-01-14 | 1 | -0/+518 |
| 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 | |||||
