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

Created by Andrea Bernabei and last modified
Get this branch:
bzr branch lp://qastaging/~faenil/ubuntu-ui-toolkit/fix_scrollbar_tests_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

2106. By Andrea Bernabei

Scrollbar: fix unit tests by passing all parameters to mapToItem. Fixes tests on Qt5.6

mapToItem takes (item, x, y) as parameters. The unit tests were previously
relying on JS automatically defining x,y as 0 when they were not passed
as parameters.

We were lucky that worked in the past, but Qt5.6 has a stricter
control over parameters and it throws TypeError when not all of them
are provided.

See QTBUG-41686 and its fix.

2105. By Andrea Bernabei

Scrollbar: update slider in default styling unit test

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.

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