summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix quick1_debug -> declarative_debugSergio Ahumada2012-10-134-4/+4
* QtQuick1: fixed qperformancetimer testChristiaan Janssen2012-10-013-16/+11
* QDeclarativeTrace patch for a custom trace instanceFrantisek Vacek2012-09-286-7/+134
* Add QtQuick1 WebKit integration (from QtWebKit module)Simon Hausmann2012-09-2726-3/+842
* Mark qtextdeclarativetextinput test as insignificantSimon Hausmann2012-09-271-0/+2
* Remove qtXXXversion.h from gitignoreThiago Macieira2012-09-251-5/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241372-21055/+21055
* Remove Symbian platformKai Koehne2012-09-18187-1608/+64
* qmlplugindump: Update help outputKai Koehne2012-09-181-1/+1
* Compile & install qmlplugindump by default (again)Kai Koehne2012-09-172-27/+5
* Use qInstallMessageHandlerKai Koehne2012-09-1410-53/+51
* 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