- Nov 21, 2014
-
-
Shawn Rutledge authored
It's easier to turn on debugging instead of uncommenting #define. Change-Id: Ia1d39934c6dd30dd9fe850d109debfdda7a740da Reviewed-by:
Liang Qi <liang.qi@theqtcompany.com>
-
- Oct 28, 2014
-
-
Shawn Rutledge authored
It doesn't make sense to use widget-based dialogs in a QtQuick app on a mobile platform because widgets are not optimized for touch. Change-Id: I8659f247eb6e75ca827e8b42a0fb1e7f65dceee1 Reviewed-by:
J-P Nurmi <jpnurmi@theqtcompany.com>
-
- Aug 25, 2014
-
-
Antti Kokko authored
- 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>
-
- Jul 28, 2014
-
-
Shawn Rutledge authored
Widget-based dialogs are allowed if the application is a QApplication, but subclassing is OK too. (cherry-picked from qtdeclarative 76952046ceccf2cd176a3452bc908cac769f90d9) Task-number: QTBUG-35769 Change-Id: I0b74c870488c157913a68e1a30744cd46ae82cee Reviewed-by:
Liang Qi <liang.qi@digia.com>
-
- Jul 09, 2014
-
-
Shawn Rutledge authored
Also fixed a qWarning and updated example import statement. Change-Id: I873b52e297bbefe66c6c131573804eee98c40a2f Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
- Mar 11, 2014
-
-
Andrew Knight authored
Replace a number of QtQml module inclusions with their more specific counterparts, possibly leading to decreased compilation time. Change-Id: I9b48b06e884d46c6440725a704951dc87e2e93db Reviewed-by:
Shawn Rutledge <shawn.rutledge@digia.com>
-
- Feb 15, 2014
-
-
Shawn Rutledge authored
It provides only a button box, so the application developer can supply the rest of the dialog contents. This is useful for various kinds of dialogs that prompt the user for input. [ChangeLog][QtQuickDialogs][Dialog] Dialog is a new wrapper component for dialogs with standard buttons and custom content items. Change-Id: I0434bed5f504820dc0a668cb993a94980f99852a Reviewed-by:
Liang Qi <liang.qi@digia.com>
-
- Jan 03, 2014
-
-
Shawn Rutledge authored
This will enable using Controls in the QML dialog implementations. For now, Controls are used only as drop-in replacements for the Button, Checkbox, and TextField which were custom implementations in the qtdeclarative module before. Change-Id: Ic79e9e8e5715a72ce51f4c724bfdfd33653300f2 Reviewed-by:
Liang Qi <liang.qi@digia.com>
-