summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
...
* | Added autotest for Component.createObject() without Qt.createComponent()Alan Alpert2010-05-242-5/+9
* | Compiler warningAaron Kennedy2010-05-241-1/+1
* | Remove incorrect ASSERTAaron Kennedy2010-05-241-3/+1
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-242-1/+18
|\ \
| * | Don't crash when assigning a Behavior to a grouped property.Michael Brasser2010-05-242-1/+18
* | | Be slightly more verbose on assigning undefined in binding.Warwick Allison2010-05-241-1/+3
|/ /
* | Move copies of toLocalFileOrQrc() to QDeclarativeEnginePrivateBea Lam2010-05-246-52/+26
* | Allow resource files to be loaded in WorkerScriptBea Lam2010-05-241-3/+11
* | Component::createObject() don't attempt to set parent of null objectMartin Jones2010-05-241-4/+6
* | Ensure QML Global Qt object functions appear in the documentation indexWarwick Allison2010-05-212-3/+305
* | Remove warnings.Warwick Allison2010-05-201-2/+0
|/
* Be consistent in conversion from string (eg. color, int rounding).Warwick Allison2010-05-201-11/+14
* Simplify code to make next change clearer.Warwick Allison2010-05-201-14/+9
* Stop warnings.Warwick Allison2010-05-201-10/+10
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-202-5/+5
|\
| * Rename Component::errorsString() -> errorString() (and also forBea Lam2010-05-202-5/+5
* | Ensure valuetype enums can be assigned from JSAaron Kennedy2010-05-201-0/+2
|/
* Add return value for resolveTypeInNamespaceAaron Kennedy2010-05-202-3/+3
* Missing breakAaron Kennedy2010-05-201-0/+1
* Search for QML import libraries also in application directoryKai Koehne2010-05-192-8/+16
* Introduce a threaded interpreter for QML binding bytecodeAaron Kennedy2010-05-191-156/+233
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-1814-47/+100
|\
| * Make Qt.include() work for js files that have '.pragma library'Bea Lam2010-05-181-0/+3
| * doc fixBea Lam2010-05-181-2/+2
| * Prevent assignment of values (string, number, bool) to signal handlers.Michael Brasser2010-05-181-0/+3
| * Make sure strings are escaped when returned via asScript.Michael Brasser2010-05-183-25/+70
| * Sometimes you own QNetworkReply, sometimes you don't.Aaron Kennedy2010-05-181-1/+1
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-187-17/+19
| |\
| | * Add parent parameter to QDeclarativeExpression constructor.Michael Brasser2010-05-187-17/+19
| * | Round correctly in binding optimizerAaron Kennedy2010-05-181-1/+1
| |/
| * Use QDeclarativeScriptString for ParentChange.Michael Brasser2010-05-181-1/+1
* | Compile fixes.ck2010-05-171-0/+1
|/
* Restructure QDeclarativeAbstractBinding destructorAaron Kennedy2010-05-171-2/+4
* Don't call pure virtual method in ~QDeclarativeAbstractBinding()Aaron Kennedy2010-05-171-1/+1
* Check for acquireReg() failureAaron Kennedy2010-05-171-0/+27
* Restructure the examples. They are now organized into variousBea Lam2010-05-162-3/+3
* Fix compilation of QtDeclarative module (gcc)Kai Koehne2010-05-141-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-1410-6/+498
|\
| * Qt.include() support in worker scriptsAaron Kennedy2010-05-144-1/+69
| * Only add "include" property in non-workerscript threadsAaron Kennedy2010-05-141-1/+2
| * Missing files from 645b9ee9dd6e0576542cc61872ecedb408ca8a89Aaron Kennedy2010-05-148-9/+63
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-141-1/+3
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-131-5/+6
| | |\
| | * | Fix crash on remote content.Warwick Allison2010-05-131-1/+3
| * | | Add Qt.include() method for scoped inclusion of JavaScript filesAaron Kennedy2010-05-142-0/+367
| | |/ | |/|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-1312-30/+37
|\ \ \ | |/ / |/| |
| * | Merge remote branch 'mainline/4.7' into 4.7Morten Johan Sørvig2010-05-1236-1153/+1828
| |\ \
| * | | QtDeclarative: avoid waiting for a network load on URIs with empty schemes.Thiago Macieira2010-05-071-15/+22
| * | | QtDeclarative: RFC 3986 requires schemes to be considered case-insensitivelyThiago Macieira2010-05-072-2/+2
| * | | QtDeclarative: remove spurious semi-colons from the source codeThiago Macieira2010-05-0410-13/+13