summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qfilesystemmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: fix app type notes for QDirModel and QFileSystemModelJ-P Nurmi2016-06-301-1/+1
* QFileSystemModel: create nodes with correct QFileInfosAlexander Volkov2016-05-101-6/+15
* QFileSystemModel: fix updating QFileInfo for a node after a file renameAlexander Volkov2016-04-221-3/+5
* 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
* 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
* QtWidgets: use printf-style qWarning/qDebug where possible (I)Marc Mutz2015-10-271-1/+1
* 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
* 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
* QFileSystemModel: remove useless checkGiuseppe D'Angelo2015-05-151-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Doc: Fix method names for QFileSystemModelAlexander Volkov2014-10-281-1/+1
* Fix MSVC2013-compiler warnings with QT_NO_FILESYSTEMWATCHERJochen Seemann2014-09-251-4/+11
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Doc: Replace obsolete types with their newer counterpartsSze Howe Koh2014-02-251-1/+1
* Strip any trailing spaces from the filename before trying to open itAndy Shaw2014-02-211-2/+11
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-241-0/+2
|\
| * QFileDialog can delete files too, not just directoriesShawn Rutledge2013-10-231-0/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-111-7/+7
|\|
| * Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-7/+7
* | WinRT: Fix Widget buildsAndrew Knight2013-09-271-1/+1
|/
* Remove some qBinaryFind usages from QtWidgetsGiuseppe D'Angelo2013-09-231-5/+3
* QFileSystemModel: Fix build when QT_NO_FILESYSTEMWATCHER is definedAndrew Knight2013-09-231-2/+45
* Simplify QFileSystemModel::remove by using QDir::removeRecursivelyDavid Faure2013-09-161-24/+2
* Remove qSort from QtWidgetsGiuseppe D'Angelo2013-09-051-2/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-221-1/+1
|\
| * Convert the new filename to native separators before checking itAndy Shaw2013-04-181-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-281-3/+3
|\|
| * Fix documentation of QFileSystemModel::resolveSymlinks().Sérgio Martins2013-03-261-2/+2
| * Merge branch 'dev' into stableOswald Buddenhagen2013-03-201-1/+3
| |\
| * | Reorder for performance reasons.Sérgio Martins2013-03-131-1/+1
* | | Windows: Fix the last file dialog bottleneck.Sérgio Martins2013-03-271-1/+1
| |/ |/|
* | Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* | Add the Qt::ItemNeverHasChildren flag and use it in QTreeView.Stephen Kelly2013-01-291-0/+2
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QFileSystemModel: fix permission manglingMarc Mutz2012-09-261-6/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QFileSystemModel: remove incorrect #ifndefMarc Mutz2012-08-261-2/+0
* QtWidgets: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-251-1/+1