summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-182-13/+13
|\
| * 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
* | QFileDialogPrivate::restoreWidgetState(): use range-erase instead of while po...Marc Mutz2015-12-161-2/+4
* | QtWidgets: replace some index-based for loops with C++11 range-forMarc Mutz2015-12-166-51/+45
* | QtWidgets: replace some Q_FOREACH loops with C++11 range-forMarc Mutz2015-12-162-11/+14
* | QMessageBox: optimize textToCopy string constructionMarc Mutz2015-12-151-13/+10
* | Use default home directory from QDir for INTEGRITY.Rolland Dudemaine2015-12-041-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-026-100/+33
|\|
| * 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 Q_UNLIKELY for every qWarning() (1)Marc Mutz2015-11-214-26/+26
* | | QtWidgets: use new qUtf16Printable() instead of qPrintable()Marc Mutz2015-11-211-3/+3
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-042-3/+3
|\| |
| * | QtWidgets: use printf-style qWarning/qDebug where possible (I)Marc Mutz2015-10-272-3/+3
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-231-37/+16
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-147-25/+28
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-253-3/+4
|\| |
| * | 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
* | | QFileSystemModel: reimplement sibling for same-rowMarc Mutz2015-09-132-0/+16
* | | Fixed build breaks that result after disabling "contextmenu" featureShrikant Dhumal2015-09-091-4/+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