summaryrefslogtreecommitdiffstats
path: root/src/core/services/qtickclockservice.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Qt3DCore: includemocsMike Krus2022-06-221-0/+2
| | | | | | | Task-number: QTBUG-103286 Pick-to: 6.3 6.2 5.15 Change-Id: Ifca1713c5e2f3582788a8f0537621e166bda4492 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Use SPDX license identifiersLucie Gérard2022-06-221-38/+2
| | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. License files are organized under LICENSES directory. Pick-to: 6.4 Task-number: QTBUG-67283 Change-Id: I8105424281eed871037fa6c463871ca8829876b5 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-311-3/+4
| | | | | | | | Reordering the header includes to comply with Qt coding conventions Task-number: QTBUG-56185 Change-Id: I3943678c183c4ef46d403e0fff878c3cad964dfa Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-2/+2
|\ | | | | | | | | | | | | | | | | Conflicts: src/doc/src/qt3dcollision-module.qdoc src/render/frontend/qcamera.cpp src/render/frontend/qcameralens.cpp Change-Id: I8a0ae250a6b8e065a1ef3c817968ebb7ef23b20d
| * Doc: Mark the rest of the private classes \internalTopi Reinio2016-01-261-2/+2
| | | | | | | | | | | | | | | | | | | | Private headers are no longer part of the documentation build, so the documentation for these classes triggers a lot of QDoc warnings. Avoid this by replacing the QDoc comment blocks '/*!' with standard C comments. Change-Id: Id7aac9354e12ba2b7a62f84b947a5f6f38702c6d Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* | Unify license header usageAntti Kokko2016-01-261-11/+14
|/ | | | | | | Update old header.LGPL3 to header.LGPL Change-Id: I8eac0cd6bbc276a56df487249cc459c0d4fab165 Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com>
* Turn all services private for nowKevin Ottens2015-12-121-0/+1
| | | | | Change-Id: I9da605c77c5489b9bef4f07079e05f8babb9559f Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Doc: Fix QDoc warnings and do further cleanupTopi Reinio2015-11-231-6/+2
| | | | | | | | | Fix the documentation issues that still remained broken after renaming the namespaces/QML modules. Do further cleanup and minor doc editing. Change-Id: Iff38c8c1b99e7f712dc3f9ad07ecd37a747b3a26 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-5/+5
| | | | | | | Update other aspects, tests and examples accordingly. Change-Id: Ib1bcf0bdf4f5aec4422dc0c80bfc32b27fb1a317 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Make qtickclockservice header privateSean Harmer2015-08-031-1/+1
| | | | | Change-Id: Ic240a080a7e1edf6adf437e18aca237c3a7dec7a Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* QAbstractFrameAdvanceService: add start/stop methodsPaul Lemire2015-06-291-0/+13
| | | | | | | | | | This is a hook to allow aspects to proceed to shutdown QTickClockService and VSyncFrameAdvanceService updated accordingly. The start method is called just before the QAspectManager enters the running loop. Change-Id: I8fb8bb5e3e1bbd77e7ba069c9f0ecc83d975f1d1 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Introduce QAbstractFrameAdvanceService and QTickClockServicePaul Lemire2015-06-271-0/+86
This is a first step toward having aspects such as the Renderer aspect provide a service to drive the QChangeArbiter. This is a step toward having the QChangeArbiter synched with the vertical refresh rate Change-Id: Ie4a98e3591e1a9ebb392e1ac4fd3dd1d213538c7 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>