summaryrefslogtreecommitdiffstats
path: root/filesystemdirproxy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix window titleArno2013-07-271-1/+1
| | | | Set the main window title according to selected tab.
* Port to Qt5Arno2013-03-031-1/+1
| | | | | | | | * Change #include to qt5 * Fix missing QX11Info * use explicit constructor for QVariant(QColor) * use beginResetModel() and endResetModel() instead of reset(). The latter was removed. Hopefully it still works :)
* Added ".." entry to FileViewArno2010-10-311-0/+4
| | | | | | 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()
* Discard QDirModelArno2010-05-121-2/+2
| | | | QDirModel is deprecated by the Nokia guys. Use QFileSystemModel instead.
* -added some artworkam2009-07-061-0/+1
| | | | | | | -started implementing FilesystemView git-svn-id: file:///var/svn/repos2/shemov/trunk@377 f440f766-f032-0410-8965-dc7d17de2ca0
* -finished model, I thinkam2009-07-041-0/+22
-started gui git-svn-id: file:///var/svn/repos2/shemov/trunk@376 f440f766-f032-0410-8965-dc7d17de2ca0