summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qaxissetting.h
Commit message (Collapse)AuthorAgeFilesLines
* Use QVector instead of QVariantList propertiesKevin Ottens2016-05-231-4/+4
| | | | | Change-Id: I183bac3fb423d068df4f65ae96a7706f83cfa20f Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* De-inline dtors of public polymorphic classesMarc Mutz2016-05-191-0/+1
| | | | | | | | | | | | | | By making the destructor (usually the first non-inline, non-pure, virtual function, and therefore the trigger for most compilers to emit the vtable and type_info structures for the class in that TU) out-of-line, vtables and, more importantly, type_info structures for the class are pinned to a single TU. This prevents false negative dynamic_cast and catch evaluation. It also allows to add code to them later, if necessary. Change-Id: I0da301cd788162abba6cdbbb21910090a22adb9a Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-1/+1
| | | | | | Task-number: QTBUG-52736 Change-Id: I58f9cbcdf018e7b672d33dd865067485412b79fe Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Strip out cloning subsystemSean Harmer2016-04-291-4/+0
| | | | | Change-Id: I4def54a11de0f9c676ef6b2d7bd8e723ded25ab9 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* QNode: make cleanup a private slotPaul Lemire2016-04-231-1/+0
| | | | | | | | | | QT3D_CLONEABLE now implements a default dtor that calls _q_ cleanup QT3D_CLONEABLE_CUSTOM_DTOR is used for classes that really need to implement their own dtor but they need to invoke _q_cleanup manually Change-Id: I2937a3b9edeb5a763749f0044360d78ab4461a5e Task-number: QTBUG-51464 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* QAxisSetting creates creation changesSean Harmer2016-03-221-0/+1
| | | | | | Task-number: QTBUG-51835 Change-Id: I8e43e2a917e7aaf62b10b42113a5095f88d3a084 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* QAxisSetting renamed filter to smoothRobert Brock2016-02-281-4/+4
| | | | | | | As per API review Change-Id: I3d539c6ab5fc80dc67f2d1058386f793196a8231 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* QAxisSetting renamed deadZone to deadZoneRadiusRobert Brock2016-02-281-4/+4
| | | | | | | As per API review Change-Id: Id80cd4cb7ace9f99ee6fe9ac55662a7eb55f5f31 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Unify license header usageAntti Kokko2016-01-261-11/+14
| | | | | | | Update old header.LGPL3 to header.LGPL Change-Id: I8eac0cd6bbc276a56df487249cc459c0d4fab165 Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com>
* Use lists of ints for axes on axis settingsSean Harmer2015-12-091-4/+4
| | | | | Change-Id: Ie1cc4b46f7888f4e9ecdecb0b204c30703da36ee Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Add QAxisSetting frontend classSean Harmer2015-11-281-0/+88
Change-Id: I9f433f7deb19027c8a136a24ee0b7edc0c38fce0 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>