summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qfilesystemmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-2/+6
|\
| * In QFileDialog delete a symlink rather than actual target it points toDongmei Wang2017-07-291-2/+6
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-6/+4
|\|
| * Convert features.filesystemmodel to QT_[REQUIRE_]CONFIGStephan Binner2017-07-021-4/+0
| * Convert features.messagebox to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-2/+4
* | Add QLocale::formattedDataSize and consolidate use casesShawn Rutledge2017-06-201-15/+1
|/
* QFileSystemModel: improve readability of the renaming codeMarc Mutz2016-10-281-8/+6
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-061-3/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-051-3/+1
| |\
| | * QFileSystemModel: Plug leak on file renamingMarc Mutz2016-10-041-1/+0
| | * QFileSystemModel: fix unused variable with QT_NO_FILESYSTEMWATCHERMarc Mutz2016-10-041-2/+1
* | | QFileSystemModel: add an assert to prevent leaksMarc Mutz2016-09-301-0/+1
* | | QFileSystemModel: reuse an existing variableMarc Mutz2016-09-301-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-041-1/+1
| |\|
| | * Doc: fix app type notes for QDirModel and QFileSystemModelJ-P Nurmi2016-06-301-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-6/+15
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-6/+15
| |\|
| | * QFileSystemModel: create nodes with correct QFileInfosAlexander Volkov2016-05-101-6/+15
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-3/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-3/+5
| |\|
| | * QFileSystemModel: fix updating QFileInfo for a node after a file renameAlexander Volkov2016-04-221-3/+5
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-8/+7
|/ /
* | QtWidgets: prevent detach attempts from first()/etc. use [dialogs, kernel, ut...Marc Mutz2016-02-261-1/+1
* | QFileSystemModel: replace inefficient QList<Fetching> with QVectorMarc Mutz2016-01-171-5/+2
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-12/+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
* | QtWidgets: replace some index-based for loops with C++11 range-forMarc Mutz2015-12-161-15/+13
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-90/+22
|\|
| * Don't use QList<QPair>Lars Knoll2015-11-301-5/+5
| * 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-281-0/+5
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-1/+1
|\|
| * QtWidgets: use printf-style qWarning/qDebug where possible (I)Marc Mutz2015-10-271-1/+1
* | 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-141-1/+1
|\|
| * Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* | QFileSystemModel: reimplement sibling for same-rowMarc Mutz2015-09-131-0/+15
|/
* QFileSystemModel: reserve() a QListMarc Mutz2015-07-191-1/+3
* QFileSystemModel: avoid sibling() callsMarc Mutz2015-07-181-9/+4
* QFileSystemModel: add a symbolic constant for the number of columnsMarc Mutz2015-07-161-1/+1
* widgets: Use QList::reserve(), reduces reallocations.Sérgio Martins2015-06-231-6/+12
* WinRT/Winphone: Fix warnings in qtbaseOliver Wolff2015-05-181-1/+3