aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items
Commit message (Expand)AuthorAgeFilesLines
...
* Fix gcc compilation warningsKai Koehne2011-11-091-2/+0
* Fix expected failure in TextEdit hAlign_RightToLeft test.Andrew den Exter2011-11-091-1/+9
* tst_QSGGridView enforceRange_rightToLeft failsMartin Jones2011-11-091-5/+2
* Add tests for the VisualDataGroup onChanged signal.Andrew den Exter2011-11-091-4/+7
* Extend VisualDataModel tests to cover Package delegates.Andrew den Exter2011-11-091-2/+4
* VisualDataModel group change notification missing initialization.Martin Jones2011-11-082-1/+10
* Don't create geometries for transparent Rectangle {} elementsGunnar Sletta2011-11-071-1/+2
* Emit signal when texture is updated in ShaderEffectSource.Kim Motoyoshi Kalland2011-11-072-16/+15
* Documentation fixesDamian Jansen2011-11-0712-21/+21
* Fix module API provider registration function documentationChris Adams2011-11-041-1/+1
* Text.RichText ignores color propertyYann Bodson2011-11-042-2/+4
* Only issue non-threaded renderer warning onceAaron Kennedy2011-11-031-3/+7
* Cursory docs for QQuickCanvas and QQuickViewAlan Alpert2011-11-032-3/+163
* Fix SizeRootObjectToView modeAlan Alpert2011-11-022-7/+3
* Avoid crash when ShaderEffect source is not available.Kim Motoyoshi Kalland2011-11-012-2/+2
* Repaint when the ShaderEffect's shader properties change.Kim Motoyoshi Kalland2011-11-011-0/+2
* Declarative: Fix gcc 4.6 warnings about assigned/unused variables.Friedemann Kleint2011-11-016-6/+3
* Workaround windows not gaining focus on mac.Andrew den Exter2011-11-011-3/+9
* Fix crash when trying to access a missing texture.Glenn Watson2011-11-011-1/+1
* ImageParticle Sprite ImprovementsAlan Alpert2011-10-311-4/+5
* Fix PaintedItem redraw bugCharles Yin2011-10-283-20/+1
* Fix QInputPanel::invokeAction(Click) not being called on mouse clicksSimon Hausmann2011-10-261-8/+1
* Rename QDeclarativePropertyCache::Data to QDeclarativePropertyDataAaron Kennedy2011-10-261-1/+1
* Remove Q_WS_*, symbian and maemo code in QtDeclarativeDamian Jansen2011-10-263-27/+16
* Basic QQuickSpriteImage autotestAlan Alpert2011-10-261-1/+1
* Add state changing properties to QQuickSpriteImageAlan Alpert2011-10-263-14/+64
* Add MultiPointTouchArea element.Michael Brasser2011-10-259-11/+1114
* Rename QSG* to QQuick* in particles folderAlan Alpert2011-10-251-1/+1
* Fix decimal point bug in Context2D color parsingKent Hansen2011-10-241-1/+5
* Fix BorderImage drawing when no borders are specified.Martin Jones2011-10-241-1/+1
* Fix item focus following canvas focus.Andrew den Exter2011-10-242-7/+17
* Provide a way to cheaply flip your painted FBOSarah Smith2011-10-232-5/+13
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-21133-7974/+7973
* Declarative: Fix MSVC and g++ warningsFriedemann Kleint2011-10-195-8/+8
* Deliver touch event timestamps in QSGCanvas.Laszlo Agocs2011-10-181-0/+1
* Fix TextInput echoMode test failure.Andrew den Exter2011-10-181-0/+1
* Don't keep a cache of created QSGDragAttached objects.Andrew den Exter2011-10-183-17/+1
* Debugger: Create InspectorService only when debugging is enabledKai Koehne2011-10-171-2/+4
* Fix coding style issuesKent Hansen2011-10-1723-135/+134
* Tidy up some more declarative includesKent Hansen2011-10-171-0/+1
* Clean up declarative includesKent Hansen2011-10-1720-43/+38
* Fix GridView to repaint when geometry changesBea Lam2011-10-171-0/+1
* Cannot flick to the end of a horizontal ListView with LayoutMirroringMartin Jones2011-10-173-127/+62
* Fix insertions above the visible indexBea Lam2011-10-144-82/+129
* (private-) export QSGShaderEffectTexturejuhvu2011-10-141-1/+1
* Fix creation context for delegatesBea Lam2011-10-141-1/+3
* Provide a context when constructing a TextInput cursor delegate.Andrew den Exter2011-10-122-2/+8
* fix crash bug when unloading canvasCharles Yin2011-10-123-5/+2
* fix several canvasitem bugsCharles Yin2011-10-125-10/+32
* Allow view items to be preserved.Andrew den Exter2011-10-122-25/+130