summaryrefslogtreecommitdiffstats
path: root/filesystemfileproxy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added ".." entry to FileViewArno2010-10-311-0/+20
| | | | | | Show ".." entry in FileView and make it go to the parent directory. Had to work around QT Bug 14760: NoDot doesn't work so the "." entry has to be filtered in filterAcceptsRow()
* Change display in FSWidgetArno2010-10-031-0/+28
| | | | | | | | Display "Date modified" field in FSWidget as dd-mm-yyyy. Also show mime- I guess I should subclass QFileSystemModel instead of reimplementing data() in the proxy, because sorting by mimetype doesn't work as expected. Unfortunately the reason eludes me...
* Discard QDirModelArno2010-05-121-3/+3
| | | | QDirModel is deprecated by the Nokia guys. Use QFileSystemModel instead.
* -removed a lot of qDebug() includesam2009-11-081-1/+0
| | | | | | | -turned the Fileinformation into a QTreeview, created a model for that git-svn-id: file:///var/svn/repos2/shemov/trunk@422 f440f766-f032-0410-8965-dc7d17de2ca0
* -implemented sorting in fileviewam2009-07-061-0/+32
| | | | | | | -implemented location bar git-svn-id: file:///var/svn/repos2/shemov/trunk@378 f440f766-f032-0410-8965-dc7d17de2ca0
* -added some artworkam2009-07-061-0/+14
-started implementing FilesystemView git-svn-id: file:///var/svn/repos2/shemov/trunk@377 f440f766-f032-0410-8965-dc7d17de2ca0