aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the qmldir parser diagnostic messages.Roberto Raggi2011-08-303-7/+13
* Update the tst_qdeclarativelanguage::errors() auto test.Roberto Raggi2011-08-303-5/+4
* Fix lookup of non scriptable default properties.Roberto Raggi2011-08-301-7/+8
* Fix property lookup in QDeclarativePropertyCache::create.Roberto Raggi2011-08-301-3/+4
* Fix compilation.Roberto Raggi2011-08-301-3/+3
* Fix type of valuetype alias properties.Roberto Raggi2011-08-301-0/+5
* Fix the source location of the T_ELSE token.Roberto Raggi2011-08-302-2/+2
* Fix parsing of numeric literals.Roberto Raggi2011-08-301-1/+1
* Fix the computation of the start token position.Roberto Raggi2011-08-301-3/+5
* Fix initialization order.Roberto Raggi2011-08-301-2/+2
* Replace the hash tables with simple association lists.Roberto Raggi2011-08-303-33/+80
* Merge IR::Module and IR::Function.Roberto Raggi2011-08-305-97/+50
* Set the name of the default propertyRoberto Raggi2011-08-301-1/+8