aboutsummaryrefslogtreecommitdiff
path: root/src/actions-live.cpp
Commit message (Collapse)AuthorAgeFilesLines
* test for evolution with g_app_info_get_id() rather than g_app_info_get_name()Charles Kerr2014-03-131-6/+6
|
* Don't list an 'Add Event…' button if there's not a calendar app availableCharles Kerr2014-03-091-0/+24
|\
| * In the Desktop profile, don't show the 'Add Event…' button if evolution ↵Charles Kerr2014-03-061-0/+24
| | | | | | | | can't be launched.
* | decouple the planner's states; need three separate sets: upcoming-now (for ↵Charles Kerr2014-03-091-1/+1
|/ | | | 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).
* sync with trunkCharles Kerr2014-02-191-4/+0
|\
| * Move date/time panel into unity-control-centerRobert Ancell2014-02-111-4/+0
| |
* | copyediting: use 'nullptr' instead of 'NULL' in c++ sourceCharles Kerr2014-02-021-1/+1
|/
* as per review, don't inline unless there are performance issuesCharles Kerr2014-01-301-0/+5
|
* merge lp:~robert-ancell/indicator-datetime/call-ucc into lp:indicator-datetimeCharles Kerr2014-01-271-2/+13
|
* sync the exported calendar state with the #State backendCharles Kerr2014-01-251-5/+0
|
* add LiveActions implementation and unit testsCharles Kerr2014-01-211-13/+140
|
* get timezone, clock tests running again with Settings & StateCharles Kerr2014-01-161-7/+2
|
* Function: add fully-tested ActionGroups, per-profile Menus, state object.Charles Kerr2014-01-141-0/+84
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