summaryrefslogtreecommitdiff
path: root/src/controls/Private/qquickwheelarea_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Controls: append "1" to all C++ classesMitch Curtis2016-03-181-5/+5
| | | | | | | | | | This is consistent with the classes that have already had this done. It prevents clashes with Qt Quick Controls 2. These classes are not available to the user, so it doesn't affect compatibility. Change-Id: Iee73ee6bc530182732ae95993e1f4fc3766eb8e0 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Correct scrolling direction when using SlidersMorten Johan Sørvig2016-03-151-0/+3
| | | | | | | | | | | | | Account for OS X "direct"/"inverted"/"australian" scrolling. This ensures that a touchpad right/left/up/down flick will move the slider handle in the same direction as the flick. This takes advantage of the recent addition of QWheelEvent::inverted in qtbase Change-Id: If51ec6f0cbc12a042a92aa55964633c9521469a9 Task-number: QTBUG-35972 Reviewed-by: Shawn Rutledge <shawn.rutledge@theqtcompany.com>
* Unify license header usageAntti Kokko2016-02-041-12/+15
| | | | | | | Update old header.LGPL3 to header.LGPL Change-Id: I3c851bc24da89f6300b94199387d1adf16ca4f48 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
* WheelArea: fix the build in case of QT_NO_WHEELEVENTShawn Rutledge2015-02-271-0/+2
| | | | | | | | If Qt was configured this way, WheelArea is actually a useless component. But it's better to have the build working at least. Change-Id: I2d6d0b2e9f93a367219ad6c693d5d40abc3bbc9b Reviewed-by: Andrew Knight <qt@panimo.net>
* Controls: update license headersJ-P Nurmi2015-02-111-15/+18
| | | | | | | Change-Id: I77e7a218a958d76ac7ef7780f4be52a81f76fa6b Reviewed-by: Caroline Chao <caroline.chao@theqtcompany.com> Reviewed-by: Mitch Curtis <mitch.curtis@digia.com> Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@theqtcompany.com>
* Update license headers and add new license filesAntti Kokko2014-08-251-19/+11
| | | | | | | | | - Renamed LICENSE.LGPL to LICENSE.LGPLv21 - Added LICENSE.LGPLv3 & LICENSE.GPLv2 - Removed LICENSE.GPL Change-Id: I470909ba0980db33ab551790d619c59a35978590 Reviewed-by: Jani Heikkinen <jani.heikkinen@digia.com>
* Scroll the parent mouse areas when reaching the bounds of a ScrollViewAndy Shaw2014-05-141-0/+5
| | | | | Change-Id: I18da235e81fa7547b78b623257226dd4a745b518 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* ScrollView: handle QWheelEvent::phaseJ-P Nurmi2013-08-281-0/+6
| | | | | Change-Id: I5642e8dc5f62b48aaf086820699cf41f689cec1a Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
* Move Styles and Private under controlsCaroline Chao2013-08-161-0/+121
Register the C++ private API from the controls plugin. The private plugin is not needed anymore. The Controls "submodules" Styles and Private are moved to the controls subfolder in the sources tree. Change-Id: I98358227c945b6cd1a8dbff9d07e6cad4f044277 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>