aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use minimal javascript expression for bound signalsChris Adams2012-03-292-43/+85
* 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
* Remove QObject parenting from QQmlAbstractBoundSignal.Michael Brasser2012-03-261-0/+1
* 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-233-0/+6
* 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-227-6/+406
* 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
* 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