CVS log for java/classes/org/w3c/IsaViz/RDFLoader.java
Up to [Public] / java / classes / org / w3c / IsaViz
Request diff between arbitrary revisions
Default branch: 1
Revision 1.44 / (download) - annotate - [select for diffs]
, Wed May 30 16:04:05 2007 UTC (11 months, 1 week ago) by epietrig
CVS Tags: HEAD
Changes since 1.43: +3 -3
lines
Diff to previous 1.43
(colored)
fixed SVG parsing error in GSS pipeline
Revision 1.43 / (download) - annotate - [select for diffs]
, Wed Mar 21 13:10:16 2007 UTC (13 months, 3 weeks ago) by epietrig
CVS Tags: rel-2-2
Changes since 1.42: +5 -5
lines
Diff to previous 1.42
(colored)
upd w.r.t changes in ZVTM's Glyph API
Revision 1.42 / (download) - annotate - [select for diffs]
, Tue Mar 20 12:46:14 2007 UTC (13 months, 3 weeks ago) by epietrig
Changes since 1.41: +5 -5
lines
Diff to previous 1.41
(colored)
upd w.r.t Glyph API method name changes
Revision 1.41 / (download) - annotate - [select for diffs]
, Fri Feb 16 09:06:38 2007 UTC (14 months, 3 weeks ago) by epietrig
Changes since 1.40: +40 -9
lines
Diff to previous 1.40
(colored)
support GraphViz 2.1x
Revision 1.40 / (download) - annotate - [select for diffs]
, Fri Feb 16 07:24:57 2007 UTC (14 months, 3 weeks ago) by epietrig
Changes since 1.39: +3 -3
lines
Diff to previous 1.39
(colored)
fixed SVG w/h parsing error (GraphViz 2.1x)
Revision 1.39 / (download) - annotate - [select for diffs]
, Fri Aug 18 14:35:22 2006 UTC (20 months, 3 weeks ago) by epietrig
Changes since 1.38: +7 -1
lines
Diff to previous 1.38
(colored)
added support for GSS2 new styling property: gss:size (right now this is done in the graph post processing phase; ideally this should be done before the layout by GraphViz, but there does not seem to be such a property in the DOT language)
Revision 1.38 / (download) - annotate - [select for diffs]
, Thu May 11 10:31:08 2006 UTC (2 years ago) by epietrig
Changes since 1.37: +23 -23
lines
Diff to previous 1.37
(colored)
more elements made public
Revision 1.37 / (download) - annotate - [select for diffs]
, Fri Feb 3 06:32:37 2006 UTC (2 years, 3 months ago) by epietrig
Changes since 1.36: +3 -3
lines
Diff to previous 1.36
(colored)
fixed bug reported by Jethro Borsje in generateJenaModel (bug was not having any actual effect on the generated model, but was probably slowing down the process)
Revision 1.36 / (download) - annotate - [select for diffs]
, Wed Nov 16 07:45:55 2005 UTC (2 years, 5 months ago) by epietrig
Changes since 1.35: +18 -8
lines
Diff to previous 1.35
(colored)
- upgrade to Jena 2.3, use ModelFactory instead of ModelMem constructor
Revision 1.35 / (download) - annotate - [select for diffs]
, Mon Jun 13 08:51:06 2005 UTC (2 years, 11 months ago) by epietrig
Changes since 1.34: +3 -3
lines
Diff to previous 1.34
(colored)
typo in error message
Revision 1.34 / (download) - annotate - [select for diffs]
, Fri Oct 15 07:47:59 2004 UTC (3 years, 6 months ago) by epietrig
Changes since 1.33: +3 -4
lines
Diff to previous 1.33
(colored)
- error mode setting in Jena for NTriple parser is not actually supported (reverting back)
- removed exception catching instruction for an exception that was never thrown
Revision 1.33 / (download) - annotate - [select for diffs]
, Fri Oct 15 07:42:13 2004 UTC (3 years, 6 months ago) by epietrig
Changes since 1.32: +10 -54
lines
Diff to previous 1.32
(colored)
- made typed literal creation compatible with Jena 2.1 (no longer possible
to specify a lang attribute for typed literals)
- error mode is now set when parsing NTriples
- code cleanup (removed useless commented code)
Revision 1.32 / (download) - annotate - [select for diffs]
, Fri Aug 8 21:51:38 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.31: +8 -6
lines
Diff to previous 1.31
(colored)
minor bug fixes, including isv/xml dash-array property bad format
Revision 1.31 / (download) - annotate - [select for diffs]
, Thu Aug 7 13:45:09 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.30: +12 -38
lines
Diff to previous 1.30
(colored)
added a new styling property: gss:stroke-dasharray
Revision 1.30 / (download) - annotate - [select for diffs]
, Mon Aug 4 13:33:27 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.29: +2 -1
lines
Diff to previous 1.29
(colored)
now declaring ns bindings from Property Types/Load Properties...
Revision 1.29 / (download) - annotate - [select for diffs]
, Wed Jul 23 20:20:56 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.28: +1 -1
lines
Diff to previous 1.28
(colored)
fixed GSS sort cascading bug
removed support for incremental styling of objects for some actions like deleting and commenting as they were very time consuming
(this should definitely be added at some point in the future, but styling after all delete ops have been completed)
Revision 1.28 / (download) - annotate - [select for diffs]
, Wed Jul 23 15:04:29 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.27: +4 -3
lines
Diff to previous 1.27
(colored)
changed my mind as -q2 is only supported since graphviz 1.10 (too ealry to adopt it)
Revision 1.27 / (download) - annotate - [select for diffs]
, Wed Jul 23 14:59:52 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.26: +3 -2
lines
Diff to previous 1.26
(colored)
added a -q2 flag when calling dot to tell it to shut up (warning messages can cause the runtime process to hang)
Revision 1.26 / (download) - annotate - [select for diffs]
, Wed Jul 23 13:59:23 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.25: +7 -1
lines
Diff to previous 1.25
(colored)
now adapting arrow head size (property's edge) to the stroke width
fixed bug in sorting algorithm for property types in Definition table
Revision 1.25 / (download) - annotate - [select for diffs]
, Tue Jul 22 22:09:36 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.24: +15 -5
lines
Diff to previous 1.24
(colored)
added code that reduce height of tables with only one row (because dot computes a height far too big in my opinion)
Revision 1.24 / (download) - annotate - [select for diffs]
, Tue Jul 15 19:28:54 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.23: +17 -23
lines
Diff to previous 1.23
(colored)
incremental styling now updates the shape/icon
Revision 1.23 / (download) - annotate - [select for diffs]
, Thu Jul 10 22:06:49 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.22: +3 -3
lines
Diff to previous 1.22
(colored)
implemented table support in Delete/Cut/Copy?paste, and should work for undo() although not tested for every operaiton
Revision 1.22 / (download) - annotate - [select for diffs]
, Thu Jul 10 14:57:02 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.21: +25 -25
lines
Diff to previous 1.21
(colored)
removed the arrow head for edges pointing to tables (requested by several members in sw-team)
a side effect is that we got rid of the sometimes-not-updated-arrow-head bug when resizing table columns (nice!)
Revision 1.21 / (download) - annotate - [select for diffs]
, Wed Jul 9 20:12:17 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.20: +63 -140
lines
Diff to previous 1.20
(colored)
Lots of changes in the handling of URI vs ID, inculding the ISV/XML format
Should work much better now, and Jena should no longer complain about relative URIs without a base
Revision 1.20 / (download) - annotate - [select for diffs]
, Wed Jul 2 21:24:48 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.19: +35 -11
lines
Diff to previous 1.19
(colored)
fixed the bug that caused visibility=hidden entities to be displayed when loaded from an ISV project file
implemented a new Property (statement) constructor as a Swing Dialog that allows selecting the subject and object by point and click
+modifying the property (this makes it much easier to create properties between subjects and objects which are geometrically far
from one another)
Revision 1.19 / (download) - annotate - [select for diffs]
, Mon Jun 30 21:11:56 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.18: +4 -4
lines
Diff to previous 1.18
(colored)
fixed bug in IResource.toISV() that omitted information when saving invisible resources in ISV/XML, preventing projects to be restored correctly
fixed problem with table property cell stroke color (got rid of cellStrokeIndex, just relying on textIndex when table=true)
Revision 1.18 / (download) - annotate - [select for diffs]
, Fri Jun 27 20:59:34 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.17: +2 -5
lines
Diff to previous 1.17
(colored)
main changes are the implementation of support for GSS styling in ISV project files
(still buggy, but almost working )
Revision 1.17 / (download) - annotate - [select for diffs]
, Wed Jun 25 21:30:14 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.16: +26 -12
lines
Diff to previous 1.16
(colored)
fixed font bug (bad font was applied when applying stylesheets)
fixed bug that prevented creating new properties when subject or object had a shape different from ellipse or rectangle
fixed mechanism remembering last import/export directories (was pointing to the tmp dot/svg dir after doing some operations like suugest layout)
Revision 1.16 / (download) - annotate - [select for diffs]
, Tue Jun 17 22:27:50 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.15: +1 -1
lines
Diff to previous 1.15
(colored)
fixed many bugs in table layout (selection, deletion, ...)
fixed bug when resizing nodes with hidden properties
ifixed sort bug in StyleInfoR generation
changed some gss names like ValueOf to Fetch,...
Revision 1.15 / (download) - annotate - [select for diffs]
, Mon Jun 16 21:49:55 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.14: +90 -13
lines
Diff to previous 1.14
(colored)
implemented gss:ValueOf() (function for dynamically specifying icon URIs)
fixed bugs in table resizing
implemented gss:fill for properties laid out in table form
Revision 1.14 / (download) - annotate - [select for diffs]
, Thu Jun 12 19:46:23 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.13: +47 -21
lines
Diff to previous 1.13
(colored)
automatically assigning ns prefix bindings from the source rdf/xml file to the model (thanks to a feature introduced in Jena2p3)
Revision 1.13 / (download) - annotate - [select for diffs]
, Wed Jun 11 19:36:45 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.12: +3 -10
lines
Diff to previous 1.12
(colored)
fully implemented gss:sort (up to the actual layout in the table)
Revision 1.12 / (download) - annotate - [select for diffs]
, Tue Jun 10 21:48:54 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.11: +376 -75
lines
Diff to previous 1.11
(colored)
better adjusting of paths pointing to table cells (now using the entire column instead of only the first cell)
better layout of the text labels for table layout
Revision 1.11 / (download) - annotate - [select for diffs]
, Fri May 30 20:52:10 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.10: +69 -12
lines
Diff to previous 1.10
(colored)
added support for gss:icon (seems to be working fine for now)
slight enhancement of align-text algo
Revision 1.10 / (download) - annotate - [select for diffs]
, Thu May 29 21:47:58 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.9: +43 -24
lines
Diff to previous 1.9
(colored)
added option for debugging gss (moved messages to a TextViewer)
added support for gss:text-align
Revision 1.9 / (download) - annotate - [select for diffs]
, Thu May 15 20:07:30 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.8: +29 -14
lines
Diff to previous 1.8
(colored)
debugged support for polygon custom shapes
n
Revision 1.8 / (download) - annotate - [select for diffs]
, Wed May 14 21:07:35 2003 UTC (5 years ago) by epietrig
Changes since 1.7: +23 -4
lines
Diff to previous 1.7
(colored)
began adding support for custom polygons (different from custom shapes)
added translation shortcut keys to radar view
Revision 1.7 / (download) - annotate - [select for diffs]
, Fri Apr 18 21:15:19 2003 UTC (5 years ago) by epietrig
Changes since 1.6: +129 -58
lines
Diff to previous 1.6
(colored)
added full support for gss:shape (resizing in now working)
Revision 1.6 / (download) - annotate - [select for diffs]
, Fri Apr 18 15:12:57 2003 UTC (5 years ago) by epietrig
Changes since 1.5: +214 -373
lines
Diff to previous 1.5
(colored)
almost finished implementing gss:shape
the only thing not working for now is the resizing mechanism when the shape is not rectangle or an ellipse (also causes ClassCastExceptions when editing the geometry of a spline)
Revision 1.5 / (download) - annotate - [select for diffs]
, Wed Apr 16 13:48:52 2003 UTC (5 years ago) by epietrig
Changes since 1.4: +69 -8
lines
Diff to previous 1.4
(colored)
added acc keys to radar view, menu items for zoom in/out
modified plug-in code so that it is no longer necessary to dump model to temp file when importing/exporting (Jena handles directly streams)
Revision 1.4 / (download) - annotate - [select for diffs]
, Tue Apr 15 18:41:41 2003 UTC (5 years ago) by epietrig
Changes since 1.3: +62 -21
lines
Diff to previous 1.3
(colored)
integrated Arjohn's plug-in interface
made corrections to RDFLoader to use Input and Output streams instead of readers in order to be compliant
with Jena2p2's IO howto - tested i18n, still seems to work correctly
enhanced debug mode for GSS (better messages describing styles and selectors)
Revision 1.3 / (download) - annotate - [select for diffs]
, Fri Apr 11 21:14:53 2003 UTC (5 years, 1 month ago) by epietrig
Changes since 1.2: +80 -1
lines
Diff to previous 1.2
(colored)
enhanced shortcut keys for error log and radar window (bring window to front when exists)
added new shortcut keys for zoom-in zoom-out (page down/page up)
added support for GSS/visiblity=hidden (only display=none was working until now)
Revision 1.2 / (download) - annotate - [select for diffs]
, Wed Apr 9 19:31:49 2003 UTC (5 years, 1 month ago) by epietrig
Changes since 1.1: +2 -2
lines
Diff to previous 1.1
(colored)
migrated to Jena2p2 (not compatible with Jena2p1 any longer)
removed rdf:li from the list of RDFMS properties
support for unit specification for values of gss:stroke-width and gss:font-size (resp px and pt only)
added titles to JFileChoosers
Revision 1.1 / (download) - annotate - [select for diffs]
, Fri Apr 4 14:36:23 2003 UTC (5 years, 1 month ago) by epietrig
Diff
first alpha public release of IsaViz v2.0 with support for GraphStylesheets (GSS)
includes supoort for the following properties:
gss:fill
gss:stroke
gss:stroke-width
gss:font-family
gss:font-weight
gss:font-style
gss:font-size
gss:display=none
gss:visibility=visible
gss:visibility=hidden
This form allows you to request diff's between any two
revisions of a file. You may select a symbolic revision
name using the selection box or you may type in a numeric
name using the type-in text box.
Webmaster