Thread: [graphl-cvs] graphl changelog.txt
Status: Pre-Alpha
Brought to you by:
flo1
From: Flo L. <fl...@us...> - 2004-08-21 23:15:14
|
Update of /cvsroot/graphl/graphl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13922 Modified Files: changelog.txt Log Message: updated changelog Index: changelog.txt =================================================================== RCS file: /cvsroot/graphl/graphl/changelog.txt,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** changelog.txt 27 Jul 2004 16:44:37 -0000 1.8 --- changelog.txt 21 Aug 2004 23:15:02 -0000 1.9 *************** *** 2,5 **** --- 2,10 ---- ================== + 2004-08-22, f/0: + File > New (contributed by martin klinke) + mousewheel zooming (contributed by martin klinke) + load facet configuration from file (config/config.rdf) + 2004-07-23, f/0: refactoring of FacetRegistry (=PainterRegistry) |
From: Flo L. <fl...@us...> - 2004-08-22 22:34:41
|
Update of /cvsroot/graphl/graphl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27740 Modified Files: changelog.txt Log Message: updated changelog Index: changelog.txt =================================================================== RCS file: /cvsroot/graphl/graphl/changelog.txt,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** changelog.txt 21 Aug 2004 23:15:02 -0000 1.9 --- changelog.txt 22 Aug 2004 22:34:28 -0000 1.10 *************** *** 2,5 **** --- 2,8 ---- ================== + 2004-08-23, f/0: + Zoom label shows zoom factor, clicking on it resets to 100% + 2004-08-22, f/0: File > New (contributed by martin klinke) |
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 |
From: Flo L. <fl...@us...> - 2005-09-05 15:53:04
|
Update of /cvsroot/graphl/graphl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16283 Modified Files: changelog.txt Log Message: updated changelog Index: changelog.txt =================================================================== RCS file: /cvsroot/graphl/graphl/changelog.txt,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** changelog.txt 24 Aug 2005 16:12:56 -0000 1.15 --- changelog.txt 5 Sep 2005 15:52:53 -0000 1.16 *************** *** 2,5 **** --- 2,15 ---- ================== + 2005-09-05, f/0: + - FEATURE: updated save machanism to new multi-souurce paradigm + - BUG: FilteredGraph: corrected update behavior upon changes + - CODE: added methods to access filtered and unfiltered versions of the graph in GraphlPane + - CODE: added static method to RDFGraph to write arbitrary graph to RDF + - CODE: removed getLabel() method from GraphElements + - CODE: Node: added invertPin() method to update node if an edge is inverted + - DOC: added long-term todo list + + 2005-08-24, f/0: - FEATURE: files are now loaded in addition to existing graph |
From: Flo L. <fl...@us...> - 2005-09-07 12:30:16
|
Update of /cvsroot/graphl/graphl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25832 Modified Files: changelog.txt Log Message: - FEATURE: type menu pops up upon edge creation - BUG: fixed assignment of unique ids to new nodes - BUG: fixed in-place editor for nodes - CODE: loading graphs is now synchronized to avoid loading conflicts - CODE: restoring Graphics transform in GraphlPane after rendering Index: changelog.txt =================================================================== RCS file: /cvsroot/graphl/graphl/changelog.txt,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** changelog.txt 5 Sep 2005 15:52:53 -0000 1.16 --- changelog.txt 7 Sep 2005 12:29:55 -0000 1.17 *************** *** 2,5 **** --- 2,12 ---- ================== + 2005-09-07, f/0: + - FEATURE: type menu pops up upon edge creation + - BUG: fixed assignment of unique ids to new nodes + - BUG: fixed in-place editor for nodes + - CODE: loading graphs is now synchronized to avoid loading conflicts + - CODE: restoring Graphics transform in GraphlPane after rendering + 2005-09-05, f/0: - FEATURE: updated save machanism to new multi-souurce paradigm |
From: Flo L. <fl...@us...> - 2005-09-12 08:39:15
|
Update of /cvsroot/graphl/graphl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1038 Modified Files: changelog.txt Log Message: updated changelog Index: changelog.txt =================================================================== RCS file: /cvsroot/graphl/graphl/changelog.txt,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** changelog.txt 7 Sep 2005 12:29:55 -0000 1.17 --- changelog.txt 12 Sep 2005 08:39:06 -0000 1.18 *************** *** 2,5 **** --- 2,8 ---- ================== + 2005-09-12, f/0: + - DOC: started to write a user guide!!! + 2005-09-07, f/0: - FEATURE: type menu pops up upon edge creation *************** *** 18,22 **** - DOC: added long-term todo list - 2005-08-24, f/0: - FEATURE: files are now loaded in addition to existing graph --- 21,24 ---- *************** *** 29,33 **** - CODE: added addElements() method to graph interface - 2005-08-17, f/0: - FEATURE: added navigator thread for update-exhibition, disabled in normal operation --- 31,34 ---- |
From: Flo L. <fl...@us...> - 2005-12-18 11:13:45
|
Update of /cvsroot/graphl/graphl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3036 Modified Files: changelog.txt Log Message: - FEATURE: RXPath landed! you can assign properties of facets through XPath-like expressions based on the currently rendered node - CODE: Remove LabelGenerator classes - this can now done with RXPath - CODE: migrated to JDK 1.5, added class specifiers for all collections (generics) - CODE: added a singleton GraphlRegistry, currently only holding the vocabularyRegistry instance Index: changelog.txt =================================================================== RCS file: /cvsroot/graphl/graphl/changelog.txt,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** changelog.txt 18 Dec 2005 11:11:41 -0000 1.20 --- changelog.txt 18 Dec 2005 11:13:25 -0000 1.21 *************** *** 5,8 **** --- 5,10 ---- - FEATURE: RXPath landed! you can assign properties of facets through XPath-like expressions based on the currently rendered node - CODE: migrated to JDK 1.5, added class specifiers for all collections (generics) + - CODE: Remove LabelGenerator classes - this can now done with RXPath + - CODE: added a singleton GraphlRegistry, currently only holding the vocabularyRegistry instance 2005-12-14, f/0: |