summaryrefslogtreecommitdiffstats
path: root/src/input
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary metatype declarationsSean Harmer2015-06-082-4/+0
* 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
* Make cloning available to third party QNodesKevin Ottens2014-11-271-1/+1
* Rename QNodeUuid to QNodeIdSean Harmer2014-11-1910-33/+33
* Rename QResourcesManager -> QResourceManager and make privateSean Harmer2014-11-181-3/+3
* QKeyboardInput: process key eventsPaul Lemire2014-11-142-4/+128
* KeyboardEventDispatcherJob sending events to KeyboardInputPaul Lemire2014-11-141-4/+2
* KeyboardInput keyEvent methodPaul Lemire2014-11-142-1/+15
* KeyboardController doesn't need to be an observablePaul Lemire2014-11-141-1/+1
* Q3DKeyEvent wrapper around QKeyEventPaul Lemire2014-11-143-2/+164
* InputHandler keyboardJobsPaul Lemire2014-11-142-11/+27
* KeyEventDispatcherJob addedPaul Lemire2014-11-143-2/+161
* InputHandler has a keyboardJob methodPaul Lemire2014-11-143-2/+25
* KeyboardController: holds the id of the current focused inputPaul Lemire2014-11-143-7/+18
* InputHandler maintains a vector of HKeyboardControllerPaul Lemire2014-11-143-0/+17
* KeyboardInput: register/unregister ourselves with KeyboardControllerPaul Lemire2014-11-142-2/+12
* AssingKeyboardFocusJob addedPaul Lemire2014-11-143-2/+160
* KeyboardController: vector of KeyboardInputs and last requester savedPaul Lemire2014-11-142-2/+35
* KeyboardInput reacts when QKeyboardInput requests focusPaul Lemire2014-11-144-2/+61
* KeyboardController: empty requestFocusForInput methodPaul Lemire2014-11-142-0/+9
* QKeyboardController added activeInput propertyPaul Lemire2014-11-144-4/+42
* QInputAspect: Create backend nodes for frontend onesPaul Lemire2014-11-141-2/+3
* InputHandler/KeyboardEventFilter: QKeyEvents are storedPaul Lemire2014-11-144-4/+38
* InputHandler: install KeyboardEventFilter on QWindowPaul Lemire2014-11-142-0/+11
* KeyboardEventFilter addedPaul Lemire2014-11-143-2/+160
* QInputAspect: set the Window to be used for events monitoringPaul Lemire2014-11-143-2/+21
* QInputAspect: some preliminary work on building backend treePaul Lemire2014-11-142-5/+20
* QInputAspect: register backend creator functors to frontend typesPaul Lemire2014-11-141-0/+7
* KeyboardController backend functor addedPaul Lemire2014-11-142-0/+40
* KeyboardInput backend functor creator addedPaul Lemire2014-11-142-0/+39
* QKeyboardInput: set shareable to falsePaul Lemire2014-11-141-0/+1