summaryrefslogtreecommitdiffstats
path: root/src/input
Commit message (Expand)AuthorAgeFilesLines
* Qt3DInput: add QInputDeviceFactory and QInputDevicePluginPaul Lemire2015-11-165-2/+299
* Qt3DInput : add QAbstractInputDevicePaul Lemire2015-11-162-1/+68
* d-pointer classes, private/public changesTomi Korpipää2015-10-305-5/+16
* Doc: Updated the docs for the namespace changesVenugopal Shivashankar2015-10-276-12/+12
* Add first person camera controller mode and make it the defaultSean Harmer2015-10-252-9/+75
* Remove some unreferenced variable warningsSean Harmer2015-10-252-0/+2
* Make aspects use the QEventFilterServicePaul Lemire2015-10-245-30/+19
* Rename Renderer -> Render throughoutSean Harmer2015-10-191-1/+1
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-1337-198/+198
* Add "We mean it" warnings to private headersSean Harmer2015-10-1317-0/+187
* Move Input aspect to Qt3DInput namespaceSean Harmer2015-10-1343-428/+405
* Doc: Added \inmodule statement where it was missingNico Vertriest2015-10-063-0/+4
* Add onStartup() and onShutdown() virtuals to QAbstractAspectSean Harmer2015-08-062-0/+10
* Fix crash when shutting down due to cloning a deleted objectSean Harmer2015-08-051-1/+6
* Add a couple of missing QNode::cleanup() calls to input aspectSean Harmer2015-08-054-0/+25
* Filter and dispatch mouse eventsRémi Benoit2015-08-0310-5/+382
* MouseInput backend class for QMouseInputPaul Lemire2015-08-037-2/+271
* MouseController backend class for QMouseControllerPaul Lemire2015-08-037-2/+241
* MouseInput API and example mockupRémi Benoit2015-08-039-2/+978
* QInputAspect: do not leak camera controller and input handlerPaul Lemire2015-07-122-6/+6
* Make Scene3D and Qt3D properly shutdownPaul Lemire2015-07-121-2/+3
* QScene is now privatePaul Lemire2015-07-061-2/+3
* Properly shutdown the rendererPaul Lemire2015-07-061-1/+3
* Merge remote-tracking branch 'origin/5.5.0' into 5.5Paul Lemire2015-06-271-1/+1
|\
| * Map keyevents to correct signal names with namespaced argumentsSean Harmer2015-06-211-1/+1
* | Merge branch '5.5.0' into 5.5Sean Harmer2015-06-217-47/+344
|\|
| * Use fully qualified argument types in signalsSean Harmer2015-06-181-43/+43
| * Doc: Add skeleton docs for Qt3D Input classes and QML typesTopi Reinio2015-06-154-0/+302
| * Remove unnecessary metatype declarationsSean Harmer2015-06-082-4/+0
* | QNode parent changesPaul Lemire2015-06-115-2/+14
|/
* Do not pass `this` to Private c-torKonstantin Ritt2015-05-204-8/+8
* Do not initialize q_ptr in classes derived from QObjectPrivateKonstantin Ritt2015-05-202-4/+4
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-143-0/+14
* QBackendNodeFunctor: get and destroy now take a QNodeIdPaul Lemire2015-02-284-13/+13
* ChangeArbiter/SceneChange: use id as change subjectPaul Lemire2015-02-281-2/+2
* Fix: remove QByteArrayLiteral used when setting SceneChange property namesPaul Lemire2015-02-281-2/+2
* Merge remote-tracking branch 'origin/dev' into 5.5Oswald Buddenhagen2015-02-231-16/+3
|\
| * Fix modifier key handling in input aspectLaszlo Agocs2015-02-191-16/+3
* | headersclean: don't shadow members with variablesThiago Macieira2015-02-191-1/+1
* | Mark it constSergio Martins2015-02-181-1/+1
|/
* Copyright header change.Mika Salmela2015-02-0928-532/+392
* Make QBackendNode use QBackendNodeFactoryKevin Ottens2015-02-084-4/+6
* Fix static buildsGiuseppe D'Angelo2015-01-271-3/+7
* Register all the standard aspects to the factoryKevin Ottens2015-01-251-0/+3
* Input: check enabled flag before changing focused elementPaul Lemire2015-01-243-1/+23
* The input aspect don't need QWindow anymoreKevin Ottens2015-01-234-25/+21
* Move CameraController in the input aspectKevin Ottens2015-01-236-0/+511
* Change uuid -> id as it really isn't universally unique any longerSean Harmer2014-12-192-9/+9
* Pass the current time to the aspectsSean Harmer2014-12-152-2/+3
* QKeyboardInput: few fixesPaul Lemire2014-12-103-8/+19