summaryrefslogtreecommitdiffstats
path: root/src/input
Commit message (Expand)AuthorAgeFilesLines
* QMouseHandler: fix QObject::connect() callAhmad Samir2024-04-042-10/+13
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2024-02-281-1/+0
* Doc: Fully qualify \property, \qmlproperty, \typedef, \enumLuca Di Sera2024-02-1310-28/+28
* build system: fix unity buildsTim Blechmann2024-02-076-8/+12
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-223-2/+3
* Remove qmake build filesMike Krus2023-03-173-171/+0
* Remove Qt6 QT_VERSION checks from the code basePaul Lemire2023-02-106-32/+0
* Fix incorrect usages of std::make_move_iteratorAurélien Brooke2022-12-191-3/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-2011-19/+19
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-201-2/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-241-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Qt3DInput: includemocsMike Krus2022-06-2226-0/+52
* Use SPDX license identifiersLucie Gérard2022-06-22139-5282/+278
* Fix some compile warningsMike Krus2022-06-031-0/+1
* QKeyEvent: fix build with QT_TYPESAFE_FLAGSMarc Mutz2022-03-211-1/+1
* Make sure all private headers include at least one otherThiago Macieira2022-03-086-9/+10
* Q*FActory: remove unused path argumentsThiago Macieira2021-11-232-38/+5
* Doc: Replace \qmlproperty Object with QtObjectIvan Tkachenko2021-10-211-1/+1
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-102-20/+26
* Minor fixes to compile against 5.15Paul Lemire2021-02-011-0/+1
* Drop use of QVector in MovingAverageMike Krus2021-01-052-3/+4
* Enable compiling non-QML API against Qt 5.15Mike Krus2021-01-053-2/+2
* Restore use of QVector in private APIMike Krus2021-01-051-1/+1
* Fix plugin names for 3DInputMike Krus2020-12-151-1/+1
* Handle API changes for event handlingMike Krus2020-12-013-1/+20
* Fix Qt 5.15 usageMike Krus2020-11-262-2/+6
* CMake: Build docs for Qt 3DTopi Reinio2020-11-262-0/+4
* Handle fallout from QEvent loosing it's copy constructorMike Krus2020-11-234-40/+49
* Fix deprecated API usage and compile warningsMike Krus2020-11-202-5/+5
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-11-022-3/+3
* Use internal CMake APIMike Krus2020-10-071-2/+2
* Fix compilation with newer qtbaseFabian Kosmale2020-08-251-0/+2
* InternalEventFilter: forward some missing eventsPaul Lemire2020-08-061-0/+10
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-0934-90/+83
* Use QList instead of QVectorJarek Kobus2020-07-0718-37/+37
* QAspectJob: switch to using std::vectorPaul Lemire2020-07-025-12/+15
* Input Aspect: Dispatch events directlyMike Krus2020-07-0118-965/+221
* Add ; to Q_UNUSEDLars Schmertmann2020-06-245-7/+7
* Clean input event handlingMike Krus2020-06-238-233/+54
* Fix handling of SSE/AVX sourceMike Krus2020-06-171-1/+3
* MouseEventFilter: use QMouseEvent::position for move eventsPaul Lemire2020-06-161-1/+1
* Update dependenciesPaul Lemire2020-06-122-5/+5
* Add support for building with CMakeMike Krus2020-05-221-0/+106
* QResourcesManager: switch to std::vectorPaul Lemire2020-05-201-1/+1
* Fix build for Qt6Mike Krus2020-05-067-8/+6
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-272-3/+5
|\
| * Implement Mouse Click and Double Click on MouseHandlerMike Krus2020-03-192-3/+5
* | Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-03-101-4/+4
|\|
| * Doc: Fix incorrect use of \default QDoc commandTopi Reinio2020-03-051-4/+4