summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativecomponent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc improvements: move some example code to snippets, add screenshots,Bea Lam2010-06-101-5/+7
* Move some example code into snippets/ and add other doc fixesBea Lam2010-06-101-1/+1
* Rename QDeclarativeDebugTiming -> QDeclarativeDebugTraceAaron Kennedy2010-05-271-3/+4
* Improve QML framerate debuggingAaron Kennedy2010-05-271-0/+8
* Added autotest for Component.createObject() without Qt.createComponent()Alan Alpert2010-05-241-3/+7
* Component::createObject() don't attempt to set parent of null objectMartin Jones2010-05-241-4/+6
* Rename Component::errorsString() -> errorString() (and also forBea Lam2010-05-201-4/+4
* Document Component::createObject() parent argument.Martin Jones2010-05-121-1/+1
* Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-061-4/+4
|\
| * docWarwick Allison2010-05-051-4/+4
* | Make component.createObject require a parent argumentAlan Alpert2010-05-061-1/+19
|/
* Doc fixesBea Lam2010-04-301-1/+5
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-291-55/+4
|\
| * Don't call qRegisterMetaType() in global scopeBea Lam2010-04-291-1/+0
| * Remove Component's isReady, isLoading, isError and isNull properties.Bea Lam2010-04-291-54/+4
* | Ensure filenames are correctly resolvedWarwick Allison2010-04-291-1/+1
|/
* Prevent Behavior from being triggered on initialization.Michael Brasser2010-04-291-0/+15
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-271-3/+78
|\
| * Return null if creation fails.Michael Brasser2010-04-231-3/+5
| * Basic Component doc.Michael Brasser2010-04-231-1/+74
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Peter Yard2010-04-271-25/+25
|\|
| * Doc.Michael Brasser2010-04-231-18/+20
| * Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-7/+5
* | Docs Changes to start page. Minor change to Elements doc. See also added to s...Peter Yard2010-04-271-0/+2
|/
* DocAaron Kennedy2010-04-151-0/+20
* Add Component.onDestruction attached propertyAaron Kennedy2010-04-151-20/+25
* Remove unused parameterAaron Kennedy2010-04-151-1/+1
* Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeDataAaron Kennedy2010-04-151-2/+2
* Reduce warnings at shutdownAaron Kennedy2010-04-141-0/+5
* Doc: more mention of using QUrl::fromLocalFile() for URLs on local filesystemMartin Jones2010-04-141-0/+6
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-10/+10
* Deprecate inline Script {} blocksAaron Kennedy2010-03-221-0/+5
* Remove dead performance measurement code from QMLAaron Kennedy2010-03-221-2/+0
* Fix crash when calling createObject on a component with errors.Michael Brasser2010-03-221-0/+2
* Fix test failuresAaron Kennedy2010-03-171-2/+0
* Optimization: Reduce unnecessary QObject allocationsAaron Kennedy2010-03-171-40/+21
* Simplify QDeclarativeComponent::creationContext() logicAaron Kennedy2010-03-171-5/+2
* Integrate QML's object ownership with the JS collectorAaron Kennedy2010-03-091-4/+16
* Empty URL testAaron Kennedy2010-03-021-0/+7
* Rename QDeclarativeGraphics_setParent_noEvent QDeclarative_setParent_noEventMartin Jones2010-03-011-1/+1
* Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-251-2/+2
* Make more private QDeclarativeMetaProperty methods privateAaron Kennedy2010-02-251-2/+2
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-0/+798