summaryrefslogtreecommitdiffstats
path: root/src/input/backend/inputchord.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-231-20/+20
* Update commercial license headersTarja Sundqvist2021-02-021-20/+20
* Clean up includesMike Krus2019-10-011-3/+0
* Update input action classes to use direct syncMike Krus2019-10-011-39/+8
* Coding convention fix for Src/inputRobert Brock2017-03-161-2/+4
* InputChords shouldn't process when disabledKevin Ottens2016-10-291-0/+3
* Frontend is in ms but backend in nsKevin Ottens2016-08-251-2/+2
* Fix timeout handling in input chordsKevin Ottens2016-08-241-9/+15
* Fix spurious chord trigger on first key pressKevin Ottens2016-08-241-0/+1
* Move input, chord and sequence logic out of jobKevin Ottens2016-08-241-1/+19
* Action input nodes inherit from the abstract classKevin Ottens2016-08-241-3/+8
* Rename QNodeRemovedPropertyChange -> QPropertyNodeRemovedChangeSean Harmer2016-05-101-2/+2
* Rename QNodeAddedPropertyChange -> QPropertyNodeAddedChangeSean Harmer2016-05-101-2/+2
* QNodePropertyChange -> QPropertyUpdatedChangeSean Harmer2016-05-101-2/+2
* Rename NodeAdded/NodeRemoved ChangeFlagsSean Harmer2016-05-101-2/+2
* Rename NodeUpdated ChangeFlag to PropertyUpdatedSean Harmer2016-05-101-1/+1
* Remove QBackendNode::updateFromPeer()Sean Harmer2016-05-031-9/+0
* InputChord: replace a Q_FOREACH with assignmentMarc Mutz2016-04-301-3/+1
* input/backend: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-04-301-1/+2
* QInputChord/InputChord use new added/removed change typesSean Harmer2016-04-271-13/+28
* Rename QScenePropertyChange -> QNodePropertyChangeSean Harmer2016-04-211-2/+2
* Remove QAbstractAggregateActionInputPaul Lemire2016-04-151-11/+11
* InputChord: use m_enabled member from QBackendNodePaul Lemire2016-04-141-7/+3
* Input::InputChord initializes from creation changesSean Harmer2016-03-311-0/+10
* QInputChord renamed tolerance to timeoutRobert Brock2016-02-291-5/+5
* Unify license header usageAntti Kokko2016-01-261-11/+14
* Aggregate action functionalityColin Ogilvie2016-01-191-2/+34
* Added link for inputs between sequential front and back endColin Ogilvie2016-01-161-1/+7
* Backend Nodes for Aggregate ActionsColin Ogilvie2016-01-161-0/+88