summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/pickboundingvolumejob/tst_pickboundingvolumejob.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix BV tests following changes in BV propagationPaul Lemire2021-07-291-6/+9
* Fix multi-view pickingMike Krus2021-06-141-2/+80
* Handle fallout from QEvent loosing it's copy constructorMike Krus2020-11-231-416/+478
* Make QAbstractFrontEndNodeManager privateMike Krus2020-10-271-1/+1
* Add QCoreSettings classMike Krus2020-08-271-1/+1
* Use QList instead of QVector in testsJarek Kobus2020-07-091-7/+7
* PickBoundingVolumeJob/RayCastingJob: switch to std::vectorPaul Lemire2020-07-031-4/+4
* Render aspect: Dispatch events directlyMike Krus2020-06-301-148/+115
* Remove the OpenGL Render ThreadMike Krus2020-06-191-1/+1
* Silence a few warningsMike Krus2020-05-191-2/+2
* Pull bounding volume info from front endMike Krus2020-04-231-5/+41
* Remove useless jobMike Krus2020-02-281-5/+0
* Remove buffer functor APIMike Krus2020-02-111-9/+0
* Remove old dead codeMike Krus2020-02-111-9/+0
* Remove deprecated classes and functionsPaul Lemire2020-02-111-12/+1
* Make the OpenGL renderer a pluginPaul Lemire2020-02-051-0/+2
* Update PickBoundingVolumeJob to use direct syncMike Krus2019-10-141-193/+433
* Remove backend entity hierarchy rebuilding jobsJim Albamont2019-09-201-5/+0
* Use direct access to remove backend nodesPaul Lemire2019-09-161-1/+18
* Use sync method when initializing new backend nodesMike Krus2019-08-291-5/+27
* Merge remote-tracking branch 'origin/5.13' into devPaul Lemire2019-06-031-0/+2
|\
| * Iterate on child handlesMike Krus2019-05-251-0/+2
* | Merge remote-tracking branch 'origin/5.13' into devPaul Lemire2019-05-091-0/+5
|\|
| * Merge remote-tracking branch 5.12 into 5.13Paul Lemire2019-04-261-0/+5
| |\
| | * Fix Entity parenting hierarchyJim Albamont2019-04-041-0/+9
* | | Merge remote-tracking branch origin/5.13 into devPaul Lemire2019-04-151-30/+0
|\| |
| * | Remove unused codev5.13.0-beta3v5.13.0-beta2Mike Krus2019-04-041-30/+0
* | | Add QNoPicking FrameGraph nodePaul Lemire2019-02-281-0/+48
* | | Add a viewport property to QPickEventGiulio Camuffo2019-02-251-25/+26
|/ /
* / QObjectPicker and QPickingSettings NearestPriorityPick picking modePaul Lemire2018-12-121-0/+105
|/
* Reset last selected picker when releasing out of viewportPaul Lemire2018-11-301-0/+88
* Merge remote-tracking branch 'origin/5.9' into 5.10Sean Harmer2018-02-051-43/+216
|\
| * Add test for picking object from multiple directionsMike Krus2018-02-021-0/+82
| * Handle multiple surfaces properly for pickingMike Krus2018-01-261-43/+134
* | Add test for QPickEvent private dataMike Krus2017-12-241-0/+6
* | Merge branch '5.9' into 5.10Sean Harmer2017-09-121-0/+50
|\|
| * Fix bounding sphere pickingMike Krus2017-09-121-0/+50
* | Refactor job to prepare for line and point pickingMike Krus2017-05-261-0/+1
|/
* Send move events when hover is enabledMike Krus2017-04-251-0/+3
* Picking: don’t emit click if mouse released on different entityMike Krus2017-04-121-4/+4
* Send further pick events to initial object pickerMike Krus2017-01-231-0/+94
* Picking: restore early checksMike Krus2017-01-211-6/+0
* Reinstate back face pickingMike Krus2017-01-091-6/+16
* Don’t perform picking if QObjectPicker is disabledMike Krus2017-01-091-0/+52
* Make sure QPickTriangleEvent gets generatedMike Krus2017-01-041-0/+18
* Fix hover support in QObjectPickerMike Krus2016-12-141-0/+6
* Fix picking on child entitiesKevin Ottens2016-11-041-0/+113
* Picking tests: Try all settings combinationsKevin Ottens2016-11-041-0/+224
* Unit tests for PickBoundingVolumeJobPaul Lemire2016-10-141-0/+648