aboutsummaryrefslogtreecommitdiff
path: root/src/actions-live.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make the datetime indicator build on non-Ubuntu systems (which mostly lack ur...Mike Gabriel2017-12-081-1/+11
* Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.Mike Gabriel2017-05-171-2/+2
* under unity8 start system-settings instead unity-control-center,Sebastien Bacher2015-08-271-6/+6
* add an Alarm class to represent ical valarm components; change the Appointmen...Charles Kerr2015-03-311-6/+13
* make utc variable name more sensible.Charles Kerr2015-03-161-2/+2
* use the new DateTime::start_of_day() and DateTime::start_of_minute() functions.Charles Kerr2015-03-141-2/+1
* ensure that disabled alarms aren't shown in indicator-datetime and that notif...Charles Kerr2014-12-071-1/+1
* work around gio wakeup bugCharles Kerr2014-03-251-0/+8
* make the phone and desktop actions more consistent with each other; eg, 'indi...Charles Kerr2014-03-221-20/+33
* Don't show the "Add Event..." button if the calendar app can't be found. Fixe...Charles Kerr2014-03-141-0/+24
|\
| * 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 can...Charles Kerr2014-03-061-0/+24
* | | When invoking Evolution's calendar via the commandline and the 'startdate' ar...Charles Kerr2014-03-121-1/+3
|/ /
* / decouple the planner's states; need three separate sets: upcoming-now (for al...Charles Kerr2014-03-091-1/+1
|/
* 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