summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* QBackendNodeFunctor: get and destroy now take a QNodeIdPaul Lemire2015-02-282-6/+6
* ChangeArbiter/SceneChange: use id as change subjectPaul Lemire2015-02-2811-81/+38
* Fix: remove QByteArrayLiteral used when setting SceneChange property namesPaul Lemire2015-02-283-6/+6
* Dependency handling fix for ThreadPoolerMika Salmela2015-02-271-0/+1
* Fix for ThreadPooler flushMika Salmela2015-02-262-1/+3
* License header change.Mika Salmela2015-02-261-10/+13
* Merge remote-tracking branch 'origin/dev' into 5.5Oswald Buddenhagen2015-02-2313-7/+1222
|\
| * Removes ThreadWeaver code from Qt3DMika Salmela2015-02-194-16/+31
| * ThreadPooler to replace ThreadWeaverMika Salmela2015-02-1912-2/+1202
* | headersclean: don't shadow members with variablesThiago Macieira2015-02-192-5/+5
* | Mark it constSergio Martins2015-02-182-2/+2
* | Fix inconsistent override warnings [-Winconsistent-missing-override]Sergio Martins2015-02-181-1/+1
|/
* Fix license headerSergio Ahumada2015-02-161-5/+5
* Make mesh source url resolving compatible with QuickLaszlo Agocs2015-02-133-2/+125
* Copyright header change.Mika Salmela2015-02-09135-2566/+1891
* QAbstractAspect: Fix in createBackendNodePaul Lemire2015-02-081-0/+1
* QResourcesManager: restore the relock on the LockingPolicyPaul Lemire2015-02-081-0/+6
* Make QBackendNode use QBackendNodeFactoryKevin Ottens2015-02-084-2/+25
* Introduce QBackendNodeFactoryKevin Ottens2015-02-084-2/+125
* Introduce QLockableObserverInterfaceKevin Ottens2015-02-0812-21/+139
* Do not request 4.3 core profile on GLES in WindowLaszlo Agocs2015-02-021-2/+5
* Add QServiceLocator and skeleton system and OpenGL info servicesSean Harmer2015-01-2817-1/+977
* On component removal only deal with the idKevin Ottens2015-01-281-2/+8
* Cleanup entities component lists on destructionKevin Ottens2015-01-281-0/+6
* Fix static buildsGiuseppe D'Angelo2015-01-271-3/+7
* Add convenience to register aspects by nameKevin Ottens2015-01-253-1/+31
* QAspectFactory: fix namespaced buildGiuseppe D'Angelo2015-01-241-1/+2
* Print warning when Component shareable violatedPaul Lemire2015-01-242-2/+8
* QComponent: add the enabled propertyPaul Lemire2015-01-243-1/+58
* QAspectFactory: code tidiesGiuseppe D'Angelo2015-01-243-23/+26
* Add QAspectFactory class, creates aspects by nameKevin Ottens2015-01-234-0/+292
* Remove unneeded forward declareKevin Ottens2015-01-231-3/+0
* Move CameraController in the input aspectKevin Ottens2015-01-235-500/+0
* Move the camera update logic in CameraControllerKevin Ottens2015-01-234-28/+23
* Turn CameraController into an event filterKevin Ottens2015-01-234-45/+29
* Allow to query the aspects on the engineKevin Ottens2015-01-233-0/+10
* Allow the scene to know its engineKevin Ottens2015-01-233-5/+16
* Don't leak the d-pointer of QSceneKevin Ottens2015-01-232-1/+8
* RenderShaderData handling entirely reworkedPaul Lemire2015-01-181-0/+1
* Make QTransform::applyTransforms private.Milian Wolff2015-01-133-11/+11
* Style: Pass smart pointer by const&.Milian Wolff2015-01-132-2/+2
* Optimize: Do not repeat method lookup on every scene change event.Milian Wolff2015-01-131-3/+9
* Don't leak CameraControllerKonstantin Ritt2015-01-132-3/+2
* Fix build warning on WindowsKonstantin Ritt2015-01-131-1/+1
* Fix dynamic reparenting issuesPaul Lemire2015-01-102-11/+20
* Export QBackendNodePrivateKonstantin Ritt2015-01-081-1/+2
* Fix build with QT_NO_DEBUG_STREAMKonstantin Ritt2015-01-071-0/+2
* Fix constnessKonstantin Ritt2015-01-072-2/+2
* Rename ChangeQueue -> QChangeQueueSean Harmer2014-12-312-23/+23
* Remove some redundant typedefsSean Harmer2014-12-311-4/+0