summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-217-31/+86
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Bea Lam2009-10-2122-105/+354
| |\
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-201-0/+4
| | |\
| | * | Don't search non-local context typesAaron Kennedy2009-10-202-4/+8
| * | | Give more info about whether a value is null and its value type.Bea Lam2009-10-212-13/+17
| * | | Add EVAL_EXPRESSION so clients can evaluate an expression within theBea Lam2009-10-192-22/+57
| * | | Add bool* argument to QmlExpression::value() to help debugger.Bea Lam2009-10-193-8/+14
| * | | Give more information about the value of a property when the variantBea Lam2009-10-151-3/+9
* | | | typoWarwick Allison2009-10-201-1/+1
| |_|/ |/| |
* | | docWarwick Allison2009-10-201-0/+4
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Martin Jones2009-10-1614-101/+191
|\ \
| * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-161-1/+1
| |\ \
| | * | docWarwick Allison2009-10-161-1/+1
| * | | Add binding assignment warningsAaron Kennedy2009-10-1610-79/+156
| * | | Correctly pass context to QmlObjectScriptClassAaron Kennedy2009-10-163-8/+19
| |/ /
| * | Fix dynamic exampleAlan Alpert2009-10-151-0/+1
| * | Simplified the bindings rewriter.Roberto Raggi2009-10-152-14/+15
* | | Fixes for Symbian.Martin Jones2009-10-164-7/+43
|/ /
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Martin Jones2009-10-1512-11/+358
|\ \
| * | Unicode namespace fix.Warwick Allison2009-10-151-1/+1
| * | Don't rewrite expression statements in loops.Roberto Raggi2009-10-142-2/+92
| * | Make assigning to a QList and a QmlList consistentAaron Kennedy2009-10-141-1/+0
| |/
| * Minor fixes for qmlInfo.Michael Brasser2009-10-141-2/+2
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-144-6/+27
| |\
| | * Force QML files to be always UTF-8.Warwick Allison2009-10-142-0/+2
| * | Support read-only iteration of list propertiesAaron Kennedy2009-10-146-5/+245
| * | Add QML_REWRITE_DUMP env flagAaron Kennedy2009-10-141-0/+16
* | | Use Q_GLOBAL_STATIC for global static.Martin Jones2009-10-151-2/+2
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Martin Jones2009-10-146-9/+117
|\ \ \ | | |/ | |/|
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-145-3/+92
| |\ \ | | |/
| | * Add Component::onCompleted attached propertyAaron Kennedy2009-10-145-3/+92
| * | Workaround QUrl::toLocalFile not knowing about qrc:Warwick Allison2009-10-142-6/+25
| |/
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Martin Jones2009-10-1345-431/+773
|\ \ | |/
| * Stop crash (stop on error)Warwick Allison2009-10-131-0/+1
| * Library importing requires a version. Fix and test.Warwick Allison2009-10-131-2/+10
| * Don't pass a pointer to invalid memoryAaron Kennedy2009-10-131-2/+2
| * i18nWarwick Allison2009-10-137-103/+106
| * More i18nWarwick Allison2009-10-1310-170/+140
| * Fix UTF8 vs. Latin1 conversionWarwick Allison2009-10-121-1/+1
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-10-1218-64/+89
| |\
| | * Allow Unicode identifiers.Warwick Allison2009-10-121-3/+8
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-10-1244-338/+704
| | |\
| | | * Pass all WriteProperty argsAaron Kennedy2009-10-121-3/+3
| | | * Test that Component {} is allowed as the root elementAaron Kennedy2009-10-121-2/+4
| | | * Composite types should assign to object propertiesAaron Kennedy2009-10-126-13/+31
| | | * Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-121-3/+3
| | | * Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-1213-36/+36
| | * | Fix warnings.Martin Jones2009-10-121-4/+4
| * | | Behavior fix plus basic autotests.Michael Brasser2009-10-121-1/+0
| | |/ | |/|
| * | The root object is always last default objectAaron Kennedy2009-10-121-1/+5