summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QtQuick1: Use new qWaitForWindowExposed/Active() functions.Friedemann Kleint2012-07-2012-163/+114
* tst_examples: Remove dead code.Friedemann Kleint2012-07-181-13/+0
* Fix objectName test in tst_qdeclarativeecmascript.Glenn Watson2012-07-135-25/+2
* Use the new QT_STATIC macro from qglobal.hThiago Macieira2012-07-111-15/+5
* use centralized handling of QT_BUILD_PARTSOswald Buddenhagen2012-07-111-34/+1
* load plugins properly when QT_NO_SETTINGS is definedTasuku Suzuki2012-07-061-3/+0
* Qml ListView highlight component cannot access ListView scopeMartin Jones2012-07-042-64/+48
* QtQuick1: Increase timeout in tst_qdeclarativetext.Friedemann Kleint2012-07-031-1/+1
* Improve qmlvisual test.Friedemann Kleint2012-07-021-38/+48
* anchors.mirrored is documented but does not exist in QtQuick 1Martin Jones2012-06-291-4/+0
* Install the qmlgesturesplugin in the correct locationmarc_philippens2012-06-281-1/+1
* Make qtquick1 compile with QT_NO_DRAGANDDROPTasuku Suzuki2012-06-281-0/+4
* add missing tools dependencyOswald Buddenhagen2012-06-281-0/+5
* Rename qmldbg_tcp plugin to avoid conflict with qtdeclarative's copyKent Hansen2012-06-286-5/+3
* Add headersclean autotest.Toby Tomkins2012-06-273-0/+54
* Remove insignificant flag from tests that are passing.Toby Tomkins2012-06-2712-24/+0
* Modify all attribute error messages and remove insignificant test flag.Toby Tomkins2012-06-2710-18/+9
* Remove expect fail and insignificant test flag.Toby Tomkins2012-06-272-3/+0
* Replace insignificant test with QEXPECT_FAIL.Toby Tomkins2012-06-272-2/+1
* Item.mapFromItem() crashes with Items not created by the engine.Martin Jones2012-06-271-2/+4
* Replace QWeakPointer with QPointer for tracking QObjectsThiago Macieira2012-06-261-1/+2
* build system cleanupsOswald Buddenhagen2012-06-262-17/+2
* auto-generate module prisOswald Buddenhagen2012-06-263-23/+5
* don't reference $$QT_BUILD_TREE - it's unavailable hereOswald Buddenhagen2012-06-261-1/+1
* Remove QtSvg library use.Toby Tomkins2012-06-261-1/+0
* Remove insignificant flag for error test on Windows.Glenn Watson2012-06-261-2/+0
* Import QtQuick1 WebView from upstream WebKit trunkSimon Hausmann2012-06-256-0/+1606
* Detect, and disallow qtquick2 in qmlviewer.Robin Burchell2012-06-251-10/+62
* QDeclarativeVisualDataModel crashes getting QAbstractItemModel roles.Martin Jones2012-06-221-2/+3
* Fix error test on Windows.Glenn Watson2012-06-222-1/+2
* Add missing spinner example files.Martin Jones2012-06-214-1/+71
* Fix package example.Martin Jones2012-06-211-1/+1
* Make a click in highlight example set the currentIndexMartin Jones2012-06-211-0/+1
* Strip out Maemo5 code.Robin Burchell2012-06-196-323/+2
* Remove Symbian support.Robin Burchell2012-06-197-287/+1
* Include <QDataStream> properly where QDataStream is usedThiago Macieira2012-06-194-0/+4
* Finish the conversion from QWeakPointer back to QPointerThiago Macieira2012-06-198-18/+18
* Install qtquick1 examples to qtquick1 folderAlan Alpert2012-06-1973-89/+89
* Updates to platform-specific code for Qt 5.Robin Burchell2012-06-181-17/+2
* Wrong signals received when moving Flickable elementKatja2012-06-161-2/+2
* QtQuick1: Fix warnings about QWeakPointer usage.Friedemann Kleint2012-06-134-11/+12
* Separate the path for Qt Quick 1 plugins from Qt Quick 2Lars Knoll2012-06-126-6/+6
* Move the designer plugin from qttools hereLars Knoll2012-06-075-1/+225
* QDeclarativeXmlHttpRequest - use readyread signal not downloadProgressShane Kearns2012-06-061-5/+4
* Remove the remaining traces of the old plugin systemLars Knoll2012-06-055-7/+7
* Propagate left key presses to the parent item when TextInput is empty.Marcel Schuette2012-05-313-2/+24
* Set explicit testcase.timeout for slow testsRohan McGovern2012-05-314-0/+4
* Fix compilation for QT_NO_ACTION, QT_NO_CONTEXTMENU and QT_NO_MENUTasuku Suzuki2012-05-295-2/+21
* Do not let QML warnings reduce the frame rate in fullscreen mode.Andreas Hartmetz2012-05-292-0/+9
* Fix memory leak in qdeclarativevisualdatamodel.Andrew den Exter2012-05-281-2/+4