summaryrefslogtreecommitdiffstats
path: root/src/input/qinputaspect.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add onStartup() and onShutdown() virtuals to QAbstractAspectSean Harmer2015-08-061-0/+8
* Filter and dispatch mouse eventsRĂ©mi Benoit2015-08-031-1/+7
* QInputAspect: do not leak camera controller and input handlerPaul Lemire2015-07-121-4/+4
* Make Scene3D and Qt3D properly shutdownPaul Lemire2015-07-121-2/+3
* Merge branch '5.5.0' into 5.5Sean Harmer2015-06-211-0/+6
|\
| * Doc: Add skeleton docs for Qt3D Input classes and QML typesTopi Reinio2015-06-151-0/+6
* | QNode parent changesPaul Lemire2015-06-111-2/+2
|/
* Do not initialize q_ptr in classes derived from QObjectPrivateKonstantin Ritt2015-05-201-3/+3
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-141-0/+4
* Copyright header change.Mika Salmela2015-02-091-19/+14
* Register all the standard aspects to the factoryKevin Ottens2015-01-251-0/+3
* The input aspect don't need QWindow anymoreKevin Ottens2015-01-231-9/+8
* Move CameraController in the input aspectKevin Ottens2015-01-231-0/+17
* Pass the current time to the aspectsSean Harmer2014-12-151-1/+2
* InputHandler has a keyboardJob methodPaul Lemire2014-11-141-2/+2
* QInputAspect: Create backend nodes for frontend onesPaul Lemire2014-11-141-2/+3
* InputHandler/KeyboardEventFilter: QKeyEvents are storedPaul Lemire2014-11-141-1/+6
* QInputAspect: set the Window to be used for events monitoringPaul Lemire2014-11-141-1/+7
* QInputAspect: some preliminary work on building backend treePaul Lemire2014-11-141-5/+18
* QInputAspect: register backend creator functors to frontend typesPaul Lemire2014-11-141-0/+7
* QInputAspect: private class containing InputHandler instancePaul Lemire2014-11-141-1/+10
* Aspects: onInitialize now takes a QVariantMapPaul Lemire2014-11-141-1/+1
* Added empty QInputsAspectPaul Lemire2014-11-021-0/+87