summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Improve value type binding behaviorAaron Kennedy2010-03-116-35/+212
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-117-53/+92
|\
| * Comment out unused method.Martin Jones2010-03-102-2/+3
| * Document - and use - the qmlRegisterXXX template functionsmae2010-03-103-6/+10
| * when loading debug import plugins on Mac, try with _debug.dylib suffixmae2010-03-101-0/+3
| * Merge remote branch 'qt/4.7' into qml-4.7Qt Continuous Integration System2010-03-105-47/+79
| |\
| | * doc: Fixed several qdoc errors.Martin Smith2010-03-095-17/+23
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-082-31/+57
| | |\
| | | * doc: Fixed some QML qdoc errors.Martin Smith2010-03-051-4/+2
| | | * doc: Fixed some QML qdoc errors.Martin Smith2010-03-051-27/+55
* | | | Remove more accidentally submitted codeAaron Kennedy2010-03-112-5/+0
* | | | DocAaron Kennedy2010-03-101-3/+3
|/ / /
* | | Remove accidentally submitted codeAaron Kennedy2010-03-101-8/+1
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-104-3/+57
|\ \ \
| * | | Use no-version-specified to mean any version (used to work, fixed again,Warwick Allison2010-03-101-1/+4
| * | | Technically, Location can be relative (never is though...)Warwick Allison2010-03-101-1/+1
| * | | URL redirection for components resources.Warwick Allison2010-03-101-0/+18
| * | | Implement URL redirection for types and XmlListModel.Warwick Allison2010-03-102-1/+34
* | | | Unify binding optimizer and QtScript binding signal management logicAaron Kennedy2010-03-1010-229/+458
|/ / /
* | | Add QML support for methods returning QList<QObject *>Aaron Kennedy2010-03-091-35/+55
* | | Integrate QML's object ownership with the JS collectorAaron Kennedy2010-03-097-23/+150
|/ /
* | Fix Qt.tint() algorithmAaron Kennedy2010-03-081-10/+6
* | Disallow upper case property, signal and method names in QMLAaron Kennedy2010-03-081-0/+6
* | Add support for QtScript connect/disconnect syntax in QMLAaron Kennedy2010-03-052-0/+93
* | Minor perf improvement when running QML script blocksAaron Kennedy2010-03-051-2/+3
* | Don't assume documents are in UTF-8.Bea Lam2010-03-051-3/+16
* | Fix compiler warning on RVCTAaron Kennedy2010-03-051-148/+173
* | Allow unquoted enum syntax for value typesAaron Kennedy2010-03-056-4/+50
|/
* Compile fix for winceThierry Bastian2010-03-041-3/+3
* Run signal expressions on attached property objects in correct scopeAaron Kennedy2010-03-044-8/+15
* Fix grammar stringifying "on" as "readonly"Aaron Kennedy2010-03-044-5/+5
* Improve grouped property error messagesAaron Kennedy2010-03-044-8/+22
* Remove Qt.playSound()Michael Brasser2010-03-042-26/+0
* Add formatting functions to QML's global Qt object.Michael Brasser2010-03-042-0/+69
* Signal handler requires exactly one value.Michael Brasser2010-03-041-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-046-8/+56
|\
| * Compile without QVariant::EasingCurve in Qt 4.6.2.Warwick Allison2010-03-046-8/+56
* | QDeclarativeContext::contextProperty() should also access idsAaron Kennedy2010-03-041-1/+4
|/
* Fix visibility of classes in private headers upon which Bauhaus/Creator relies.Warwick Allison2010-03-032-3/+3
* system import path not supported with Qt 4.6.Warwick Allison2010-03-031-0/+4
* Save secondary scope inside the expression's scope objectAaron Kennedy2010-03-034-20/+57
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-037-40/+65
|\
| * QDeclarativeProperty::read() returns a QObjectStar when accessing a QObject p...Aaron Kennedy2010-03-031-2/+9
| * Move JS global scope to top of the QML scope chainAaron Kennedy2010-03-036-38/+56
* | 'on' syntax fixesYann Bodson2010-03-031-4/+4
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-031-0/+1
|\
| * Fix incorrect scope resolution for script in a script block.Michael Brasser2010-03-031-0/+1
* | QDeclarativeGuard should handle objects being deletedAaron Kennedy2010-03-031-0/+5
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-037-13/+38
|\
| * Compile fix on WindowsAlan Alpert2010-03-021-1/+1