aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickloader.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix Persistent/WeakValue APILars Knoll2013-09-261-3/+7
* Doc: Fixed and updated Qt Quick's \qmlmodule pageJerome Pasion2013-09-251-1/+1
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-3/+3
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-1/+1
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-4/+4
|\
| * Doc: Qt Quick: Fix module name format (Pt 1/2)Sze Howe Koh2013-04-231-4/+4
* | Remove last traces of v8 API and v8 compatibility layerSimon Hausmann2013-06-121-2/+0
* | Remove v8 usage in a few placesLars Knoll2013-06-061-8/+8
* | Cleanup v8 dependencies from QQmlV8FunctionLars Knoll2013-05-081-7/+7
* | Remove v8::Persistent usage from qquickloaderLars Knoll2013-05-081-8/+4
* | Replace v8::Undefined() with QV4::Value::undefinedValue()Simon Hausmann2013-05-071-1/+1
* | Get rid of v8::LocalLars Knoll2013-05-061-3/+3
* | Get rid of QV8Engine::toString()Lars Knoll2013-04-291-2/+1
|/
* QQuickLoader: fix the recursion guard for size updatesJ-P Nurmi2013-03-171-3/+6
* Simplify function with early return.Frederik Gladhorn2013-03-111-30/+31
* Fix lupdate-warnings.Friedemann Kleint2013-02-061-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Fix various broken links in documentationBea Lam2012-08-031-2/+2
* 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-1/+1
* Document the concept of creation context for QML Components.Michael Brasser2012-06-271-0/+25
* Create new documentation structureChris Adams2012-06-211-1/+1
* Emit itemChanged when Loader fails to load a source.Alan Alpert2012-06-121-0/+1
* Allow Loader to load non-Item types.Martin Jones2012-06-121-36/+45
* Doc: Grouped Qt Quick types into several groupsJerome Pasion2012-06-061-1/+1
* Fix doc snippets paths and parsing errorsBea Lam2012-05-311-7/+7
* Doc: Sanitized QML typesNico Vertriest2012-05-241-2/+1
* Lazily create QMetaObjectsAaron Kennedy2012-05-241-2/+2
* Doc: Moving Qt Quick docs for new doc structureGeir Vattekar2012-05-091-7/+7
* Add documentation/links for incubateObjectMartin Jones2012-05-091-1/+4
* Fix erroneous signal emission in LoaderChris Adams2012-04-051-1/+9
* Size loaded item before bindings are evaluatedMartin Jones2012-03-301-19/+52
* Loader could leak qml contexts if interruptedMartin Jones2012-03-201-0/+12
* Allow threaded compilation in an async LoaderMartin Jones2012-03-151-2/+7
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-131-26/+26
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-39/+39
* Allow binding the size of a Loader to its item.Martin Jones2012-02-161-1/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Say hello to QtQuick moduleKent Hansen2011-12-021-0/+858