diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-03-22 02:25:50 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-03-22 02:25:50 -0500 |
commit | 18013dbb911de3d71ad679f697490f161ec19a34 (patch) | |
tree | 2289f056757002282a725da3327b5894f99829d2 /README | |
parent | 71f97cd047f58ca93303f0262f65fb48682b2e70 (diff) | |
download | ayatana-indicator-datetime-18013dbb911de3d71ad679f697490f161ec19a34.tar.gz ayatana-indicator-datetime-18013dbb911de3d71ad679f697490f161ec19a34.tar.bz2 ayatana-indicator-datetime-18013dbb911de3d71ad679f697490f161ec19a34.zip |
make the phone and desktop actions more consistent with each other; eg, 'indicator.desktop.open-calendar-app' + 'indicator.phone.open-calendar-app'
Diffstat (limited to 'README')
-rw-r--r-- | README | 19 |
1 files changed, 13 insertions, 6 deletions
@@ -1,19 +1,26 @@ ACTIONS ======= - * "phone.open-settings" - * "desktop.open-settings" - Description: opens a page for changing indicator-datetime's settings + * "desktop.open-settings-app" + * "phone.open-settings-app" + Description: open the settings application. State: None Parameter: None - * "activate-planner" - Description: opens an appointment editor. + * "desktop.open-alarm-app" + * "phone.open-alarm-app" + Description: open the application for creating new alarms. + State: None + Parameter: None + + * "desktop.open-calendar-app" + * "phone.open-calendar-app" State: None Parameter: int64, a time_t hinting which day/time to show in the planner, or 0 for the current day - * "activate-appointment" + * "desktop.open-appointment" + * "phone.open-appointment" Description: opens an appointment editor to the specified appointment. State: None Parameter: string, an opaque uid to specify which appointment to use. |