CVS log for java/classes/org/w3c/IsaViz/TablePanel.java
Up to [Public] / java / classes / org / w3c / IsaViz
Request diff between arbitrary revisions
Default branch: 1
Revision 1.23 / (download) - annotate - [select for diffs]
, Thu May 11 09:05:38 2006 UTC (2 years ago) by epietrig
CVS Tags: rel-2-2,
HEAD
Changes since 1.22: +3 -3
lines
Diff to previous 1.22
(colored)
adding Fresnel panel
Revision 1.22 / (download) - annotate - [select for diffs]
, Thu May 11 07:45:01 2006 UTC (2 years ago) by epietrig
Changes since 1.21: +7 -1
lines
Diff to previous 1.21
(colored)
updated depracated calls
Revision 1.21 / (download) - annotate - [select for diffs]
, Tue Feb 28 08:07:57 2006 UTC (2 years, 2 months ago) by epietrig
Changes since 1.20: +3 -3
lines
Diff to previous 1.20
(colored)
made a bunch of attributes and methods public for access by plugins
Revision 1.20 / (download) - annotate - [select for diffs]
, Wed Feb 1 18:10:41 2006 UTC (2 years, 3 months ago) by epietrig
Changes since 1.19: +8 -8
lines
Diff to previous 1.19
(colored)
- s/MiscPlugin/TabPlugin
- tab plugins are now listed in Help/About Plugins
Revision 1.19 / (download) - annotate - [select for diffs]
, Wed Feb 1 14:21:12 2006 UTC (2 years, 3 months ago) by epietrig
Changes since 1.18: +98 -5
lines
Diff to previous 1.18
(colored)
new plugin mechanism that allows plugins to appear as new tabs in the definitions windows
Revision 1.18 / (download) - annotate - [select for diffs]
, Thu Oct 6 09:10:45 2005 UTC (2 years, 7 months ago) by epietrig
Changes since 1.17: +16 -11
lines
Diff to previous 1.17
(colored)
added a widget to manage RDFS/OWL schema locations
Revision 1.17 / (download) - annotate - [select for diffs]
, Tue Sep 13 15:09:42 2005 UTC (2 years, 7 months ago) by epietrig
Changes since 1.16: +15 -6
lines
Diff to previous 1.16
(colored)
implemented events for floating palette icons : create resource, create literal, and paste
Revision 1.16 / (download) - annotate - [select for diffs]
, Thu Sep 8 12:42:27 2005 UTC (2 years, 8 months ago) by epietrig
Changes since 1.15: +70 -36
lines
Diff to previous 1.15
(colored)
- RDFS/OWL data retrieving is done in a separate thread (so that GUI does not freezes)
- press enter in FSL input text field evaluates expression
- textual feedback during RDFS/OWL retrieving process
Revision 1.15 / (download) - annotate - [select for diffs]
, Mon Jul 18 13:55:11 2005 UTC (2 years, 9 months ago) by epietrig
Changes since 1.14: +104 -1
lines
Diff to previous 1.14
(colored)
added a tab for FSL expression eval
Revision 1.14 / (download) - annotate - [select for diffs]
, Fri Feb 11 14:57:31 2005 UTC (3 years, 3 months ago) by epietrig
Changes since 1.13: +1 -48
lines
Diff to previous 1.13
(colored)
removed useless code
Revision 1.13 / (download) - annotate - [select for diffs]
, Fri Jan 7 08:37:45 2005 UTC (3 years, 4 months ago) by epietrig
Changes since 1.12: +2 -2
lines
Diff to previous 1.12
(colored)
display truncated versions of literal values in property browser
Revision 1.12 / (download) - annotate - [select for diffs]
, Thu Jan 6 13:09:12 2005 UTC (3 years, 4 months ago) by epietrig
Changes since 1.11: +23 -14
lines
Diff to previous 1.11
(colored)
- GSS table API improvements : remove stylesheet by index, insert stylesheet
Revision 1.11 / (download) - annotate - [select for diffs]
, Mon Aug 4 13:33:01 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.10: +8 -8
lines
Diff to previous 1.10
(colored)
changed button names for gss panel
Revision 1.10 / (download) - annotate - [select for diffs]
, Fri Aug 1 21:57:31 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.9: +110 -46
lines
Diff to previous 1.9
(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.9 / (download) - annotate - [select for diffs]
, Fri Aug 1 14:46:33 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.8: +6 -1
lines
Diff to previous 1.8
(colored)
finished implementing loadStylesheet() in GSSEditor
automatically select previous row in all IsaViz tables when deleting an entry
Revision 1.8 / (download) - annotate - [select for diffs]
, Thu Jul 31 21:36:11 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.7: +5 -2
lines
Diff to previous 1.7
(colored)
began work on loading stylesheets in GSS editor
finished work on editing gss:shape in style table
added merge option
Revision 1.7 / (download) - annotate - [select for diffs]
, Wed Jul 16 19:22:29 2003 UTC (4 years, 9 months ago) by epietrig
Changes since 1.6: +1 -1
lines
Diff to previous 1.6
(colored)
minor widget rewording
fixed bug in incremental styling causing objects in table to change shape (whereas they should always be rectangles)
Revision 1.6 / (download) - annotate - [select for diffs]
, Thu Jul 10 22:06:49 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.5: +2 -2
lines
Diff to previous 1.5
(colored)
implemented table support in Delete/Cut/Copy?paste, and should work for undo() although not tested for every operaiton
Revision 1.5 / (download) - annotate - [select for diffs]
, Wed Jul 9 20:12:17 2003 UTC (4 years, 10 months ago) by epietrig
Changes since 1.4: +4 -4
lines
Diff to previous 1.4
(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.4 / (download) - annotate - [select for diffs]
, Thu May 29 21:47:58 2003 UTC (4 years, 11 months ago) by epietrig
Changes since 1.3: +118 -17
lines
Diff to previous 1.3
(colored)
added option for debugging gss (moved messages to a TextViewer)
added support for gss:text-align
Revision 1.3 / (download) - annotate - [select for diffs]
, Fri Apr 18 15:12:57 2003 UTC (5 years ago) by epietrig
Changes since 1.2: +3 -1
lines
Diff to previous 1.2
(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.2 / (download) - annotate - [select for diffs]
, Tue Apr 15 18:41:41 2003 UTC (5 years ago) by epietrig
Changes since 1.1: +2 -2
lines
Diff to previous 1.1
(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.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