summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Remove dead performance measurement code from QMLAaron Kennedy2010-03-228-31/+2
* Fix crash when calling createObject on a component with errors.Michael Brasser2010-03-211-0/+2
* Reduce amount of qmldir parsingmae2010-03-194-34/+38
* Fix local type lookupmae2010-03-193-15/+24
* Remove warningsYann Bodson2010-03-181-29/+30
* Use the correct base URL in resolveUriMartin Jones2010-03-181-3/+2
* Optimize id checking.Warwick Allison2010-03-181-10/+0
* Only release the binding once we're finished with its memoryAaron Kennedy2010-03-181-1/+1
* Make it harder to accidentally delete a bindingAaron Kennedy2010-03-181-5/+7
* Block modifications to internal QDeclarativeContextsAaron Kennedy2010-03-181-1/+19
* Another fix to findmae2010-03-171-3/+5
* Improve implicit "." importmae2010-03-172-16/+28
* Fix auto testmae2010-03-171-8/+8
* Fix type lookup with urlmae2010-03-171-8/+8
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Alan Alpert2010-03-172-3/+12
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-162-3/+12
| |\
| | * Don't use QScriptValueIterator to iterate over an arrayKent Hansen2010-03-161-3/+9
| | * doc: Fixed three new qdoc errors.Martin Smith2010-03-111-0/+3
* | | Add an implicit import "." to types loaded from a local urlmae2010-03-172-4/+28
* | | Fix crashAaron Kennedy2010-03-173-8/+9
* | | Don't use Qt3 support methods.Martin Jones2010-03-171-1/+1
* | | CrashAaron Kennedy2010-03-172-9/+19
* | | Allow enum constants as list element properties.Warwick Allison2010-03-174-0/+44
* | | One url for an *unqualilfied* import is not special.Warwick Allison2010-03-171-1/+2
* | | Fix test failuresAaron Kennedy2010-03-176-6/+11
* | | Optimization: Don't unnecessarily run VMEStack element constructorsAaron Kennedy2010-03-171-4/+4
* | | 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