summaryrefslogtreecommitdiff
path: root/src/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Android: use the correct path to DefaultWindowDecoration.qmlAssam Boudjelthia2020-08-111-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-06-281-4/+4
* Add missing overrideAlexander Volkov2020-05-2515-44/+44
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-141-0/+0
|\
| * Change the fsType of icons.ttf to allow installing the icon fontShawn Rutledge2020-05-111-0/+0
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-311-0/+2
|\ \ | |/
| * Docs: recommend to use QtQuickControls 2 Dialog on Androidv5.15.0-beta4v5.15.0-beta3Assam Boudjelthia2020-03-201-0/+2
* | Compile controls after changes in the meta system that broke itJan Arve Saether2020-03-255-0/+10
|/
* Update plugins.qmltypes for 5.15Jani Heikkinen2020-02-271-5/+0
* Combine repeated logic to get Dialogs QML files into one functionv5.15.0-beta1Assam Boudjelthia2020-02-171-46/+20
* Android: Look in the correct location for the supporting QML filesAndy Shaw2020-01-151-4/+21
* Add missing depends entry for QtQmlAndy Shaw2019-11-061-0/+1
* Update plugins.qmltypes for 5.14Kai Koehne2019-10-232-448/+292
* Make restoreMode on all Binding elements explicitUlf Hermann2019-10-041-2/+5
* Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-091-0/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-203-11/+8
|\
| * Create the decoration component when it is neededAndy Shaw2019-04-163-11/+8
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-061-0/+2
|\ \ | |/
| * Dialog: Update the title on the window when changing it on the dialogAndy Shaw2019-03-291-0/+2
* | Update plugins.qmltypes for Qt 5.13Kai Koehne2019-03-132-2255/+340
* | DefaultFileDialog: Don't assign QQmlComponent* to QQuickItem*Ulf Hermann2019-01-241-2/+1
* | Fix FileDialog not working with UNC pathsMiguel Costa2018-11-071-0/+2
|/
* Dialogs: allow preventing processing of standard buttonsAlberto Mardegan2018-06-292-15/+76
* Remove the code to manually initialize resources in static buildsSimon Hausmann2018-04-272-16/+2
* iOS: Be more explicit about how to get access to the native image pickerAndy Shaw2018-04-161-1/+3
* Do not treat winrt as touch based mobile platformv5.11.0-beta4Oliver Wolff2018-04-052-2/+2
* Don't conflict with Qt Quick Controls 2 when using the platform dialogsAndy Shaw2018-03-129-52/+52
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-1/+9
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-021-1/+9
| |\
| | * Document licensesKai Koehne2018-01-221-1/+9
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-204-7/+4
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-194-7/+4
| |\ \ | | |/
| | * Doc: Change wording on when module was introducedKai Koehne2018-01-191-1/+1
| | * Fix DefaultFileDialog binding loop warningsMitch Curtis2018-01-152-5/+2
| | * Dialogs: Fix minor memory leak in QQuickAbstractDialogJarkko Koivikko2018-01-081-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-181-0/+2
|\ \ \ | |/ /
| * | Doc: Maintain the list of highlighted examples locallyTopi Reinio2017-11-101-0/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-015-3/+30
|\ \ \ | |/ /
| * | Add support for the defaultSuffix property in FileDialogAndy Shaw2017-09-175-3/+30
| |/
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-222-6/+6
|/
* Fix support for using QtQuick Dialogs with the QML compilerSimon Hausmann2017-06-011-6/+9
* Fix inclusion of QML files of the Dialogs module in static buildsv5.9.0-rc2v5.9.0-rc1v5.9.05.9.0Simon Hausmann2017-05-221-27/+1
* Connect to QQuickWindow::visibleChanged using QObject member syntaxTor Arne Vestbø2017-04-181-2/+2
* Enable the use of QML caching at build timev5.9.0-beta2Simon Hausmann2017-04-111-2/+6
* Remove spurious Q_INIT_RESOURCE callsSimon Hausmann2017-04-031-2/+0
* Build fix for -no-feature-regularexpressionPaul Olav Tvete2017-03-031-0/+2
* Only remember the folder for the next time if the dialog is acceptedAndy Shaw2017-02-212-1/+7
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-261-2/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-241-2/+2
| |\
| | * DefaultFileDialog: check cur selection properly on okButton clickedShawn Rutledge2016-11-171-2/+2