[graphl-cvs] graphl graphl-local.bat changelog.txt
Status: Pre-Alpha
Brought to you by:
flo1
From: Flo L. <fl...@us...> - 2005-12-14 12:45:18
|
Update of /cvsroot/graphl/graphl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24484 Modified Files: graphl-local.bat changelog.txt Log Message: - FEATURE: new command line flag to start "navigator" thread to zoom & pan in the graph - CODE: loading graphs returns URL[] with all loaded (+included) files - CODE: dynamically adding config-file + all included files to default filter - DOC: extended user guide Index: graphl-local.bat =================================================================== RCS file: /cvsroot/graphl/graphl/graphl-local.bat,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** graphl-local.bat 30 Nov 2004 09:39:39 -0000 1.3 --- graphl-local.bat 14 Dec 2005 12:45:08 -0000 1.4 *************** *** 1,3 **** cd C:\data\projects\graphl ! java -cp ./bin;./lib/rdfapi.jar;./lib/l2fprod-common-fontchooser.jar;./lib/l2fprod-common-sheet.jar org.mediavirus.graphl.GraphlApplication %1 %2 %3 %4 %5 pause \ No newline at end of file --- 1,3 ---- cd C:\data\projects\graphl ! java -cp ./bin;./lib/rdfapi.jar;./lib/l2fprod-common-fontchooser.jar;./lib/l2fprod-common-sheet.jar org.mediavirus.graphl.GraphlApplication %1 %2 %3 %4 %5 %6 pause \ No newline at end of file Index: changelog.txt =================================================================== RCS file: /cvsroot/graphl/graphl/changelog.txt,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** changelog.txt 12 Sep 2005 08:39:06 -0000 1.18 --- changelog.txt 14 Dec 2005 12:45:08 -0000 1.19 *************** *** 2,5 **** --- 2,11 ---- ================== + 2005-12-14, f/0: + - FEATURE: new command line flag to start "navigator" thread to zoom & pan in the graph + - CODE: loading graphs returns URL[] with all loaded (+included) files + - CODE: dynamically adding config-file + all included files to default filter + - DOC: extended user guide + 2005-09-12, f/0: - DOC: started to write a user guide!!! |