lp:~smspillaz/unity/4.0.fix_881190_918360

Created by Sam Spilsbury and last modified
Get this branch:
bzr branch lp:~smspillaz/unity/4.0.fix_881190_918360
Only Sam Spilsbury can upload to this branch. If you are Sam Spilsbury please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Sam Spilsbury
Project:
Unity
Status:
Development

Recent revisions

1733. By Sam Spilsbury

    Fix LP #881190 and a condition that could happen after: #918360 due to
    a incorrect refcounting.

    The transient for reader would report every window as a "transient" if it
    matched the w->transientFor () definition on the window - at destruction time
    this will be zero, so it will match every single window. That would cause
    all windows to be unminimized.

    However, it makes no sense to do the unminimize/minimize normally dance when
    the window has been destroyed.

    Additionaly, there was a cyclic reference in CompizMinimizedWindowHandler,
    which would cause those objects to never be destroyed. A condition could
    happen where CompizMinimizedWindowHandler could loop its own list and dereference
    a CompWindow that was gone.

1732. By David Barth

Bumping revision to 4.2.28 to prepare a new SRU

1731. By David Barth

Fix for "right-clicking launcher when choosing a workspace causes quicklists to freeze" (#791810)

1730. By David Barth

Fix SIGSEGV after SwitcherController desctruction (LP: #887465)

1729. By David Barth

reapplies 1713

1728. By David Barth

revert rev. 1721 which was causing a regression (#905417)

1727. By David Barth

Merge custom dash patch (#785840)

1726. By David Barth

Merging in Sam's fix for a multi-monitor crasher (#838128)

1725. By David Barth

changelog update, a patch was reverted earlier by gord, see rev. 1723

1724. By David Barth

merge lp:~macslow/unity/unity-sru1-4.26.0 in preparation of the 4.26 release candidate

Branch metadata

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

Subscribers