aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reset all node pointers when item is cleaned upGunnar Sletta2012-03-191-0/+1
* Fix possible crash in QSGContext::invalidate()Yoann Lopes2012-03-191-4/+4
* 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
* 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-151-6/+6
* Remove all accessibility updates to allow changes in qtbase.Frederik Gladhorn2012-03-144-16/+0
* Fix wrap modes not being set.Gunnar Sletta2012-03-141-1/+1
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-1329-603/+603
* 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
* 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
* Fix texture leaks in QQuickCanvasItemCharles Yin2012-03-071-2/+9
* Cleanup QQuickCanvas and QQuickView docs.Martin Jones2012-03-062-1/+19
* Continue refactor of Canvas rendering.Justin McPherson2012-03-066-49/+49
* Use NPOT support if available.Justin McPherson2012-03-062-52/+43
* Remove QQuickCanvasItemNode.Justin McPherson2012-03-064-206/+4
* Fixed QQuickCanvas header with QT_NO_KEYWORDSRohan McGovern2012-03-061-1/+1
* Handle MouseArea.enabled = false after mouse is pressed.Martin Jones2012-03-051-6/+6
* Made QQuickWindowManager pluggable via QSGContext.Gunnar Sletta2012-03-053-29/+21
* Merge master <-> api_changesMatthew Vogt2012-03-0547-1778/+3931
|\