- 05 Nov, 2014 - 1 commit
-
-
J-P Nurmi authored
This example served no purpose. A similar snippet can be found in SplitView docs, in the detailed description. Change-Id: Ic53e5bbe8c0c46c7cf9a0002f12ad6c229028388 Reviewed-by:
Caroline Chao <caroline.chao@theqtcompany.com>
-
- 30 Oct, 2014 - 1 commit
-
-
J-P Nurmi authored
A much simpler, scalable and mobile friendly UI. Some of the more complex controls, such as TextArea and TableView, are intentionally left out. They are scrollable on their own, so they wouldn't play nice inside scrollable pages. Furthermore, adding them as standlone pages would increase the amount of tabs too much. Those controls are demonstrated in the Text Editor and Table View examples, respectively. Task-number: QTBUG-41307 Change-Id: Ib3efb346e621e388087f3f14c73b3b54279db280 Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com> Reviewed-by:
Caroline Chao <caroline.chao@theqtcompany.com>
-
- 06 Oct, 2014 - 7 commits
-
-
J-P Nurmi authored
Change-Id: I314be395ba82b89f89d6b84702e17f3adcabf1b1 Reviewed-by:
J-P Nurmi <jpnurmi@theqtcompany.com>
-
J-P Nurmi authored
Change-Id: I82be07e215b1784039b1b3a2c5398d4fc0f19b84 Reviewed-by:
J-P Nurmi <jpnurmi@theqtcompany.com>
-
J-P Nurmi authored
Change-Id: Ib637f850ed2002de10d7cb18e242f0b44482247c Reviewed-by:
J-P Nurmi <jpnurmi@theqtcompany.com>
-
J-P Nurmi authored
This is material for a manual _desktop_ test application. Change-Id: I9fe10ca05184410b53331bdd7b3157daaceb7640 Reviewed-by:
Jan Arve Sæther <jan-arve.saether@theqtcompany.com> Reviewed-by:
Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-
J-P Nurmi authored
Remove the non-functional submenu items that belong to a manual test application. The edit/context menu presents submenu items well enough. Furthermore, reduce the amount of cruft in main.qml by declaring the non-shared about action inline as a menu item instead. Change-Id: I1060a3ed63aa1a388e220fedddda4b7d5b412ba7 Reviewed-by:
J-P Nurmi <jpnurmi@theqtcompany.com>
-
J-P Nurmi authored
Based on the "Styles" tab of the Gallery. The motivation for this change is to cleanup the Gallery example so that it eventually runs nicely on various desktop and mobile platforms without major modifications. Task-number: QTBUG-41307 Change-Id: Iffcd3557bf7c77f5a10bda8bfda5ddb636dd5ac1 Reviewed-by:
Topi Reiniö <topi.reinio@digia.com>
-
J-P Nurmi authored
The content is identical to the Basic Layouts example. Task-number: QTBUG-41307 Change-Id: I781d741ccfb9cc1443eae7410990d968ff6a209d Reviewed-by:
Topi Reiniö <topi.reinio@digia.com>
-
- 01 Oct, 2014 - 3 commits
-
-
Topi Reinio authored
The Delegates tab in the example shows how to use custom types as TableView header, row, and item. The UI has a checkbox to toggle a sort indicator for the header - this change implements the indicator for the custom header delegate, and adjusts the header text accordingly. Task-number: QTBUG-41396 Change-Id: Iab917b87b9b91c3dcc468f87aa14ec9293afd5f6 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
J-P Nurmi authored
It's not a good example to rely on instances "somewhere in the outer context" => move things where they are used so they can be referenced via IDs that are in the scope. Change-Id: I352dca270de92590b5d620e529e84b9d18105082 Reviewed-by:
Topi Reiniö <topi.reinio@digia.com>
-
J-P Nurmi authored
ApplicationWindow sets the background color as appropriate => no need to use SystemPalette there. The child window was unnecessarily creating an extra Rectangle just for the background color => use Window::color. Change-Id: Id109c9e5f4d633baf1133afd3a1e9af277310e98 Reviewed-by:
Topi Reiniö <topi.reinio@digia.com>
-
- 24 Sep, 2014 - 1 commit
-
-
Richard Moe Gustavsen authored
Since all input fields have a menu assigned to it by default (which in most cases never will be shown), it should be an optimization to await creating it until needed. Change-Id: I5777bbdae42103981e9b2f5ddfdfd763acea07ae Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 23 Sep, 2014 - 1 commit
-
-
Richard Moe Gustavsen authored
Change-Id: I5caf76c8fb225760bc742b20e699c2cc40403e3c Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 18 Sep, 2014 - 1 commit
-
-
Alex Blasche authored
There is no such reference AFAICT. Use SystemPalette instead. Task-number: QTBUG-41390 Change-Id: I09becb9a39e20137a5092942c4d9cb09ef133abb Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com>
-
- 25 Aug, 2014 - 1 commit
-
-
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>
-
- 08 Aug, 2014 - 1 commit
-
-
Laszlo Agocs authored
setDefaultFormat() is being moved form QQuickWindow to QSurfaceFormat. Change-Id: Id76c2c332c837e2e988a2e8f4da2975065938e32 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com> Reviewed-by:
Gunnar Sletta <gunnar.sletta@jollamobile.com>
-
- 25 Jul, 2014 - 1 commit
-
-
Venu authored
The example was using a Row type to present the visual items, which is changed to Flow type now, so that the items are rearranged based on the orientation change on a Mobile device. Task-number: QTBUG-37203 Change-Id: I990f77a87c409b623a7fe4495d74206a1ca2e1c7 Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com>
-
- 18 Jul, 2014 - 1 commit
-
-
J-P Nurmi authored
Change-Id: I030012f48668db4f01737ef92fdb7e6e0426e025 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Liang Qi <liang.qi@digia.com>
-
- 17 Jul, 2014 - 1 commit
-
-
Mitch Curtis authored
Task-number: QTBUG-39473 Change-Id: Ibfb1c040efd9744ba6c8bc56affcdf90a807b046 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 24 Jun, 2014 - 3 commits
-
-
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>
-
- 07 Jun, 2014 - 1 commit
-
-
J-P Nurmi authored
Instead of preferring the layout size, and only using the panel size as a fallback, take the maximum of the two. This way styles can provide a default size that will be respected. Furthermore, replace unnecessary function calls with declarative property bindings. Change-Id: Iabc59c694ac8c8302cea72f53c9177462d7f146c Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- 19 May, 2014 - 1 commit
-
-
Caroline Chao authored
Change-Id: Ife2b4de2cbc5cd08a97b87e014bb2e288326e08c Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- 13 May, 2014 - 1 commit
-
-
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>
-
- 09 Apr, 2014 - 1 commit
-
-
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>
-
- 07 Apr, 2014 - 2 commits
-
-
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>
-
- 24 Mar, 2014 - 1 commit
-
-
Laszlo Agocs authored
Add also a --coreprofile command-line parameter to the gallery and systemdialogs examples to allow testing Quick Controls with an OpenGL 3.2+ core profile. This depends on the new features introduced to qtdeclarative in I75a47182 and I41b513e9. Change-Id: I408263a108a71df221943915849a4c3e18e0d3e4 Reviewed-by:
Gunnar Sletta <gunnar.sletta@jollamobile.com>
-
- 12 Mar, 2014 - 1 commit
-
-
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>
-
- 03 Mar, 2014 - 1 commit
-
-
Sergio Ahumada authored
Change-Id: Ic2e2060b57b0d74e96d6aad0ceff4679d986a26c Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com>
-
- 21 Feb, 2014 - 2 commits
-
-
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>
-
- 14 Feb, 2014 - 1 commit
-
-
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>
-
- 07 Feb, 2014 - 1 commit
-
-
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>
-
- 03 Feb, 2014 - 1 commit
-
-
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>
-
- 03 Jan, 2014 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: If364332017669732fa429efe90c26000b01b0580 Reviewed-by:
Jan Arve Sæther <jan-arve.saether@digia.com>
-
- 05 Dec, 2013 - 1 commit
-
-
J-P Nurmi authored
Change-Id: I7c0f5565161719905e973d3fd1a75b3c9d8a4007 Reviewed-by:
David Edmundson <davidedmundson@kde.org> Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 30 Nov, 2013 - 1 commit
-
-
Mitch Curtis authored
Sortindicator => Sort indicator Change-Id: Id9897268bb21e9ba0dc14de2c4cc9e7f9f9a66d4 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-