aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickview.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickView docs: show correct usage of setInitialPropertiesFabian Kosmale2020-11-121-0/+4
* Fix handling of QQuickViewPrivate::rootUlf Hermann2020-05-201-22/+32
* QQuickView: Don't leak root object in error caseUlf Hermann2020-03-201-2/+4
* Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-12-191-7/+7
* Doc: Fix documentation warningsTopi Reinio2019-11-111-5/+4
* Introduce functions to set properties during creationFabian Kosmale2019-08-191-1/+17
* Remove qqmlmemoryprofiler*Ulf Hermann2019-06-131-3/+0
* Doc: Move the code snippets to a separate snippet fileVenugopal Shivashankar2018-06-221-5/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-10/+10
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-1/+1
* QQuickView: add a constructor for QQuickRenderControlJ-P Nurmi2018-01-081-0/+10
* QQuickWindow/View: set a QObject-parent on the root itemJ-P Nurmi2017-06-021-0/+1
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Make it possible to call grabToImage() on Window.contentItemOleg Yadrov2017-01-021-0/+2
* Quick: Do not calculate the difference in a geometryChangeErik Verbruggen2016-11-101-2/+2
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-101-22/+4
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-041-22/+4
| |\
| | * Fix crash with window-less QQuickItemsSimon Hausmann2016-09-301-22/+3
* | | Quick: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-181-6/+6
* | | Remove some unnecessary includesUlf Hermann2016-07-261-3/+0
* | | Set width and height simultaneously on SizeRootObjectToViewAlexandr Akulich2016-07-121-2/+7
* | | QML: Pass the kind of geometry change aroundErik Verbruggen2016-07-111-2/+3
* | | Introduce delegating constructors.Friedemann Kleint2016-05-061-2/+1
|/ /
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Rewrite inspector serviceUlf Hermann2016-01-121-7/+0
* | QmlProfiler: Collect useful input eventsUlf Hermann2015-10-301-10/+0
|/
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-1/+1
* QQuickView/QQuickWidget::errors(): fix crashJ-P Nurmi2015-09-031-1/+1
* Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-041-5/+7
* Extract minimal abstract interfaces from debug services.Ulf Hermann2015-08-041-2/+2
* Extract minimal interface from QQmlDebugServer and use it.Ulf Hermann2015-07-301-3/+3
* Remove static proxy methods from QQmlDebugServiceUlf Hermann2015-07-291-2/+3
* QQuickView/QQuickWidget: Improve diagnostics message for non-QQuickItem root ...Robin Burchell2015-02-231-5/+2
* QQuickView/QQuickWidget: Improve diagnostics for using a QWindow as a base it...Robin Burchell2015-02-231-0/+4
* QQuickView/QQuickWidget: Report an error if rootObject ends up null.Robin Burchell2015-02-231-0/+7
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-1/+1
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-4/+0
|\
| * Doc: removed reference to sizeHintNico Vertriest2014-11-181-4/+0
* | Changed MemoryManager::alloc<T> to return Heap::T* instead of T*Simon Hausmann2014-11-151-1/+1
* | Replaced more usages of Returned<T> with Heap::T*Simon Hausmann2014-11-141-2/+2
* | Move data for objects in QtQuick into the Heap namespaceLars Knoll2014-11-111-4/+4
* | Begin moving the data out of Managed objectsLars Knoll2014-11-081-1/+1
* | Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-2/+2
* | Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-041-1/+1
|/
* Select specific features to be recorded when profiling QMLUlf Hermann2014-09-111-5/+5
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Change the object allocation schemeSimon Hausmann2014-07-221-2/+2
* Start implement new Object creation patternLars Knoll2014-07-221-5/+4
* Convert QQuickRootItemMarker to new data layoutLars Knoll2014-07-221-2/+2