lp:~saviq/unity-2d/abstract-scrollbar

Created by Michał Sawicz and last modified
Get this branch:
bzr branch lp:~saviq/unity-2d/abstract-scrollbar
Only Michał Sawicz can upload to this branch. If you are Michał Sawicz please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Michał Sawicz
Project:
unity-2d
Status:
Merged

Recent revisions

799. By Michał Sawicz

[lib] move Scrollbar width out of the abstracted one

798. By Michał Sawicz

[lib] make Scrollbar abstracted

797. By Alberto Mardegan

(resubmitting without prerequisite branch)

  [dash, panel] Add window controls to dash window

  Show window controls for closing, minimizing and maximizing the Dash.

One potentially big issue:

Although the Dash window state (maximized/unmaximized) is set in DConf, at the next startup the Dash ignores that settings: this is because the Dash itself determines what window mode is best right after it's started. We need to clarify with the UI designers whether this behaviour is the intended one.. Fixes: 860400. Reviewed by Didier Roche.

796. By Lohith D Shivamurthy

Mouse move over top left corner should not reveal the launcher.

Launcher edge detector is screenheight - panel height. . Fixes: 884267. Reviewed by Gerry Boland.

795. By Lohith D Shivamurthy

[launcher] Force the launcher to reposition to the beginning when Alt-F1 is hit. Fixes: 885304. Reviewed by Gerry Boland.

794. By Albert Astals Cid

[launcher] Do not resend the visibleChanged(false) if we were already not visible

How does this happen:
  * You start the launcher, you have a maximized window, thus it hides
  * Then you alt+tab to another maximized window, this calls activeWindowChangedCB that calls updateVisibility that decides that has to hide the panel, thus it call hidesPanel again

This has the effect of confusing the unity2dpanel since VisibilityController::updatePanelVisibility will call Unity2dPanel::slideOut when it was already hidden, this confusion results in bug 892004. Fixes: 892004. Reviewed by Didier Roche.

793. By Gerry Boland

[tests] Run Unit Tests with Xvfb, disabling those who will not work with this configuration. Fixes: 894381. Reviewed by Tiago Salem Herrmann.

792. By Gerry Boland

Rewrite KeyMonitor XEvent handler to use QSocketNotifier instead of separate thread. This singleton will now be deconstructed properly on application quit. Also free X11 objects when they're unnecessary.

791. By Lohith D Shivamurthy

[launcher] Force the launcher to reposition to the beginning when Dash is summoned with Super key

790. By Albert Astals Cid

[code] Add const & for foreach "iterators"

Avoids a copy of each object. It is true that most of those objects are
implicitly shared so the win isn't huge but we still save some atomic/mutex/something locking

Branch metadata

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

Subscribers