- 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>
-
- 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>
-
- May 13, 2014
-
-
Berthold Krevert authored
Task-number: QTBUG-31784 Change-Id: I7122abbfd346edd85f17c54dfde37db93a1ba0fc Reviewed-by:
Caroline Chao <caroline.chao@digia.com> Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com>
-
- Apr 09, 2014
-
-
Jens Bache-Wiig authored
We re-interpreted what "model" means in TableView to align it with what it means for ListView. Unfortunately the example still assume that "model" refers to the views acual model object and not to the current item data as it did for listview. Change-Id: I3457954a622be38500672edb1c0a910d18760947 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@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>
-
- Mar 12, 2014
-
-
Jens Bache-Wiig authored
Also - added the property Calendar::frameVisible. - moved the gridVisible property to CalendarStyle Change-Id: I57da65af130098ac5d0b858c9f964e52e3ba6922 Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com>
-
- Mar 03, 2014
-
-
Sergio Ahumada authored
Change-Id: Ic2e2060b57b0d74e96d6aad0ceff4679d986a26c Reviewed-by:
Mitch Curtis <mitch.curtis@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 21, 2014
-
-
Caroline Chao authored
Change-Id: I75eb50a053f429135d1d49d1769b85a247c30311 Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com> Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
Caroline Chao authored
Change-Id: Ieea1b38f5213f54c8e7de5fc572dcf2de6dfed18 Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com> Reviewed-by:
J-P Nurmi <jpnurmi@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 14, 2014
-
-
Mitch Curtis authored
Task-number: QTBUG-29948 [ChangeLog][QtQuickControls] Calendar was added. Calendar allows selection of dates from a grid of days, similar to QCalendarWidget. Change-Id: I279130e704bc0dfd8dfe114ec9b6b49e111faf96 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- Feb 07, 2014
-
-
Frederik Gladhorn authored
The value is provided though the value interface which works already. Having the value as name as well leads to the value being read twice. Change-Id: I97483567c120aa149b52ba35f430aa5c63ad08b7 Reviewed-by:
Jan Arve Sæther <jan-arve.saether@digia.com>
-
- Feb 03, 2014
-
-
Caroline Chao authored
The Key event needs to be in a item that has focus. Change-Id: I6f7293ac74b477e37c200dbb7ee8629d4f769d05 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
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>
-
Frederik Gladhorn authored
Change-Id: If364332017669732fa429efe90c26000b01b0580 Reviewed-by:
Jan Arve Sæther <jan-arve.saether@digia.com>
-
- Dec 05, 2013
-
-
J-P Nurmi authored
Change-Id: I7c0f5565161719905e973d3fd1a75b3c9d8a4007 Reviewed-by:
David Edmundson <davidedmundson@kde.org> Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- Nov 30, 2013
-
-
Mitch Curtis authored
Sortindicator => Sort indicator Change-Id: Id9897268bb21e9ba0dc14de2c4cc9e7f9f9a66d4 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- Nov 28, 2013
-
-
J-P Nurmi authored
Replace the inconvenient QT_QUICK_CONTROLS_EXAMPLE_MAIN macro with a simpler macro that merely defines the actual application type. This way it's easier to do tweaks to main() when for example testing a different application font size. Moreover, browsing the example code becomes more convenient (especially online). Task-number: QTBUG-35083 Change-Id: I8203816a9112bf29b4661baa86bf4a196554db05 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- Nov 15, 2013
-
-
Shawn Rutledge authored
Change-Id: I0813b7d392dfe7143d438b4057c5d787d223ad5e Reviewed-by:
J-P Nurmi <jpnurmi@digia.com> Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- Nov 13, 2013
-
-
Shawn Rutledge authored
Change-Id: Ie683c9d6dca577193f6a5a2cee40916b263719d6 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- Oct 31, 2013
-
-
Jens Bache-Wiig authored
- Better scalability - Retina support - Added glow filter to Private - Added focus rects Change-Id: I2ec36a9db546c21e20408429c5e17fde8d67b7c3 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- Oct 24, 2013
-
-
Jens Bache-Wiig authored
We instead do this in the layout code. It seems to make sense to support the use case where only the indicator is visible without adding extra padding to it. Change-Id: Ib55c3a97d7c23a52a14121b46be84299d1ad2132 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- Oct 23, 2013
-
-
J-P Nurmi authored
Change-Id: I41d86f2f27e4250361c4fad21dd37995e5cbbc3d Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
- Oct 17, 2013
-
-
Jens Bache-Wiig authored
We don't want native styling on touch enabled devices and there is no reason to link against widgets there. Change-Id: I70116a0a94227cb58ae25980b97c4177da75a3c8 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- Oct 16, 2013
-
-
Jens Bache-Wiig authored
The edit menu was never implemented and should not be exposed. Fading out the combo box is not really intuitive and doesnt actually disable the control. task-number: QTBUG-33818 Change-Id: I76190b675fd9400caac2754277ba9960b7f6dd06 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- Oct 15, 2013
-
-
Jens Bache-Wiig authored
This should make it useable on hight dpi tablets and desktops where font sizes are larger. Change-Id: I8c8e7688927a0b54e3f95c276c743aaa31e8a4d9 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com> Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- Sep 22, 2013
-
-
Jens Bache-Wiig authored
This is a very simple switch. I left out text label as this is very mobile oriented. A clicked signal is also debatable as you dont really click on a switch. Change-Id: I84269297cba48f0e81af8f25af5b97acadecdd6a Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- Sep 19, 2013
-
-
Gabriel de Dietrich authored
We factor out part the menu item container logic from Menu into ColumnMenuContent, which takes care of scrolling and mouse hovering, and selection. This makes possible to extend the menu items layout. The pop-over and pull-down look is specified by the menu style component by overriding the ScrollView style. The popup's maximum height is also specified by the menu style. The gallery example can finally use a font families combo box. Task-number: QTBUG-31568 Change-Id: I34a7278f476471c0eb51ef51dde3dd83e13002fe Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- Sep 17, 2013
-
-
Jens Bache-Wiig authored
In addition - Added text completion - Added validator - Added accepted signal - Added activated signal - Added textAt function - Added find function - Added keyboard indexing for non-editable as well Note that we do not support adding values to the model, but leave this up to the user to handle in onAccepted. Change-Id: I1d76fa83aea0e488959c418d22ce7b6027675d86 Reviewed-by:
Caroline Chao <caroline.chao@digia.com> Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
J-P Nurmi authored
Change-Id: Ibf1b68d4c63ca02c603d5203128bb94984a809f2 Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
- Sep 13, 2013
-
-
Mitch Curtis authored
Change-Id: I009877b3ab19302aa7eb951acb4668371aa60b38 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
Gabriel de Dietrich authored
We also added a new mnemonic specific shortcut context matcher. This prevents two menu items with the same mnemonic but within different menus to be reported as ambiguous. Task-number: QTBUG-33030 ChangeLog: Added mnemonic navigation for menus Change-Id: I192c9aacba4d15851fe65bf9201251962fe976d5 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- Sep 10, 2013
-
-
Jens Bache-Wiig authored
Change-Id: Icb4c6d78225c072da787e4646a55d8cf71a5db7a Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-