summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* QInputDialog: simplify signalForMember()Marc Mutz2014-07-231-8/+5
* QInputDialog: use a switch instead of a string pointer tableMarc Mutz2014-07-231-10/+25
* QFileDialog: compile with QT_NO_URL_CAST_FROM_STRING.David Faure2014-07-092-1/+3
* qfiledialog: clean up dead code.David Faure2014-07-091-51/+0
* Refactor custom/standard color selectors in QColorDialog.Friedemann Kleint2014-07-081-25/+33
* Implement QWidget::grabCursor(const QCursor&).Friedemann Kleint2014-07-031-8/+3
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-012-17/+33
|\
| * QColorDialog: Do not update custom/standard color cells while picking.Friedemann Kleint2014-06-252-17/+33
* | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-051-0/+2
|\|
| * Do not clear default button in QMessageBox::setDetailedText().Friedemann Kleint2014-06-041-0/+2
* | Make QColorDialog build under QT_NO_REGULAREXPRESSIONGiuseppe D'Angelo2014-05-151-0/+8
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-3/+8
|\|
| * QFileDialog: Return empty QUrl from the static get..FileUrl() functions.Friedemann Kleint2014-05-061-3/+8
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-23/+43
|\|
| * 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
* | Merge remote-tracking branch 'origin/stable' into devIikka Eklund2014-04-011-8/+10
|\|
| * Do not rely on the list of standard font sizes for QFontDialog.Leonard Lee2014-03-281-8/+10
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-243-55/+21
|\|
| * 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
* | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2014-03-131-1/+1
|\|
| * Doc: fix documentation of QProgressDialog::openJoerg Bornemann2014-03-041-1/+1
* | QWizard: use less stack spaceMarc Mutz2014-03-051-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