lp://staging/~osomon/unity-2d/panel-position

Created by Olivier Tilloy and last modified
Get this branch:
bzr branch lp://staging/~osomon/unity-2d/panel-position
Only Olivier Tilloy can upload to this branch. If you are Olivier Tilloy please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Olivier Tilloy
Project:
unity-2d
Status:
Development

Recent revisions

497. By Olivier Tilloy

Merged the latest changes from the trunk.

496. By Olivier Tilloy

Remove the custom code that computes the available geometry on a given screen, this should be fixed in Qt itself.
See patch attached to http://bugreports.qt.nokia.com/browse/QTBUG-18380.

495. By Olivier Tilloy

Define a static constant for "_NET_WM_STRUT_PARTIAL".

494. By Olivier Tilloy

Fix compilation warnings of comparison between signed and unsigned integer expressions.

493. By Olivier Tilloy

Fix the computation of the struts that was offset by one pixel.
For the rationale, see http://doc.qt.nokia.com/qrect.html#bottom and http://doc.qt.nokia.com/qrect.html#right.

492. By Olivier Tilloy

Take the empty space not covered by a monitor into account when reserving space at the edge (struts) for a panel.

QDesktopWidget::availableGeometry(…) is not reliable in a multi-monitor setup, as it bases its calculations on _NET_WORKAREA, which spans across all screens, not just the screen the panel is displayed on.
Thus the need for a custom implementation of availableGeometry().

491. By Olivier Tilloy

Fix the position of the panel in a multi-monitor setup.

490. By Oliver Grawert

releasing version 3.8.1-0ubuntu1

489. By Florian Boucault

[packaging] Added placeholder entry to debian/changelog.

488. By Florian Boucault

[dash] Adapted dash's home screen for LauncherPlacesList's newly introduced roles.

Branch metadata

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

Subscribers