summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* QFileDialog::setDirectory() and directory() should be symmetricShawn Rutledge2014-01-061-1/+5
* Android native message dialogBogDan Vatra2013-11-096-7/+93
* Fix QFileDialog::getSaveFilename() with a given default nameShawn Rutledge2013-11-081-9/+10
* Fix potential BC break in QColorDialog.Friedemann Kleint2013-11-083-47/+61
* QFileDialog: document the consequences of being "widgetless"Shawn Rutledge2013-10-311-1/+9
* QWizard: provoke 'enum value not handled in switch' warnings in object_name_f...Marc Mutz2013-10-281-1/+13
* QWizard: give all buttons an objectNameMarc Mutz2013-10-281-13/+16
* QFileDialog can delete files too, not just directoriesShawn Rutledge2013-10-231-0/+2
* QFileDialog: don't create widgets if the platform dialog will be usedShawn Rutledge2013-10-152-79/+193
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-087-31/+31
* Fix race condition in ~QFileInfoGathererFrederik Gladhorn2013-10-021-0/+2
* QMessageBox - make detail text work on set after showThorbjørn Martsum2013-09-301-1/+3
* Mac: QWizard default background pixmap works againLiang Qi2013-09-261-29/+20
* Remove some qBinaryFind usages from QtWidgetsGiuseppe D'Angelo2013-09-231-5/+3
* QFileSystemModel: Fix build when QT_NO_FILESYSTEMWATCHER is definedAndrew Knight2013-09-231-2/+45
* Fix some doc errors.Frederik Gladhorn2013-09-211-1/+1
* QMessageBox - make it possible to have a checkbox on the dialogThorbjørn Martsum2013-09-202-3/+62
* Simplify QFileSystemModel::remove by using QDir::removeRecursivelyDavid Faure2013-09-161-24/+2
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-141-1/+10
|\
| * Merge branch 'stable' into devSergio Ahumada2013-09-131-1/+10
| |\
| | * QMessageBox: implemented shortcut for selectAllShawn Rutledge2013-09-121-0/+9
| | * QMessageBox: shortcuts for selectAll, copy don't conflict with buttonsShawn Rutledge2013-09-121-1/+1
* | | QMessageBox - move margins to a left spacerThorbjørn Martsum2013-09-131-27/+24
|/ /
* | Adding QPlatformMessageDialogHelper and QMessageDialogOptionsShawn Rutledge2013-09-131-1/+1
* | Remove qSort from QtWidgetsGiuseppe D'Angelo2013-09-051-2/+2
* | QColorDialog: wrap setCursor calls in #ifndef QT_NO_CURSORAndrew Knight2013-09-031-0/+4
* | Revert Mac event loop changes.Morten Johan Sørvig2013-09-022-5/+8
* | Cocoa: Fix QFontDialog, QColorDialog auto-testsGabriel de Dietrich2013-08-292-8/+5
* | QFileDialog: add MIME Type filtersDavid Faure2013-08-292-0/+74
* | QMessageBox - move informative+details text to new layout functionThorbjørn Martsum2013-08-271-39/+47
* | Move SnapToDefaultButton from QPlatformDialogHelper to QPlatformThemeAndy Shaw2013-08-231-1/+3
* | QMessageBox - merge some mac and non-mac codeThorbjørn Martsum2013-08-221-6/+2
* | QMessageBox - move layout handlingThorbjørn Martsum2013-08-221-12/+18
* | Add QUrl based API to QFileDialogKevin Ottens2013-07-182-6/+139
* | Have QFileDialog use QUrl internallyKevin Ottens2013-07-183-33/+95
* | Merge branch 'stable' into devSergio Ahumada2013-07-113-1/+12
|\|
| * Set correct cell when selecting custom color cell with arrow keysJ-P Nurmi2013-07-033-1/+12
* | QColorDialog: don't create widgets if the platform dialog will be usedShawn Rutledge2013-07-053-26/+47
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-06-282-3/+5
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-272-3/+5
| |\|
| | * Cocoa color dialog cannot be modal, but should show anywayShawn Rutledge2013-06-151-2/+4
| | * Fix crash for pressing Ctrl+C in a message boxKai Koehne2013-06-121-1/+1
* | | Add getMultiLineText static method to QInputDialogDavid Gil2013-06-272-11/+110
|/ /
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-121-6/+5
|\|
| * Doc: Fixed typo in QDialog.Jerome Pasion2013-06-071-6/+5
* | Add web color QLineEdit to QColorDialog.David Gil2013-05-271-0/+50
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-232-11/+12
|\|
| * QtWidgets: avoid integer divide by zero in QProgressDialogLiang Qi2013-05-151-0/+1
| * Fix typos and style in QInputDialog's docsDavid Gil2013-05-081-11/+11
* | Silently strip leading dot off QFileDialog default suffixes.Friedemann Kleint2013-05-211-0/+2