summaryrefslogtreecommitdiffstats
path: root/src/render/picking
Commit message (Expand)AuthorAgeFilesLines
* Cleanup scene2d - remove event forwardAntti Määttä2017-03-1513-1014/+2
* cleanup scene2d - change mouse event handlingAntti Määttä2017-03-034-4/+34
* Update documentation related to pickingMike Krus2017-03-013-24/+80
* Fix container detachments when using range loopSergio Martins2017-02-242-4/+3
* Start using REVISION on our propertiesKevin Ottens2017-02-231-1/+1
* Fix Clang warnings: use of deprecated apiMike Krus2017-02-111-1/+1
* Deliver all events by default unless marked as intermediateSean Harmer2017-02-091-7/+0
* EventForward: Fix compile warningPaul Lemire2017-02-061-1/+1
* Fix a couple of warnings in QEventForward::targetDestroyedSean Harmer2017-02-061-2/+2
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-1/+1
|\
| * Doc: corrected several qdoc errors qt3dNico Vertriest2017-01-251-1/+1
* | Merge branch 'wip/animation' into devSean Harmer2017-01-301-0/+7
|\ \
| * | Set the final flag on scene changes coming from the backendPaul Lemire2017-01-261-0/+7
| |/
* | Merge branch 'wip/qtquickintegration' into devSean Harmer2017-01-2915-14/+1037
|\ \ | |/ |/|
| * Update pickboundingvolumejob with event forwardingAntti Määttä2017-01-272-6/+22
| * Move event forwarding to frontendAntti Määttä2017-01-278-25/+217
| * Add focus to EventForwardAntti Määttä2017-01-275-0/+52
| * Add QEventForward to QObjectPickerAntti Määttä2017-01-255-0/+60
| * Add EventForward backend nodeAntti Määttä2017-01-243-2/+288
| * Add QEventForward frontend nodeAntti Määttä2017-01-244-2/+426
* | Picking: restore early checksMike Krus2017-01-212-24/+19
|/
* Doc: corrected parameter specificationNico Vertriest2016-12-092-3/+2
* LCOV exclusion comments squashedPaul Lemire2016-11-231-3/+3
* Doc: various link errors qt3dNico Vertriest2016-10-131-2/+2
* Doc: corrected errors with return statementNico Vertriest2016-10-121-3/+3
* Merge branch '5.7' into devSean Harmer2016-08-141-1/+1
|\
| * Check if parentEntity exists in propagateEventSvenn-Arne Dragly2016-08-021-1/+1
* | Add modifier and button support to QPickEventMike Krus2016-08-135-4/+149
|/
* More doc for render-pickingColin Ogilvie2016-06-033-15/+60
* Skeletal Doc for render-pickingColin Ogilvie2016-06-033-1/+227
* De-inline dtors of public polymorphic classesMarc Mutz2016-05-192-0/+6
* Add more explicitMarc Mutz2016-05-141-1/+1
* Remove QBackendNodePropertyChangeSean Harmer2016-05-132-9/+14
* QNodePropertyChange -> QPropertyUpdatedChangeSean Harmer2016-05-101-2/+2
* Rename NodeUpdated ChangeFlag to PropertyUpdatedSean Harmer2016-05-102-6/+5
* Fix reset in bigmodel exampleMäättä Antti2016-05-091-4/+3
* render: eradicate Q_FOREACH loops [remaining low-risk]Marc Mutz2016-05-051-3/+3
* Remove setTargetNode()/targetNode() from backend property changesSean Harmer2016-05-031-6/+0
* Remove QBackendNode::updateFromPeer()Sean Harmer2016-05-032-11/+0
* QObjectPicker creates and handles creation changesSean Harmer2016-05-026-42/+136
* Q_NULLPTR -> nullptrSean Harmer2016-05-014-7/+7
* Strip out cloning subsystemSean Harmer2016-04-292-10/+2
* QNode: make cleanup a private slotPaul Lemire2016-04-232-6/+0
* Rename QBackendScenePropertyChange -> QBackendNodePropertyChangeSean Harmer2016-04-222-9/+9
* QBackendScenePropertyChange cleanupsSean Harmer2016-04-221-6/+6
* Rename QScenePropertyChange -> QNodePropertyChangeSean Harmer2016-04-211-2/+2
* Merge branch '5.6' into 5.7Sean Harmer2016-04-161-6/+6
|\
| * Fix build in C++98 mode: enums aren't namespacesv5.6.0Thiago Macieira2016-03-031-6/+6
* | ObjectPicker: sceneChangeEvent calls base class implementationPaul Lemire2016-04-151-0/+3
* | QPickEvent refactoringMike Krus2016-03-126-67/+293