aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items
Commit message (Expand)AuthorAgeFilesLines
* Use QMouseEvent instead of QGraphicsSceneMouseEventLars Knoll2011-09-0123-403/+238
* Support font color with Text.StyledText in SceneGraphEskil Abrahamsen Blomfeldt2011-08-311-22/+72
* Fix export symbols for QtDeclarative and QtQuick1.Friedemann Kleint2011-08-318-9/+12
* Merge remote-tracking branch 'origin/master' into refactorLars Knoll2011-08-313-7/+251
|\
| * Allow initial property values to be defined with QSGLoaderChris Adams2011-08-313-7/+251
* | Merge branch 'master' into refactorGunnar Sletta2011-08-3113-128/+227
|\|
| * Do not deliver hover events when item is not visibleCaio Marcelo de Oliveira Filho2011-08-311-1/+1
| * Fix extra hover enter events being sent by QSGCanvasCaio Marcelo de Oliveira Filho2011-08-311-15/+13
| * Update ShaderEffect docs with module qualifiersAlan Alpert2011-08-301-6/+6
| * Revert swap interval change in 107bf9e570e4d7ce1eb38452c9a5473b2455d9c7Aaron Kennedy2011-08-301-1/+1
| * Position in updatePolish instead of using single shot timerAlan Alpert2011-08-303-28/+46
| * Fix conversion of QAbstractItemModel::rowsMoved() parametersBea Lam2011-08-301-1/+1
| * Fix QSGItem::polish() at startup logicAaron Kennedy2011-08-291-0/+2
| * Remove unnecessary code.Michael Brasser2011-08-292-6/+2
| * Move QSGViewPrivate to qsgview_p.hMarco Bubke2011-08-253-31/+109
| * Get the image of the FBO of a effect textureMarco Bubke2011-08-252-0/+10
* | Don't create the ShaderEffect node when attributes are missingGunnar Sletta2011-08-301-0/+7
* | Get declarative running on new gui/opengl stack.Samuel Rødal2011-08-2912-43/+45
* | Respect QPlatformIntegration::ThreadedOpenGL and fix thread affinity of the Q...Gunnar Sletta2011-08-292-6/+15
* | implement non-threaded renderer againGunnar Sletta2011-08-291-1/+83
* | separated out render thread codeGunnar Sletta2011-08-293-90/+169
* | Merge branch 'master' into refactorGunnar Sletta2011-08-2544-767/+9615
|\|
| * Fixed QSGPaintedItem updates when a contentsScale is set.Yoann Lopes2011-08-241-7/+2
| * mapFromModel() returned incorrect valueBea Lam2011-08-241-1/+1
| * Do not deliver mouse wheel events when item is not visibleCaio Marcelo de Oliveira Filho2011-08-241-1/+1
| * Make QSGTextNode back-end for QML's TextInput and TextEditEskil Abrahamsen Blomfeldt2011-08-1910-241/+1025
| * Fix spacing issueAlan Alpert2011-08-191-4/+6
| * Add attached properties to the positioners.Glenn Watson2011-08-183-4/+158
| * Implemented minimum FBO size on the ShaderEffectSource.Kim Motoyoshi Kalland2011-08-171-4/+17
| * Allow borderimage .sci source to be a quoted filenameChris Adams2011-08-171-0/+2
| * Add module qualifier to \qmlattachedproperty docsAlan Alpert2011-08-174-13/+13
| * Fixed clip on QML2 rectangles to include the borders.Kim Motoyoshi Kalland2011-08-163-13/+23
| * Fix VisualDataModel auto test failure.Andrew den Exter2011-08-151-0/+1
| * Fixed QSGNode leak.Kim Motoyoshi Kalland2011-08-122-7/+31
| * QSGDistanceFieldGlyphCache code refactoring.Yoann Lopes2011-08-102-8/+6
| * Add support for individual row and column spacing to Grid object.Glenn Watson2011-08-102-9/+63
| * Add documentationAlan Alpert2011-08-0922-120/+7635
| * Show header/footer if current index is set to first/last item or rowBea Lam2011-08-054-7/+49
| * ListView with StrictlyEnforceRange skips over itemsMartin Jones2011-08-051-1/+3
| * Fix outdated license headers.Jason McDonald2011-08-053-50/+51
| * Don't cache model data in VisualDataModel.Andrew den Exter2011-08-051-210/+347
| * Fix ListView refill() where delegate size == 0Bea Lam2011-08-041-0/+2
| * Add enabled property to Transition.Michael Brasser2011-08-041-5/+6
| * Add a currentItem property to PathView.Andrew den Exter2011-08-023-31/+63
| * Cancel mousearea pressed state when window is deactivatedCharles Yin2011-08-025-1/+25
| * Fix content position for key navigation with StrictlyEnforceRangeBea Lam2011-08-021-1/+0
| * Views with no delegate crash when items are inserted.Martin Jones2011-08-022-6/+6
| * Allow descendant chains to simultaneously be hovered.Alan Alpert2011-08-024-27/+60
| * Call base class init() from QSGListViewPrivateBea Lam2011-08-022-5/+13
| * Nesting PathView and Flickable causes PathView to stop at wrong offsetMartin Jones2011-08-023-0/+17