aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Don't use QWindow::visible() since it's deprecatedGirish Ramakrishnan2012-04-131-5/+5
* Fix broken wakeup() in threaded renderloop.Gunnar Sletta2012-04-131-1/+1
* Don't ignore model changes when the ListView scroll position changes.Andrew den Exter2012-04-134-5/+18
* QQuickTextEdit to trigger input method updates on selectAll()Pekka Vuorela2012-04-122-7/+8
* Silence warning with ICC about change of signal in integer conversionThiago Macieira2012-04-121-1/+1
* Create accessible interfaces only for items with attached propFrederik Gladhorn2012-04-101-3/+0
* Use relative position to when getting line from layout.Andrew den Exter2012-04-101-1/+1
* Fix erroneous signal emission in LoaderChris Adams2012-04-051-1/+9
* MultiPointTouchArea documentation not to use deprecated signalsPekka Vuorela2012-04-051-1/+1
* Properly copy all event parameters in deliverMouseEvent()Laszlo Agocs2012-04-051-2/+6
* Create plugins for Particles and Window submodulesMatthew Vogt2012-04-051-2/+2
* Flickable should only call ungrabMouse() if it is the mouse grabberAndras Becsi2012-04-041-1/+2
* Support snapMode in PathViewMartin Jones2012-04-043-46/+113
* Remove workaround for QTBUG-22919.Andrew den Exter2012-04-041-3/+0
* Fixed crash when using 'var' property in ShaderEffect.Kim Motoyoshi Kalland2012-04-045-592/+702
* Do not automatically mark all text items as accessible.Frederik Gladhorn2012-04-031-3/+0
* Fix the conversion of a colour from a string.Thiago Macieira2012-04-031-1/+1
* Fix visibility of trailing preedit text.Andrew den Exter2012-04-031-6/+13
* Set cursorVisible to false when im cursor length is 0.Andrew den Exter2012-04-026-38/+112
* Fix crash when changing the grandparent of an item with focus.Andrew den Exter2012-04-022-1/+9
* Fix warnings in qtdeclarative.Friedemann Kleint2012-03-302-6/+2
* Fix forceActiveFocus() with multiple items having focus: trueAndrew den Exter2012-03-301-1/+23
* Size loaded item before bindings are evaluatedMartin Jones2012-03-306-21/+85
* When async loading a view, ensure its delegates are also async.Martin Jones2012-03-301-1/+1
* Fix context2d transform issuesCharles Yin2012-03-303-273/+459
* Fix compiling qtdeclarative without accessibilityJerome Leclanche2012-03-292-0/+4
* Don't qobject_cast an object being destructedKent Hansen2012-03-281-1/+0
* Replace usage of QCursor, and update hoverVisible test.Michael Brasser2012-03-282-4/+3
* Use pixmapCache in sprite assemblyAlan Alpert2012-03-281-1/+2
* Section comparison should be case insensitive.Martin Jones2012-03-281-4/+7
* TextInput to use password mask delay if platform style defines onePekka Vuorela2012-03-272-25/+10
* Buffer changes received during layout()Bea Lam2012-03-272-3/+32
* Release FBOs held by the shader effect source sooner.Kim Motoyoshi Kalland2012-03-271-2/+28
* Remove tentative commit from editorsPekka Vuorela2012-03-265-47/+15
* Fix horizontal alignment bug with rich textYann Bodson2012-03-261-2/+15
* Make sure window manager wakeup() can always wake upCharles Yin2012-03-261-1/+2
* PathView was missing the maximumFlickVelocity propertyMartin Jones2012-03-263-24/+69
* Update item anchors when the baseline offset changes.Andrew den Exter2012-03-261-0/+4
* Correct double, triple click handling in canvas when in touch modeLaszlo Agocs2012-03-261-9/+10
* Remove QQuickItem::sendAccessibilityUpdateFrederik Gladhorn2012-03-242-7/+0
* Add accessibility updates.Frederik Gladhorn2012-03-234-2/+37
* Fix crash issue for path animation and path interpulatorCharles Yin2012-03-231-0/+2
* Fix Sprite AssemblyAlan Alpert2012-03-231-2/+2
* Change smooth to be true by defaultGunnar Sletta2012-03-221-6/+8
* Share depth-stencil buffers between ShaderEffectSources of same size.Kim Motoyoshi Kalland2012-03-222-5/+41
* Check for null pointer dereferenceAlan Alpert2012-03-222-4/+4
* Fix text wrapping and eliding with implicitWidth.Andrew den Exter2012-03-225-20/+112
* 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