- Jun 24, 2014
-
-
J-P Nurmi authored
Change-Id: I9e84ce56e853a18205aa180cef1ee8ff4f2f678c Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
J-P Nurmi authored
Change-Id: Ifacceae8690d2ab4dfaed0d5439b9e29804c1943 Reviewed-by:
Andrew Knight <andrew.knight@digia.com>
-
Andreas Holzammer authored
Changes.txt says that with Qt 5.2.0 dependency for Widgets have been removed for touch based platforms. But QNX is also a touch based platform and its missing. Change-Id: I140842d4501422537175ac5acb07beebe994f0eb Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- Apr 07, 2014
-
-
J-P Nurmi authored
Change-Id: Idc0b93cbfc2fe23e8be3bcaece672d06555a81f6 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
J-P Nurmi authored
Change-Id: Ifc9719ec6fbbd80b866c01eebc471d0ed121bd16 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- Feb 25, 2014
-
-
Shawn Rutledge authored
Also the spinbox exmample will accept when the user presses enter. Change-Id: I47765899acfbc435e2409f7a30e54e8f041b6e73 Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com> Reviewed-by:
Liang Qi <liang.qi@digia.com>
-
- Feb 20, 2014
-
-
Shawn Rutledge authored
Forgot to do this in change ccb088a6 Change-Id: I00a2dc81a3f99937dbbab1d9dda1a393588124f2 Reviewed-by:
Liang Qi <liang.qi@digia.com>
-
- Feb 15, 2014
-
-
Liang Qi authored
Use Controls and Layouts in new DefaultFontDialog.qml. Use a TextInput for sample text, and the dialog supports tab key navigation. [ChangeLog][QtQuickDialogs][FontDialog] The FontDialog fallback QML implementation now uses QtQuick.Controls and QtQuick.Layouts. Change-Id: I133368b14c958c7231dc0ed9a4777b0712eb3670 Reviewed-by:
Shawn Rutledge <shawn.rutledge@digia.com>
-
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>
-
- Feb 03, 2014
-
-
Liang Qi authored
QFontDialog has this property. This patch effectively means that the font property will be set when the dialog closes, instead of whenever the current font in the dialog changes, so pressing cancel will revert the font to what it was before the dialog was opened. Align with e73d503b84be12e7bf28491356b459ca309e7c95 in qtdelarative, the similar change for color dialog. [ChangeLog][QtQuickControls][FontDialog] Added currentFont property. Task-number: QTBUG-36574 Change-Id: I4140966543a677d8e654dbaac170a2fe8d3579a1 Reviewed-by:
Shawn Rutledge <shawn.rutledge@digia.com> Reviewed-by:
Mitch Curtis <mitch.curtis@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>
-