lp:~kalikiana/ubuntu-ui-toolkit/docConditionals

Created by Cris Dywan and last modified
Get this branch:
bzr branch lp:~kalikiana/ubuntu-ui-toolkit/docConditionals
Only Cris Dywan can upload to this branch. If you are Cris Dywan please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Cris Dywan
Project:
Ubuntu UI Toolkit
Status:
Merged

Recent revisions

883. By Cris Dywan

Omit Palette* from qmltypes and cope with prototype declared before name

882. By Cris Dywan

Forcibly omit warning: No documentation for "global" with Qt 5.2

881. By Cris Dywan

qmlapicheck: collect map of properties and types

This allows dealing with annotations not directly preceding declaration.
No need for dummy internal comments for grouped properties.
Typos of property names become errors.

880. By Cris Dywan

Merge lp:ubuntu-ui-toolkit

879. By Cris Dywan

Conditionally define doc folder containing resources

878. By Zsombor Egri

Layouting fails with Qt5.2 if the tests and components are not rendered upon testing. Layout unit tests have been transferred to X11 unit tests and tests on layout changes all wait till the layout change completes.

Tested with Qt 5.0.2 and Qt 5.2 RC1. Fixes: https://bugs.launchpad.net/bugs/1256235.

Approved by PS Jenkins bot, Florian Boucault.

877. By Timo Jyrinki

Require either Qt 5.2 or libqt5v8-5-private-dev.

Approved by PS Jenkins bot, Florian Boucault.

876. By Cris Dywan

Accept qmldir files in qmlapicheck and skip internal components. Fixes: https://bugs.launchpad.net/bugs/1256045.

Approved by Florian Boucault, PS Jenkins bot, Tim Peeters.

875. By Albert Astals Cid

Make the model a var and not a ListModel

ListModel is bound specifically to QQuickListModel
By using a var we can use other QAbstractItemModel subclasses in the model.

Approved by PS Jenkins bot.

874. By Albert Astals Cid

tst_arguments: Do not use QTEST_MAIN

QTEST_MAIN is 99.99% of the times what you want when running a Qt testcase
but it creates a Q*Application and in this case that is not wanted
since we are creating and destroying them as part of the test and Qt
doesn't like when there's more than one Q*Application at the same time,
so do without creating a Q*Application in main. This can of course have
some implications but it seems that for this testcase all is fine. Fixes: https://bugs.launchpad.net/bugs/1254747.

Approved by Zsombor Egri, PS Jenkins bot, Timo Jyrinki.

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