aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix export symbols for QtDeclarative and QtQuick1.Friedemann Kleint2011-08-3157-126/+150
* Merge remote-tracking branch 'origin/master' into refactorLars Knoll2011-08-318-42/+307
|\
| * 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
| * QtDeclarative does not use libQtSvgMartin Jones2011-08-311-1/+0
* | Merge branch 'master' into refactorGunnar Sletta2011-08-31155-11945/+10432
|\|
| * Support QT_TRID_NOOP in ListElement.Michael Brasser2011-08-311-2/+2
| * Custom Particle now supplies default codeAlan Alpert2011-08-311-20/+48
| * Add enums support to QObject module APIsChris Adams2011-08-311-0/+18
| * Do not deliver hover events when item is not visibleCaio Marcelo de Oliveira Filho2011-08-311-1/+1
| * Fix extra hover enter events being sent by QSGCanvasCaio Marcelo de Oliveira Filho2011-08-311-15/+13
| * 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-3032-1435/+1282
| * 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
| * Compile.Roberto Raggi2011-08-301-3/+3
| * 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