summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed CONFIG+=parallel_test from suspected parallel-unsafe tests [2]Rohan McGovern2012-05-234-9/+0
* Fixed incorrect autotest name.Rohan McGovern2012-05-231-1/+1
* Honor -nomake for demosTasuku Suzuki2012-05-221-0/+3
* Quick1/QDeclarativeFontLoader: Output warning on failure.Friedemann Kleint2012-05-221-0/+2
* Removed CONFIG+=parallel_test from suspected parallel-unsafe testsRohan McGovern2012-05-228-15/+0
* fix build after 6c06e14a49773ce5572935864ed in qtbaseKonstantin Ritt2012-05-210-0/+0
* QtQuick1: Fix qdeclarativefontloader test.Friedemann Kleint2012-05-212-18/+26
* Move QIcon reference from QtWidgets to QtGui.ybot2012-05-201-1/+1
* Eliminated usage of "declarative" compat module.Rohan McGovern2012-05-152-2/+2
* Ensure scale property is initializedMatthew Vogt2012-05-142-2/+2
* Removed CONFIG+=parallel_test from parallel-unsafe testRohan McGovern2012-05-141-2/+0
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-103-9/+9
* QtQuick1: Fix build warnings.Friedemann Kleint2012-05-106-5/+6
* Remove hook for objectNameChanged signal handler.Andrew den Exter2012-05-102-13/+0
* Adapt to _qpa file rename in qtbase.Girish Ramakrishnan2012-05-091-1/+1
* QAbstractItemModel::setRoleNames is not necessary.Thiago Macieira2012-05-075-11/+21