summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-181-9/+25
|\|
| * QColorDialog: Fix matching against predefined colors.Sérgio Martins2014-12-161-4/+4
| * QColorDialog: Fix picking screen colors inside QColorPickerSérgio Martins2014-12-131-5/+21
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-0320-125/+125
|/
* 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