summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Doc: Update obsolete URLs to external documentationTopi Reinio2015-10-021-1/+1
|/ /
* | Clean up cancel operation handling on OS XTor Arne Vestbø2015-09-275-22/+14
* | Allow vertical resizing of wizard pages with water markLouai Al-Khanji2015-09-241-1/+0
* | Fix some doc warnings.Friedemann Kleint2015-09-111-0/+2
* | Fix some qdoc warnings.Friedemann Kleint2015-09-071-2/+2
* | Remove Q_DEAD_CODE_FROM_QT4_MAC sectionsMorten Johan Sørvig2015-08-131-50/+1
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-5/+10
|\|
| * Doc: QFileDialog::ShowDirsOnly not supported on WindowsLeena Miettinen2015-07-301-5/+10
* | Fix nullptr literal 0s which would look odd as nullptrMarc Mutz2015-07-193-8/+8
* | QFileSystemModel: reserve() a QListMarc Mutz2015-07-191-1/+3
* | QFileSystemModel: avoid sibling() callsMarc Mutz2015-07-182-11/+6
* | Remove a silly note from QFileDialog::getOpenFileNames documentationGiuseppe D'Angelo2015-07-171-5/+0
* | QFileDialog: add setSupportedSchemes and pass it along to the QPA.David Faure2015-07-172-8/+32
* | Doc: fix punctuation and missing word in QFileDialog docu.David Faure2015-07-171-8/+8
* | QFileSystemModel: add a symbolic constant for the number of columnsMarc Mutz2015-07-162-1/+3
* | QtWidgets: mark some private types movable or primitiveMarc Mutz2015-07-132-0/+3