lp:~unity-team/unity8/rtm-20150108

Created by Michał Sawicz and last modified
Get this branch:
bzr branch lp:~unity-team/unity8/rtm-20150108
Members of Unity Team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Unity Team
Project:
Unity 8
Status:
Merged

Recent revisions

1418. By Michał Sawicz

Update changelog

1417. By Albert Astals Cid

Make sure changing a scope doesn't trigger creation/destruction of delegates until it's finished

1416. By Michał Sawicz

Add changelog

1415. By Michał Sawicz

Don't block handling power events on loading the greeter's qml and the background image.

During power button press, we call greeter.showNow(), which was taking so long to return that we couldn't handle the power button release for a few seconds. Which meant that the shutdown dialog thought it would be a good time to appear.

The easiest fix is to delay calling showNow until after we finish handling the event.
Approved by: Daniel d'Andrada, PS Jenkins bot

1414. By Albert Astals Cid

Rework how we set the ranges so we get some more asynchronousity from item views
Approved by: Andrea Cimitan

1413. By Albert Astals Cid

Make CroppedImageSizer async

QImageReader can block waiting on disk I/O so let's not have it on the main thread.

CroppedImageSizerAsyncWorker is using a QFuture via QtConcurrent::run to get a thread and do the work. CroppedImageSizerAsyncWorker is created by CroppedImageSizer but deletes itself, either when the work has been finished or when it's aborted by CroppedImageSizer. This is why it's held with a QPointer in CroppedImageSizer.
Approved by: Michał Sawicz, Michael Zanetti

1412. By Albert Astals Cid

Don't create the whole current scope delegates, just height * 3
Approved by: Andrea Cimitan

1411. By Albert Astals Cid

Use QImageReader not to load the image into memory twice
Approved by: Michał Sawicz

1410. By CI Train Bot <${CITRAIN_USER}@canonical.com>

Releasing 8.02+15.04.20150107~rtm-0ubuntu1

1409. By Michael Zanetti

merge rtm Fixes: #1343242
Approved by: Michael Zanetti

Branch metadata

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

Subscribers