aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcomponent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-31/+38
|\
| * Doc: Clarify object ownership of QObject* returned by QmlComponent::createKai Koehne2013-06-071-1/+9
| * Doc: corrections, spelling, and ListView requirements commentsDavid Fries2013-05-151-3/+2
| * Doc: Define Qt global object as a QML type and fix referring docsTopi Reinio2013-05-151-1/+1
| * Doc: Create links to Qt Quick 1Sze Howe Koh2013-04-241-1/+1
| * Doc: Qt Quick: Fix module name format (Pt 2/2)Sze Howe Koh2013-04-231-1/+1
| * Doc: Qt Quick: Fix module name format (Pt 1/2)Sze Howe Koh2013-04-231-1/+1
| * Doc: Qt QML: Fix module name formatSze Howe Koh2013-04-191-1/+1
| * Doc: Reassigned types and pages to their correct modules.Jerome Pasion2013-04-171-5/+5
| * Doc: Fixed whitespace in qqmlcomponent.cppJerome Pasion2013-04-171-39/+39
* | Remove the context argument from Managed::callLars Knoll2013-06-221-3/+3
* | Move QV8QObjectWrapper::newQObject into QV4::QObjectWrapperSimon Hausmann2013-06-051-4/+4
* | Get rid of QV8Engine::toQObject and QV8QObjectWrapper::toQObjectSimon Hausmann2013-06-031-4/+8
* | Get rid of the QV4FUNCTION macro in qv8engine_p.hLars Knoll2013-06-031-0/+2
* | Convert qqmlcomponent to use v4 APILars Knoll2013-06-011-122/+124
* | Port Qt.include() over to v4Lars Knoll2013-05-241-1/+0
* | Move evaluateScript into QV4::ScriptLars Knoll2013-05-221-5/+6
* | Get rid of v8::IntegerLars Knoll2013-05-211-1/+1
* | Remove half the v8::TryCatch statementsLars Knoll2013-05-211-14/+12
* | Cleanup v8 dependencies from QQmlV8FunctionLars Knoll2013-05-081-19/+19
* | Remove more v8::Persistent usagesLars Knoll2013-05-071-24/+18
* | More steps towards eliminating the v8 layerSimon Hausmann2013-05-071-3/+3
* | Replace v8::Null() with QV4::Value::nullValue()Simon Hausmann2013-05-071-5/+5
* | Replace v8::Undefined() with QV4::Value::undefinedValue()Simon Hausmann2013-05-071-1/+1
* | Get rid of v8::LocalLars Knoll2013-05-061-20/+20
* | Remove v8::HandleScopeLars Knoll2013-05-031-4/+0
* | Cleanup v8 Context handlingLars Knoll2013-05-031-3/+0
* | Convert QObject methods inQV8Enginer to v4 based APILars Knoll2013-04-291-3/+3
* | Convert some code in qqmlcomponent over to use v4Lars Knoll2013-04-291-38/+33
|/
* Clarify Component::createObject docsAlan Alpert2013-02-191-2/+2
* Fix lupdate-warnings.Friedemann Kleint2013-02-061-1/+1
* Doc: correcting typo "the the"Nico Vertriest2013-01-141-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Improve documentation.Frederik Gladhorn2012-11-101-3/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Fix uses of \inmodule, \inqqmlmodule and \sinceBea Lam2012-08-081-1/+0
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-1/+2
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-161-9/+9
* Do not permit excessive recursion in component creationMatthew Vogt2012-07-091-1/+27
* Add references between being/completeCreate in the documentationLaszlo Papp2012-07-051-0/+4
* Document QQmlComponent::create(QQmlIncubator&, ...)Martin Jones2012-07-041-4/+24
* Mark QQmlComponent::createObject() and incubateObject() as internalMartin Jones2012-07-041-0/+7
* Document the concept of creation context for QML Components.Michael Brasser2012-06-271-0/+21
* Create new documentation structureChris Adams2012-06-211-6/+3
* Delay conversion of v8 exceptions to QQmlErrors.Michael Brasser2012-06-051-1/+1
* Fix doc snippets paths and parsing errorsBea Lam2012-05-311-1/+1
* Doc: Sanitized QML typesNico Vertriest2012-05-241-2/+4
* Add QQmlEngine::trimComponentCache()Matthew Vogt2012-05-171-3/+5
* Add hooks for declarative memory profiler.Glenn Watson2012-05-151-0/+2
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-101-3/+5