Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | get event selection up-to-date with the spec, including showing in-progress ↵ | Charles Kerr | 2021-08-29 | 1 | -0/+6 |
| | | | | events. add unit tests to cover event priority and display order. | ||||
* | URL dispatcher support: Build phone code, even if URL dispatcher is unavailable. | Mike Gabriel | 2018-03-26 | 1 | -2/+0 |
| | |||||
* | Make the datetime indicator build on non-Ubuntu systems (which mostly lack ↵ | Mike Gabriel | 2017-12-08 | 1 | -1/+5 |
| | | | | url-dispatcher and Ubuntu Touch sound schema files. | ||||
* | Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime. | Mike Gabriel | 2017-05-17 | 1 | -2/+2 |
| | |||||
* | following on the review comment covered in the last commit, use ↵ | Charles Kerr | 2014-01-30 | 1 | -2/+2 |
| | | | | 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 | -1/+1 |
| | | | | 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 | -1/+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 | -1/+1 |
| | |||||
* | as per review, don't inline getters | Charles Kerr | 2014-01-30 | 1 | -4/+4 |
| | |||||
* | copyediting: slightly better header comments/docs | Charles Kerr | 2014-01-22 | 1 | -0/+4 |
| | |||||
* | Function: add fully-tested ActionGroups, per-profile Menus, state object. | Charles Kerr | 2014-01-14 | 1 | -0/+82 |
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 |