W3C CVS

CVS log for java/classes/org/w3c/IsaViz/GraphStylesheet.java

[BACK] Up to [Public] / java / classes / org / w3c / IsaViz

Request diff between arbitrary revisions


Default branch: 1

Revision 1.26 / (download) - annotate - [select for diffs] , Fri Aug 18 14:35:22 2006 UTC (20 months, 3 weeks ago) by epietrig
CVS Tags: rel-2-2, HEAD
Changes since 1.25: +48 -4 lines
Diff to previous 1.25 (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.25 / (download) - annotate - [select for diffs] , Thu May 11 13:14:12 2006 UTC (2 years ago) by epietrig
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored)
reverting to prev version

Revision 1.24 / (download) - annotate - [select for diffs] , Thu May 11 12:48:41 2006 UTC (2 years ago) by epietrig
Changes since 1.23: +1 -2 lines
Diff to previous 1.23 (colored)
minor optim

Revision 1.23 / (download) - annotate - [select for diffs] , Wed Nov 16 07:45:55 2005 UTC (2 years, 5 months ago) by epietrig
Changes since 1.22: +0 -1 lines
Diff to previous 1.22 (colored)
- upgrade to Jena 2.3, use ModelFactory instead of ModelMem constructor

Revision 1.22 / (download) - annotate - [select for diffs] , Thu Aug 7 17:52:53 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored)
added gss:Solid
fixed bugs related to gss:stroke-dasharray in GSSEditor and Style

Revision 1.21 / (download) - annotate - [select for diffs] , Thu Aug 7 13:45:09 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.20: +13 -2 lines
Diff to previous 1.20 (colored)
added a new styling property: gss:stroke-dasharray

Revision 1.20 / (download) - annotate - [select for diffs] , Mon Aug 4 21:27:15 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.19: +3 -1 lines
Diff to previous 1.19 (colored)
added help links to user manuals

Revision 1.19 / (download) - annotate - [select for diffs] , Fri Aug 1 21:57:31 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.18: +35 -7 lines
Diff to previous 1.18 (colored)
supporting n-triples and notation3 for gss (in addition to rdf/xml)
added a progress bar showing the loading status of stylesheets

Revision 1.18 / (download) - annotate - [select for diffs] , Thu Jul 31 21:36:11 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.17: +5 -5 lines
Diff to previous 1.17 (colored)
began work on loading stylesheets in GSS editor
finished work on editing gss:shape in style table
added merge option

Revision 1.17 / (download) - annotate - [select for diffs] , Tue Jul 29 22:04:31 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.16: +13 -14 lines
Diff to previous 1.16 (colored)
changed some const names
made gsseditor serialization code more efficient by adding property types to jena model at the beginning of the process, no matter wether they are used or not
began implementing resource selector serialization

Revision 1.16 / (download) - annotate - [select for diffs] , Mon Jul 28 22:04:06 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.15: +4 -4 lines
Diff to previous 1.15 (colored)
implement editing capabilities for all GSSEditor tables
began working on GSS serialization for GSSEditor (styles almost done)

Revision 1.15 / (download) - annotate - [select for diffs] , Wed Jul 9 20:12:17 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.14: +11 -10 lines
Diff to previous 1.14 (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.14 / (download) - annotate - [select for diffs] , Fri Jun 27 20:59:34 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.13: +1 -1 lines
Diff to previous 1.13 (colored)
main changes are the implementation of support for GSS styling in ISV project files
(still buggy, but almost working )

Revision 1.13 / (download) - annotate - [select for diffs] , Wed Jun 25 21:30:14 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.12: +1 -0 lines
Diff to previous 1.12 (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.12 / (download) - annotate - [select for diffs] , Tue Jun 17 22:27:50 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.11: +10 -10 lines
Diff to previous 1.11 (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.11 / (download) - annotate - [select for diffs] , Mon Jun 16 21:49:55 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.10: +14 -5 lines
Diff to previous 1.10 (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.10 / (download) - annotate - [select for diffs] , Wed Jun 11 19:36:45 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)
fully implemented gss:sort (up to the actual layout in the table)

Revision 1.9 / (download) - annotate - [select for diffs] , Wed Jun 4 20:03:49 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.8: +108 -5 lines
Diff to previous 1.8 (colored)
implemented support for gss:sortPropertiesBy (info is now available inside StyleInfoR objects for each resource) - we now have to use this info when building table forms (but building table forms is not yet dnoe)

Revision 1.8 / (download) - annotate - [select for diffs] , Fri May 30 20:52:10 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.7: +39 -5 lines
Diff to previous 1.7 (colored)
added support for gss:icon (seems to be working fine for now)
slight enhancement of align-text algo

Revision 1.7 / (download) - annotate - [select for diffs] , Thu May 29 21:47:58 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.6: +66 -56 lines
Diff to previous 1.6 (colored)
added option for debugging gss (moved messages to a TextViewer)
added support for gss:text-align

Revision 1.6 / (download) - annotate - [select for diffs] , Wed May 14 21:07:35 2003 UTC (5 years ago) by epietrig
Changes since 1.5: +28 -13 lines
Diff to previous 1.5 (colored)
began adding support for custom polygons (different from custom shapes)
added translation shortcut keys to radar view

Revision 1.5 / (download) - annotate - [select for diffs] , Fri Apr 18 15:12:57 2003 UTC (5 years ago) by epietrig
Changes since 1.4: +7 -7 lines
Diff to previous 1.4 (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.4 / (download) - annotate - [select for diffs] , Fri Apr 18 13:07:19 2003 UTC (5 years ago) by epietrig
Changes since 1.3: +4 -2 lines
Diff to previous 1.3 (colored)
added support for literal value for uriStartsWith selector property

Revision 1.3 / (download) - annotate - [select for diffs] , Tue Apr 15 18:41:41 2003 UTC (5 years ago) by epietrig
Changes since 1.2: +40 -25 lines
Diff to previous 1.2 (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.2 / (download) - annotate - [select for diffs] , Mon Apr 7 21:24:45 2003 UTC (5 years, 1 month ago) by epietrig
Changes since 1.1: +10 -1 lines
Diff to previous 1.1 (colored)
fixed a bug that added constraints from already processed XOfStatements to other XOfStatements
in resource selectors because some tmp vars were not reset to null

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.

Diffs between and
Type of Diff should be a 

View only Branch:
Sort log by:

Webmaster