summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* QFileDialog: Return empty QUrl from the static get..FileUrl() functions.Friedemann Kleint2014-05-061-3/+8
* Observe case insensitive file systems in QFileDialog::selectFile().Friedemann Kleint2014-04-291-20/+40
* Fix QFileDialog::viewMode() when using a native file dialog.David Faure2014-04-281-1/+1
* Fix crash when accessing QFileDialog::selectedFiles() before widgets exist.Friedemann Kleint2014-04-281-2/+2
* Do not rely on the list of standard font sizes for QFontDialog.Leonard Lee2014-03-281-8/+10
* Update year in About Qt dialogKai Koehne2014-03-201-1/+1
* QFileDialog: documentation clarifications about file type filteringShawn Rutledge2014-03-171-2/+14
* Remove the _qt_filedialog_xxx hooksJ-P Nurmi2014-03-151-45/+4
* Don't block Key_Back in file dialogPaul Olav Tvete2014-03-142-7/+2
* Doc: fix documentation of QProgressDialog::openJoerg Bornemann2014-03-041-1/+1
* Doc: Replace obsolete types with their newer counterpartsSze Howe Koh2014-02-251-1/+1
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-221-2/+2
* Strip any trailing spaces from the filename before trying to open itAndy Shaw2014-02-211-2/+11
* QFileDialog: restore state from QSettings after creating widgetsShawn Rutledge2014-02-201-3/+7
* Consolidate StandardButton, ButtonRole and related static functionsShawn Rutledge2014-02-152-9/+10
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Konstantin Ritt2014-02-131-1/+3
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-1/+3
| |\
| | * QPA fix: allow setting the initially selected name filter (KDE)Dominik Haumann2014-02-081-1/+3
* | | Respect the DontUseNativeDialog option for QColorDialogAndy Shaw2014-02-122-0/+17
|/ /
* | QWizard: Fix QWizardPrivate::QWizardPrivate()Friedemann Kleint2014-01-311-2/+5
* | QColorDialog: Emit done after setting the selected color.Friedemann Kleint2014-01-311-1/+1
* | QColorDialog: Streamline painting code of QColorLuminancePicker.Friedemann Kleint2014-01-291-7/+5
* | QWizard: Fix frame when using Vista style/MSVC2012Friedemann Kleint2014-01-172-8/+30
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-133-9/+9
* | QWizard/Windows: Add keyboard shortcut for 'Next'/'Back'.Friedemann Kleint2014-01-102-0/+7
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-101-1/+5
|\|
| * QFileDialog::setDirectory() and directory() should be symmetricShawn Rutledge2014-01-061-1/+5
* | Add option NoCancelButtonOnLastPage to QWizardChristian Loose2014-01-092-2/+8
* | QWizard: Replace another pointer table with char arraysMarc Mutz2013-12-241-15/+34
* | QWizard: Replace a static char* table with a switch statement.Marc Mutz2013-12-241-5/+24
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-2610-77/+201
|\|
| * 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
* | QInputDialog: use QSignalBlockerMarc Mutz2013-10-301-4/+5
* | QFontDialog: use QSignalBlockerMarc Mutz2013-10-301-4/+2
* | QFileDialog: use QSignalBlockerMarc Mutz2013-10-301-2/+1
* | QColorDialog: use QSignalBlockerMarc Mutz2013-10-301-3/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-243-79/+195
|\|
| * 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
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-117-31/+31
|\|
| * Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-087-31/+31
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-042-1/+5
|\|
| * 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
* | Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-271-29/+20
|\|