aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow threaded compilation in an async LoaderMartin Jones2012-03-157-27/+132
* Support for multiple textures in the default distance field glyph cache.Yoann Lopes2012-03-152-51/+94
* Don't assert if focus is already clear.Alan Alpert2012-03-151-2/+6
* Don't leak function objects created by VisualDataModel.Andrew den Exter2012-03-153-22/+22
* Set more sensible Flickable default input filtering parametersMartin Jones2012-03-151-4/+4
* Fix crash caused by dereferencing collected v8 dataChris Adams2012-03-154-13/+30
* Remove binding dependency on QQmlExpressionAaron Kennedy2012-03-1523-446/+376
* Ensure that dynamic property storing QObject ptr notifies on deleteChris Adams2012-03-153-11/+47
* Let V8 throw the exception when QML property lookup failsKent Hansen2012-03-141-12/+6
* Use the same ReferenceError message wording as V8Kent Hansen2012-03-141-2/+2
* Don't store duplicate glyph data in a distance field node.Andrew den Exter2012-03-142-40/+31
* Debugger: Print informational messages via qDebugKai Koehne2012-03-144-4/+4
* Remove all accessibility updates to allow changes in qtbase.Frederik Gladhorn2012-03-144-16/+0
* Fix AND expression in v4Luis Gabriel Lima2012-03-141-3/+9
* Fix memory leak with the shared distance field glyph cache.Andrew den Exter2012-03-143-4/+28
* Fix wrap modes not being set.Gunnar Sletta2012-03-141-1/+1
* Remove use of redundante nullPixmap image referenceGunnar Sletta2012-03-141-3/+1
* Support module api objects in v4.Michael Brasser2012-03-147-0/+109
* More refactoring on animation controllerCharles Yin2012-03-133-9/+42
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-1359-1029/+1029
* Implement mouseDragCharles Yin2012-03-132-0/+23
* Send accessibility updates for the right item.Frederik Gladhorn2012-03-134-7/+7
* Remove unused init function.Andrew den Exter2012-03-132-14/+0
* Debugger: Use QStringLiteral where appropriateKai Koehne2012-03-138-27/+27
* Fix crash when writing property after engine deletionChris Adams2012-03-131-1/+2
* Only attempt to load QML test cases from source directory if it exists.Aaron McCarthy2012-03-131-2/+5
* Move binding and expression classes to separate filesAaron Kennedy2012-03-1315-869/+1333
* testlib: Improve verbose and XPASS outputJason McDonald2012-03-131-12/+6
* ListView.contentHeight does not include header and footer item heightsMartin Jones2012-03-131-2/+3
* Displaced items were moving unnecessarilyBea Lam2012-03-132-28/+66
* Improve interaction of nested Flickables and PathViewMartin Jones2012-03-135-18/+43
* Declare change set and compositor structs as movable primative types.Andrew den Exter2012-03-132-0/+9
* Change repeater item to handle model being deleted.Glenn Watson2012-03-132-1/+11
* Fix SignalSpy disconnect issueCharles Yin2012-03-131-1/+3
* Remove the rest of qtquick 1.0 code from qmltestCharles Yin2012-03-133-90/+43
* include header correctlyCharles Yin2012-03-131-1/+1
* Fix for QTBUG-22777. Removed unnecessary check.Gatis Paeglis2012-03-121-1/+1
* Fix v4 nested object access bug.Michael Brasser2012-03-121-3/+4
* Add two argument Math.min and Math.max support to v4.Michael Brasser2012-03-126-0/+70
* Add Math.ceil and Math.abs support to v4.Michael Brasser2012-03-126-0/+46
* Check that canvas is valid.Frederik Gladhorn2012-03-121-1/+1
* Accessibility: childAt_helper descends too far.Morten Johan Sorvig2012-03-121-0/+5
* Fix double click handler in QQuickItem.Laszlo Agocs2012-03-121-2/+1
* Return early if animationjob was deleted in all callback methods.Charles Yin2012-03-121-6/+9
* Remove undefined method.Stephen Kelly2012-03-121-1/+0
* refilled items should be moved immediatelyBea Lam2012-03-106-16/+21
* Clean up transition objects for positionersBea Lam2012-03-103-4/+29
* Add mouse wheel events handler to MouseAreaLuis Gabriel Lima2012-03-107-2/+185
* Avoid using QQuickViewItem as base classBea Lam2012-03-108-92/+225
* Don't grow container when desired size is knownJoão Abecasis2012-03-091-11/+14