aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickdialogs2
Commit message (Expand)AuthorAgeFilesLines
* Fix selectedFiles being empty for native FileDialogsMitch Curtis2022-03-072-0/+10
* Doc: link to Qt Quick Controls' Dialog type from Qt Quick Dialogs'Mitch Curtis2022-02-221-0/+1
* MessageDialog: use QQuickDialog::implicitFooterHeight for implicitHeightOliver Eftevaag2022-02-215-5/+5
* Imagine: Use 16 pixels of margin, rather than 20 (for consistency)Oliver Eftevaag2022-02-152-9/+12
* Use up-to date LGPL license headerKai Köhne2022-01-2717-187/+238
* QQuickFontDialogImpl: remove binding loopOliver Eftevaag2022-01-261-1/+1
* Doc: Enable zero warning limit for documentationVenugopal Shivashankar2022-01-161-0/+3
* Dialogs: Declare dependency on QtQuick typesYuya Nishihara2022-01-142-0/+4
* QQuickFileDialog: fix deprecated implicit capture of this by [=] (C++20)Marc Mutz2022-01-131-1/+2
* Replace currentFile(s) with selectedFile(s)Mitch Curtis2022-01-058-101/+56
* FolderDialog: undocument ShowDirsOnly optionMitch Curtis2021-12-231-1/+0
* Doc: fix detailed description that mentions selected/currentFolderMitch Curtis2021-12-231-3/+3
* QQuickFolderDialogImpl: remove attached buttonBox propertyMitch Curtis2021-12-227-61/+10
* CMake: Attempt to fix QNX tests linking when cross-compilingAndrei Golubev2021-12-211-0/+2
* Implement remaining non-native FolderDialog stylesMitch Curtis2021-12-1915-19/+1052
* CMake: Fix QNX tests to link when cross-compilingAlexandru Croitor2021-12-171-0/+2
* Doc: Fix documentation warningsTopi Reinio2021-12-174-6/+7
* Add FolderDialogMitch Curtis2021-12-1035-121/+2039
* Deprecate QQuickFontDialog::currentFontOliver Eftevaag2021-12-105-31/+19
* Add MessageDialog to QtQuick.DialogsOliver Eftevaag2021-12-0918-2/+1901
* Use up-to date LGPL license headerKai Köhne2021-11-2952-572/+728
* Move Q_DECLARE_PUBLIC to the public sectionThiago Macieira2021-11-274-7/+7
* FileDialog: sort case-insensitivelyMitch Curtis2021-11-055-0/+5
* FileDialog: show dirs first on non-macOS platformsMitch Curtis2021-11-055-5/+7
* QuickFontDialog: make setCurrentFont() update listview indexesOliver Eftevaag2021-11-023-100/+130
* Migrate to autogenerated cpp exportsAlexey Edelev2021-11-026-42/+9
* Doc: Replace \qmlproperty Object and list<> thereof with QtObjectIvan Tkachenko2021-10-221-1/+1
* Fix the implicit capture of `this` in lambdas when capturing [=]Giuseppe D'Angelo2021-10-091-1/+1
* QQuickFontDialogImpl: Fix ValueType errorOliver Eftevaag2021-10-071-2/+2
* QQuickFileDialogImpl: fix issues with breadcrumb bar text editMitch Curtis2021-10-061-5/+13
* Doc: Mention that QtQuick.Dialogs was added in Qt 6.2Kai Köhne2021-09-172-2/+2
* Doc: Remove unsupported customFiltersKai Köhne2021-08-311-4/+0
* Doc: Fix remaining documentation warningsTopi Reinio2021-08-312-2/+4
* Rename QQuickFileNameFilterForeign to avoid potential build issuesMitch Curtis2021-08-132-2/+2
* Doc: Add QtQuick.Dialogs landing pagesKai Köhne2021-08-122-0/+114
* CMake: Fix controls packages to have correct Qt package dependenciesAlexandru Croitor2021-08-022-0/+8
* QQuickFontDialog: Minor visual adjustments for universal and materialOliver Eftevaag2021-07-192-1/+4
* Remove unnecessary type registrtion function declarationsUlf Hermann2021-07-162-4/+0
* Improve visuals of non-native FontDialogsMitch Curtis2021-07-145-8/+11
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-092-8/+0
* Adjust to QQuickItemPrivate::{width,height}Valid becoming a functionFabian Kosmale2021-07-071-1/+1
* Update copyright header to refer to Qt Quick DialogsOliver Eftevaag2021-06-0952-52/+52
* Update to latest qml CMake APICraig Scott2021-06-056-48/+80
* Add FontDialog to QtQuick.DialogsOliver Eftevaag2021-06-0416-1/+2780
* Fix typo in exported declaration of qml_register_types... functionCraig Scott2021-05-311-1/+1
* Add QtQuick.DialogsMitch Curtis2021-05-27109-0/+8025