lp://qastaging/~fboucault/unity-2d/fix_nested_grid_view_positioning

Created by Florian Boucault and last modified
Get this branch:
bzr branch lp://qastaging/~fboucault/unity-2d/fix_nested_grid_view_positioning
Only Florian Boucault can upload to this branch. If you are Florian Boucault please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Florian Boucault
Project:
unity-2d
Status:
Merged

Recent revisions

385. By Florian Boucault

Added comment.

384. By Florian Boucault

[dash] Fixed synchronisation of GridView in places/RendererGrid.qml with its parent flickable.

The conditions on flickable.height and totalHeight were in the wrong place: we always
want to set 'y' and 'contentY'. Only in some cases they should be set to 0.
Handle extra cases where synchronisation is required: when the model changes and
when the number of items in the model changes.

383. By Olivier Tilloy

[packaging] Add libqt4-svg as a dependency of the binary packages unity-2d-launcher, unity-2d-places and unity-2d-spread.

382. By Florian Boucault

Fix build failure in some conditions because stdio.h is not included where we use
fprintf and stderr.

381. By Aurélien Gâteau

[backend] New libunity-2d that hosts code formerly in UnityPlaces and libuqpanel.

- Introduce libunity-2d, which contains most of libuqpanel.
- Introduce libunity-2d-qml, which contains a few C++ classes implementing QML objects. These classes come from UnityPlaces.
- Get rid of libuqpanel. Most of it is in libunity-2d, only a few classes went into unity-2d-panel
- Remove dead code from UnityPlaces.

380. By Florian Boucault

[dash & spread & panel & launcher] Set applicationName and prepend it to all debug output.

379. By Florian Boucault

[dash] Cleaned up interface name and object path for the dash.

object path: "/dash" becomes "/Dash" to be consistent with /Spread
interface: "local.DashDeclarativeView" becomes "com.canonical.Unity2d.Dash"

378. By Olivier Tilloy

[dash] Honor the /desktop/unity/launcher/super_key_enable setting.

Whenever the "/desktop/unity/launcher/super_key_enable" GConf key exists and is false, release events on the super key (that normally trigger the dash to show/hide) will be ignored. If either the key is not set or is true, key events will be processed as expected.
Note that the GConf key is monitored, meaning that it picks up changes to its value and (un)grabs the super keys accordingly in real-time.

377. By Florian Boucault

[dash & spread] Cache the background with the new CacheEffect to avoid its scaling during redraw.

376. By Florian Boucault

[spread] Simpler size computations preventing odd cases where some windows were overlapping.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp://qastaging/unity-2d/3.0
This branch contains Public information 
Everyone can see this information.

Subscribers