summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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