aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Implement VBO caching of larger geometriesGunnar Sletta2011-08-118-41/+351
| * | | | | | 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-0512-332/+140
| * | | | | | Compile with refactorGunnar Sletta2011-08-0115-27/+27
| * | | | | | Build against refactor.Samuel Rødal2011-07-2951-72/+77
* | | | | | | Reset on system changeAlan Alpert2011-09-131-1/+1
* | | | | | | Refactor SpriteEngine out of StochasticEngineAlan Alpert2011-09-1325-333/+635
* | | | | | | Implement Turbulence properlyAlan Alpert2011-09-134-100/+115
* | | | | | | Document Particle typeAlan Alpert2011-09-131-0/+148
* | | | | | | Reduce compile warningsAlan Alpert2011-09-1315-32/+36
* | | | | | | Order of operations fixAlan Alpert2011-09-131-1/+1
* | | | | | | Make activeGroups usable.Alan Alpert2011-09-132-8/+12
* | | | | | | canvas item refactorsCharles Yin2011-09-1216-2851/+4383
* | | | | | | 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
* | | | | | Fix missing and outdated license headers.Jason McDonald2011-09-097-103/+143
* | | | | | Compile fix.Michael Brasser2011-09-091-2/+2
* | | | | | Improve efficiency of qmlEngine()Aaron Kennedy2011-09-091-2/+20
* | | | | | add convenient function pixmap() function for QSGImageBaseCharles Yin2011-09-092-0/+8
* | | | | | make the testcase name the same in both plain text and xml/xunit logs for qml...Charles Yin2011-09-091-37/+3
* | | | | | Only fast-foward states when there is a transition.Michael Brasser2011-09-091-2/+5
* | | | | | JSDebugging: Send messages for events BeforeCompile to Client.Aurindam Jana2011-09-081-2/+5
* | | | | | Particles module refactoring en masseAlan Alpert2011-09-0840-1018/+918
* | | | | | Whitespace fixAlan Alpert2011-09-081-1/+1
* | | | | | Augment Particle DocsAlan Alpert2011-09-088-6/+237
* | | | | | Allow particles to have eternal lifeAlan Alpert2011-09-085-9/+61
* | | | | | Allow affectors to be transformedAlan Alpert2011-09-081-6/+1
* | | | | | Add clear property to QSGParticleSystemAlan Alpert2011-09-082-14/+58
* | | | | | Add new path functionality.Michael Brasser2011-09-0817-655/+2064
* | | | | | Animation-like API for ParticleSystemAlan Alpert2011-09-076-123/+201
* | | | | | Doc fix for QDeclarativeEngineDamian Jansen2011-09-071-2/+2
* | | | | | remove useless debug logCharles Yin2011-09-071-2/+1
* | | | | | Fix left alignment of native RTL pre-edit text.Andrew den Exter2011-09-074-4/+32
* | | | | | Fix min extents to correctly consider header sizeBea Lam2011-09-071-3/+3
* | | | | | more fixes for QTBUG-17868Charles Yin2011-09-061-7/+21
* | | | | | Ensure that header/footer resize fixes position.Martin Jones2011-09-061-2/+11
* | | | | | Add garbage collector prologue callback to qv8engineChris Adams2011-09-063-0/+252
* | | | | | Improvements to textFormat: Text.StyledTextYann Bodson2011-09-062-12/+290
* | | | | | Delay masking the last character in Password echo mode.Andrew den Exter2011-09-062-2/+2
* | | | | | View refill operations should take qreal, not intBea Lam2011-09-063-10/+10
* | | | | | Remove friend class QV8DebugService from QV8Engine.Aurindam Jana2011-09-051-1/+0
* | | | | | Fix some memory leaks in the compilerChris Adams2011-09-052-0/+4
* | | | | | Fix build break for QT_OPENGL_ES builds.Jonni Rainisto2011-09-051-0/+4
* | | | | | Debugger: Merge back changes from Qt Creator copyKai Koehne2011-09-022-9/+119
* | | | | | Debugger: Fixing coding style issuesKai Koehne2011-09-024-23/+26
* | | | | | Debugger: Move QT_DECLARATIVE_DEBUG handling out of qdeclarative.hKai Koehne2011-09-026-13/+73