aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/actions-live.h
Commit message (Collapse)AuthorAgeFilesLines
* Make sure that the ocurrence time is used to build the url to launch ↵Renato Araujo Oliveira Filho2021-07-051-2/+2
| | | | external application.
* URL dispatcher on non-Ubuntu: Fake it as best as possible, so that the unit ↵Mike Gabriel2018-03-281-2/+0
| | | | tests are happy and succeed.
* URL dispatcher support: Build phone code, even if URL dispatcher is unavailable.Mike Gabriel2018-03-261-2/+0
|
* Make the datetime indicator build on non-Ubuntu systems (which mostly lack ↵Mike Gabriel2017-12-081-0/+4
| | | | url-dispatcher and Ubuntu Touch sound schema files.
* Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.Mike Gabriel2017-05-171-2/+2
|
* fix flint++ warningsCharles Kerr2014-09-171-12/+12
|
* make the phone and desktop actions more consistent with each other; eg, ↵Charles Kerr2014-03-221-8/+11
| | | | 'indicator.desktop.open-calendar-app' + 'indicator.phone.open-calendar-app'
* In the Desktop profile, don't show the 'Add Event…' button if evolution ↵Charles Kerr2014-03-061-0/+1
| | | | can't be launched.
* as per review, don't inline unless there are performance issuesCharles Kerr2014-01-301-1/+1
|
* copyediting: slightly better header comments/docsCharles Kerr2014-01-221-1/+1
|
* add LiveActions implementation and unit testsCharles Kerr2014-01-211-1/+5
|
* get timezone, clock tests running again with Settings & StateCharles Kerr2014-01-161-4/+3
|
* Function: add fully-tested ActionGroups, per-profile Menus, state object.Charles Kerr2014-01-141-0/+57
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