aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Loader: Actually clear initial properties when changing sourceFabian Kosmale2019-10-241-1/+2
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-1/+1
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-161-2/+6
|\
| * Don't leak components in QQuickLoaderColin Ogilvie2018-07-051-2/+6
* | Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-251-1/+1
|\|
| * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* | Improve ownership handling of Loader.sourceComponentSimon Hausmann2018-05-111-10/+5
|/
* clear() the loader before destroying itLars Knoll2018-04-091-4/+1
* When deactivating a loader, do not immediately clear its contextErik Verbruggen2018-03-161-2/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-14/+14
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-0/+19
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-021-0/+19
| |\
| | * If Loader loads Window, set its transient parent to the Loader's windowShawn Rutledge2018-02-021-0/+19
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-061-0/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-0/+2
| |\|
| | * Add new logging category qt.quick.window.transientShawn Rutledge2017-12-151-0/+2
* | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-1/+1
|/ /
* / Prevent errors when unloading LoaderMichael Brasser2018-01-051-0/+12
|/
* QQuickLoader: Use setSize() to resize itemAlexandr Akulich2017-10-201-2/+7
* Document the default value of property asynchronousZhang Xingtao2017-09-271-0/+1
* Doc: Minor fixes to Loader QML type documentationTopi Reinio2017-08-291-4/+4
* Doc: finish incomplete sentence in Loader’s detailed descriptionMitch Curtis2017-07-111-0/+1
* Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-111-1/+1
* Quick: Do not calculate the difference in a geometryChangeErik Verbruggen2016-11-101-3/+3
* QML: Pass the kind of geometry change aroundErik Verbruggen2016-07-111-2/+3
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+3
|\
| * Fix crashes when incubating objects asynchronously with initial propertiesSimon Hausmann2016-05-181-1/+3
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-1/+1
|\|
| * Remove qml context related methods from QQmlV4FunctionLars Knoll2015-09-151-1/+1
* | Only force Loader completion when asynchronous turns false.Michael Brasser2015-09-151-1/+1
* | Allow forced completion of asynchronous Loader.Michael Brasser2015-09-101-0/+18
|/
* Avoid firing up the JS parser/JIT/interpreter when instantiating objectsSimon Hausmann2015-08-161-3/+2
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-301-5/+6
|\
| * Doc: resize tables with overflowNico Vertriest2015-06-251-5/+6
* | Further cleanupsLars Knoll2015-04-161-1/+1
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-1/+1
* Get rid of most uses of ValueRefLars Knoll2015-01-231-1/+1
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-3/+3
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Doc: Fix apidoc for QQuickLoader::sourceComponentKevin Funk2014-04-071-2/+1
* Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-181-2/+4
* Doc: Fix broken linksSze Howe Koh2013-12-301-1/+1
* Fix crash in QQuickLoader when source component is garbage collectedSimon Hausmann2013-12-061-0/+5
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-10/+10
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* remove more uses of QV4::ValueLars Knoll2013-09-301-4/+5
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-1/+1
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-261-6/+9