summaryrefslogtreecommitdiffstats
path: root/src/core/aspects/qabstractaspect_p.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-231-20/+20
* Update commercial license headersTarja Sundqvist2021-02-021-20/+20
* Clean up tracing codeMike Krus2020-01-271-1/+2
* Use jobsDone to sync render capture back to frontendMike Krus2019-12-131-1/+1
* Make NodeRelationshipChange struct privateMike Krus2019-12-061-0/+1
* Revert "Fix post FF API changes"Mike Krus2019-12-031-11/+1
* Disable threaded rendering macOS 10.14 and laterMike Krus2019-11-141-0/+1
* Fix post FF API changesMike Krus2019-10-221-1/+11
* Remove use of node/components added/removed messagesMike Krus2019-10-041-0/+1
* Use direct access to remove backend nodesPaul Lemire2019-09-161-9/+16
* Remove QBackendNodeFactory since it's no longer neededMike Krus2019-09-051-3/+0
* Use sync method when initializing new backend nodesMike Krus2019-08-291-3/+6
* Do direct notification of backend nodeswip/refactorMike Krus2019-08-281-1/+9
* Switch export macros to standard formKai Koehne2019-04-021-2/+2
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-4/+4
* Add support for single shot jobsMike Krus2017-05-221-0/+5
* Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-311-7/+8
* Make the Qt3D Renderer execute its first shell commandPaul Lemire2016-07-051-1/+1
* Add AspectCommandDebuggerPaul Lemire2016-07-051-0/+26
* Do not create OpenGL context until render aspect is registeredSean Harmer2016-07-011-1/+12
* QAbstractAspect: remove all traces of cloningPaul Lemire2016-05-011-7/+2
* QAbstractAspect: remove cloning code pathPaul Lemire2016-05-011-3/+0
* Make QNodeDestroyedChange publicPaul Lemire2016-04-291-1/+1
* De-inline some polymorphic dtorsMarc Mutz2016-04-281-0/+1
* Add no cloning version of QAbstractAspectPrivate::clearBackendNode()Sean Harmer2016-04-121-0/+3
* Query cloning vs no cloning once (per aspect)Sean Harmer2016-04-121-0/+3
* Hook up some machinery ready for testing the no cloning approachSean Harmer2016-03-221-1/+4
* Add QAbstractAspectPrivate::onEngineAboutToShutdown() virtualSean Harmer2016-03-201-0/+2
* Remove QAbstractAspect::onRootEntityChangedSean Harmer2016-03-171-1/+1
* Add rootEntityId() functionSean Harmer2016-03-171-0/+1
* QBackendNodeFunctor -> QBackendNodeMapperPaul Lemire2016-02-231-1/+1
* Use QMetaObject* as key in the backend creator functor hash directly.Volker Krause2016-02-191-1/+1
* Unify license header usageAntti Kokko2016-01-261-11/+14
* Make QAspectJobProviderInterface privateKevin Ottens2015-12-171-0/+4
* Make QSceneObserverInterface privateKevin Ottens2015-12-171-0/+5
* Make QBackendNodeFactory privateKevin Ottens2015-12-171-1/+6
* Make clearBackendNode privateKevin Ottens2015-12-171-0/+2
* Move services() and jobManager() to the pimplKevin Ottens2015-12-171-0/+4
* Move QAbstractAspect::registerAspect() to the pimplKevin Ottens2015-12-171-0/+2
* Remove aspect enumsMike Krus2015-11-211-1/+0
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-4/+4
* Add "We mean it" warnings to private headersSean Harmer2015-10-131-0/+11
* Do not initialize q_ptr in classes derived from QObjectPrivateKonstantin Ritt2015-05-201-1/+1
* Copyright header change.Mika Salmela2015-02-091-19/+14
* Add QServiceLocator and skeleton system and OpenGL info servicesSean Harmer2015-01-281-0/+1
* Optimize: Do not allocate QStrings for the QMetaObject class names.Milian Wolff2014-12-091-1/+1
* QAbstractAspectPrivate privately exportedPaul Lemire2014-11-101-1/+2
* More work towards a clean shutdownSean Harmer2014-11-031-2/+2
* QJobManagerInterface renamed to QAspectJobManagerInterfacePaul Lemire2014-10-181-2/+2
* Further refactoring of QAbstractAspectPaul Lemire2014-10-171-2/+6