summaryrefslogtreecommitdiff
path: root/src/controls/Private/AbstractCheckable.qml
Commit message (Collapse)AuthorAgeFilesLines
* Bump QtQuick.Controls import version to 1.2J-P Nurmi2014-04-071-1/+1
| | | | | Change-Id: Idc0b93cbfc2fe23e8be3bcaece672d06555a81f6 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* Import QtQuick 2.2J-P Nurmi2014-04-071-1/+1
| | | | | Change-Id: Ifc9719ec6fbbd80b866c01eebc471d0ed121bd16 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* Accessibility improvementsFrederik Gladhorn2014-02-071-0/+2
| | | | | | | | [ChangeLog][QtQuickControls] Accessibility improved: ComboBox is labeled properly, check and radio boxes report their state correctly Change-Id: Ia9fe88f032a627c839bd3ef3aec4e2e6cb4517a7 Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com>
* Update imports to 1.1 and remove version from qmlmodule definitionJens Bache-Wiig2013-09-101-2/+2
| | | | | Change-Id: Icb4c6d78225c072da787e4646a55d8cf71a5db7a Reviewed-by: Caroline Chao <caroline.chao@digia.com>
* Move Styles and Private under controlsCaroline Chao2013-08-161-0/+149
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>