summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Windows code: Fix clang-tidy warnings about (private) class definitionsFriedemann Kleint2018-09-021-7/+8
* WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-1/+1
* Windows code: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-08-301-3/+3
* QFileDialog: make QFileDialog::selectFile resolve remote dirs correctlyDavid Faure2018-08-221-3/+8
* Implement exact match expression builder for QRegularExpressionSamuel Gaist2018-08-191-4/+2
* Replace QRegExp by QRegularExpression in QFileSystemModelSamuel Gaist2018-08-192-19/+22
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-08-161-0/+10
|\
| * Make QMessageBox window with the detailed text closableAlexander Volkov2018-08-141-0/+10
* | qdoc: Fix several minor errors to reduce qdoc warningsMartin Smith2018-08-142-4/+4
* | Fix build with '-no-feature-action' configurationValentin Fokin2018-07-121-0/+4
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-13/+30
|\|
| * Return a correct filter from QFileDialog::selectedMimeTypeFilter()Alexander Volkov2018-06-271-13/+30
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-084-18/+20
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-074-18/+20
| |\|
| | * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-294-18/+20
* | | QDialog::done(): improve the docsGiuseppe D'Angelo2018-06-071-3/+6
|/ /
* | Add a note to QDialog::exec() to prefer open() insteadGiuseppe D'Angelo2018-05-151-0/+7
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-081-0/+2
|\|
| * Fix building with -no-feature-shortcutJoni Poikelin2018-05-081-0/+2
* | QFileSystemModel: remove unused function naturalCompare()Christian Ehrlicher2018-05-041-2/+0
* | QColorDialog: deprecate rgba()Giuseppe D'Angelo2018-04-262-2/+5
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-211-1/+1
|\|
| * Modernize the "regularexpression" featureUlf Hermann2018-03-201-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-221-1/+1
|\|
| * Bump copyright yearJani Heikkinen2018-02-211-1/+1
* | Use QT_CONFIG(proxymodel) instead of QT_NO_PROXYMODELUlf Hermann2018-02-193-14/+14
|/
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-1/+4
|\
| * Fix native QFileDialog initial selection for remote URLsAlex Richardson2018-02-011-1/+4
* | QFileSystemModel/Win: Fix file system operations failing due to watchersFriedemann Kleint2018-01-263-17/+91
* | doc: Fix many qdoc warnings, mostly missing return typesMartin Smith2018-01-241-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-122-7/+21
|\ \
| * \ Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-112-7/+21
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-092-7/+21
| | |\|
| | | * QFileSystemModel/Windows: Make file name checking case-insensitiveFriedemann Kleint2018-01-092-7/+21
* | | | Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-121-1/+2
|/ / /
* | | QtWidgets: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-041-3/+3
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-024-21/+26
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-303-20/+25
| |\|
| | * QFileSystemModel: Enable experimental code path for per-file watchingFriedemann Kleint2017-12-142-18/+20
| | * QFileSystemModel: properly align file size columnChristian Ehrlicher2017-12-121-1/+1
| | * QFileSystemModel::index(): Add a list size checkFriedemann Kleint2017-12-051-1/+4
| * | Fix -Wclazy-connect-not-normalized in Windows codeFriedemann Kleint2017-11-301-1/+1
* | | Fix persistence of custom colors palette in QColorDialogSerge Lysenko2017-12-081-4/+12
* | | Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-082-5/+5
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-2/+2
| |\|
| | * QWizard: Do not remove the Next button's shortcutMaciej Czarnecki2017-10-241-2/+2
* | | Deprecate QDesktopWidget in favor of QScreenTor Arne Vestbø2017-11-081-2/+1
* | | Remove references to obsolete platformsJake Petroules2017-11-051-1/+0
* | | QWizard/Windows: Remove code for Windows < 7Friedemann Kleint2017-09-293-14/+3