aboutsummaryrefslogtreecommitdiff
path: root/src/menu.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't load the alarm icon until it's needed s.t. we don't hit click unnecessa...Charles Kerr2014-02-051-4/+7
|\
| * don't load the alarm icon until we need it, which in the case of the desktop ...Charles Kerr2014-01-291-4/+7
* | copyediting: as per review, use name_of_thing() instead of get_name_of_thing(...Charles Kerr2014-01-301-7/+7
* | following on the review comment covered in the last commit, use shared_ptr<co...Charles Kerr2014-01-301-12/+12
* | as per review, there were a few places that accidentally passed a shared_ptr<...Charles Kerr2014-01-301-2/+2
* | as per review, constify getters where possible. This isn't always possible du...Charles Kerr2014-01-301-5/+0
* | as per review, don't inline unless there are performance issuesCharles Kerr2014-01-301-0/+6
* | as per review, don't inline gettersCharles Kerr2014-01-301-0/+26
* | fix 'clock app' menuitem on phone profile reported by seb128 and update the c...Charles Kerr2014-01-301-4/+13
|/
* fix disabled 'Add Event…' menuitem issue reported in testing by seb128; add...Charles Kerr2014-01-291-1/+1
* fix instant calendar toggle issue reported in testing by seb128; add a test f...Charles Kerr2014-01-291-2/+5
* sync with lp:~larsu/indicator-datetime/reset-date and add corresponding unit ...Charles Kerr2014-01-291-0/+2
* silence compiler warningCharles Kerr2014-01-281-1/+1
* follow-up to r326, if we can't get the alarm icon from click, use a sane fall...Charles Kerr2014-01-221-2/+9
* copyediting: omit unnecessary #includesCharles Kerr2014-01-221-4/+0
* the clock icon should match the one used by the clock app, so use click to as...Charles Kerr2014-01-221-8/+54
* plug in the greeter menusCharles Kerr2014-01-221-2/+2
* Plug the Settings object into the State container s.t. menus and actions can ...Charles Kerr2014-01-161-15/+5
* Function: add fully-tested ActionGroups, per-profile Menus, state object.Charles Kerr2014-01-141-0/+518