KDE/kdevelop/parts

Adam Treat treat at kde.org
Tue Sep 13 03:44:04 UTC 2005


SVN commit 460115 by treat:

* The new document view part.  This plugin is a global plugin
thought of as a replacement for the old filelist plugin.  It will
behave in much the same way except the documents are organized
by their mimetypes and then alphabetically.  In order to organize by
mimetype I've taken the idea from qt4 designer's widget list.

CCMAIL: kdevelop-devel at kdevelop.org


 M  +1 -0      Makefile.am  
 A             documentview (directory)  
 A             documentview/Makefile.am  
 A             documentview/README  
 A             documentview/kdevdocumentmodel.cpp   [License: LGPL (v2+) (wrong address)]
 A             documentview/kdevdocumentmodel.h   [License: LGPL (v2+) (wrong address)]
 A             documentview/kdevdocumentview.cpp   [License: LGPL (v2+) (wrong address)]
 A             documentview/kdevdocumentview.desktop  
 A             documentview/kdevdocumentview.h   [License: LGPL (v2+) (wrong address)]
 A             documentview/kdevdocumentview.rc  
 A             documentview/kdevdocumentview_part.cpp   [License: LGPL (v2+) (wrong address)]
 A             documentview/kdevdocumentview_part.h   [License: LGPL (v2+) (wrong address)]
 A             documentview/kdevdocumentviewdelegate.cpp   [License: LGPL (v2+) (wrong address)]
 A             documentview/kdevdocumentviewdelegate.h   [License: LGPL (v2+) (wrong address)]


--- trunk/KDE/kdevelop/parts/Makefile.am #460114:460115
@@ -5,6 +5,7 @@
 #### TODO    appwizard
 
 SUBDIRS = fullscreen \
+    documentview \
     outputviews \
     konsole \
     diff \




More information about the KDevelop-devel mailing list