summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-31323-4217/+4217
* QDeclarativeTextEdit: fix use of uninitialised value.David Faure2015-02-041-1/+1
* Fix empty arrays in QML 1Robert Griebl2015-01-081-0/+2
* Fix Flickable mouse grab issue.Robert Griebl2014-08-061-0/+1
* Add handling of value-type lists to QDeclarativeExpression::evaluate()Robert Griebl2014-08-051-1/+13
* Updated year in copyright headerKai Koehne2014-03-26323-325/+325
* Fixed rounding errors in QtQuick1 to int conversionsJanne Koskinen2013-12-092-4/+15
* Use GET method for redirect in QDeclarativeXMLHttpRequest.Friedemann Kleint2013-07-221-0/+5
* Validate qmlEngine() in QDeclarativeItem::mapToItem() function.Leonard Lee2013-07-151-1/+1
* Backport qmlRegisterUncreatableType with version templateAlan Alpert2013-05-151-0/+45
* Fix jump and property changes on first move when dragging a Flickable.Andrew den Exter2013-05-111-4/+4
* Fix some warnings in qtquick1 found by ClangThiago Macieira2013-04-263-5/+5
* Prevent crash when moving elements of a ListView's ListModel.Mitch Curtis2013-04-171-1/+2
* Backport some enum optimizations from Qt 5Alan Alpert2013-03-271-11/+33
* Improve emission of FocusScope focusChanged signals.Andrew den Exter2013-03-192-18/+29
* Flickable shouldn't grab the mouse until it starts an effective move.Andrew den Exter2013-02-221-26/+20
* MouseArea shouldn't grab the mouse until there is an effective drag.Andrew den Exter2013-02-221-22/+17
* Fix QDeclarativeListView currentSection property updateNils Jeisecke2013-02-201-0/+2
* Add a method that allows registration of files to typesAlan Alpert2013-02-194-1/+122
* Ensure QDeclarativeTextLayout uses the correct penChris Adams2013-02-011-1/+12
* Remove QPerformanceTimer now that QElapsedTimer contains the necessary bitsRobin Burchell2013-01-175-357/+12
* Update copyright year in Digia's license headersSergio Ahumada2013-01-13325-327/+327
* Delay loading implicit importAlan Alpert2013-01-083-36/+66
* Fix crash when mapping coordinates to & from the root item.Nicolas Tisserand2013-01-081-4/+18
* Backport PathView currentIndex fixes from Qt 5Bea Lam2013-01-081-37/+58
* Specify better increment for captured propertiesAlan Alpert2012-12-113-4/+4
* QML file loading: honor synchronous requests made through QNAMAlan Alpert2012-11-282-8/+28
* 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