aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickview.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix visual parent ownership with scenes that create windowsSimon Hausmann2014-03-281-5/+5
* Doc: Fix issues in QQuickWidget documentationTopi Reinio2014-03-111-1/+1
* Move QtQuick profiling to own profiler adapterUlf Hermann2014-02-151-6/+6
* Further pack messages for QQmlProfilerServiceUlf Hermann2014-01-221-5/+5
* Unify calls to profiler service event methods.Ulf Hermann2014-01-221-5/+5
* Split ManagedVTable into two classesLars Knoll2014-01-211-2/+2
* Fix interaction of QQuickItems with the garbage collectorSimon Hausmann2014-01-061-0/+27
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Doc: Made Qt Quick items' \since consistent.Jerome Pasion2013-09-251-1/+1
* Doc: Create links to Qt Quick 1Sze Howe Koh2013-04-241-1/+1
* QQuickView's equivalent in QtQuick1 is QDeclarativeViewDebao Zhang2013-03-151-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* qmlscene can start with either an Item or Window as the qml rootShawn Rutledge2012-11-051-0/+25
* Remove interim compatibility measuresAlan Alpert2012-10-161-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Doc: Fix documentation issues.Kim Motoyoshi Kalland2012-09-071-1/+1
* Doc: Fix some documentation issues.Kim Motoyoshi Kalland2012-09-051-8/+0
* Fix various broken links in documentationBea Lam2012-08-031-2/+2
* QQuickCanvas renamesAlan Alpert2012-07-171-14/+14
* Fix qmlscene initial resize for delayed loadingMatthew Vogt2012-07-111-2/+2
* Remove Qt::WindowFlags from QQuickView constructorAlan Alpert2012-07-061-15/+9
* QQuickView doc improvements.Martin Jones2012-06-271-16/+26
* Create new documentation structureChris Adams2012-06-211-1/+1
* Ensure QQuickView's engine outlives the root componentMatthew Vogt2012-05-241-2/+5
* Introduce a new constructor to QQuickViewCharles Yin2012-05-231-13/+61
* Add hooks for declarative memory profiler.Glenn Watson2012-05-151-0/+2