lp://qastaging/~faenil/ubuntu-ui-toolkit/fix_ubuntulistview_units_test_qt56

Created by Andrea Bernabei and last modified
Get this branch:
bzr branch lp://qastaging/~faenil/ubuntu-ui-toolkit/fix_ubuntulistview_units_test_qt56
Only Andrea Bernabei can upload to this branch. If you are Andrea Bernabei please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Andrea Bernabei
Project:
Ubuntu UI Toolkit
Status:
Merged

Recent revisions

2105. By Andrea Bernabei

Qt5.6: Fix ubuntulistview.10 unit test

We were previously misusing mapToItem by not passing x/y parameters
and relying on JS to initialize them to 0.

Qt5.6 fixes QTBUG-41686 and requires x/y to be explicitly passed.

2104. By Tim Peeters

Do not skip Xenial and Yakkety series for running unit tests.

Individual unit tests that fail with Qt 5.6 have been disabled, and bugs are reported here: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bugs?field.tag=qt5.6.

Approved by ubuntu-sdk-build-bot, Zoltan Balogh.

2103. By Zsombor Egri

Do not show focus frame on disabled items. Fixes: https://bugs.launchpad.net/bugs/1611327.

Approved by ubuntu-sdk-build-bot, Tim Peeters.

2102. By Zoltan Balogh

sync with trunk

2101. By Zsombor Egri

Fix regression on ActionList API. Fixes: https://bugs.launchpad.net/bugs/1623841.

Approved by ubuntu-sdk-build-bot, Christian Dywan.

2100. By Cris Dywan

Correctly test and fix trigger override of ComboButton. Fixes: https://bugs.launchpad.net/bugs/1614045.

Approved by ubuntu-sdk-build-bot, Zsombor Egri.

2099. By Loïc Molinari

Made use of Qt builtin to check GCC version.

Approved by ubuntu-sdk-build-bot, Benjamin Zeller.

2098. By Loïc Molinari

Cleaned up ubuntu_qt_module.prf and the libs using it.

1/ Moved the common config options from the pro files to the prf file to avoid duplications and simplify the files.

2/ Removed the useless "TEMPLATE=lib" and "load(qt_build_config)" lines from the pro files since it's done for us by qt_module.prf.

3/ Use QT= instead of QT*= since it's well defined that by default its content is "core gui".

4/ Prefixed headers and sources by $$PWD/ and sorted the lines alphabetically.

5/ Merged the SOURCES declarations in UbuntuToolkit.pro.

6/ Removed the useless "DEFINES += QT_USE_QSTRINGBUILDER" line from UbuntuToolkit.pro since it's done for us by qt_module.prf.

7/ Removed the useless "QMAKE_CXXFLAGS -= -Werror=deprecated-declarations" and "DEFINES -= QT_DEPRECATED_WARNINGS" lines from UbuntuToolkit.pro since it's already done in ubuntu_qt_module.prf.

8/ Added a few comments.

Approved by ubuntu-sdk-build-bot, Zsombor Egri.

2097. By Loïc Molinari

Fixed, cleaned up and standardised header inclusions.

Apart from the clean up and the readability improvements, this fixes a bunch of broken private header inclusions (#include "foo_p.h" in private headers instead of "private/foo_p.h" or better <Project/private/foo_p.h>), now all the private headers of the UITK can be included by the users withour compilation issues. It also removes a bunch of direct includes from sources and a few INCLUDEPATHs hacks.

See the CODING file for more details.

Approved by ubuntu-sdk-build-bot, Zsombor Egri.

2096. By Tim Peeters

Use the new arrow icons from the suru-icon-theme in the scrolling ActionBar.

Approved by ubuntu-sdk-build-bot, Zoltan Balogh.

Branch metadata

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

Subscribers