summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.13' into tqtc/lts-5.15-ope...v5.15.13-lts-lgpl5.15Tarja Sundqvist2024-01-041-1/+1
|\
| * Fix ignored name filter in QFileDialog::getOpenFileContent()Sze Howe Koh2023-01-311-1/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgplTarja Sundqvist2023-06-092-1/+6
|\|
| * QFileSystemModelPrivate: de-inline ctor and dtorThiago Macieira2022-05-272-1/+6
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.10' into tqtc/lts-5.15-ope...v5.15.10-lts-lgplTarja Sundqvist2023-04-241-10/+20
|\|
| * QFileDialog: Fix adding default suffix when file path contains dotAlexander Volkov2022-05-071-3/+8
| * QFileDialog::saveFileContent crashes on acceptDong Rui2022-05-071-2/+2
| * Document that native file dialogs might not show a titleVolker Hilsheimer2022-03-231-5/+10
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.9' into tqtc/lts-5.15-open...v5.15.9-lts-lgplTarja Sundqvist2023-03-232-4/+4
|\|
| * QWizardLayoutInfo: make == and != operators constBernhard Rosenkraenzer2022-01-121-3/+3
| * Update copyright year to 2022Kai Köhne2022-01-061-1/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...Tarja Sundqvist2022-08-161-0/+3
|\|
| * Fix auto completion in QFileDialog on WindowsVolker Hilsheimer2021-07-101-0/+3
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-162-3/+6
|\|
| * QFileSystemModel fails to locate a host from root's visible childrenDongmei Wang2021-05-261-2/+5
| * Add null pointer checkVolker Hilsheimer2021-04-191-1/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...Tarja Sundqvist2022-04-071-0/+8
|\|
| * Font style name 'Normal' and 'Regular' have the same meaningOliver Eftevaag2021-04-061-0/+8
* | Revert "Update commercial license headers"Tarja Sundqvist2021-03-2432-654/+654
|/
* Doc: Don’t use \note when documenting enum valuesMorten Johan Sørvig2021-02-101-1/+1
* macOS: Mark QFileDialog::DontConfirmOverwrite as unsupportedMorten Johan Sørvig2021-02-021-0/+3
* Update commercial license headersTarja Sundqvist2021-01-2632-654/+654
* Fix QFontDialog::selectedFont() does not return actual selected fontZhang Yu2020-10-191-1/+1
* Return false from canFetchMore for uninitialized QFileSystem modelsDoris Verria2020-10-151-0/+2
* Improve QWizard visuals for macOS dark modeDavid Skoland2020-10-061-10/+30
* Add reentrancy guard for processEvents() in QProgressDialog::setValue()Christian Heimlich2020-09-221-1/+6
* Doc: Clean up widget snippets projectPaul Wicking2020-09-101-1/+1
* QFileDialog: reduce number of times a file is stat'edVolker Hilsheimer2020-08-132-76/+65
* QFileDialog: fix warning message when navigating to "My Computer"Volker Hilsheimer2020-08-121-4/+5
* QFileSystemModel: make sure files are stat'ed in the worker threadVolker Hilsheimer2020-07-311-5/+11
* QFileDialog: fix enumeration mismatchGiuseppe D'Angelo2020-05-211-1/+1
* Revert "note QFileDialog::setNameFilters() is not supported on Android"Assam Boudjelthia2020-05-121-5/+2
* note QFileDialog::setNameFilters() is not supported on AndroidAssam Boudjelthia2020-04-231-0/+6
* macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-1/+1
* Use correct deprecation macro, and add \since to new member functionVolker Hilsheimer2020-04-022-3/+3
* Fix deprecation warnings for QInputDialog::getDouble()Lars Knoll2020-03-262-37/+9
* Header-review: add Q_DECL_DEPRECATED_X macro to deprecated methodVolker Hilsheimer2020-03-171-1/+1
* QFileDialog: Improve default implementation of getOpenFileContent()Friedemann Kleint2020-03-121-2/+3
* Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-282-2/+2
* Remove a "### Qt 6" that I forgot to removeJan Arve Sæther2020-02-281-1/+0
* Android: QFileDialog::selectedFiles() check isLocalFile()Assam Boudjelthia2020-02-271-2/+6
* QWizard: deprecate visitedPages and add visitedIds insteadVolker Hilsheimer2020-02-272-2/+15
* QComboBox: deprecate SizeAdjustPolicy::AdjustToMinimumContentLengthVolker Hilsheimer2020-02-261-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-02-242-3/+7
|\
| * Fix wrong DPI used by QStyle::pixelMetric()Friedemann Kleint2020-02-222-3/+7
* | Android: QFileDialog check isLocalFile() with static functionsAssam Boudjelthia2020-02-191-9/+26
* | Deprecate one overload of QInputDialog::getDouble() for 5.15Jan Arve Sæther2020-02-122-1/+13
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-1/+1
|\|
| * Convert two QDateTime::toString() usages to QLocale::toString()Edward Welbourne2020-01-301-1/+1
* | Doc/QtWidgets: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-1/+1