aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix export symbols for QtDeclarative and QtQuick1.Friedemann Kleint2011-08-3115-49/+64
* Merge remote-tracking branch 'origin/master' into refactorLars Knoll2011-08-312-20/+44
|\
| * Allow initial property values to be defined with QSGLoaderChris Adams2011-08-312-20/+44
* | Merge branch 'master' into refactorGunnar Sletta2011-08-3191-6478/+10102
|\|
| * 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
| * Add QFastMetaBuilderAaron Kennedy2011-08-308-154/+914
| * Inline a couple of often used methods.Martin Jones2011-08-303-5/+2
| * CompileRoberto Raggi2011-08-301-1/+1
| * Speedup the V4 code generation.Roberto Raggi2011-08-305-31/+55
| * Use QDeclarativePool to allocate the V4 instructions.Roberto Raggi2011-08-305-100/+188
| * Change the V4 IR so it can be stored in a memory pool.Roberto Raggi2011-08-306-106/+188
| * Removed QDeclarativeJS::NodePoolRoberto Raggi2011-08-3013-554/+408
| * Some lexer improvement, mostly by avoiding QChar::isWhatever()Martin Jones2011-08-306-85/+199