Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-21 | 1 | -1/+3 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Fix breakout type resolution | Alan Alpert | 2009-10-21 | 1 | -0/+2 |
| | | | | | | | | | | | | Didn't seem to resolve an empty URL correctly. Task-number:QT-2339 | ||||
| * | Doc | Alan Alpert | 2009-10-21 | 1 | -1/+1 |
| | | |||||
* | | Tweak scoping | Aaron Kennedy | 2009-10-21 | 4 | -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 support | Aaron Kennedy | 2009-10-21 | 2 | -0/+34 |
| | |||||
* | Remove dead code | Aaron Kennedy | 2009-10-21 | 1 | -1/+0 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-21 | 7 | -31/+86 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Bea Lam | 2009-10-21 | 22 | -105/+354 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-20 | 1 | -0/+4 |
| | |\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | Don't search non-local context types | Aaron Kennedy | 2009-10-20 | 2 | -4/+8 |
| | | | | |||||
| * | | | Give more info about whether a value is null and its value type. | Bea Lam | 2009-10-21 | 2 | -13/+17 |
| | | | | |||||
| * | | | Add EVAL_EXPRESSION so clients can evaluate an expression within the | Bea Lam | 2009-10-19 | 2 | -22/+57 |
| | | | | | | | | | | | | | | | | current object's context. | ||||
| * | | | Add bool* argument to QmlExpression::value() to help debugger. | Bea Lam | 2009-10-19 | 3 | -8/+14 |
| | | | | |||||
| * | | | Give more information about the value of a property when the variant | Bea Lam | 2009-10-15 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | toString() is empty. | ||||
* | | | | typo | Warwick Allison | 2009-10-20 | 1 | -1/+1 |
| |_|/ |/| | | | | | | | | QT-2335 | ||||
* | | | doc | Warwick Allison | 2009-10-20 | 1 | -0/+4 |
| |/ |/| | | | | | Record current DB type in INI for future extensibility. | ||||
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Martin Jones | 2009-10-16 | 14 | -101/+191 |
|\ \ | | | | | | | | | | into kinetic-declarativeui | ||||
| * \ | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-16 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | doc | Warwick Allison | 2009-10-16 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add binding assignment warnings | Aaron Kennedy | 2009-10-16 | 10 | -79/+156 |
| | | | | |||||
| * | | | Correctly pass context to QmlObjectScriptClass | Aaron Kennedy | 2009-10-16 | 3 | -8/+19 |
| |/ / | |||||
| * | | Fix dynamic example | Alan Alpert | 2009-10-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | Had some accidental global vars Task-number: One of the QT-2270s | ||||
| * | | Simplified the bindings rewriter. | Roberto Raggi | 2009-10-15 | 2 | -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 Jones | 2009-10-16 | 4 | -7/+43 |
|/ / | |||||
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Martin Jones | 2009-10-15 | 12 | -11/+358 |
|\ \ | | | | | | | | | | into kinetic-declarativeui | ||||
| * | | Unicode namespace fix. | Warwick Allison | 2009-10-15 | 1 | -1/+1 |
| | | | | | | | | | | | | (no bug reported) | ||||
| * | | Don't rewrite expression statements in loops. | Roberto Raggi | 2009-10-14 | 2 | -2/+92 |
| | | | |||||
| * | | Make assigning to a QList and a QmlList consistent | Aaron Kennedy | 2009-10-14 | 1 | -1/+0 |
| |/ | |||||
| * | Minor fixes for qmlInfo. | Michael Brasser | 2009-10-14 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-14 | 4 | -6/+27 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Force QML files to be always UTF-8. | Warwick Allison | 2009-10-14 | 2 | -0/+2 |
| | | | | | | | | | | | | Ensure test works in all locales. | ||||
| * | | Support read-only iteration of list properties | Aaron Kennedy | 2009-10-14 | 6 | -5/+245 |
| | | | | | | | | | | | | Eventually this should be extended to support modifying list properties. | ||||
| * | | Add QML_REWRITE_DUMP env flag | Aaron Kennedy | 2009-10-14 | 1 | -0/+16 |
| | | | |||||
* | | | Use Q_GLOBAL_STATIC for global static. | Martin Jones | 2009-10-15 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Martin Jones | 2009-10-14 | 6 | -9/+117 |
|\ \ \ | | |/ | |/| | | | | into kinetic-declarativeui | ||||
| * | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-14 | 5 | -3/+92 |
| |\ \ | | |/ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Add Component::onCompleted attached property | Aaron Kennedy | 2009-10-14 | 5 | -3/+92 |
| | | | |||||
| * | | Workaround QUrl::toLocalFile not knowing about qrc: | Warwick Allison | 2009-10-14 | 2 | -6/+25 |
| |/ | | | | | | | QNetworkAccess does similar things. | ||||
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Martin Jones | 2009-10-13 | 45 | -431/+773 |
|\ \ | |/ | | | | | | | | | | | into kinetic-declarativeui Conflicts: src/declarative/qml/qmlinfo.cpp | ||||
| * | Stop crash (stop on error) | Warwick Allison | 2009-10-13 | 1 | -0/+1 |
| | | |||||
| * | Library importing requires a version. Fix and test. | Warwick Allison | 2009-10-13 | 1 | -2/+10 |
| | | |||||
| * | Don't pass a pointer to invalid memory | Aaron Kennedy | 2009-10-13 | 1 | -2/+2 |
| | | |||||
| * | i18n | Warwick Allison | 2009-10-13 | 7 | -103/+106 |
| | | |||||
| * | More i18n | Warwick Allison | 2009-10-13 | 10 | -170/+140 |
| | | |||||
| * | Fix UTF8 vs. Latin1 conversion | Warwick Allison | 2009-10-12 | 1 | -1/+1 |
| | | | | | | | | I18n tests | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-10-12 | 18 | -64/+89 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Allow Unicode identifiers. | Warwick Allison | 2009-10-12 | 1 | -3/+8 |
| | | | |||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-10-12 | 44 | -338/+704 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlcompiler.cpp | ||||
| | | * | Pass all WriteProperty args | Aaron Kennedy | 2009-10-12 | 1 | -3/+3 |
| | | | | |||||
| | | * | Test that Component {} is allowed as the root element | Aaron Kennedy | 2009-10-12 | 1 | -2/+4 |
| | | | |