aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Compile fix.Michael Brasser2011-09-091-2/+2
* Improve efficiency of qmlEngine()Aaron Kennedy2011-09-091-2/+20
* Doc fix for QDeclarativeEngineDamian Jansen2011-09-071-2/+2
* Add garbage collector prologue callback to qv8engineChris Adams2011-09-063-0/+252
* Remove friend class QV8DebugService from QV8Engine.Aurindam Jana2011-09-051-1/+0
* Fix some memory leaks in the compilerChris Adams2011-09-052-0/+4
* Debugger: Move QT_DECLARATIVE_DEBUG handling out of qdeclarative.hKai Koehne2011-09-022-11/+1
* 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
* Rename QDeclarativeEngineDebugServer to ~ServiceKai Koehne2011-08-315-889/+6
* Fix build with ClangTor Arne Vestbø2011-08-312-3/+3
* Allow initial property values to be defined with QSGLoaderChris Adams2011-08-312-20/+44
* Add enums support to QObject module APIsChris Adams2011-08-311-0/+18
* Fix the directory cache for case insensitive file systems.Roberto Raggi2011-08-301-2/+28
* Fix diagnostic messages.Roberto Raggi2011-08-302-4/+6
* Fix merge errors introduced while rebasing.Roberto Raggi2011-08-304-18/+10
* 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-3025-1406/+1252
* 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
* 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
* Fix wrong usage of QStringHash iterators.Roberto Raggi2011-08-301-12/+17
* Recompute the token length after the scan of a regexp.Roberto Raggi2011-08-301-0/+2
* Fix visit of list-like AST nodes.Roberto Raggi2011-08-301-3/+3
* Fix possible crash when using the QML lexer without an engine.Roberto Raggi2011-08-301-8/+10
* Fix initialization of QDeclarativeVMEMetaData::PropertyData for variant prope...Roberto Raggi2011-08-301-1/+1
* Fix comparison.Roberto Raggi2011-08-301-1/+1
* Remove deprecated QChar to ushort conversions.Roberto Raggi2011-08-301-5/+5
* Faster check for revisioned properties.Martin Jones2011-08-301-1/+21
* Special case integers and strings in lexerAaron Kennedy2011-08-301-1/+37
* Reduce allocationsAaron Kennedy2011-08-305-8/+61
* less toUtf8()Martin Jones2011-08-303-8/+8
* Remove some QString <-> utf8 conversions.Martin Jones2011-08-306-57/+57
* Optimize default property resolution in compilerAaron Kennedy2011-08-307-53/+160
* Use the cached property data when possibleAaron Kennedy2011-08-301-6/+4
* Introduce QHashField for use in "contains" tests.Aaron Kennedy2011-08-305-12/+141
* Use QFieldList to manage dynamic properties, signals and slotsAaron Kennedy2011-08-304-167/+165
* Calculate the hash inside QHashedStringAaron Kennedy2011-08-301-3/+89
* Use strings more conservativelyAaron Kennedy2011-08-3011-111/+446