W3C CVS

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

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

Request diff between arbitrary revisions


Default branch: 1

Revision 1.27 / (download) - annotate - [select for diffs] , Thu May 11 09:05:12 2006 UTC (2 years ago) by epietrig
CVS Tags: rel-2-2, HEAD
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)
use ZVTM cursor under Mac OS X

Revision 1.26 / (download) - annotate - [select for diffs] , Thu Jan 6 13:12:39 2005 UTC (3 years, 4 months ago) by epietrig
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored)
changed (c) statement

Revision 1.25 / (download) - annotate - [select for diffs] , Thu Jan 6 12:51:26 2005 UTC (3 years, 4 months ago) by epietrig
Changes since 1.24: +25 -2 lines
Diff to previous 1.24 (colored)
- added method to refresh an already loaded stylesheet (e.g. if it changed on disk)
- now possible to specify an insert index when loading a stylesheet

Revision 1.24 / (download) - annotate - [select for diffs] , Fri Oct 15 06:51:53 2004 UTC (3 years, 6 months ago) by epietrig
Changes since 1.23: +5 -6 lines
Diff to previous 1.23 (colored)
use system cursor in ZVTM view under MacOS (custom cursor behaves badly)

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

Revision 1.22 / (download) - annotate - [select for diffs] , Fri Aug 1 21:57:31 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.21: +9 -5 lines
Diff to previous 1.21 (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.21 / (download) - annotate - [select for diffs] , Thu Jul 31 21:36:11 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.20: +11 -6 lines
Diff to previous 1.20 (colored)
began work on loading stylesheets in GSS editor
finished work on editing gss:shape in style table
added merge option

Revision 1.20 / (download) - annotate - [select for diffs] , Wed Jul 30 18:59:07 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored)
finished implementing GSS serialization in GSSEditor
added support for NS bindings in several table fields (GSSEditor)
defaulted incremental GSS styling to OFF as it seems to be not so efficient
added the possibility to set a base URI in GSSEditor
added a progress bar for loading/saving in GSSEditor

Revision 1.19 / (download) - annotate - [select for diffs] , Fri Jul 25 21:37:39 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)
added code for inserting / deleting selectors and conditions, styles and sorts
added menus and shortcut keys, implemented reset()
added cell renderers and made some cells not editable (Selector Weight)

Revision 1.18 / (download) - annotate - [select for diffs] , Thu Jul 24 21:08:15 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.17: +5 -3 lines
Diff to previous 1.17 (colored)
began work on a graphical front end for GSS (not functional yet)

Revision 1.17 / (download) - annotate - [select for diffs] , Wed Jul 23 20:20:56 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.16: +1 -1 lines
Diff to previous 1.16 (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.16 / (download) - annotate - [select for diffs] , Wed Jul 23 13:59:23 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.15: +1 -1 lines
Diff to previous 1.15 (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.15 / (download) - annotate - [select for diffs] , Tue Jul 22 20:31:09 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.14: +62 -10 lines
Diff to previous 1.14 (colored)
fixed bug assigning main color to nodes and edges when changed, whereas they should have been red (selected) or gray (commented)

Revision 1.14 / (download) - annotate - [select for diffs] , Wed Jul 16 19:22:29 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.13: +16 -12 lines
Diff to previous 1.13 (colored)
minor widget rewording
fixed bug in incremental styling causing objects in table to change shape (whereas they should always be rectangles)

Revision 1.13 / (download) - annotate - [select for diffs] , Tue Jul 15 19:28:54 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.12: +18 -3 lines
Diff to previous 1.12 (colored)
incremental styling now updates the shape/icon

Revision 1.12 / (download) - annotate - [select for diffs] , Wed Jul 9 20:12:17 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.11: +291 -2 lines
Diff to previous 1.11 (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.11 / (download) - annotate - [select for diffs] , Wed Jul 2 21:24:48 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.10: +13 -3 lines
Diff to previous 1.10 (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.10 / (download) - annotate - [select for diffs] , Tue Jun 17 22:27:50 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.9: +9 -1 lines
Diff to previous 1.9 (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.9 / (download) - annotate - [select for diffs] , Fri Jun 13 22:00:47 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.8: +3 -2 lines
Diff to previous 1.8 (colored)
better column width computation for table
began implementing resizing for tables
fixed a terrible (but small) bug that prevented applying styles that delcared no gss:sort property

Revision 1.8 / (download) - annotate - [select for diffs] , Wed Jun 11 19:36:45 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)
fully implemented gss:sort (up to the actual layout in the table)

Revision 1.7 / (download) - annotate - [select for diffs] , Tue Jun 10 21:48:54 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.6: +14 -0 lines
Diff to previous 1.6 (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.6 / (download) - annotate - [select for diffs] , Wed Jun 4 20:06:39 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 (colored)
fixed compilation bug (method name)

Revision 1.5 / (download) - annotate - [select for diffs] , Wed Jun 4 20:03:49 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.4: +11 -8 lines
Diff to previous 1.4 (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.4 / (download) - annotate - [select for diffs] , Fri May 30 20:52:10 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.3: +23 -2 lines
Diff to previous 1.3 (colored)
added support for gss:icon (seems to be working fine for now)
slight enhancement of align-text algo

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

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: +1 -1 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.

Diffs between and
Type of Diff should be a 

View only Branch:
Sort log by:

Webmaster