[graphl-cvs] graphl changelog.txt
Status: Pre-Alpha
Brought to you by:
flo1
From: Flo L. <fl...@us...> - 2005-08-24 16:13:05
|
Update of /cvsroot/graphl/graphl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7045 Modified Files: changelog.txt Log Message: updated changelog Index: changelog.txt =================================================================== RCS file: /cvsroot/graphl/graphl/changelog.txt,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** changelog.txt 17 Aug 2005 15:52:53 -0000 1.14 --- changelog.txt 24 Aug 2005 16:12:56 -0000 1.15 *************** *** 2,5 **** --- 2,16 ---- ================== + 2005-08-24, f/0: + - FEATURE: files are now loaded in addition to existing graph + - FEATURE: minor adjustments to layout algorithm + - FEATURE: added SourceFilter that filters nodes depending on their origin + - BUG: FilteredGraph now delivers consistent graphs + - BUG: fixed assignment of id's to nodes (now using full URL) + - BUG: fixed InPlaceTextFieldEditor + - BUG: fixed context menu popup upon creation of new node + - CODE: added addElements() method to graph interface + + 2005-08-17, f/0: - FEATURE: added navigator thread for update-exhibition, disabled in normal operation |