summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-211-1/+3
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Fix breakout type resolutionAlan Alpert2009-10-211-0/+2
| | | | | | | | | | | | Didn't seem to resolve an empty URL correctly. Task-number:QT-2339
| * DocAlan Alpert2009-10-211-1/+1
| |
* | Tweak scopingAaron Kennedy2009-10-214-10/+28
|/ | | | | qmlContext() now returns the outer, not the inner context. The VME MetaObject now saves the context used to run function bodies
* Add simple sound supportAaron Kennedy2009-10-212-0/+34
|
* Remove dead codeAaron Kennedy2009-10-211-1/+0
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-217-31/+86
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-2122-105/+354
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-201-0/+4
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | 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
| | | | | | | | | | | | | | | | current object's context.
| * | | 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
| | | | | | | | | | | | | | | | toString() is empty.
* | | | typoWarwick Allison2009-10-201-1/+1
| |_|/ |/| | | | | | | | QT-2335
* | | docWarwick Allison2009-10-201-0/+4
| |/ |/| | | | | Record current DB type in INI for future extensibility.
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-10-1614-101/+191
|\ \ | | | | | | | | | into kinetic-declarativeui
| * \ Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-161-1/+1
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | 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
| | | | | | | | | | | | | | | | | | Had some accidental global vars Task-number: One of the QT-2270s
| * | Simplified the bindings rewriter.Roberto Raggi2009-10-152-14/+15
| | | | | | | | | | | | | | | The rewriter needs to know if an ExpressionStatement is part of a loop and an integer is definitely enough for that.
* | | Fixes for Symbian.Martin Jones2009-10-164-7/+43
|/ /
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-10-1512-11/+358
|\ \ | | | | | | | | | into kinetic-declarativeui
| * | Unicode namespace fix.Warwick Allison2009-10-151-1/+1
| | | | | | | | | | | | (no bug reported)
| * | 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 ↵Aaron Kennedy2009-10-144-6/+27
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Force QML files to be always UTF-8.Warwick Allison2009-10-142-0/+2
| | | | | | | | | | | | Ensure test works in all locales.
| * | Support read-only iteration of list propertiesAaron Kennedy2009-10-146-5/+245
| | | | | | | | | | | | Eventually this should be extended to support modifying list properties.
| * | 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 ↵Martin Jones2009-10-146-9/+117
|\ \ \ | | |/ | |/| | | | into kinetic-declarativeui
| * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-145-3/+92
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Add Component::onCompleted attached propertyAaron Kennedy2009-10-145-3/+92
| | |
| * | Workaround QUrl::toLocalFile not knowing about qrc:Warwick Allison2009-10-142-6/+25
| |/ | | | | | | QNetworkAccess does similar things.
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-10-1345-431/+773
|\ \ | |/ | | | | | | | | | | into kinetic-declarativeui Conflicts: src/declarative/qml/qmlinfo.cpp
| * 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
| | | | | | | | I18n tests
| * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-10-1218-64/+89
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Allow Unicode identifiers.Warwick Allison2009-10-121-3/+8
| | |
| | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-1244-338/+704
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlcompiler.cpp
| | | * Pass all WriteProperty argsAaron Kennedy2009-10-121-3/+3
| | | |
| | | * Test that Component {} is allowed as the root elementAaron Kennedy2009-10-121-2/+4
| | | |