| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix failing tests | Robert Tari | 2021-07-21 | 1 | -17/+40 |
* | Fix clock app URL. | Rodney Dawes | 2021-07-09 | 1 | -1/+1 |
* | Update app name usage to match snaps. | Rodney Dawes | 2021-07-09 | 1 | -1/+1 |
* | Detect desktop to launch applications. | Renato Araujo Oliveira Filho | 2021-07-07 | 1 | -81/+45 |
* | in actions-live, don't hardcode the bus strings | Charles Kerr | 2021-07-06 | 1 | -4/+5 |
* | Make sure that the ocurrence time is used to build the url to launch external... | Renato Araujo Oliveira Filho | 2021-07-05 | 1 | -4/+4 |
* | Lauch calendar app using the event start time. | Renato Araujo Oliveira Filho | 2021-07-05 | 1 | -12/+3 |
* | calls 'calendar://eventId=<event-id>' when clicking on an event in the indica... | Renato Araujo Oliveira Filho | 2021-07-01 | 1 | -3/+17 |
* | Port from URL Dispatcher to Lomiri URL Dispatcher. | Mike Gabriel | 2021-02-03 | 1 | -2/+2 |
* | -Made GCC 10.1.0 friendly | Robert Tari | 2020-07-17 | 1 | -6/+12 |
* | URL dispatcher on non-Ubuntu: Fake it as best as possible, so that the unit t... | Mike Gabriel | 2018-03-28 | 1 | -20/+4 |
* | URL dispatcher support: Build phone code, even if URL dispatcher is unavailable. | Mike Gabriel | 2018-03-26 | 1 | -2/+16 |
* | Make the datetime indicator build on non-Ubuntu systems (which mostly lack ur... | Mike Gabriel | 2017-12-08 | 1 | -1/+11 |
* | Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime. | Mike Gabriel | 2017-05-17 | 1 | -2/+2 |
* | under unity8 start system-settings instead unity-control-center, | Sebastien Bacher | 2015-08-27 | 1 | -6/+6 |
* | add an Alarm class to represent ical valarm components; change the Appointmen... | Charles Kerr | 2015-03-31 | 1 | -6/+13 |
* | make utc variable name more sensible. | Charles Kerr | 2015-03-16 | 1 | -2/+2 |
* | use the new DateTime::start_of_day() and DateTime::start_of_minute() functions. | Charles Kerr | 2015-03-14 | 1 | -2/+1 |
* | ensure that disabled alarms aren't shown in indicator-datetime and that notif... | Charles Kerr | 2014-12-07 | 1 | -1/+1 |
* | work around gio wakeup bug | Charles Kerr | 2014-03-25 | 1 | -0/+8 |
* | make the phone and desktop actions more consistent with each other; eg, 'indi... | Charles Kerr | 2014-03-22 | 1 | -20/+33 |
* | Don't show the "Add Event..." button if the calendar app can't be found. Fixe... | Charles Kerr | 2014-03-14 | 1 | -0/+24 |
|\ |
|
| * | test for evolution with g_app_info_get_id() rather than g_app_info_get_name() | Charles Kerr | 2014-03-13 | 1 | -6/+6 |
| * | Don't list an 'Add Event…' button if there's not a calendar app available | Charles Kerr | 2014-03-09 | 1 | -0/+24 |
| |\ |
|
| | * | In the Desktop profile, don't show the 'Add Event…' button if evolution can... | Charles Kerr | 2014-03-06 | 1 | -0/+24 |
* | | | When invoking Evolution's calendar via the commandline and the 'startdate' ar... | Charles Kerr | 2014-03-12 | 1 | -1/+3 |
|/ / |
|
* / | decouple the planner's states; need three separate sets: upcoming-now (for al... | Charles Kerr | 2014-03-09 | 1 | -1/+1 |
|/ |
|
* | sync with trunk | Charles Kerr | 2014-02-19 | 1 | -4/+0 |
|\ |
|
| * | Move date/time panel into unity-control-center | Robert Ancell | 2014-02-11 | 1 | -4/+0 |
* | | copyediting: use 'nullptr' instead of 'NULL' in c++ source | Charles Kerr | 2014-02-02 | 1 | -1/+1 |
|/ |
|
* | as per review, don't inline unless there are performance issues | Charles Kerr | 2014-01-30 | 1 | -0/+5 |
* | merge lp:~robert-ancell/indicator-datetime/call-ucc into lp:indicator-datetime | Charles Kerr | 2014-01-27 | 1 | -2/+13 |
* | sync the exported calendar state with the #State backend | Charles Kerr | 2014-01-25 | 1 | -5/+0 |
* | add LiveActions implementation and unit tests | Charles Kerr | 2014-01-21 | 1 | -13/+140 |
* | get timezone, clock tests running again with Settings & State | Charles Kerr | 2014-01-16 | 1 | -7/+2 |
* | Function: add fully-tested ActionGroups, per-profile Menus, state object. | Charles Kerr | 2014-01-14 | 1 | -0/+84 |