aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls/qquickscrollindicator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename libQtQuickControls to libQtQuickTemplatesJ-P Nurmi2015-09-161-386/+0
| | | | | Change-Id: I1e663bb7be2be8b3d4edf0c038862cc2150aec40 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Controls: move Accessible from QML to C++Liang Qi2015-09-141-0/+1
| | | | | | | | | | | Controls 2.0 could be built with QT_NO_ACCESSIBILITY defined. Added a few helper functions for accessible in QQuickControl. Don't set text as Accessible.name for TextArea and TextField. Change-Id: I40383bbcec2f8c742f709bdec0209623f80da449 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Doc: Language edits to the existing Controls 2 documentationVenugopal Shivashankar2015-08-041-2/+2
| | | | | Change-Id: I546b8ef2343ba189b67c53036ee59c2547a93615 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* Docs: ScrollIndicatorJ-P Nurmi2015-06-241-7/+68
| | | | | Change-Id: Iaae3320c8d87831dd3d73eb4ed4a8ac52aabe3c2 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Add Q_UNUSED() in addition to Q_ASSERT()J-P Nurmi2015-06-061-0/+1
| | | | | Change-Id: Id6509da9434e77349be068a84beb31e1f9edd124 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Remove "abstract" prefix from the C++ classesJ-P Nurmi2015-04-101-0/+323
The QML type registration is still using Abstract-prefix to avoid conflicts, until QTBUG-43581 & QTBUG-43582 have been resolved so that the public types can be used for accessing attached properties and enums. Change-Id: I469712461f706a83c226e4017282ca1d6914c670 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>