lp:~unity-2d-team/unity-2d/unity-2d-shell
- Get this branch:
- bzr branch lp:~unity-2d-team/unity-2d/unity-2d-shell
Branch merges
- Florian Boucault (community): Needs Fixing on 2012-02-09
- Albert Astals Cid: Pending requested 2012-02-09
- MichaĆ Sawicz: Pending requested 2012-02-09
- Gerry Boland: Pending requested 2012-02-09
Branch information
Recent revisions
- 1006. By Albert Astals Cid on 2012-02-10
-
Do not try to be wider than the total screen geometry
Happens sometimes on startup when the enabled and availableGeometry are still in flux and it might end up meaning a badly sized shell view
- 1005. By Florian Boucault on 2012-02-10
-
Reactivated gesture handling:
- 4 fingers tap to toggle the dash
- 3 fingers pinch to zoom in/out of the spread
- 4 fingers drag to reveal/dismiss the launcherMissing feature:
When revealing the launcher by dragging, the launcher should lock in place if dragged further than it's shown position. By lock in place, we mean that its hideMode should be set to 0.Approved by Albert Astals Cid
- 1002. By Albert Astals Cid on 2012-02-10
-
Disable some bindings to gain speed
Updating the monitoredArea and the inputShapedArea when the animation of the launcher
is happening is an overkill since they are quite expensive and the animation triggers them
a few times - 1001. By Albert Astals Cid on 2012-02-09
-
Improvements to ShellDeclarativ
eView:: updateShellPosi tion Add comment about why the function is needed
Adapt the code so that more than one StrutManager is supportedApproved by Florian Boucault
- 1000. By Florian Boucault on 2012-02-09
-
Finer change notification for property SpreadMonitor:
:shown Approved by Albert Astals Cid
- 999. By Florian Boucault on 2012-02-09
-
Removed DashClient.
activePage( ) getter, setActivePage() setter and activePageChanged signal Approved by Albert Astals Cid
- 998. By Florian Boucault on 2012-02-09
-
Simplified implementation of:
- ShellDeclarativeView:: toggleDash( )
- ShellDeclarativeView:: setDashActive( ) Details:
- Removed ShellDeclarativeView:: isSpreadActive( ).
- Moved forceActivateWindow() from ShellDeclarativ eView:: setDashActive( ) to Dash.qml
- Fixed ShellDeclarativeView:: toggleDash: no need to setFocus() as forceActivateWi ndow() will be called upon setting dash.active to true. Added comments to ShellDeclarativ
eView:: onAltF1Pressed( ). ShellDeclarativ
eView:: dashActive property is now only used as storage for the boolean. All behavior is done in Dash.qml's active property. Approved by Albert Astals Cid
- 997. By Albert Astals Cid on 2012-02-09
-
Fix merge from lp:unity-2d
Somehow the creation of the panel was not merged in
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:unity-2d