]> cloud.milkyroute.net Git - dolphin.git/commit
First step to reactivate version control plugin functionality
authorPeter Penz <peter.penz19@gmail.com>
Tue, 6 Sep 2011 21:42:42 +0000 (23:42 +0200)
committerPeter Penz <peter.penz19@gmail.com>
Tue, 6 Sep 2011 21:45:41 +0000 (23:45 +0200)
commitb8c718a6fd9810f9e91303ed50402de4ab417a49
treef6e22b028cb0932c44dc29ea6c494f121c6f8dc9
parent7a91492cff931c0c4e0d38dd0aee77d9dcb29373
First step to reactivate version control plugin functionality

- Add a DolphinFileItemListWidget that provides icon-overlays
  and colored text for the version state (implementation is
  missing yet)
- Allow KFileItemListWidget to have custom text colors
- Update interface of VersionControlObserver to work with
  KFileItemModel instead of the old model-interface.
13 files changed:
src/CMakeLists.txt
src/kitemviews/kfileitemlistview.h
src/kitemviews/kfileitemlistwidget.cpp
src/kitemviews/kfileitemlistwidget.h
src/kitemviews/kfileitemmodel.cpp
src/kitemviews/kfileitemmodel.h
src/views/dolphinfileitemlistwidget.cpp [new file with mode: 0644]
src/views/dolphinfileitemlistwidget.h [new file with mode: 0644]
src/views/dolphinitemlistcontainer.cpp
src/views/dolphinview.cpp
src/views/dolphinview.h
src/views/versioncontrol/versioncontrolobserver.cpp
src/views/versioncontrol/versioncontrolobserver.h