lp:unity/5.0
Unity for Ubuntu 12.04 LTS.
- Get this branch:
- bzr branch lp:unity/5.0
Branch merges
- Timo Jyrinki: Disapprove on 2013-01-28
- Didier Roche: Pending requested 2013-01-09
-
Diff: 888 lines (+278/-96)20 files modifiedplugins/unityshell/src/DashController.cpp (+17/-3)
plugins/unityshell/src/DashController.h (+3/-0)
plugins/unityshell/src/DashStyle.cpp (+0/-3)
plugins/unityshell/src/DashView.cpp (+14/-9)
plugins/unityshell/src/HudController.cpp (+12/-3)
plugins/unityshell/src/HudController.h (+2/-0)
plugins/unityshell/src/HudView.cpp (+13/-0)
plugins/unityshell/src/IconRenderer.cpp (+36/-10)
plugins/unityshell/src/PluginAdapter.cpp (+1/-1)
plugins/unityshell/src/SwitcherController.cpp (+7/-5)
plugins/unityshell/src/SwitcherController.h (+0/-1)
plugins/unityshell/src/SwitcherModel.h (+2/-2)
plugins/unityshell/src/WindowManager.h (+4/-0)
plugins/unityshell/src/unity-util-accessible.cpp (+2/-2)
plugins/unityshell/src/unityshell.cpp (+96/-51)
plugins/unityshell/src/unityshell.h (+5/-5)
services/panel-indicator-entry-accessible.c (+26/-1)
services/panel-service.c (+20/-0)
tests/autopilot/autopilot/tests/test_dash.py (+9/-0)
tests/autopilot/autopilot/tests/test_hud.py (+9/-0)
Branch information
Recent revisions
- 2425. By Christopher Townsend on 2013-10-17
-
Reference the menu in the accessible object. Backport of revno. 2775 of lp:unity. (LP: #913324)
- 2424. By Andrew Gaul <email address hidden> on 2013-09-20
-
PanelService: Disconnect signals connected in on_entry_added
This addresses a memory leak observed in lp:1203607
- 2423. By Stephen M. Webb on 2013-09-02
-
DashStyle: removed debug output thatcould cause a potential security problem (lp: #1051921)
- 2422. By Christopher Townsend on 2013-07-11
-
Check to see if the window is supposed to have decorations instead of the window actually being decorated when Undecorate() is called. This fixes a race condition where windows opened maximized upon login would sometimes have extra decorations. (LP: #1195730)
- 2421. By Brandon Schaefer on 2013-07-11
-
We needs to set the focus of the base windows to the Dash/Hud (which ever one is focused), so XIM will accept events to those windows. Allowing XIM to work when this branch lands: lp:~brandontschaefer/nux/xim-support-12-04-SRU
- 2420. By Christopher Townsend on 2013-06-21
-
Fixes issue where minimizing a full screen window would not draw the Launcher and Panel after minimization. This is a backport of lp:unity revno. 3320.
- 2419. By Marco Trevisan (Treviño) on 2013-04-23
-
SwitcherController: use again the SwitcherView as non-input window
Otherwise it could only lead to focusing troubles.
Added utilities to manage the WindowManager default close-window keybinding and using
it in our views. -
Merged branch
lp:~3v1n0/unity/switcher-no-inputwin-5.0
- Bug #836023: New Unity Alt-Tab switcher window is slow to appear
- Bug #863331: alt-tab - the 'pips' the indicate a application has multiple windows open look pixelated
- Bug #1019440: Hud should close with Alt+F4
- Bug #1022801: Alt+F4 does not close the dash or hud when Numlock or Capslock are on.
- Bug #1071298: ALT+Tab switches to incorrect window
- 2418. By Łukasz Zemczak on 2013-04-12
-
Add a manual test checking the fix for LP: #1122478. We need a manual-test because there is no infrastructure for real testing.. Fixes: . Approved by Christopher Townsend.
- 2416. By Marco Trevisan (Treviño) on 2013-04-04
-
UnityWindow: properly draw the panel shadow when a Nux window is focused or during WS switch
If a nux window is the active one, compiz won't draw it, so the code that is doing the
panelShadow drawing is excluded. We need to make sure that this will be executed
also in this case.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:unity