summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* iOS: link photo lib plugin based on Info.plist contentsRichard Moe Gustavsen2016-10-261-0/+3
* QFileDialog: add missing break statements in switch in labelText()Marc Mutz2016-10-121-0/+2
* QFileSystemModel: Plug leak on file renamingMarc Mutz2016-10-041-1/+0
* QFileSystemModel: fix unused variable with QT_NO_FILESYSTEMWATCHERMarc Mutz2016-10-041-2/+1
* Q(Color|File)Dialog: Fix several UBs (invalid cast/member call) in Private::c...Marc Mutz2016-09-242-4/+8
* Q(Font|Color|File)Dialog: Fix several UBs (invalid cast/member call) in Priva...Marc Mutz2016-09-221-1/+3
* QColorDialog::getRgba: Fixed ignoring of initial alpha valueThorbjørn Lindeijer2016-08-261-1/+2
* Fix crash for dereferencing zeroMaurice Kalinowski2016-08-231-1/+3
* Updated Qt logo for the "About Qt" dialogAlessandro Portale2016-08-121-0/+0
* Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-124-28/+28
* Fix typo in QMessageBox documentationMitch Curtis2016-08-021-1/+1
* QDialog::adjustPosition(): Check screen numberFriedemann Kleint2016-07-261-2/+4
* Doc: fix app type notes for QDirModel and QFileSystemModelJ-P Nurmi2016-06-301-1/+1
* QDialog::adjustPosition(): Manually set target screen before moving.Friedemann Kleint2016-05-311-0/+6
* Remove dead code from QColorDialogThiago Macieira2016-05-141-29/+6
* QFileSystemModel: create nodes with correct QFileInfosAlexander Volkov2016-05-101-6/+15
* Unhide QObject::parent() from QFileSystemModel and QIdentityProxyModelAlexander Volkov2016-04-281-0/+1
* QFileDialog: Fix single-click activationPalo Kisa2016-04-271-1/+1
* QFileSystemModel: fix updating QFileInfo for a node after a file renameAlexander Volkov2016-04-221-3/+5
* QMessageBox: Try to pass window handle to QIcon::pixmap().Friedemann Kleint2016-04-201-2/+11
* QFontDialog: re-enable X close button in window decorationMarc Mutz2016-04-061-1/+1
* QtWidgets: includemocsMarc Mutz2016-03-183-0/+6
* Clean up WINVER, _WIN32_WINNT macros for MinGW.Friedemann Kleint2016-03-071-12/+0
* Fix GCC 6 -Wunused-functions warningsMarc Mutz2016-03-051-15/+0
* Reduce allocations by using reserve()Sérgio Martins2016-02-071-0/+1
* QWizard/Windows: Add missing override.Friedemann Kleint2016-02-041-1/+1
* Fix GCC 6 valid warnings about misleading indendationsThiago Macieira2016-01-301-17/+17
* Bump copyright year to 2016Kai Koehne2016-01-291-1/+1
* QFileDialog: Check whether sizeHint() is valid before resizing.Friedemann Kleint2016-01-151-1/+3
* QFontDialog: optimize allocation of QFontDialogOptionsMarc Mutz2016-01-061-1/+2
* Unbreak ubsan developer-buildMarc Mutz2016-01-062-4/+12
* QFileSystemModel: report special files which are not symlinksGiuseppe D'Angelo2015-12-131-4/+0
* QFileSystemModel: do not unwatch directories if removal failsGiuseppe D'Angelo2015-12-101-8/+12
* QFileDialog: Call reject() on Key_Escape even when itemview has focusGiuseppe D'Angelo2015-12-091-1/+1
* Don't use QList<QPair>Lars Knoll2015-11-305-12/+12
* Use natural comparison also for the file typesLars Knoll2015-11-301-1/+1
* Use QCollator for sorting in the filesystem modelLars Knoll2015-11-301-84/+11
* De-inline QFileSystemModel::fileInfo() and implement it efficientlyLars Knoll2015-11-283-3/+7
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-271-0/+2
|\
| * Fix crash in QFileDialog::iconProvider() with native dialogsJoni Poikelin2015-11-241-0/+2
* | QtWidgets: use printf-style qWarning/qDebug where possible (I)Marc Mutz2015-10-272-3/+3
* | QFileSystemModel: cleanup sortChildren()Maks Naumov2015-10-201-10/+10
* | QFileSystemModelPrivate::name(): avoid the double-lookupMaks Naumov2015-10-201-2/+1
* | QFileSystemModel: avoid detachingMaks Naumov2015-10-191-6/+6
* | QFileSystemModel: remove unused functorMaks Naumov2015-10-171-20/+0
* | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-021-1/+12
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-1/+12
| |\|
| | * 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