summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Make the rules for redirects a bit stricter.v4.8.4Richard Moore2012-11-221-3/+5
* QDeclarativeTypeLoader: Avoid stat() calls to . and ..Thomas McGuire2012-10-221-1/+1
* Fix access to uninitialised memory that might lead to crashesThiago Macieira2012-10-131-0/+5
* QDeclarativeTrace patch for a custom trace instanceFrantisek Vacek2012-10-125-4/+120
* Fix QObject::receivers() within connectNotify()Thomas McGuire2012-10-122-1/+7
* Use QVarLengthArray when creating the connectNotify() argumentThomas McGuire2012-10-123-3/+9
* Register Qt 4.7 import on-demand, instead of at startup.Robin Burchell2012-10-049-19/+58
* EngineDebug: Updated and renamed serviceAurindam Jana2012-10-024-72/+96
* Fix g++/MinGW compiler warnings.Friedemann Kleint2012-09-296-9/+5
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-29325-7830/+7830
* Include the signal code in the argument of (dis)connectNotify().Thomas McGuire2012-09-263-3/+3
* Revert "Delete JS-owned QML objects right away in the engine dtor."Peter Kümmel2012-09-254-41/+21
* Delete JS-owned QML objects right away in the engine dtor.Thomas McGuire2012-09-144-21/+41
* Make connectNotify() work with QMLThomas McGuire2012-08-3111-34/+239
* Register less types for QtDeclarative/QCoreApplicationKevin Ottens2012-08-203-68/+78
* XMLHttpRequest does not support the DELETE methodJani Honkonen2012-08-151-1/+4
* Update contact information in license headers.Sergio Ahumada2012-08-01325-655/+655
* MouseArea: use current value of drag.axisAlberto Mardegan2012-07-252-11/+8
* Fix roundtrip between double and string in QDeclarativeListModel leading to p...Florian Hänel2012-07-251-4/+7
* Qml ListView highlight component cannot access ListView scopeMartin Jones2012-07-042-64/+48
* Item.mapFromItem() crashes with Items not created by the engine.Martin Jones2012-06-261-2/+4
* rewind macro in WinCE wrongly substituted.Martin Jones2012-06-261-0/+8
* QDeclarativeTextInput sends delayed mouse events to input contextLauri Malmi2012-06-071-3/+13
* Propagate left key presses to the parent item when TextInput is empty.Marcel Schuette2012-05-301-1/+1
* Fix crash when using aliases and variantsNicolas Arnaud-Cormos2012-05-251-1/+1
* Fix memory leak in qdeclarativevisualdatamodel.Andrew den Exter2012-05-211-2/+4
* Wrong signals received when moving Flickable elementKatja2012-05-111-2/+2
* Clicking on a disabled ListView's delegate breaks mouse interactionPasi Pentikainen2012-05-081-1/+1
* Fix crash in TextEdit when changing text content.Andrew den Exter2012-04-271-1/+1
* Moved qmljs_debug_arguments to QCoreApplicationRafael Roquetto2012-04-201-13/+13
* Doc Fix- a QML MouseArea Elelment can accept 5 buttons.Rick Stockton2012-03-201-0/+2
* Fix QDeclarativeItem::hasActiveFocus().Andreas Aardal Hanssen2012-03-191-2/+5
* Build fix for QtDeclarative in WindowsCEjaanttil2012-02-061-0/+7
* Fixed compiler warning about unused status argument.jaanttil2012-02-031-0/+1
* Fixed warning by MSVC about class/struct mismatch in MethodData.Janne Anttila2012-02-031-1/+1
* Fix pinch-zoom problem when application is deactivatedJarkko T. Toivonen2012-02-032-3/+11
* Fixed compiler warnings about unused q and d variables in declarative.jaanttil2012-02-023-3/+0
* Fixed crash in QDeclarativeGridViewMartin Jones2012-02-021-1/+1
* Update year in Nokia copyright messages.Jason McDonald2012-01-11325-327/+327
* Declarative: Use qDebug() for debugger status updatesKai Koehne2011-11-282-2/+2
* Declarative: Unify output of warning messages in debug serverKai Koehne2011-11-281-12/+15
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-doc-staging into master...Qt Continuous Integration System2011-11-251-3/+3
|\
| * Fixes for the manifest and links.Casper van Donderen2011-11-241-3/+3
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-staging into ma...Qt Continuous Integration System2011-11-244-52/+60
|\ \
| * | Surviving out of memory in Qt Quick appmread2011-11-213-51/+59
| * | Merge remote-tracking branch 'qt/4.8'Pasi Pentikainen2011-11-171-16/+41
| |\|
| * | Fix alignment of non-wrapped richtext QML Text elements.Miikka Heikkinen2011-11-161-1/+1
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml-staging into master...Qt Continuous Integration System2011-11-231-7/+8
|\ \ \ | |_|/ |/| |
| * | Merge remote-tracking branch 'qt-qml-review/master' into master-qml-stagingKai Koehne2011-11-221-7/+8
| |\ \
| | * | DeclarativeDebugServer: Instantiate QPluginLoader on heapAurindam Jana2011-11-171-7/+8