summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-112-2/+1
* qmlplugindump: Fix compilation againKai Koehne2012-09-101-24/+18
* Avoid usage of deprecated QInputMethod::inputItem() in testsPekka Vuorela2012-09-072-6/+11
* Compile without xmlpatterns again.Daniel Molkentin2012-09-051-0/+1
* Register Qt 4.7 import on-demand, instead of at startup.Robin Burchell2012-09-039-73/+124
* Update the git-archive export optionsThiago Macieira2012-09-032-0/+4
* Use CONFIG+=quick1_debug in pro files to activate debuggingv5.0.0-beta1Kai Koehne2012-08-245-5/+5
* Unskip test that's no longer failingKent Hansen2012-08-221-2/+0
* Use Qt::WindowFlags, not Qt::WFlags.Stephen Kelly2012-08-201-1/+1
* Skip failing test for now.Lars Knoll2012-08-201-0/+2
* Remove the user of the QWidgetStar metatypeid.Stephen Kelly2012-08-153-6/+0
* Use qtxmlpatterns only if it is availableYuchen Deng2012-08-141-1/+1
* make use of QT_PRIVATE to specify private Qt dependenciesOswald Buddenhagen2012-08-141-3/+1
* follow rename of qt_module_config.prf to qt_module.prfOswald Buddenhagen2012-08-141-1/+1
* Update autotest to match new QScriptEngine::pushContext behaviorKent Hansen2012-08-141-3/+5
* Remove insignification from qdeclarativeimage test.Jason McDonald2012-08-072-2/+4
* Fix warning in qdeclarativeimage autotest.Jason McDonald2012-08-071-0/+4
* Remove insignification from qdeclarativeviewer autotest.Jason McDonald2012-08-071-1/+0
* Remove insignificant_test from qdeclarativexmlhttprequest.Andrew den Exter2012-08-061-1/+0
* Fix tst_qdeclarativexmlhttprequest failure on Windows.Andrew den Exter2012-08-061-0/+3
* Fix compilation of missed network dependYuchen Deng2012-08-031-1/+1
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0392-0/+95
* Remove obsolete scene argumentLars Knoll2012-08-030-0/+0
* Fix install paths of demos and examples.Andrew den Exter2012-08-03521-628/+131
* Do not assume ordering of resources declared for the default propertyMatthew Vogt2012-08-033-2/+26
* Compile fix for QWindowSystemInterface and QGraphicsObjectMatthew Vogt2012-08-035-4/+6
* Fix instability in QDeclarativeListModel test.Andrew den Exter2012-08-022-10/+14
* Fix install path of folderlistmodel particles and shader import pluginsAndrew den Exter2012-08-013-5/+0
* Refer to specific bug report for qdeclarativeparticles testJason McDonald2012-08-011-1/+1
* Refer to specific bug report for qdeclarativelistmodel testJason McDonald2012-08-011-1/+1
* Refer to specific bug report for qmlvisual testJason McDonald2012-08-011-1/+1
* Remove insignification from qmlshadersplugin autotest.Jason McDonald2012-08-011-2/+0
* Re-enable qdeclarativexmlhttprequest test on Mac and Linux.Jason McDonald2012-08-011-1/+1
* Refer to specific bug report for qdeclarativedebug test.Jason McDonald2012-08-011-1/+1
* Refer to specific bug report for qdeclarativefolderlistmodel test.Jason McDonald2012-08-011-1/+1
* Remove phonon as per removal in qt5.Toby Tomkins2012-08-011-1/+0
* QDeclarativeView-plugin: Fix include of the QDeclarativeView widget.Friedemann Kleint2012-07-301-1/+1
* Doc: Changed \qmlclass to \qmltype and added \instantiatesJerome Pasion2012-07-3050-94/+188
* MouseArea: use current value of drag.axisAlberto Mardegan2012-07-274-11/+109
* Remove obsolete use of Q_WS_QWS.Stephen Kelly2012-07-273-7/+7
* remove double-string-double conversion from QDeclarativeListModelFlorian Hänel2012-07-242-4/+11
* Update example about QML Data ModelSukhyun Kim2012-07-241-2/+3
* Test that the package configs for QtQuick1 work.Stephen Kelly2012-07-205-0/+91
* 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