summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* QFileSystemModel: Add optionsFriedemann Kleint2019-08-142-0/+120
* QFileInfoGatherer: Make it possible to turn off file watchingFriedemann Kleint2019-08-132-30/+107
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-132-3/+3
|\
| * Docs: Fix the snippet lookup for QFileDialog::getOpenFileContentAlessandro Portale2019-08-121-2/+2
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-121-1/+1
| |\
| | * QWizard: Account for missing background image on macOS 10.14+Morten Johan Sørvig2019-08-111-1/+1
* | | Remove usages of deprecated QApplication::keypadNavigationEnabledSona Kurazyan2019-07-231-1/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-171-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-121-1/+1
| |\|
| | * Fix compilation with C++20Marc Mutz2019-07-061-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-121-1/+1
|\| |
| * | [Doc] Fix minor typosSze Howe Koh2019-07-101-1/+1
* | | QFileSystemModel: Improve class structureFriedemann Kleint2019-07-094-54/+32
* | | QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-287-11/+11
* | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-8/+8
* | | Add accessors for QWindow and QScreen to QWidgetPrivateFriedemann Kleint2019-06-181-8/+3
* | | QtWidgets: eradicate some indexed loops [needing qAsConst()]Marc Mutz2019-05-292-8/+8
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-271-0/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-271-0/+3
| |\|
| | * Don't try to retranslate strings for native color dialogsTor Arne Vestbø2019-05-161-0/+3
* | | Remove usages of Q_OS_WINCEJoerg Bornemann2019-05-231-1/+1
* | | QFileDialog: mark obsolete enum DontUseSheet as deprecatedChristian Ehrlicher2019-05-171-1/+3
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-2/+2
|\| |
| * | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-2/+2
* | | QRegExp include cleanupSamuel Gaist2019-04-191-0/+5
* | | QFileDialog (widgets-based): Remember selection in historyFriedemann Kleint2019-04-092-11/+63
* | | QStyle/QWidget: Avoid repetitive invocation of QStyleHelper::dpiScaled()Friedemann Kleint2019-04-082-6/+8
* | | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-2/+2
* | | Windows code: Replace deprecated QVariant APIFriedemann Kleint2019-04-051-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-041-5/+5
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-261-5/+5
| |\| |
| | * | QDialog: be more specific on how to replace deprecated functionsChristian Ehrlicher2019-03-201-5/+5
* | | | Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-041-5/+5
|/ / /
* | | Widen out parameter "result" of the native event filters for Qt 6Friedemann Kleint2019-03-224-0/+36
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-03-151-0/+7
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-141-0/+7
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-091-0/+7
| | |\|
| | | * Document that dialog parent relationship does not imply stacking orderTor Arne Vestbø2019-03-061-0/+7
* | | | More nullptr usage in headersKevin Funk2019-03-146-21/+21
|/ / /
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-091-3/+3
|\| |
| * | Fix some qdoc warningsFriedemann Kleint2019-03-071-3/+3
* | | Doc: Minor QDialog clarificationPaul Wicking2019-03-041-6/+5
|/ /
* | QtWidgets: Fix deprecation warningsFriedemann Kleint2019-03-013-7/+39
* | QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentationChristian Ehrlicher2019-02-201-17/+17
* | Replace QWidget::margin() with QWidget::contentsMargins()Christian Ehrlicher2019-02-133-8/+9
* | QtWidgets: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-131-0/+2
* | QtWidgets: mark QFileDialog functions as deprecatedChristian Ehrlicher2019-02-122-6/+11
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-083-5/+16
|\|
| * QWizard: Correctly calculate watermark size hintKari Oikarinen2019-02-061-1/+1
| * Don't enable the input method for the QListView in a QInputDialogAndy Shaw2019-01-281-3/+14