summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* QFileDialog: preserve window state after delayed widget dialog creationRichard Moe Gustavsen2015-09-221-1/+9
* Android: Don't use predictive text when selecting file namesBogDan Vatra2015-09-061-0/+3
* Doc: QFileDialog::ShowDirsOnly not supported on WindowsLeena Miettinen2015-07-301-5/+10
* Replace MAC OS X with OS XNico Vertriest2015-06-303-25/+25
* Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-271-4/+1
|\
| * OSX: show file dialog in showCocoaFilePanel, don't wait for exec()Shawn Rutledge2015-06-171-4/+1
* | Fix centering dialogsAlexander Volkov2015-06-061-7/+0
* | fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1
|/
* Windows: Fix font metrics of Vista style wizards.Friedemann Kleint2015-05-292-16/+35
* WinRT/Winphone: Fix warnings in qtbaseOliver Wolff2015-05-182-1/+5
* QFileSystemModel: remove useless checkGiuseppe D'Angelo2015-05-151-1/+1
* Cocoa integration - implement Qt::WindowModal file dialogsTimur Pocheptsov2015-05-131-1/+4
* doc: document how QFileDialog can be used to pick photos on iOSRichard Moe Gustavsen2015-05-061-0/+6
* QFileDialog: Stabilize tests.Friedemann Kleint2015-05-012-3/+3
* QFileDialog: save settings to FileDialog group instead of serializedShawn Rutledge2015-04-202-35/+120
* Windows: Support virtual folders as initial directory for file dialog.Friedemann Kleint2015-03-271-0/+10
* Fix QMessageBox::aboutQt().Friedemann Kleint2015-03-061-5/+4
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+1
|\
| * QFileDialog: fix overwritten filterJoerg Bornemann2015-02-131-1/+1
* | Fixed license headersJani Heikkinen2015-02-172-2/+2
* | Introduce QT_NO_MIMETYPESérgio Martins2015-02-172-1/+10
* | QFileDialog: don't warn about directory url prematurlyRichard Moe Gustavsen2015-02-151-1/+1
* | QFileDialog: don't clear directory url upon showRichard Moe Gustavsen2015-02-151-4/+0
* | Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-134-6/+7
* | Fix Q_ENUM in QWizard.Friedemann Kleint2015-02-121-1/+1
* | QFileInfoGatherer: fix race condition on fetchedRootMarc Mutz2015-02-121-4/+4
* | Update copyright headersJani Heikkinen2015-02-1134-272/+257
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-2/+2
|\|
| * Merge 5.4 into 5.4.1Oswald Buddenhagen2015-01-163-9/+25
| |\
| * | Bump copyright year to 2015Kai Koehne2015-01-151-2/+2
* | | QtWidgets: use Q_ENUM instead of Q_ENUMSOlivier Goffart2015-02-085-5/+9
* | | QDialog: don't tell native dialog to hide if never shownRichard Moe Gustavsen2015-02-041-1/+1
* | | QUrlModel::addUrls(): compare file urls according to OS case sensitiveMaks Naumov2015-02-031-2/+3
* | | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-034-12/+8
* | | QFileDialog::setDirectory(): remove unused local variableMaks Naumov2015-02-021-1/+0
* | | Introduce QFontDatabase::isPrivateFamily()Gabriel de Dietrich2015-01-211-6/+2
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-214-8/+67
|\ \ \ | | |/ | |/|
| * | Fix stylesheet crash.Morten Johan Sørvig2015-01-161-2/+2
| * | QColorDialog: Don't loose focus while color pickingSérgio Martins2015-01-092-7/+23
| |/
| * Windows: Fix QColorDialog's live updates while picking outside colorSérgio Martins2015-01-063-5/+48
* | QColorDialog: Fix build with QT_SMALL_COLORDIALOGSérgio Martins2015-01-171-70/+17
* | QProgressDialog: don't require setValue(0) to be called.David Faure2015-01-171-5/+11
* | QColorDialog: Fix flickering when using "Pick screen color"Sérgio Martins2015-01-062-7/+13
* | QColorDialog: fix a crash on small displaysGiuseppe D'Angelo2015-01-051-1/+2
* | QColorDialog: merge two consecutive ifs with the same testGiuseppe D'Angelo2015-01-051-2/+0
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-2/+13
|\|
| * QColorDialog: Fix a few layouting issues.Sérgio Martins2014-12-221-2/+13
* | QColorDialog: Move string into retranslateStrings()Sérgio Martins2014-12-231-1/+2
* | QColorDialog: Add missing accelerator keySérgio Martins2014-12-221-1/+1
* | Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-207-44/+0