[kgraphviewer-devel] extragear/graphics/kgraphviewer/src

Gaël de Chalendar kleag at free.fr
Wed May 12 22:27:27 CEST 2010


SVN commit 1125976 by kleag:

Split the kgraphviewer part into a library and the actual part

 M  +2 -2      CMakeLists.txt  
 M  +0 -1      KGraphEditorElementTreeWidget.cpp  
 M  +1 -0      KGraphEditorElementTreeWidget.h  
 M  +0 -1      KGraphEditorNodesTreeWidget.cpp  
 M  +60 -103   kgrapheditor.cpp  
 M  +13 -9     kgrapheditor.h  
 M  +2 -0      kgrapheditormain.cpp  
 M  +35 -35    kgraphviewer.cpp  
 M  +4 -4      kgraphviewer.h  
 M  +4 -4      main.cpp  
 M  +21 -4     part/CMakeLists.txt  
 M  +6 -2      part/DotGraphParsingHelper.cpp  
 M  +4 -0      part/DotGraphParsingHelper.h  
 M  +4 -0      part/canvasedge.cpp  
 M  +8 -6      part/canvasedge.h  
 M  +6 -0      part/canvaselement.cpp  
 M  +7 -2      part/canvaselement.h  
 M  +5 -0      part/canvasnode.cpp  
 M  +4 -1      part/canvasnode.h  
 M  +4 -0      part/canvassubgraph.cpp  
 M  +6 -1      part/canvassubgraph.h  
 M  +2 -0      part/dotgrammar.cpp  
 M  +181 -3    part/dotgraph.cpp  
 M  +22 -8     part/dotgraph.h  
 M  +32 -12    part/dotgraphview.cpp  
 M  +22 -13    part/dotgraphview.h  
 M  +5 -0      part/graphedge.cpp  
 M  +5 -0      part/graphedge.h  
 M  +4 -0      part/graphelement.cpp  
 M  +5 -0      part/graphelement.h  
 M  +4 -0      part/graphexporter.cpp  
 M  +4 -1      part/graphexporter.h  
 M  +4 -0      part/graphnode.cpp  
 M  +5 -0      part/graphnode.h  
 M  +5 -0      part/graphsubgraph.cpp  
 M  +6 -0      part/graphsubgraph.h  
 AM            part/kgraphviewer_export.h   [License: LGPL (v2+)]
 M  +46 -1     part/kgraphviewer_interface.h  
 M  +191 -289  part/kgraphviewer_part.cpp  
 M  +40 -21    part/kgraphviewer_part.h  
 M  +4 -0      part/pannerview.cpp  
 M  +5 -0      part/pannerview.h  
 M  +4 -0      part/simpleprintingcommand.cpp  
 M  +4 -0      part/simpleprintingcommand.h  
 M  +4 -0      part/simpleprintingengine.cpp  
 M  +4 -0      part/simpleprintingengine.h  
 M  +5 -0      part/simpleprintingpagesetup.cpp  
 M  +10 -4     part/simpleprintingpagesetup.h  
 M  +3 -0      part/simpleprintingsettings.cpp  
 M  +4 -0      part/simpleprintingsettings.h  
 M  +5 -0      part/simpleprintpreviewwindow.cpp  
 M  +5 -0      part/simpleprintpreviewwindow.h  
 M  +5 -0      part/simpleprintpreviewwindow_p.cpp  
 M  +5 -0      part/simpleprintpreviewwindow_p.h  


http://websvn.kde.org/?view=rev&revision=1125976


More information about the kgraphviewer-devel mailing list