summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rename the QtQuick1 module back to QtDeclarativeFriedemann Kleint2012-10-17105-263/+263
* QPerformanceTimer: fixed wrong implementation of elapsedToAbsoluteTime()Frantisek Vacek2012-10-131-4/+6
* QDeclarativeTrace patch for a custom trace instanceFrantisek Vacek2012-09-285-4/+113
* Add QtQuick1 WebKit integration (from QtWebKit module)Simon Hausmann2012-09-272-3/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-24392-9408/+9408
* Remove Symbian platformKai Koehne2012-09-1816-172/+5
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-111-2/+0
* 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
* Remove the user of the QWidgetStar metatypeid.Stephen Kelly2012-08-152-4/+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
* Fix compilation of missed network dependYuchen Deng2012-08-031-1/+1
* Do not assume ordering of resources declared for the default propertyMatthew Vogt2012-08-032-0/+17
* Compile fix for QWindowSystemInterface and QGraphicsObjectMatthew Vogt2012-08-031-2/+2
* Fix install path of folderlistmodel particles and shader import pluginsAndrew den Exter2012-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-272-11/+8
* Remove obsolete use of Q_WS_QWS.Stephen Kelly2012-07-271-1/+1
* remove double-string-double conversion from QDeclarativeListModelFlorian Hänel2012-07-241-4/+7
* Fix objectName test in tst_qdeclarativeecmascript.Glenn Watson2012-07-134-24/+2
* Use the new QT_STATIC macro from qglobal.hThiago Macieira2012-07-111-15/+5
* 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
* 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
* Rename qmldbg_tcp plugin to avoid conflict with qtdeclarative's copyKent Hansen2012-06-286-5/+3
* Item.mapFromItem() crashes with Items not created by the engine.Martin Jones2012-06-271-2/+4
* build system cleanupsOswald Buddenhagen2012-06-261-7/+2
* auto-generate module prisOswald Buddenhagen2012-06-261-3/+5
* Remove QtSvg library use.Toby Tomkins2012-06-261-1/+0
* Import QtQuick1 WebView from upstream WebKit trunkSimon Hausmann2012-06-256-0/+1606
* QDeclarativeVisualDataModel crashes getting QAbstractItemModel roles.Martin Jones2012-06-221-2/+3
* 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
* 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-125-5/+5
* 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-051-2/+2
* Propagate left key presses to the parent item when TextInput is empty.Marcel Schuette2012-05-311-1/+1
* Fix compilation for QT_NO_ACTION, QT_NO_CONTEXTMENU and QT_NO_MENUTasuku Suzuki2012-05-295-2/+21
* Fix memory leak in qdeclarativevisualdatamodel.Andrew den Exter2012-05-281-2/+4
* Quick1/QDeclarativeFontLoader: Output warning on failure.Friedemann Kleint2012-05-221-0/+2
* Move QIcon reference from QtWidgets to QtGui.ybot2012-05-201-1/+1
* Eliminated usage of "declarative" compat module.Rohan McGovern2012-05-151-1/+1
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-103-9/+9