summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qactioninput.h
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-221-38/+2
* Use QList instead of QVectorJarek Kobus2020-07-071-4/+4
* Fix build for Qt6Mike Krus2020-05-061-1/+1
* Remove deprecated classes and functionsPaul Lemire2020-02-111-1/+0
* Switch export macros to standard formKai Koehne2019-04-021-1/+1
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
* Coding convention fix for Src/inputRobert Brock2017-03-161-1/+1
* De-inline dtors of public polymorphic classesMarc Mutz2016-05-191-0/+1
* Change QList<int> properties to QVector<int>Kevin Ottens2016-05-041-4/+4
* Bring more type safety to the buttons propertiesKevin Ottens2016-05-021-4/+4
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-1/+1
* Strip out cloning subsystemSean Harmer2016-04-291-4/+0
* QNode: make cleanup a private slotPaul Lemire2016-04-231-1/+0
* QActionInput creates creation changesSean Harmer2016-03-221-0/+1
* QActionInput and QAxisInput keys to buttonsRobert Brock2016-02-291-4/+4
* Unify license header usageAntti Kokko2016-01-261-11/+14
* Start at implementing QAbstractAction InputColin Ogilvie2016-01-121-2/+3
* Added parameters to signals and made setters Q_SLOTSTomi Korpipää2015-12-091-4/+5
* QAxisInput/QActionInput: use list of int rather than int maskPaul Lemire2015-12-041-3/+3
* QActionInput: keys specified as a bit mask directlyPaul Lemire2015-11-281-3/+3
* QActionInput/QAxisInput: add property for keysPaul Lemire2015-11-281-5/+5
* Start refactoring the input device pluginSean Harmer2015-11-281-4/+4
* Reorganize Input aspect sources into backend/frontendPaul Lemire2015-11-281-0/+82