summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* New Qt logoAlessandro Portale2014-11-051-0/+0
* Fix too many resizes and move events for native widgetsJørgen Lind2014-11-041-0/+8
* QFileDialog: prevent section collapsing in the main selection areaGiuseppe D'Angelo2014-11-033-1/+7
* Regenerate qfiledialog_embedded.uiGiuseppe D'Angelo2014-11-031-96/+108
* Doc: Fix method names for QFileSystemModelAlexander Volkov2014-10-281-1/+1
* QStyleSheetStyle: Don't interfere with QFontDialogPierre Rossi2014-10-241-0/+1
* Fix title font of Vista-style wizards.Friedemann Kleint2014-10-231-4/+1
* Don't use QByteArrayLiteral in comparisonsMarc Mutz2014-10-091-1/+1
* Fix license text and URLs in QMessageBox::aboutQt().Friedemann Kleint2014-10-091-13/+10
* Fix MSVC2013-compiler warnings with QT_NO_FILESYSTEMWATCHERJochen Seemann2014-09-251-4/+11
* Update license headers and add new license filesMatti Paaso2014-09-2432-605/+349
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-232-12/+14
|\
| * QFileDialog: save and restore all settings even if widgets not usedShawn Rutledge2014-09-012-12/+14
* | Adapt the Vista-style wizard for device pixel ratio scaling.Friedemann Kleint2014-08-282-28/+57
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-122-3/+10
|\|
| * Font Database: Add support for private, system UI font familiesGabriel de Dietrich2014-08-111-0/+9
| * QFileDialog docs: remove misleading sentence about static functionsShawn Rutledge2014-08-061-3/+1
* | QFileDialog: implement getOpenFileUrl and friends for realDavid Faure2014-08-061-87/+81
* | Micro-optimize QProgressDialogPrivate::ensureSizeIsAtLeastSizeHint()Marc Mutz2014-08-061-3/+4
* | QProgressDialog: Extract Method QProgressDialogPrivate::ensureSizeIsAtLeastSi...Marc Mutz2014-08-061-15/+15
* | QProgressDialog: Extract Method QProgressDialogPrivate::adoptChildWidget()Marc Mutz2014-08-061-31/+19
* | QProgressDialog: fix setBar() not properly adopting the new QProgressBarMarc Mutz2014-08-061-0/+8
* | QFileDialog: turn workingDirectory into a QUrlDavid Faure2014-08-052-48/+68
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-08-041-10/+9
|\|
| * Merge remote-tracking branch 'origin/stable' into 5.3Oswald Buddenhagen2014-07-301-10/+9
| |\
| | * Fix QFileInfoGatherer threading issueBernd Weimer2014-06-301-10/+9
* | | QProgressDialog: make the cancel button retranslate on LanguageChangeMarc Mutz2014-07-301-2/+1
* | | QProgressDialog: Extract Method QProgressDialogPrivate::setCancelButtonText()Marc Mutz2014-07-301-7/+14
* | | QProgressDialog: don't crash when setting the same {bar,button,label} againMarc Mutz2014-07-301-0/+14
* | | Fix documented default value of QProgressDialog::maximumMarc Mutz2014-07-301-1/+1
* | | QUrl: fromLocalFile(QString()) should lead to an empty URL.David Faure2014-07-262-3/+4
* | | QFileDialog: emit urlsSelected+urlSelected in accept().David Faure2014-07-243-12/+17
* | | 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
|\|