aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Free ShaderEffectSource FBOs when no longer needed.Kim Motoyoshi Kalland2012-03-2110-83/+230
* Allow flick on press-move-release in Flickable.Laszlo Agocs2012-03-211-24/+22
* Fix margins for right-to-left modeBea Lam2012-03-211-7/+5
* Don't overwrite text selections made in focus handlers.Andrew den Exter2012-03-212-11/+13
* Content size should not include trailing spaces.Andrew den Exter2012-03-211-4/+11
* Don't register sub distance field glyph nodes with the glyph cache.Yoann Lopes2012-03-202-32/+39
* Decouple QSGDistanceFieldGlyphNode from it's cache manager.Andrew den Exter2012-03-209-83/+99
* Allow SG and GL resources to survive a releaseResources.Gunnar Sletta2012-03-203-0/+134
* Fix compilation on QNX.Tobias Koenig2012-03-204-0/+16
* Update item focus even if it doesn't have a canvasBea Lam2012-03-202-33/+58
* Fix unused variable warning.Andrew den Exter2012-03-201-3/+1
* Make TextEdit word selection behaviour consistent.Andrew den Exter2012-03-201-22/+5
* Remove unused functions from QQuickTextControl.Andrew den Exter2012-03-203-127/+0
* Add additional key sequence tests.Andrew den Exter2012-03-201-4/+2
* Sprite minor fixesAlan Alpert2012-03-203-7/+9
* Remove warning about not explicitly initializing base class.Andrew den Exter2012-03-201-1/+2
* Pull out some duplicate focus-related codeBea Lam2012-03-203-32/+40
* Loader could leak qml contexts if interruptedMartin Jones2012-03-201-0/+12
* Restore view to sensible position if grab is cancelled.Martin Jones2012-03-202-0/+7
* Use a single distance-field cache instance for all sizes of a given font.Yoann Lopes2012-03-199-343/+267
* Clean up dangling pointers in the particle systemGunnar Sletta2012-03-196-1/+38
* Reset all node pointers when item is cleaned upGunnar Sletta2012-03-191-0/+1
* Skip warning on perfectly valid usecaseGunnar Sletta2012-03-191-6/+0
* Fix possible crash in QSGContext::invalidate()Yoann Lopes2012-03-191-4/+4
* QmlDebugging: Object Tree and States ListAurindam Jana2012-03-191-11/+6
* Resetting a model can cause a crash in views with header/footer.Martin Jones2012-03-194-25/+43
* Ensure section header/footer are cleaned up.Martin Jones2012-03-191-4/+8
* Don't crash view while changing model.Martin Jones2012-03-191-1/+1
* Fix grabbing to wait until the image has actually been grabbed.Michael Brasser2012-03-191-11/+1
* Allow threaded compilation in an async LoaderMartin Jones2012-03-151-2/+7
* 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
* Remove binding dependency on QQmlExpressionAaron Kennedy2012-03-153-14/+14
* Don't store duplicate glyph data in a distance field node.Andrew den Exter2012-03-142-40/+31
* Remove all accessibility updates to allow changes in qtbase.Frederik Gladhorn2012-03-144-16/+0
* 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
* More refactoring on animation controllerCharles Yin2012-03-131-0/+2
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-1340-830/+830
* Send accessibility updates for the right item.Frederik Gladhorn2012-03-134-7/+7
* Remove unused init function.Andrew den Exter2012-03-132-14/+0
* 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 for QTBUG-22777. Removed unnecessary check.Gatis Paeglis2012-03-121-1/+1