┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincolumnview.cpp
AgeCommit message (Collapse)Author
2007-04-01activate basic drag & drop for the column view (although it's quite buggy at ↵Peter Penz
the moment) svn path=/trunk/KDE/kdebase/apps/; revision=648963
2007-04-01integrate column view into settingsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=648926
2007-03-30don't connect to non-existent signalPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=647991
2007-03-27Initial version for a column view support (thanks a lot to Benjamin Meyer ↵Peter Penz
for QColumnView in Qt4.3!). Currently there is a problem when using the DolphinSortFilterProxyModel: some items get duplicated, but I doubt it's an issue in QColumnView (the same issue occurs when using QTreeView) -> further investigations necessary... svn path=/trunk/KDE/kdebase/apps/; revision=647234