aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Debugger: Add private header warning to all _p.h filesKai Koehne2011-09-0212-0/+132
* Debugger: Canonalize header definesKai Koehne2011-09-022-6/+6
* Debugger: Add missing QT_BEGIN_NAMESPACE, QT_END_NAMESPACEKai Koehne2011-09-021-0/+4
* Debugger: Fix indentation & trailing whitespaceKai Koehne2011-09-029-149/+150
* 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
* Allow conversion of QObject Module API to QVariantChris Adams2011-09-023-1/+31
* Allow reference to signals using 'on' handler syntax.Michael Brasser2011-09-016-15/+94
* Remove scheduleLayout() and layoutScheduledBea Lam2011-09-014-19/+7
* Batch view changes instead of applying them immediatelyBea Lam2011-09-017-665/+517
* Add bounding rectangle for rendering images in designer supportMarco Bubke2011-08-312-6/+5
* Debugger: Rename qdeclarativedebug* to qdeclarativeenginedebug*Kai Koehne2011-08-313-6/+6
* Rename QDeclarativeEngineDebugServer to ~ServiceKai Koehne2011-08-317-58/+58
* Fix build with ClangTor Arne Vestbø2011-08-312-3/+3
* Add an abstraction layer for the qml designerMarco Bubke2011-08-314-0/+558
* Add #version 120 in more places.Alan Alpert2011-08-311-1/+1
* Rename PointAttractor x,y to pointX,pointYAlan Alpert2011-08-311-12/+10
* Allow initial property values to be defined with QSGLoaderChris Adams2011-08-315-27/+295
* setting only colorVariation now worksAlan Alpert2011-08-311-1/+1