summaryrefslogtreecommitdiffstats
path: root/src/core/services
Commit message (Expand)AuthorAgeFilesLines
* Switch export macros to standard formKai Koehne2019-04-026-8/+8
* QDownloadHelperService: add couple comments to give more contextPaul Lemire2018-07-201-0/+2
* QDownloadHelperService: fix commentPaul Lemire2018-01-201-1/+1
* Merge branch '5.10' into devSean Harmer2018-01-171-1/+1
|\
| * Iterate on references to avoid copiesMike Krus2018-01-131-1/+1
* | Replace Q_DECL_FINAL with finalKevin Funk2017-09-253-7/+7
|/
* Add missing emit, found by -Wclazy-incorrect-emitSergio Martins2017-06-061-1/+1
* Merge branch '5.9' into devSean Harmer2017-05-215-0/+5
|\
| * Add missing Q_OBJECT (clazy reports)Mike Krus2017-05-025-0/+5
* | Add download service and use for remote meshesMike Krus2017-05-208-2/+691
|/
* Merge branch '5.8' into 5.9Sean Harmer2017-04-0214-21/+36
|\
| * Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-3114-20/+35
* | Make QAbstractServiceProvider a QObjectMike Krus2017-03-035-15/+17
* | Fix build for INTEGRITYKimmo Ollila2017-01-231-30/+31
|/
* Fix reset in input event filters in shutdownMäättä Antti2016-06-082-0/+8
* Q_NULLPTR -> nullptrSean Harmer2016-05-012-3/+3
* Move QRay3D to Qt3DRender and make privateMike Krus2016-03-051-1/+0
* Mark more types movable/primitiveMarc Mutz2016-03-041-2/+6
* Handle event filters more gracefullyMike Krus2016-02-181-38/+39
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-266-48/+30
|\
| * Doc: Mark the rest of the private classes \internalTopi Reinio2016-01-266-30/+30
| * Doc: Exclude private header files from the documentation buildTopi Reinio2016-01-253-18/+0
* | Unify license header usageAntti Kokko2016-01-2617-187/+238
* | QInputAspect: hookup EventSourceHelper/InputSetingsPaul Lemire2016-01-191-2/+6
|/
* Add we mean it headersLaszlo Agocs2015-12-152-0/+22
* Turn all services private for nowKevin Ottens2015-12-1217-87/+120
* Move all raycasting code as private in Qt3DRenderKevin Ottens2015-12-108-552/+0
* QCollisionQueryResult: Use implicit sharingAndy Nichols2015-11-273-10/+73
* QRayCastingService improvementsPaul Lemire2015-11-242-2/+4
* Doc: Fix QDoc warnings and do further cleanupTopi Reinio2015-11-234-20/+13
* QEventFilterServicePaul Lemire2015-10-245-2/+263
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-1321-94/+94
* Add "We mean it" warnings to private headersSean Harmer2015-10-137-0/+77
* Doc: Added \inmodule statement where it was missingNico Vertriest2015-10-061-0/+1
* Merge remote-tracking branch 'origin/5.5' into devAndy Nichols2015-08-1715-8/+521
|\
| * QRayCastingService implementation using bounding volumesRémi Benoit2015-08-092-2/+3
| * Collision detection service skeletonRémi Benoit2015-08-0911-0/+472
| * Make qtickclockservice header privateSean Harmer2015-08-034-6/+17
| * Remove trailing comma in enumSean Harmer2015-07-031-1/+1
| * QAbstractFrameAdvanceService: add start/stop methodsPaul Lemire2015-06-294-1/+30
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-298-4/+383
|\|
| * Use tick clock service by default via service provider mechanismSean Harmer2015-06-282-1/+18
| * Introduce QAbstractFrameAdvanceService and QTickClockServicePaul Lemire2015-06-278-4/+366
* | Merge branch '5.5' into devSean Harmer2015-06-053-4/+26
|\|
| * Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-143-5/+27
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-171-2/+2
|\|
| * headersclean: don't shadow members with variablesThiago Macieira2015-02-191-2/+2
* | Doc: link and qdoc errors Qt3DNico Vertriest2015-03-111-2/+5
|/
* Copyright header change.Mika Salmela2015-02-0910-190/+140
* Add QServiceLocator and skeleton system and OpenGL info servicesSean Harmer2015-01-2811-0/+950