~ubuntu-branches/ubuntu/natty/unity/natty-proposed

« back to all changes in this revision

Viewing changes to src/UBusMessages.h

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-03-01 14:27:16 UTC
  • mfrom: (1.1.33 upstream)
  • Revision ID: james.westby@ubuntu.com-20110301142716-zuky11rmg555t4be
Tags: 3.6.0-0ubuntu1
* New upstream release.
  - Menu bar becomes blank periodically (LP: #683065)
  - Unity does not update when screen resolution changes (LP: #684539)
  - [dash] Keyboard navigation not implemented as specified (LP: #608132)
  - Dash - build the Desktop Dash (LP: #683719)
  - Quicklists not working (LP: #719780)
  - Launcher auto hide animation has a life of it's own / Unity launcher
    constantly sliding in and out without user interaction (LP: #717364)
  - compiz crashed with SIGSEGV in PrivateWindow::getModalTransient()
    (LP: #726235)
  - Don't show launcher number overlays on tap of super (LP: #726630)
  - Optimize texture memory usage for unexposed view icons (LP: #609994)
  - Unity should handle video-out keycodes that correspond to Super + P +
    Enter (LP: #632632)
  - dash - wrong count of remaining items to see (LP: #662605)
  - dash - x search box button visibility (LP: #662614)
  - Touch window management gesture previews (LP: #683688)
  - unity not working on rotated displays (LP: #694596)
  - unity main top bar in displays in wrong area (multi-head issue)
    (LP: #707209)
  - unity place group visual improvements (LP: #714528)
  - Implement ref_state_set for toplevel ATK objects in the panel service
    (LP: #715299)
  - Alt + F1 doesn't show the launcher if hidden (LP: #717125)
  - Keyboard navigation: Choosing a window from launcher doesn't change
    input focus. (LP: #721811)
  - Quicklists not closing when losing focus (LP: #724739)
  - wrong animation in the launcher (LP: #724956)
  - Window management - windows go below launcher and panel (LP: #725463)
  - Media and PrintScreen keys don't work (LP: #621887)
  - super-shortcuts should be "serializable" (LP: #638936)
  - Chromium icon in Unity is distorted / some scaled distored in the unity
    place applications (LP: #670169)
  - launcher stays on screen when it shouldn't | false show/hide positives
    on the launcher (LP: #711176)
  - Keyboard navigation: no public API to know the current Laucher Icon
    selected when key nav is activated (LP: #722660)
  - Require to implement AtkSelection on the Launcher (LP: #723804)
  - LauncherIcon accessibility support requires to expose the selection
    state (LP: #723806)
  - Add keyboard shortcuts for launching separate instances of applications 
    (LP: #724865)
* debian/control:
  - dep on latest nux

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
// id = entry->GetId(), search_string can be ""
34
34
#define UBUS_PLACE_ENTRY_ACTIVATE_REQUEST "PLACE_ENTRY_ACTIVATE_REQUEST"
35
35
 
 
36
// When a result wants to activate in a place
 
37
// Payload should be: (s) = (uri)
 
38
#define UBUS_PLACE_TILE_ACTIVATE_REQUEST "PLACE_TILE_ACTIVATE_REQUEST"
 
39
 
36
40
// Signal send when places are shown or hidden
37
41
#define UBUS_PLACE_VIEW_HIDDEN "PLACE_VIEW_HIDDEN"
38
42
#define UBUS_PLACE_VIEW_SHOWN "PLACE_VIEW_SHOWN"
39
43
 
 
44
#define UBUS_PLACE_VIEW_QUEUE_DRAW "PLACE_VIEW_QUEUE_DRAW"
 
45
 
40
46
// Signal send by Launcher/Quicklist when it wants to exit key-nav and wants to
41
47
// get rid of keyboard-input-focus
42
48
#define UBUS_LAUNCHER_START_KEY_NAV  "LAUNCHER_START_KEY_NAV"