lp:~tiagosh/unity-2d/bugfix-893061

Created by Tiago Salem Herrmann and last modified
Get this branch:
bzr branch lp:~tiagosh/unity-2d/bugfix-893061
Only Tiago Salem Herrmann can upload to this branch. If you are Tiago Salem Herrmann please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Tiago Salem Herrmann
Project:
unity-2d
Status:
Merged

Recent revisions

797. By Tiago Salem Herrmann

[places] add lp bug number

796. By Tiago Salem Herrmann

[places] add manual test

795. By Tiago Salem Herrmann

[places] remove underline from "Filter Results" when highlighted

794. By Tiago Salem Herrmann

rebase

793. By Tiago Salem Herrmann

[dash] avoid "Filter results" string to move when underlined

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

789. By Renato Araujo Oliveira Filho

[tests] Fixed Cmake files to correct works with ctest.

Now you can run the tests from the build directory using:
 - ctest (check ctest --help for more details)
 - make test

788. By Renato Araujo Oliveira Filho

[places] Rewrite RenderGrid to use only one Flickable element

* Created FocusPath element to help in the keyboard navigation;
* The code used to manually scroll the grid was removed, now everything is done by the QML Flickable element;
* This new implementation of RenderGrid allows every component be inside of this scroller, which makes the grid more flexible for moving elements around, helping in the implementation of Preview screen;

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.