aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed QQuickPaintedItem texture binding when using Image render target.Yoann Lopes2011-10-271-18/+23
* Readonly QML property supportAaron Kennedy2011-10-264-36/+42
* Fix QInputPanel::invokeAction(Click) not being called on mouse clicksSimon Hausmann2011-10-261-8/+1
* Rename QDeclarativePropertyCache::Data to QDeclarativePropertyDataAaron Kennedy2011-10-2619-329/+343
* Remove Q_WS_*, symbian and maemo code in QtDeclarativeDamian Jansen2011-10-2620-164/+22
* Basic QQuickSpriteImage autotestAlan Alpert2011-10-261-1/+1
* Add state changing properties to QQuickSpriteImageAlan Alpert2011-10-263-14/+64
* Optimize listmodel and allow nested elements from worker script.Glenn Watson2011-10-267-1277/+1488
* Fix "for (... in ...)" loops for list properties.Michael Brasser2011-10-262-2/+19
* Cache QObject method argumentsAaron Kennedy2011-10-253-88/+174
* qmldbg_inspector: Fix compilation on Windows.Friedemann Kleint2011-10-252-1/+2
* Allow access to all registered module apis.Christian Kamm2011-10-252-0/+16
* Add QT_BEGIN_HEADER/QT_END_HEADER macrosSergio Ahumada2011-10-253-0/+12
* Add MultiPointTouchArea element.Michael Brasser2011-10-259-11/+1114
* Remove warning messages from TestCase.qmlCharles Yin2011-10-251-2/+4
* Rename QSG* to QQuick* in particles folderAlan Alpert2011-10-2564-907/+907
* Make show app on top workKai Koehne2011-10-241-1/+3
* Debugger: Inspector code cleanupKai Koehne2011-10-243-42/+25
* Debugger: Move inspector parts dealing with QtQuick1 into separate directoryKai Koehne2011-10-2427-40/+40
* Fix decimal point bug in Context2D color parsingKent Hansen2011-10-241-1/+5
* Update calls for keyToValue and keysToValueLiang Qi2011-10-243-15/+23
* Fold Move into AffectorAlan Alpert2011-10-249-304/+197
* Affectors now simulate with a minimum granularityAlan Alpert2011-10-249-272/+61
* Add threshold property to FrictionAlan Alpert2011-10-242-13/+56
* QV8DebugService: QML Signal HandlingAurindam Jana2011-10-241-8/+38
* Return v8::Local instead v8::Handle in some functions.Jędrzej Nowacki2011-10-246-26/+25
* Get rid of legacy glTexParameterf calls.Samuel Rødal2011-10-243-14/+14
* Fix BorderImage drawing when no borders are specified.Martin Jones2011-10-241-1/+1
* Fix item focus following canvas focus.Andrew den Exter2011-10-242-7/+17
* Fix qmltestrunner hang bug when no TestCase itemCharles Yin2011-10-242-4/+14
* Remove dependency on QDesktopServices deprecated API.Martin Jones2011-10-241-2/+2
* Provide a way to cheaply flip your painted FBOSarah Smith2011-10-233-8/+20
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-21202-8372/+8370
* Add file and lineno parameters to warn() methodCharles Yin2011-10-213-9/+10
* Removing some stale comments.Alan Alpert2011-10-211-2/+1
* Remove SkipMode from qtestlib API.Jason McDonald2011-10-214-25/+6
* Allow QDeclarativeIncubator to be deleted within statusChanged() callbackAaron Kennedy2011-10-201-4/+11
* Allow one incubator to start in the statusChanged() of anotherAaron Kennedy2011-10-201-3/+11
* Behave correctly when AsynchronousIfNested is nestedAaron Kennedy2011-10-202-3/+6
* Declarative: Fix MSVC and g++ warningsFriedemann Kleint2011-10-1917-25/+53
* Debugger: Delete service if inspector plugin failsKai Koehne2011-10-181-0/+2
* Debugger: Let inspector plugin compile againKai Koehne2011-10-187-32/+54
* Debugger: Remove visual toolbox from inspectorKai Koehne2011-10-1829-808/+0
* qdoc3: Remove several "QML:" qualifiers which should no longer be requiredMartin Smith2011-10-181-14/+14
* Deliver touch event timestamps in QSGCanvas.Laszlo Agocs2011-10-181-0/+1
* Fix assertAaron Kennedy2011-10-181-1/+1
* Simplify expression guard logicAaron Kennedy2011-10-183-38/+44
* Fix TextInput echoMode test failure.Andrew den Exter2011-10-181-0/+1
* Remove the InputContext module.Andrew den Exter2011-10-1810-1470/+1
* Don't keep a cache of created QSGDragAttached objects.Andrew den Exter2011-10-183-17/+1