summaryrefslogtreecommitdiffstats
path: root/src/render/picking
Commit message (Expand)AuthorAgeFilesLines
* Qt3D.Render: prepare for qt_add_qml_modueSami Shalayel2024-09-205-10/+10
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-208-8/+8
* Doc: Fully qualify \property, \qmlproperty, \typedef, \enumLuca Di Sera2024-02-132-3/+3
* build system: fix unity buildsTim Blechmann2024-02-071-3/+2
* Remove qmake build filesMike Krus2023-03-171-33/+0
* Remove Qt6 QT_VERSION checks from the code basePaul Lemire2023-02-101-4/+0
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-201-1/+1
* Doc: Remove duplicate docs ObjectPicker::clickedYAMAMOTO Atsushi2022-07-131-8/+0
* Qt3DRender: includemocsMike Krus2022-06-2210-0/+20
* Use SPDX license identifiersLucie Gérard2022-06-2228-1064/+56
* Fix some compile warningsMike Krus2022-06-031-0/+1
* ObjectPicker: markDirty(AllDirty) when we change the enabled propertyPaul Lemire2021-11-031-2/+7
* QRayCasterHitData: Fix warning about uninitialized baseThiago Macieira2021-08-311-1/+1
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-102-20/+26
* ObjectPicker: ensure pristine pickers are handledNicolas Guichard2021-02-261-0/+5
* qpicktriangleevent_p.h Add missing private API warningPaul Lemire2021-01-041-0/+11
* Handle API changes for event handlingMike Krus2020-12-011-1/+6
* Doc: Fix documentation warningsTopi Reinio2020-11-251-1/+1
* Handle fallout from QEvent loosing it's copy constructorMike Krus2020-11-232-27/+0
* Add missing includeMike Krus2020-08-171-0/+1
* Add support for synchronous pickingMike Krus2020-07-308-2/+93
* Use QList instead of QVector in renderJarek Kobus2020-07-091-1/+1
* Use QList instead of QVectorJarek Kobus2020-07-072-3/+3
* Input Aspect: Dispatch events directlyMike Krus2020-07-011-1/+0
* Render aspect: Dispatch events directlyMike Krus2020-06-302-8/+16
* Add ; to Q_UNUSEDLars Schmertmann2020-06-241-1/+1
* Clean input event handlingMike Krus2020-06-232-12/+5
* Fix compile warningsMike Krus2020-06-171-2/+2
* Fix build for Qt6Mike Krus2020-05-061-6/+2
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-271-1/+2
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Antti Määttä2020-04-211-1/+2
| |\
| | * Check we remove a valid node when removing from node propertiesPaul Lemire2020-02-101-1/+2
* | | Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-03-102-4/+6
|\| |
| * | Move common job handling out of RendererMike Krus2020-03-062-4/+6
* | | Geometry refactoringMike Krus2020-02-273-3/+1
* | | Remove unused data structuresMike Krus2020-02-112-19/+0
* | | Remove deprecated classes and functionsPaul Lemire2020-02-114-61/+2
* | | Merge remote-tracking branch 5.15 into devMike Krus2020-02-078-20/+16
|\| |
| * | Make the OpenGL renderer a pluginPaul Lemire2020-02-053-3/+4
| * | Remove use of messages for RayCasterMike Krus2020-01-131-10/+2
| |/
| * Doc: Fix documentation warningsTopi Reinio2019-11-132-5/+1
| * Restore sceneChangeEvent overload that were removedPaul Lemire2019-10-222-0/+9
| * Clean up old property update codeMike Krus2019-10-202-2/+0
* | Fix build and warningsMike Krus2020-01-281-0/+11
|/
* Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Paul Lemire2019-10-151-0/+6
|\
| * Merge remote-tracking branch 'origin/5.13' into 5.14Paul Lemire2019-10-151-0/+6
| |\
| | * Add comment about far plane value affecting pickingAntti Määttä2019-10-091-0/+6
* | | Update QScene2D to use direct syncMike Krus2019-10-143-16/+105
|/ /
* | Update PickBoundingVolumeJob to use direct syncMike Krus2019-10-146-99/+7
* | Update ray casting job to use direct syncMike Krus2019-10-032-20/+0