summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove Q_DEAD_CODE_FROM_QT4_MAC sectionMorten Johan Sørvig2015-07-081-3/+0
* | Remove Q_DEAD_CODE_FROM_QT4 sections.Morten Johan Sørvig2015-07-081-6/+0
* | QtWidgets: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-067-32/+32
* | Make QWidget *=0, Qt::WindowFlags f=0 functions use Q_NULLPTRMarc Mutz2015-07-044-13/+16
* | Use const-ref in foreach if T is big or non-trivialSérgio Martins2015-07-041-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-015-37/+27
|\|
| * Replace MAC OS X with OS XNico Vertriest2015-06-303-25/+25
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-271-4/+1
| |\
| | * OSX: show file dialog in showCocoaFilePanel, don't wait for exec()Shawn Rutledge2015-06-171-4/+1
| * | Fix centering dialogsAlexander Volkov2015-06-061-7/+0
| * | fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1
| |/
* | Use QVector::reserve() all over the place.Sérgio Martins2015-06-291-0/+1
* | widgets: Use QList::reserve(), reduces reallocations.Sérgio Martins2015-06-235-20/+52
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-036-19/+51
|\|
| * Windows: Fix font metrics of Vista style wizards.Friedemann Kleint2015-05-292-16/+35
| * WinRT/Winphone: Fix warnings in qtbaseOliver Wolff2015-05-182-1/+5
| * QFileSystemModel: remove useless checkGiuseppe D'Angelo2015-05-151-1/+1
| * Cocoa integration - implement Qt::WindowModal file dialogsTimur Pocheptsov2015-05-131-1/+4