summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Optimization: Reduce unnecessary QObject allocationsAaron Kennedy2010-03-1730-549/+738
* Reset QDeclarativeDeclarativeData::outerContext when the context is removedAaron Kennedy2010-03-171-0/+1
* Simplify QDeclarativeComponent::creationContext() logicAaron Kennedy2010-03-171-5/+2
* Optimization: Use id notifier for QtScript bindingsAaron Kennedy2010-03-173-5/+33
* Optimization: Combine QDeclarativeDeclarativeData and QObject allocationsAaron Kennedy2010-03-175-5/+30
* Fixes for the module importmae2010-03-161-38/+110
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-1643-1237/+1205
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-1643-612/+1267
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-164-9/+24
| | |\
| | | * Compile with user defined Qt namespaceRoberto Raggi2010-03-151-2/+4
| | | * Fix regression from previous commitmae2010-03-153-7/+20
| | * | Little more doc on QabstractItemModel and QML.Martin Jones2010-03-151-2/+4
| | |/
| | * QDeclarative::isWritable optimization.Michael Brasser2010-03-151-5/+3
| | * Optimization: Use linked list for context childrenAaron Kennedy2010-03-123-33/+56
| | * Remove dead codeAaron Kennedy2010-03-121-31/+0
| | * Make QML the object allocator more flexibleAaron Kennedy2010-03-124-25/+20
| | * Fix crash on 32-bit platformsAaron Kennedy2010-03-121-1/+1
| | * Reenable the QML binding optimizer for "safe" optimizationsAaron Kennedy2010-03-125-30/+81
| | * CrashAaron Kennedy2010-03-121-1/+1
| | * Remove Qt.closestAngle().Michael Brasser2010-03-122-21/+0
| | * Fix importing qml modules from rcc resourcesmae2010-03-113-52/+50
| | * CrashAaron Kennedy2010-03-111-1/+1
| | * Cosmetic tweaksAaron Kennedy2010-03-111-8/+5
| | * Replace QDeclarativeContext::addDefaultObject() -> setContextObject()Aaron Kennedy2010-03-117-39/+33
| | * 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
| | | |\
| | * | | 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
| * | | Remove WorkerListModel and integrate its functionality into ListModel.Bea Lam2010-03-163-672/+17
| |/ /
* | | --warn;Gunnar Sletta2010-03-151-4/+4
| |/ |/|
* | 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
* | 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