[kgraphviewer-devel] extragear/graphics/kgraphviewer

Gaël de Chalendar kleag at free.fr
Sun Oct 10 19:35:25 CEST 2010


SVN commit 1184525 by kleag:

Set version to 1.2 for release

 M  +4 -0      ChangeLog  
 M  +1 -1      TODO  
 M  +1 -1      VERSION  
 M  +2 -2      src/kgrapheditormain.cpp  
 M  +3 -3      src/main.cpp  
 M  +1 -1      src/part/CMakeLists.txt  


--- trunk/extragear/graphics/kgraphviewer/ChangeLog #1184524:1184525
@@ -1,3 +1,7 @@
+2010/10/10
+  * Set version to 2.1
+  * Bug corrected: edges line width and color and nodes line width correctly handled
+
 2010/09/19
   * new background color option
 
--- trunk/extragear/graphics/kgraphviewer/TODO #1184524:1184525
@@ -1,6 +1,6 @@
 Current bugs;
 * kge: save should not ask to reload due to the change
-* If you set the color of an edge, KGraphViewer only changes the color of the arrow instead of the entire edge. I am using the edge attribute: 
+* [DONE] If you set the color of an edge, KGraphViewer only changes the color of the arrow instead of the entire edge. I am using the edge attribute: 
  
 
 
--- trunk/extragear/graphics/kgraphviewer/VERSION #1184524:1184525
@@ -1 +1 @@
-2.0.90
+2.1
--- trunk/extragear/graphics/kgraphviewer/src/kgrapheditormain.cpp #1184524:1184525
@@ -1,5 +1,5 @@
 /* This file is part of KGraphViewer.
-   Copyright (C) 2005-2007 Gael de Chalendar <kleag at free.fr>
+   Copyright (C) 2005-2010 Gael de Chalendar <kleag at free.fr>
 
    KGraphViewer is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public
@@ -44,7 +44,7 @@
 int main(int argc, char **argv)
 {
   KAboutData about("kgrapheditor", 0, ki18n("KGraphEditor"), version, ki18n(description),
-                    KAboutData::License_GPL, ki18n("(C) 2005-2006 Gaël de Chalendar"), KLocalizedString(), 0, "kleag at free.fr");
+                    KAboutData::License_GPL, ki18n("(C) 2005-2010 Gaël de Chalendar"), KLocalizedString(), 0, "kleag at free.fr");
   about.addAuthor( ki18n("Gaël de Chalendar"), KLocalizedString(), "kleag at free.fr" );
   KCmdLineArgs::init(argc, argv, &about);
 
--- trunk/extragear/graphics/kgraphviewer/src/main.cpp #1184524:1184525
@@ -1,5 +1,5 @@
 /* This file is part of KGraphViewer.
-   Copyright (C) 2005-2007 Gael de Chalendar <kleag at free.fr>
+   Copyright (C) 2005-2010 Gael de Chalendar <kleag at free.fr>
 
    KGraphViewer is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public
@@ -37,12 +37,12 @@
 static const char description[] =
 I18N_NOOP("A Graphviz dot graph viewer for KDE");
 
-static const char version[] = "2.0.90";
+static const char version[] = "2.1";
 
 int main(int argc, char **argv)
 {
   KAboutData about("kgraphviewer", 0, ki18n("KGraphViewer"), version, ki18n(description),
-                    KAboutData::License_GPL, ki18n("(C) 2005-2006 Gaël de Chalendar"), KLocalizedString(), 0, "kleag at free.fr");
+                    KAboutData::License_GPL, ki18n("(C) 2005-2010 Gaël de Chalendar"), KLocalizedString(), 0, "kleag at free.fr");
   about.addAuthor( ki18n("Gaël de Chalendar"), ki18n("Original Author and current maintainer"), "kleag at free.fr" );
   about.addAuthor( ki18n("Reimar Döffinger"), ki18n("Contributor"), "Reimar.Doeffinger at stud.uni-karlsruhe.de" );
   about.addAuthor( ki18n("Matthias Peinhardt"), ki18n("Contributor"), "matthias.peinhardt at googlemail.com" );
--- trunk/extragear/graphics/kgraphviewer/src/part/CMakeLists.txt #1184524:1184525
@@ -18,7 +18,7 @@
 add_definitions(-DQT_STL)
 target_link_libraries(kgraphviewerlib  ${QT_QTXML_LIBRARY} ${QT_QTSVG_LIBRARY} ${KDE4_KDE3SUPPORT_LIBS} ${KDE4_KHTML_LIBS} ${KDE4_KWALLETCLIENT_LIBS} ${KDE4_KDESU_LIBS} ${graphviz_LIBRARIES})
 
-set_target_properties(kgraphviewerlib PROPERTIES VERSION 2.0.90 SOVERSION 3 OUTPUT_NAME kgraphviewer )
+set_target_properties(kgraphviewerlib PROPERTIES VERSION 2.1 SOVERSION 3 OUTPUT_NAME kgraphviewer )
 
 install( TARGETS kgraphviewerlib ${INSTALL_TARGETS_DEFAULT_ARGS})
 


More information about the kgraphviewer-devel mailing list