summaryrefslogtreecommitdiffstats
path: root/src/render/jobs/pickboundingvolumejob.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle API changes for event handlingMike Krus2020-12-011-4/+9
* Handle fallout from QEvent loosing it's copy constructorMike Krus2020-11-231-3/+7
* Use QList instead of QVector in renderJarek Kobus2020-07-091-1/+1
* Isolate picking event processingMike Krus2020-07-081-115/+94
* PickBoundingVolumeJob/RayCastingJob: switch to std::vectorPaul Lemire2020-07-031-6/+18
* Render aspect: Dispatch events directlyMike Krus2020-06-301-8/+4
* Fix compile warningsMike Krus2020-06-171-4/+4
* Make QAspectJobPrivate::isRequired() constPaul Lemire2020-03-171-3/+3
* Add flag to jobs to indicate if they need to run or notMike Krus2020-02-141-2/+11
* Make the OpenGL renderer a pluginPaul Lemire2020-02-051-1/+0
* Revert "Update jobs to remove post FF changes"Mike Krus2019-12-031-2/+2
* Update jobs to remove post FF changesMike Krus2019-10-221-2/+2
* Merge remote-tracking branch 'origin/5.13' into 5.14Paul Lemire2019-10-151-2/+2
|\
| * Prevent picking from losing eventsAntti Määttä2019-10-091-2/+2
* | Update PickBoundingVolumeJob to use direct syncMike Krus2019-10-141-13/+105
* | Add a viewport property to QPickEventGiulio Camuffo2019-02-251-9/+12
|/
* QObjectPicker and QPickingSettings NearestPriorityPick picking modePaul Lemire2018-12-121-7/+9
* Reset last selected picker when releasing out of viewportPaul Lemire2018-11-301-1/+7
* Fix bad use of QEvent::TimerThiago Macieira2018-05-011-1/+1
* Merge remote-tracking branch 'origin/5.10' into 5.11Sean Harmer2018-02-151-32/+52
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Sean Harmer2018-02-051-19/+45
| |\
| | * Handle multiple surfaces properly for pickingMike Krus2018-01-261-18/+44
| | * Fix issues due to changes in camera view matrixMike Krus2018-01-241-1/+1
| * | Render: Use SIMD Vectors and Matrices in the backendPaul Lemire2018-02-021-28/+51
* | | Add support for layers to control ray castingMike Krus2018-02-051-1/+1
* | | Introduce QScreenRayCasterMike Krus2018-02-011-74/+3
|/ /
* | Iterate by const reference on handlesMike Krus2018-01-131-2/+2
* | Merge branch '5.9' into 5.10Sean Harmer2018-01-121-2/+2
|\|
| * Get rid of the INDEXBITS template argument for QHandleLars Knoll2017-12-131-2/+2
* | Initialize entity id in QPickEventPrivateMauro Persano2017-09-051-0/+1
* | Merge branch '5.9' into devSean Harmer2017-08-191-20/+20
|\|
| * Use QSharedPointer::create() moreMarc Mutz2017-07-221-4/+4
* | Add point pickingMike Krus2017-08-091-3/+18
* | Share common code to extract camera detailsMike Krus2017-07-031-15/+1
* | Merge branch '5.9' into devSean Harmer2017-06-191-1/+1
|\|
| * Fix GCC 7 warning about case fallthroughThiago Macieira2017-06-031-1/+1
* | Add support for line pickingMike Krus2017-05-261-13/+43
* | Refactor job to prepare for line and point pickingMike Krus2017-05-261-14/+5
|/
* Fix build for -no-feature-gesturesStephan Binner2017-04-271-2/+2
* Send move events when hover is enabledMike Krus2017-04-251-1/+1
* Picking: don’t emit click if mouse released on different entityMike Krus2017-04-121-5/+4
* Fix local localIntersection computation in pickingMike Krus2017-04-091-1/+1
* Use BVH to accelerate pickingMike Krus2017-03-151-17/+17
* Cleanup scene2d - remove event forwardAntti Määttä2017-03-151-66/+3
* cleanup scene2d - change mouse event handlingAntti Määttä2017-03-031-4/+6
* Fix container detachments when using range loopSergio Martins2017-02-241-2/+4
* Merge branch 'wip/qtquickintegration' into devSean Harmer2017-01-291-4/+73
|\
| * Update pickboundingvolumejob with event forwardingAntti Määttä2017-01-271-4/+73
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-241-12/+62
|\ \
| * | Send further pick events to initial object pickerMike Krus2017-01-231-5/+11