aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update extension tutorials and examples to QtQuick2Damian Jansen2011-09-0550-181/+158
* Fix some memory leaks in the compilerChris Adams2011-09-053-0/+6
* 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
* Debugger: Also fix the name of the qdeclarativedebug autotestKai Koehne2011-09-023-35/+35
* Exported QSGShaderEffectMesh.Kim Motoyoshi Kalland2011-09-025-58/+64
* Ensure layout is done after delayed deletion of itemsBea Lam2011-09-021-0/+1
* Update more examples to QtQuick 2.0Damian Jansen2011-09-0236-285/+111
* Update various examples to QtQuick 2.0Damian Jansen2011-09-02136-6840/+23
* Update text examples to QtQuick 2.0, remove obsolete filesDamian Jansen2011-09-0271-4531/+6
* Update modelviews examples to QtQuick 2.0Damian Jansen2011-09-02244-11905/+29
* Update rssnews, focus and positioners examples to QtQuick 2.0Damian Jansen2011-09-0241-2069/+64
* Update calculator, i18n, imageelements examples to QtQuick 2.0Damian Jansen2011-09-0244-1820/+11
* Update animation examples to QtQuick 2.0 and remove obsolete files.Damian Jansen2011-09-0280-4501/+29
* Update toys examples to QtQuick 2.0 and remove obsolete filesDamian Jansen2011-09-0295-4635/+48
* 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-025-1/+117
* Allow reference to signals using 'on' handler syntax.Michael Brasser2011-09-018-15/+185
* Remove scheduleLayout() and layoutScheduledBea Lam2011-09-014-19/+7
* Batch view changes instead of applying them immediatelyBea Lam2011-09-019-711/+1096
* Add bounding rectangle for rendering images in designer supportMarco Bubke2011-08-312-6/+5
* Debugger: Rename qdeclarativedebug* to qdeclarativeenginedebug*Kai Koehne2011-08-316-11/+7
* Rename QDeclarativeEngineDebugServer to ~ServiceKai Koehne2011-08-3110-61/+58
* Fix build with ClangTor Arne Vestbø2011-08-312-3/+3
* Autotests: Silence gdb warning about deprecated conversionKai Koehne2011-08-313-3/+6
* 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-314-28/+26
* Allow initial property values to be defined with QSGLoaderChris Adams2011-08-3127-27/+926
* setting only colorVariation now worksAlan Alpert2011-08-311-1/+1
* QtDeclarative does not use libQtSvgMartin Jones2011-08-311-1/+0
* Support QT_TRID_NOOP in ListElement.Michael Brasser2011-08-312-2/+12
* Custom Particle now supplies default codeAlan Alpert2011-08-315-105/+55
* Add enums support to QObject module APIsChris Adams2011-08-314-0/+40
* Do not deliver hover events when item is not visibleCaio Marcelo de Oliveira Filho2011-08-312-1/+65
* Fix extra hover enter events being sent by QSGCanvasCaio Marcelo de Oliveira Filho2011-08-312-15/+97
* Fix the directory cache for case insensitive file systems.Roberto Raggi2011-08-302-3/+30
* Fix diagnostic messages.Roberto Raggi2011-08-302-4/+6
* Fix merge errors introduced while rebasing.Roberto Raggi2011-08-304-18/+10
* Fix the tst_qdeclarativedebug auto test.Roberto Raggi2011-08-301-3/+3
* Fix the search of QML types.Roberto Raggi2011-08-301-1/+1
* Fix wrong assertion in StringRef::load.Roberto Raggi2011-08-301-1/+1
* Move all QML file parsing into the QDeclarativeScript namespaceAaron Kennedy2011-08-3033-1437/+1284
* Collect the source locations of the single and multiline comments.Roberto Raggi2011-08-301-0/+10