From 0390b8edbc251f5039bf9514f2548f0b057c75ba Mon Sep 17 00:00:00 2001 From: Gord Allott Date: Tue, 24 Jul 2012 17:44:31 +0100 Subject: makes space for previews, hides filter bar, buggy hide search bar behaviour (bzr r2419.6.1) --- unity-shared/UBusMessages.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'unity-shared') diff --git a/unity-shared/UBusMessages.h b/unity-shared/UBusMessages.h index 603baa19f..65bec9786 100644 --- a/unity-shared/UBusMessages.h +++ b/unity-shared/UBusMessages.h @@ -81,6 +81,9 @@ #define UBUS_DASH_SIZE_CHANGED "DASH_SIZE_CHANGED" // FIXME - fix the nux focus api so we don't need this #define UBUS_RESULT_VIEW_KEYNAV_CHANGED "RESULT_VIEW_KEYNAV_CHANGED" +#define UBUS_RESULT_VIEW_EXPLICIT_SCROLL_POSITION "RESULT_VIEW_EXPLICIT_SCROLL_POSITION" + +#define UBUS_DASH_SET_SEARCH_VISIBILITY "DASH_SET_SEARCH_VISIBILITY" // Sends a string datatype containing the new icon name #define UBUS_HUD_ICON_CHANGED "HUD_ICON_CHANGED" -- cgit v1.2.3 From 12d82b0f19c9bb3bb041ed4dd0da9ff6b9236d65 Mon Sep 17 00:00:00 2001 From: Gord Allott Date: Tue, 7 Aug 2012 15:34:04 +0100 Subject: removed a lot of the old code for handling background animations we aren't doing anymore (bzr r2419.6.12) --- unity-shared/UBusMessages.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unity-shared') diff --git a/unity-shared/UBusMessages.h b/unity-shared/UBusMessages.h index 65bec9786..2126fd7df 100644 --- a/unity-shared/UBusMessages.h +++ b/unity-shared/UBusMessages.h @@ -81,9 +81,9 @@ #define UBUS_DASH_SIZE_CHANGED "DASH_SIZE_CHANGED" // FIXME - fix the nux focus api so we don't need this #define UBUS_RESULT_VIEW_KEYNAV_CHANGED "RESULT_VIEW_KEYNAV_CHANGED" -#define UBUS_RESULT_VIEW_EXPLICIT_SCROLL_POSITION "RESULT_VIEW_EXPLICIT_SCROLL_POSITION" -#define UBUS_DASH_SET_SEARCH_VISIBILITY "DASH_SET_SEARCH_VISIBILITY" +// for communicating positions to the preview state machine (ii) +#define UBUS_DASH_SPLIT_COORD_CHANGED "DASH_SPLIT_COORD_CHANGED" // Sends a string datatype containing the new icon name #define UBUS_HUD_ICON_CHANGED "HUD_ICON_CHANGED" -- cgit v1.2.3 From f7dfaa9d167401ec0f681a8d508b113e85ca3140 Mon Sep 17 00:00:00 2001 From: Gord Allott Date: Wed, 8 Aug 2012 17:56:18 +0100 Subject: fixed bunch of small bugs woo (bzr r2419.6.13) --- unity-shared/UBusMessages.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'unity-shared') diff --git a/unity-shared/UBusMessages.h b/unity-shared/UBusMessages.h index 2126fd7df..777217e0c 100644 --- a/unity-shared/UBusMessages.h +++ b/unity-shared/UBusMessages.h @@ -82,8 +82,14 @@ // FIXME - fix the nux focus api so we don't need this #define UBUS_RESULT_VIEW_KEYNAV_CHANGED "RESULT_VIEW_KEYNAV_CHANGED" -// for communicating positions to the preview state machine (ii) -#define UBUS_DASH_SPLIT_COORD_CHANGED "DASH_SPLIT_COORD_CHANGED" +// for communicating positions to the preview state machine (iii) +// (split y coord in absolute geometry, results to the left, results to the right) +#define UBUS_DASH_PREVIEW_INFO_PAYLOAD "DASH_PREVIEW_INFO_PAYLOAD" + +// called when previews wish to navigate left/right or close (is) +// -1 = left, 0 = close, 1 = right, +// string is the uri string that last result activated was +#define UBUS_DASH_PREVIEW_NAVIGATION_REQUEST "DASH_PREVIEW_NAVIGATION_REQUEST" // Sends a string datatype containing the new icon name #define UBUS_HUD_ICON_CHANGED "HUD_ICON_CHANGED" -- cgit v1.2.3