lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/pickerNullStyleInstance

Created by Cris Dywan and last modified
Get this branch:
bzr branch lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/pickerNullStyleInstance
Members of Ubuntu SDK team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu SDK team
Project:
Ubuntu UI Toolkit
Status:
Merged

Recent revisions

2116. By Cris Dywan

__styleInstance may be null, when doesn't handle that

2115. By Cris Dywan

Use displayText to determine if the clear button should show. Fixes: https://bugs.launchpad.net/bugs/1461571.

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

2114. By Andrea Bernabei

Qt5.6: Fix expandablescolumn.11 and expandables.11 unit tests

We were previously misusing mapToItem/mapFromItem by not passing x/y parameters and relying on the code in qquickitem.cpp to initialize them to 0.

Qt5.6 fixes QTBUG-41686 and requires x/y to be explicitly passed. Fixes: https://bugs.launchpad.net/bugs/1610230.

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

2113. By Cris Dywan

&& escapes an ampersand used in a mnemonic label. Fixes: https://bugs.launchpad.net/bugs/1587580.

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

2112. By Loïc Molinari

Optimised QString code gen for ASCII strings known at compile-time.

That allows the compiler to optimise our code better by putting all these QStrings known at compile time in the .rodata section of the binary as well as preventing a bunch of useless processing on them. That also allows us to remove "DEFINES -= QT_ASCII_CAST_WARNINGS" from the UbuntuToolkit pro file.

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

2111. By Zsombor Egri

Fix property binding restore on theme palette values. Fixes: https://bugs.launchpad.net/bugs/1570478.

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

2110. By Cris Dywan

Try harder to pass an item to QuickUtils.rootItem. Fixes: https://bugs.launchpad.net/bugs/1586013.

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

2109. By Zsombor Egri

Move activeFocusOnTab from style into components. Fixes: https://bugs.launchpad.net/bugs/1590005.

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

2108. By Tim Peeters

Disable layouts unit test to work around bug #1625137 on Yakkety.

Approved by ubuntu-sdk-build-bot, Timo Jyrinki.

2107. By Andrea Bernabei

Qt5.6: fix Scrollbar unit tests

We were previously misusing mapToItem/mapFromItem by not passing x/y parameters and relying on the code in qquickitem.cpp to initialize them to 0.

Qt5.6 fixes QTBUG-41686 by requiring all parameters to be passed. Fixes: https://bugs.launchpad.net/bugs/1624337.

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:ubuntu-ui-toolkit
This branch contains Public information 
Everyone can see this information.

Subscribers