~unity-team/unity/get-some-debug

« back to all changes in this revision

Viewing changes to unity-shared/UBusMessages.h

  • Committer: Tarmac
  • Author(s): Marco Trevisan (Treviño)
  • Date: 2013-09-24 05:17:09 UTC
  • mfrom: (3527.2.2 trunk)
  • Revision ID: tarmac-20130924051709-q7idt4ii303de1r9
UBusMessages: remove useless messages (and relative emission).

Approved by PS Jenkins bot, Brandon Schaefer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
// Add ubus messages here so we can easily export them around the place
23
23
// keep ordered
24
24
 
25
 
// Signal fired when an autopilot test is finished
26
 
#define UBUS_AUTOPILOT_TEST_FINISHED "AUTOPILOT_TEST_FINISHED"
27
 
 
28
25
#define UBUS_DASH_EXTERNAL_ACTIVATION "DASH_EXTERNAL_ACTIVATION"
29
26
#define UBUS_OVERLAY_CLOSE_REQUEST "OVERLAY_CLOSE_REQUEST"
30
27
 
53
50
// Signal to force the launcher into locked mode, (b)
54
51
#define UBUS_LAUNCHER_LOCK_HIDE "LAUNCHER_LOCK_HIDE"
55
52
 
56
 
// Signal to emit changes to the launcher hide mode behaviour (b), true = locked out, false = unlocked
57
 
#define UBUS_LAUNCHER_HIDE_MODE_CHANGE "LAUNCHER_HIDE_MODE_CHANGE"
58
 
 
59
 
// Signal sent when a quicklist is shown.
60
 
#define UBUS_QUICKLIST_SHOWN "QUICKLIST_SHOWN"
61
 
 
62
 
// Signal sent when a tooltip is shown.
63
 
#define UBUS_TOOLTIP_SHOWN "TOOLTIP_SHOWN"
64
 
 
65
53
// Signal sent when the background changes, contains average colour in float RGB format
66
54
#define UBUS_BACKGROUND_COLOR_CHANGED "BACKGROUND_COLOR_CHANGED"
67
55
#define UBUS_BACKGROUND_REQUEST_COLOUR_EMIT "REQUEST_BACKGROUND_COLOUR_EMIT"
71
59
#define UBUS_RESULT_VIEW_KEYNAV_CHANGED "RESULT_VIEW_KEYNAV_CHANGED"
72
60
 
73
61
// called when previews wish to navigate left/right or close (is)
74
 
// -1 = left, 0 = close, 1 = right, 
 
62
// -1 = left, 0 = close, 1 = right,
75
63
// string is the uri string that last result activated was
76
64
#define UBUS_DASH_PREVIEW_NAVIGATION_REQUEST "DASH_PREVIEW_NAVIGATION_REQUEST"
77
65