From b8c718a6fd9810f9e91303ed50402de4ab417a49 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 6 Sep 2011 23:42:42 +0200 Subject: 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. --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 62d59d990..c5913ab85 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -43,6 +43,7 @@ set(dolphinprivate_LIB_SRCS settings/viewpropsprogressinfo.cpp views/additionalinfoaccessor.cpp views/dolphindirlister.cpp + views/dolphinfileitemlistwidget.cpp views/dolphinview.cpp views/dolphinitemlistcontainer.cpp views/dolphinnewfilemenuobserver.cpp -- cgit v1.3.1