aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix double click handler in QQuickItem.Laszlo Agocs2012-03-121-2/+1
* 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
* Reset transitioner pointer when transition job finishesBea Lam2012-03-091-1/+13
* Handle QEvent::TouchCancel in QML_TRANSLATE_TOUCH_TO_MOUSE modeMartin Jones2012-03-091-0/+8
* Fix selected text highlight in TextEdit.Andrew den Exter2012-03-081-1/+1
* Improve accessibility action support for Qt QuickMorten Johan Sorvig2012-03-071-13/+9
* QQuickView with the default constructor doesn't show any window decorations.Alexis Menard2012-03-071-2/+2
* ListView can freeze if flicked beyond its bounds.Martin Jones2012-03-072-14/+17
* Fix setting of target lists when target Transition is not setBea Lam2012-03-074-106/+94
* Change the default renderTarget and renderStrategyCharles Yin2012-03-071-4/+4
* Repaint the canvas item properly when canvas resizedCharles Yin2012-03-072-13/+13
* prepareTransition() must cancel current transitionBea Lam2012-03-071-7/+6