graphl-devel Mailing List for Graphl - Hybrid graph visualization tool
Status: Pre-Alpha
Brought to you by:
flo1
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(6) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Flo L. <led...@im...> - 2004-08-23 16:59:35
|
hi all, today i released version 0.0.2 of graphl, the hybrid graph visualization toolkit, just before i will leave for 3 weeks of vacation in portugal tomorrow. This is another pre-alpha release, to make new features available before my vacation. Originally, i planned to do a 0.1 and some broader dissemination to the rdf community in august, but there are some important features still missing and no testing was done at all - so i decided to do another pre-release to just get the features out to those who are interested and are willing to work with really unfinished, buggy and undocumented stuff. probably this release is not very well-suited for pure end-users and rdf-focussed people, those should wait for the 0.1 release to get a consistent package that will hopefully also be documented. the most notable new feature is the possibility to configure the rendering of graphs (by configuring and assigning "facets") in an rdf configuration file. this should evolve into an "rdf-stylesheet" mechanism in the future. at the moment, there is no documentation for all this, but you can look at the file config/config.rdf and see if you figure out how to change the facet settings there. for other improvements, see the changelog. i will post a notification to this list when 0.1 is out - i hope this will happen late october. the most notable improvements i am planning for the 0.1 release are: - finish and debug "load facet config from file" feature - fully implement existing layouters and painters + make them fully rdf-config compatible - extend ImageNodePainter to be able to render arbitrary properties as node icons (+ a fallback node painter if image is not found) - SortedNodeLayouter sorts on arbitrary proprties by string, number or date, ordered or proportional (timeline!) - testing with real-life rdf-files (foaf, ...?) and set default config accordingly (to get nice results on real-world data) some things that might also happen for 0.1, but without guarantee: - vocabulary registration per rdf-config (read in rdfs schemas and use them for contextmenus etc.) - render edges as containership - node layouter for geographic positioning (with map image as background) btw: i you are interested in contributing to any of these features, or have requests for other features, help is greatly appreciated. mail me for coordination, or just start hacking and send me your patches... all the best and have a nice late-summer, f/0 -- |- | Dipl.-Ing. Florian Ledermann <led...@im...> | http://www.ims.tuwien.ac.at/~flo/ |- | TU Wien - Vienna University of Technology | Interactive Media Systems Group | Favoritenstrasse 9-11/188/2 | A-1040 Vienna, Austria |- | "I think I'm thinking, therefore I possibly am." |- |
From: Flo L. <led...@im...> - 2004-07-28 06:34:13
|
hi all, i created a new list, graphl-cvs, that will send out a mail whenever a cvs commit was issued. this provides a nice way of following the development process without requiring anyone to communicate explicitly. please subscribe to graphl-cvs (via the sourceforge page) if you're interested in this service. regards, f/0 |- | Florian Ledermann <led...@im...> | http://www.ims.tuwien.ac.at/~flo/ |- | TU Wien - Vienna University of Technology | Interactive Media Systems Group | Favoritenstrasse 9-11/188/2 | A-1040 Vienna, Austria |- | "I think I'm thinking, therefore I possibly are." |- |
From: Flo L. <fl...@us...> - 2004-07-27 16:57:34
|
Update of /cvsroot/graphl/CVSROOT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2903/CVSROOT Modified Files: loginfo Log Message: changed mailing list address for commit mails Index: loginfo =================================================================== RCS file: /cvsroot/graphl/CVSROOT/loginfo,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** loginfo 27 Jul 2004 16:07:38 -0000 1.2 --- loginfo 27 Jul 2004 16:57:25 -0000 1.3 *************** *** 27,29 **** #DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog ! DEFAULT /cvsroot/sitedocs/CVSROOT/cvstools/syncmail %{sVv} gra...@li... --- 27,29 ---- #DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog ! DEFAULT /cvsroot/sitedocs/CVSROOT/cvstools/syncmail %s gra...@li... |
From: Flo L. <fl...@us...> - 2004-07-27 16:44:48
|
Update of /cvsroot/graphl/graphl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv310 Modified Files: changelog.txt Log Message: testing cvs mails... again Index: changelog.txt =================================================================== RCS file: /cvsroot/graphl/graphl/changelog.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** changelog.txt 27 Jul 2004 16:08:42 -0000 1.7 --- changelog.txt 27 Jul 2004 16:44:37 -0000 1.8 *************** *** 25,28 **** 2004-06-21, f/0: initial import to sourceforge (CVS & release 0.0.1) - - x \ No newline at end of file --- 25,26 ---- |
From: Flo L. <fl...@us...> - 2004-07-27 16:08:50
|
Update of /cvsroot/graphl/graphl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24971 Modified Files: changelog.txt Log Message: testing cvs mails Index: changelog.txt =================================================================== RCS file: /cvsroot/graphl/graphl/changelog.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** changelog.txt 23 Jul 2004 08:57:50 -0000 1.6 --- changelog.txt 27 Jul 2004 16:08:42 -0000 1.7 *************** *** 24,26 **** 2004-06-21, f/0: ! initial import to sourceforge (CVS & release 0.0.1) \ No newline at end of file --- 24,28 ---- 2004-06-21, f/0: ! initial import to sourceforge (CVS & release 0.0.1) ! ! x \ No newline at end of file |
From: Flo L. <led...@im...> - 2004-07-23 10:19:28
|
hi all, i refactored the registration machanism for painters and layouters yesterday, for reasons of performance and flexibility. i also added a new NodeLayouter, SortedNodeLayouter, that arranges all nodes assigned to it sorted from left to right and aligned in the y-axis. i will do some major renaming of some classes, since i want to call all aspects that can be assigned to nodes or edges (like layouters and painters, currently those are implementing the AssignableGraphController interface) "Facets" - so the AssignableGraphController interface will be renamed to Facet, and a lot of methods will be renamed accordingly. i will also clean up some inconsistencies in the packaging of classes, and move painters to a new o.m.g.view.painter package. as this will break the revision history of these files in the cvs, i will let you know on graphl-devel when this happens, so that you do not get confused... i guess i will find the time for this early next week, so send me any patches depending on these classes. any comments? regards, f/0 -- |- | Florian Ledermann <led...@im...> | http://www.ims.tuwien.ac.at/~flo/ |- | TU Wien - Vienna University of Technology | Interactive Media Systems Group | Favoritenstrasse 9-11/188/2 | A-1040 Vienna, Austria |- | "I think I'm thinking, therefore I possibly am." |- |
From: Flo L. <led...@im...> - 2004-07-23 09:57:25
|
test - please ignore -- |- | Florian Ledermann <led...@im...> | http://www.ims.tuwien.ac.at/~flo/ |- | TU Wien - Vienna University of Technology | Interactive Media Systems Group | Favoritenstrasse 9-11/188/2 | A-1040 Vienna, Austria |- | "I think I'm thinking, therefore I possibly am." |- |