summaryrefslogtreecommitdiffstats
path: root/src/private/AbstractCheckable.qml
Commit message (Collapse)AuthorAgeFilesLines
* Move Styles and Private under controlsCaroline Chao2013-08-161-149/+0
| | | | | | | | | | | 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>
* Expose hovered to our controls and document it consistentlyJens Bache-Wiig2013-06-061-9/+8
| | | | | | | | | The current solution is messy and we only expose it partially to some of our styles. I think we should simply expose this to all. Change-Id: Ia546d5657ea416df99c9d9d92cc714b7f1c928fe Reviewed-by: Caroline Chao <caroline.chao@digia.com> Reviewed-by: Nico Vertriest <nico.vertriest@digia.com>
* RadioButton: Fix keyboard toggle behaviorGabriel de Dietrich2013-03-201-1/+2
| | | | | Change-Id: I9f7ccec13cfd2a60b17ee10c8a3ffa44a5d7e40f Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
* Support QQuickItem.activeFocusOnTab in QtQuick.ControlsLiang Qi2013-03-191-0/+2
| | | | | Change-Id: Ie23b504f590e6c4e7f2a1a9090c2dd8671389937 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* Change imports from QtQuick 2.0 to QtQuick 2.1Caroline Chao2013-03-141-1/+1
| | | | | | Change-Id: If9df032c76e36f385aacd30cc31d6f02574c6f11 Reviewed-by: J-P Nurmi <jpnurmi@digia.com> Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
* CheckBox docs: fix links & qdoc warningsJ-P Nurmi2013-03-051-0/+1
| | | | | Change-Id: Ibd117e72117a3f7bc4d947da5e40bd19816de3d9 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* Make containsMouse property private.Mitch Curtis2013-02-261-8/+7
| | | | | | | | | | | Also removes the RangeTab from the Gallery example, since its controls use containsMouse and are no longer different from the same set of sliders on the control tab. Adding MouseAreas to each control in RangeTab to achieve the same animation would clutter the example with boilerplate code. Change-Id: I80d6f3bbf1b73229f4d0ae99dd2a65bc083e7099 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* Make AbstractCheckable private.Mitch Curtis2013-02-221-0/+147
We don't want to expose it. Change-Id: Ieb8fa7ee0ae25944cf2c8277791942caebd541a8 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>