lp:~aacid/unity-2d/doNotCallWindowsMoreThanNeeded_854634

Created by Albert Astals Cid and last modified
Get this branch:
bzr branch lp:~aacid/unity-2d/doNotCallWindowsMoreThanNeeded_854634
Only Albert Astals Cid can upload to this branch. If you are Albert Astals Cid please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Albert Astals Cid
Project:
unity-2d
Status:
Merged

Recent revisions

836. By Albert Astals Cid

Do not invoke m_application->windows() multiple times

Two reasons for that:
 * the result of m_application->windows() needs to be deleted and if we call it in the for loop we can't
 * The size of the list itself can change (and more critically shrink) between calls ending up in a call to an invalid index (Bug 854634)

835. By Gerry Boland

[tests] Update visual asset of BFB - UNBLOCK. Fixes: . Appoved by .

834. By Tiago Salem Herrmann

This merge request intends to fix lp:838708, making BFB behavior and visual match the design.. Fixes: https://bugs.launchpad.net/bugs/838708. Appoved by Lohith D Shivamurthy.

833. By Albert Astals Cid

[launcher] Move the RMB menu from clicked to pressed

Fixes LP bug #813036
. Fixes: https://bugs.launchpad.net/bugs/813036. Appoved by Lohith D Shivamurthy.

832. By Andrea Cimitan

Some fixes to dash layout, especially on the filters pane. Fixes: https://bugs.launchpad.net/bugs/906235. Appoved by .

831. By Gerry Boland

[tests] Add Automated User Experience testing using "Testability"

Add support for Testability, a Qt application automated testing framework, with some boilerplate code to allow easy writing of tests using Ruby's Test::Util library. Also added is a Ruby library called XDo which allows control of the X server and fake mouse, keyboard and window management.

A couple of sample tests for the launcher have been written. This required the addition of some objectName definitions to the launcher.. Fixes: https://bugs.launchpad.net/bugs/903495. Appoved by Tiago Salem Herrmann.

830. By Florian Boucault

[spread] Windows and background are now limited in size to 512 which saves video
memory when using the OpenGL backend and can improve overall performance.. Fixes: https://bugs.launchpad.net/bugs/808716. Appoved by Gerry Boland.

829. By Lohith D Shivamurthy

[dash] Centralized Configuration management into config.h. Cleanup dashsettings.cpp. Fixes: . Appoved by Gerry Boland.

828. By Daniel Nyström

Enable parallel build in debian/rules. Tested with -j13 on 12 virtual cores and it decreased build time significantly.. Fixes: . Appoved by Gerry Boland.

827. By Gerry Boland

[core] Update compatibility with UnityCore5 API.

Changes
- *SearchFinished signals passing Lens::Hints
- Lens active property changed to a ViewType enum of HIDDEN, HOME_VIEW, LENS_VIEW. Update Dash to use these.. Fixes: . Appoved by Lohith D Shivamurthy, Mikkel Kamstrup Erlandsen.

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.