aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/qtquickcontrolsplugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make each style's 'base' directory available to initializeEngine()Mitch Curtis2016-04-081-4/+2
| | | | | | | | | This is needed to register private QML files that are necessary for the implementation of some controls. Previously, this information was only available in registerTypes(). Change-Id: I9d0c293d6fad2afbf240771044165b048b77136c Reviewed-by: Andy Shaw <andy.shaw@theqtcompany.com>
* Fix a typo for ToolTip registrationLiang Qi2016-04-041-1/+1
| | | | | | | Task-number: QTBUG-52156 Change-Id: Ic299475adeef7142e717699ba787b35e66b552c1 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com> Reviewed-by: Vlad Stelmahovsky <vladstelmahovsky@gmail.com>
* Introduce ToolTipJ-P Nurmi2016-03-221-0/+1
| | | | | | Change-Id: I917f7e83219788fc63389773eb07ee39757bed7f Task-number: QTBUG-51003 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* Correct generated resource namesMitch Curtis2016-03-181-1/+1
| | | | | | | | a0d44a16535cc6e751045185e40bbd6c6edaf87a changed them when it shouldn't have. Change-Id: Ifadf02254a32618aa1490cb64278109a1098ff96 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Rename Qt Labs Controls to Qt Quick Controls 2 - build systemMitch Curtis2016-03-181-0/+149
The imports will be done later, as we don't want to change them until the module is releasable (which requires things like selection handles, etc.). Change-Id: I2140cff7058fc3b696e92ca8c0e5e06dca9a7c9c Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>