aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Make textureProvider() a virtual accessor in QSGItem.Gunnar Sletta2011-08-228-9/+36
| * | | | | Don't create the scale grid in the rendering thread.Gunnar Sletta2011-08-221-5/+10
| * | | | | Reintroduce the QSGTextureProvider as a separate objectGunnar Sletta2011-08-2210-98/+184
| * | | | | Move QSGShaderEffectMaterial into the QSGShaderEffectNode. Now owned by Rende...Gunnar Sletta2011-08-224-10/+17
| * | | | | added frame swap notification to notify compositor that frame was swappedMatthew Cattell2011-08-182-1/+5
| * | | | | The QSGShaderEffectTexture needs to be deleted in the rendering threadGunnar Sletta2011-08-182-6/+25
| * | | | | Fix crash-on-exit in qmlsceneMorten Sorvig2011-08-171-1/+1
| * | | | | Merge branch 'master' into refactorGunnar Sletta2011-08-115-13/+23
| |\ \ \ \ \
| * | | | | | improved debug messages a bitGunnar Sletta2011-08-111-1/+10
| * | | | | | Implement VBO caching of larger geometriesGunnar Sletta2011-08-111-1/+12
| * | | | | | Removed faked resize / show / hide events.Samuel Rødal2011-08-101-24/+0
| * | | | | | Remove the QGLContext from QSGCanvasGunnar Sletta2011-08-052-10/+4
| * | | | | | Ported use of QInputContext to QPlatformInputContext for nowGunnar Sletta2011-08-055-41/+50
| * | | | | | got canvas rendering...Gunnar Sletta2011-08-052-9/+40
| * | | | | | Make QSGCanvas a QWindow instead of a QGLWidgetGunnar Sletta2011-08-058-328/+128
| * | | | | | Build against refactor.Samuel Rødal2011-07-2913-27/+26
* | | | | | | Refactor SpriteEngine out of StochasticEngineAlan Alpert2011-09-135-209/+250
* | | | | | | canvas item refactorsCharles Yin2011-09-1215-2849/+4381
* | | | | | | Port change 67ed1849 from Qt 4.7Martin Jones2011-09-121-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Experimental 'pixelAligned' property for Flickable.Martin Jones2011-09-123-2/+26
* | | | | | Make state a public property of QSGItem.Michael Brasser2011-09-122-1/+16
* | | | | | add convenient function pixmap() function for QSGImageBaseCharles Yin2011-09-092-0/+8
* | | | | | Add new path functionality.Michael Brasser2011-09-089-585/+356
* | | | | | Fix left alignment of native RTL pre-edit text.Andrew den Exter2011-09-072-2/+16
* | | | | | Fix min extents to correctly consider header sizeBea Lam2011-09-071-3/+3
* | | | | | Ensure that header/footer resize fixes position.Martin Jones2011-09-061-2/+11
* | | | | | Improvements to textFormat: Text.StyledTextYann Bodson2011-09-061-4/+9
* | | | | | Delay masking the last character in Password echo mode.Andrew den Exter2011-09-061-1/+1
* | | | | | View refill operations should take qreal, not intBea Lam2011-09-063-10/+10
* | | | | | Debugger: Move QT_DECLARATIVE_DEBUG handling out of qdeclarative.hKai Koehne2011-09-021-1/+2
* | | | | | Exported QSGShaderEffectMesh.Kim Motoyoshi Kalland2011-09-025-58/+64
* | | | | | Ensure layout is done after delayed deletion of itemsBea Lam2011-09-021-0/+1
* | | | | | Don't emit attached add() and remove() for moved itemsBea Lam2011-09-023-5/+10
* | | | | | Remove scheduleLayout() and layoutScheduledBea Lam2011-09-014-19/+7
* | | | | | Batch view changes instead of applying them immediatelyBea Lam2011-09-017-665/+517
| |_|_|_|/ |/| | | |
* | | | | Allow initial property values to be defined with QSGLoaderChris Adams2011-08-313-7/+251
| |_|_|/ |/| | |
* | | | 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
| |_|/ |/| |
* | | 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