aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgpainteditem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-211-536/+0
* Add QSGPaintedItem docs to module and fix non-standard wording.Casper van Donderen2011-09-271-0/+2
* Added PerformanceHints flags to QSGPaintedItem.Yoann Lopes2011-09-201-0/+64
* Get declarative running on new gui/opengl stack.Samuel Rødal2011-08-291-3/+3
* Fixed QSGPaintedItem updates when a contentsScale is set.Yoann Lopes2011-08-241-7/+2
* Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-081-17/+17
* Call QSGPaintedItem::paint() when the scene graph is synced.Yoann Lopes2011-05-131-1/+2
* Documented which thread gets the QSGPaintedItem::paint() call.Yoann Lopes2011-05-101-0/+5
* Added a separate property to enable mipmapping on QSGPaintedItem.Yoann Lopes2011-05-101-1/+37
* Enable mipmapping for QSGPaintedItem's texture.Yoann Lopes2011-05-091-0/+1
* Implemented contentsSize and contentsScale for QSGPaintedItem.Yoann Lopes2011-05-051-15/+84
* Removed unused properties in QSGPaintedItem.Yoann Lopes2011-05-031-22/+0
* Added antialiasing property to QSGPaintedItem.Yoann Lopes2011-05-031-1/+32
* Initial import from qtquick2.Qt by Nokia2011-04-271-0/+354