summaryrefslogtreecommitdiff
path: root/src/dialogs/qml
Commit message (Collapse)AuthorAgeFilesLines
* Unify license header usageAntti Kokko2016-02-044-48/+60
| | | | | | | Update old header.LGPL3 to header.LGPL Change-Id: I3c851bc24da89f6300b94199387d1adf16ca4f48 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
* Dialogs: update license headersJ-P Nurmi2015-02-114-126/+112
| | | | | | Change-Id: I1abdce308929507416b5f24b4442d0b978886a46 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@theqtcompany.com> Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
* Dialogs: fix warning in DefaultWindowDecorationShawn Rutledge2014-10-101-2/+2
| | | | | | | content can be null Change-Id: I69e63fa9f9652103dab7b295c06d56c18ee78933 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Dialogs: Use native rendering on non-mobile platformsShawn Rutledge2014-10-082-1/+3
| | | | | | | | | Follow the same rule as in QtQuick.Controls: change 332ef31f0d1645eded5588729176134bbdcd38a2 Task-number: QTBUG-41734 Change-Id: I6d80e0312d3986b90952e43ffbddec1fe007fddb Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* FileDialog: use icon font instead of PNG imagesShawn Rutledge2014-09-042-0/+50
| | | | | | | | The purpose is to make all icons scaleable so that there is no need for multiple resolutions. Change-Id: I535c569a10e0f97a81763fa334ed103ba7745907 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* FileDialog: add sidebarVisible property and buttonShawn Rutledge2014-09-043-0/+59
| | | | | | | | | | | | | | | The sidebar takes up too much space on some devices, so now it is possible for the application author to hide it by default. The user can also toggle it with a button similar to that used for the Qt Creator sidebar, and this state is stored as a setting; however if the application sets sidebarVisible: false, that overrides the setting. [ChangeLog][QtQuick.Dialogs] FileDialog: added sidebarVisible property and button Task-number: QTBUG-39231 Change-Id: Ie8b379da02f4b12764732b2c01b79039722778ab Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* Dialogs: don't allow click passthrough when a dialog is showingShawn Rutledge2014-06-021-3/+2
| | | | | | | | | | On Android and other non-windowing platforms, clicking outside the dialog dismisses it if it is non-modal, but if it is modal we still need to capture the click even though it will not dismiss the dialog. Task-number: QTBUG-39339 Change-Id: I18e892d1ca9c7ed4bea44c462a84b48ca44915d0 Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
* Import QtQuick 2.2J-P Nurmi2014-04-072-2/+2
| | | | | Change-Id: Ifc9719ec6fbbd80b866c01eebc471d0ed121bd16 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* move QtQuick.Dialogs from qtdeclarative to qtquickcontrolsShawn Rutledge2014-01-033-0/+210
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>