summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Move temporary window class to examplesSean Harmer2015-06-113-156/+0
* Make QAspectJobManager and base class privateSean Harmer2015-06-1012-232/+64
* Remove unnecessary metatype declarationsSean Harmer2015-06-083-6/+0
* Add mutex to QThreadPooler destructorMika Salmela2015-05-271-0/+4
* ThreadPooler future reservation under mutexMika Salmela2015-05-261-0/+8
* Unit tests for ThreadPoolerMika Salmela2015-05-201-1/+2
* Properly initialize q_ptr (or avoid where it is not needed)Konstantin Ritt2015-05-2017-50/+36
* Do not pass `this` to Private c-torKonstantin Ritt2015-05-2012-26/+24
* Do not initialize q_ptr in classes derived from QObjectPrivateKonstantin Ritt2015-05-209-19/+14
* [QAspectEngine] Initialize properly and do not leak resourcesKonstantin Ritt2015-05-191-3/+12
* QAbstractTextureProvider add unique propertyPaul Lemire2015-05-151-1/+2
* Port from Q_ENUMS to new macro Q_ENUM.Friedemann Kleint2015-05-131-2/+1
* QCameraLens: allow specify projection with frustrumPaul Lemire2015-05-123-8/+163
* Doc: Add Qt3D QML module and QML type documentation skeletonv5.5.0-beta1Topi Reinio2015-04-297-3/+176
* Add checks for double task executionMika Salmela2015-04-276-18/+48
* Examples: fixed to work with QAbstractTransform as QObjectPaul Lemire2015-04-271-1/+3
* Implement ThreadPooler using QThreadPoolMika Salmela2015-04-2412-562/+184
* QEntity: doc fix, added missing * to properly close commentPaul Lemire2015-04-241-1/+1
* QComponent: completed docPaul Lemire2015-04-231-7/+27
* QEntity: some doc addedPaul Lemire2015-04-231-0/+48
* QNode: add some documentationPaul Lemire2015-04-231-2/+59
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-1432-11/+177
* Use QDebugStateSaver to restore space setting in stream operators.Friedemann Kleint2015-04-013-4/+7
* Add QRay3DRĂ©mi Benoit2015-03-243-1/+465
* Make QAbstractTransform derive from QObject directlyKonstantin Ritt2015-03-2319-121/+66
* [QTransform] Track the transforms list and notify when it changesKonstantin Ritt2015-03-183-8/+32
* Doc: Add Qt3D landing pageTopi Reinio2015-03-172-1/+76
* Doc: Add skeleton documentation for the examplesTopi Reinio2015-03-172-1/+2
* [QTransform] Get rid of dead code and bogus includesKonstantin Ritt2015-03-163-74/+41
* Doc: Review doc Qt3DNico Vertriest2015-03-167-32/+47
* Prefer q_func() over direct access to q_ptrKonstantin Ritt2015-03-162-5/+5
* Nano-optimization to QUrlHelper::urlToLocalFileOrQrc(..)Konstantin Ritt2015-03-161-2/+3
* [QFrameAllocator] Do not leak private dataKonstantin Ritt2015-03-161-1/+2
* [QAbstractAspectJobManager] Instantiate a respective Private in c-torKonstantin Ritt2015-03-161-1/+1
* Fix MSVC warnings.Friedemann Kleint2015-03-123-4/+4
* [QCamera] Minor refactoring & clean-upKonstantin Ritt2015-03-123-65/+27
* 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