summaryrefslogtreecommitdiffstats
path: root/src/input/backend/actioninput.cpp
Commit message (Expand)AuthorAgeFilesLines
* ActionInput: remove {} for single line ifPaul Lemire2016-11-191-3/+2
* UpdateAxisActionJob: handle proxy physical devicesPaul Lemire2016-11-191-11/+2
* ActionInputs shouldn't process when disabledKevin Ottens2016-10-291-0/+3
* Move input, chord and sequence logic out of jobKevin Ottens2016-08-241-0/+21
* Action input nodes inherit from the abstract classKevin Ottens2016-08-241-3/+8
* QNodePropertyChange -> QPropertyUpdatedChangeSean Harmer2016-05-101-2/+2
* Rename NodeUpdated ChangeFlag to PropertyUpdatedSean Harmer2016-05-101-1/+1
* Change QList<int> properties to QVector<int>Kevin Ottens2016-05-041-1/+1
* Remove QBackendNode::updateFromPeer()Sean Harmer2016-05-031-8/+0
* Bring more type safety to the buttons propertiesKevin Ottens2016-05-021-16/+3
* input/backend: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-04-301-1/+1
* Rename QScenePropertyChange -> QNodePropertyChangeSean Harmer2016-04-211-2/+2
* ActionInput: use the enabled property on QBackendNodePaul Lemire2016-04-141-6/+2
* Input::ActionInput initializes from creation changesSean Harmer2016-03-311-0/+10
* QActionInput and QAxisInput keys to buttonsRobert Brock2016-02-291-5/+5
* Unify license header usageAntti Kokko2016-01-261-11/+14
* QAxisInput/QActionInput: use list of int rather than int maskPaul Lemire2015-12-041-3/+16
* QActionInput: keys specified as a bit mask directlyPaul Lemire2015-11-281-15/+3
* QActionInput/ActionInput: properly store sourceDevicePaul Lemire2015-11-281-8/+3
* Add missing includesPaul Lemire2015-11-281-0/+1
* QActionInput/QAxisInput: add property for keysPaul Lemire2015-11-281-4/+16
* ActionInput: backend node for QActionInputPaul Lemire2015-11-281-0/+94