ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/conient/uk/org/iscream/cms/conient/DataPanel.java
Revision 1.31 - (view) (annotate) - [select for diffs]
Sun Aug 1 10:40:06 2004 UTC (19 years, 9 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.30: +3 -3 lines
Diff to previous 1.30
Catch a lot of old URL's and update them. Also remove a couple of old files
that aren't used.

Revision 1.30 - (view) (annotate) - [select for diffs]
Wed Feb 5 19:35:04 2003 UTC (21 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.29: +3 -3 lines
Diff to previous 1.29
Conient now uses the new seperate i-scream util package.

Revision 1.29 - (view) (annotate) - [select for diffs]
Fri Jan 31 17:05:50 2003 UTC (21 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.28: +3 -3 lines
Diff to previous 1.28
The images (from the resources directory) are now inside the JAR file.
Thanks Pete for pointing out how to do this ;)

Revision 1.28 - (view) (annotate) - [select for diffs]
Tue May 21 16:47:10 2002 UTC (22 years ago) by tdb
Branch: MAIN
Changes since 1.27: +3 -2 lines
Diff to previous 1.27
Added URL to GPL headers.

Revision 1.27 - (view) (annotate) - [select for diffs]
Sat May 18 18:15:56 2002 UTC (22 years ago) by tdb
Branch: MAIN
Changes since 1.26: +22 -3 lines
Diff to previous 1.26
i-scream is now licensed under the GPL. I've added the GPL headers to every
source file, and put a full copy of the license in the appropriate places.
I think I've covered everything. This is going to be a mad commit ;)

Revision 1.26 - (view) (annotate) - [select for diffs]
Tue May 29 17:41:32 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.25: +4 -4 lines
Diff to previous 1.25
The last of the central monitoring system packages to be changed to the newer
structure. It has changed from;

uk.org.iscream.conient.*

to;

uk.org.iscream.cms.conient.*

This is in keeping with the new style of packaging.

Revision 1.25 - (view) (annotate) - [select for diffs]
Fri Mar 23 03:27:07 2001 UTC (23 years, 1 month ago) by ajm
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.24: +3 -2 lines
Diff to previous 1.24
Now sorts the host lists throughout.

Revision 1.24 - (view) (annotate) - [select for diffs]
Mon Mar 19 01:38:16 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.23: +6 -4 lines
Diff to previous 1.23
A load of minor cosmetic changes, and some swing thread issues cleared up.

Revision 1.23 - (view) (annotate) - [select for diffs]
Mon Mar 19 00:49:11 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.22: +19 -16 lines
Diff to previous 1.22
fixed the bug where the gc code to remove all the old panels caused the panels to never actually get displayed doh!

Revision 1.22 - (view) (annotate) - [select for diffs]
Mon Mar 19 00:23:50 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.21: +61 -12 lines
Diff to previous 1.21
WOW, finally, this is what it SHOULD have been like.

Lots of playing and going down the wrong road with layered panes (which I am *NOT* amused about)...but its done.

mmm...lovely.

Revision 1.21 - (view) (annotate) - [select for diffs]
Sun Mar 18 22:25:42 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20
tabs now down the side, less cluttered? nicer?

Revision 1.20 - (view) (annotate) - [select for diffs]
Thu Mar 15 01:05:46 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.19: +4 -4 lines
Diff to previous 1.19
The whole bally lot now is under uk.org.iscream ;p

Revision 1.19 - (view) (annotate) - [select for diffs]
Wed Mar 14 16:32:27 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.18: +14 -20 lines
Diff to previous 1.18
Now uses the new style XML Packet creation mechanism.

Revision 1.18 - (view) (annotate) - [select for diffs]
Mon Mar 5 16:12:43 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.17: +7 -7 lines
Diff to previous 1.17
Now displays the raw XML in the debug mode, not the nice format that the XMLPacket creates

Revision 1.17 - (view) (annotate) - [select for diffs]
Thu Mar 1 02:00:02 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.16: +8 -5 lines
Diff to previous 1.16
Now all configuration support is in place.  Full 1.1 support and configuration for it.
Still a few configuration bugs to iron out, but all the major construction and implementation is done.
Added debug messages to ConnectionHandler.
Fixed bug in the datapanel.

Revision 1.16 - (view) (annotate) - [select for diffs]
Wed Feb 28 23:57:17 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.15: +10 -9 lines
Diff to previous 1.15
Fixed QFrame window not going away when told to

Revision 1.15 - (view) (annotate) - [select for diffs]
Tue Feb 27 23:31:32 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.14: +120 -23 lines
Diff to previous 1.14
added support for 1.1 PROTOCOL
initial support for using it, though the configuration
of the actually host list is in GUI form, it currently doesn't work.
The option boxes of "discover" and "use host list" do though.
The configuration options for the list (if you want to hand edit) are:
hostList and knownHostList

Revision 1.14 - (view) (annotate) - [select for diffs]
Tue Feb 27 03:09:59 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.13: +4 -4 lines
Diff to previous 1.13
Now has fully support for configuration modification, saving and loading.

Note there are still bugs, namely the server config is NOT treated seperately
from local config, as well as concurrency issues of loading in a config as
its changing.

Also not present is support for checking all REQUIRED configuration options
are present, so that will need to be done.

Revision 1.13 - (view) (annotate) - [select for diffs]
Mon Feb 26 00:25:00 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.12: +8 -3 lines
Diff to previous 1.12
added support for debugging packets
fixed problem when connecting and starting data but not getting config ;)

Revision 1.12 - (view) (annotate) - [select for diffs]
Sun Feb 25 21:23:38 2001 UTC (23 years, 2 months ago) by ajm
Branch: MAIN
Changes since 1.11: +17 -2 lines
Diff to previous 1.11
Now supports the viewing of Queue information from the server

Revision 1.11 - (view) (annotate) - [select for diffs]
Mon Feb 12 13:20:29 2001 UTC (23 years, 3 months ago) by ajm
Branch: MAIN
Changes since 1.10: +18 -12 lines
Diff to previous 1.10
Now enforces packet type checks

Revision 1.10 - (view) (annotate) - [select for diffs]
Sun Feb 4 23:46:50 2001 UTC (23 years, 3 months ago) by ajm
Branch: MAIN
Changes since 1.9: +5 -3 lines
Diff to previous 1.9
now doesn't stop all data if the host fails to update

Revision 1.9 - (view) (annotate) - [select for diffs]
Sun Feb 4 00:02:50 2001 UTC (23 years, 3 months ago) by ajm
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
now passes the hostname to the HostDisplayPanel

Revision 1.8 - (view) (annotate) - [select for diffs]
Sat Feb 3 19:18:24 2001 UTC (23 years, 3 months ago) by ajm
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7
error messages from this class now indicate they were from this class.

Revision 1.7 - (view) (annotate) - [select for diffs]
Mon Jan 29 17:03:33 2001 UTC (23 years, 3 months ago) by ajm
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6
Fixed images appearing - wasn't looking in the right place

Revision 1.6 - (view) (annotate) - [select for diffs]
Wed Jan 24 03:21:26 2001 UTC (23 years, 3 months ago) by ajm
Branch: MAIN
Changes since 1.5: +6 -6 lines
Diff to previous 1.5
changes for SwingClient.java -> Conient.java

Revision 1.5 - (view) (annotate) - [select for diffs]
Wed Jan 24 03:09:45 2001 UTC (23 years, 3 months ago) by ajm
Branch: MAIN
Changes since 1.4: +89 -17 lines
Diff to previous 1.4
all packaged up
all javadoc'd
still not handling stuff (sockets) right just yet....
but its all in a fit state to be PROPER and continue working and expanding on

Revision 1.4 - (view) (annotate) - [select for diffs]
Mon Jan 22 19:35:36 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.3: +5 -1 lines
Diff to previous 1.3
Mainly bug fixes and small features added.
eg, start data connects control link if not already there
eg, shows messages as new hosts are added
eg, scrolls the main central data panel
eg, cleans up old data panels when data is stopped and restarted

added more javadoc to some items

Revision 1.3 - (view) (annotate) - [select for diffs]
Mon Jan 22 04:45:58 2001 UTC (23 years, 3 months ago) by ajm
Branch: MAIN
Changes since 1.2: +1 -0 lines
Diff to previous 1.2
added nice status stuff for looking at the Queue

Revision 1.2 - (view) (annotate) - [select for diffs]
Mon Jan 22 03:03:39 2001 UTC (23 years, 3 months ago) by ajm
Branch: MAIN
Changes since 1.1: +2 -19 lines
Diff to previous 1.1
re-worked to be better OO... ;-)
added support for V1.0 client protocol
all still very messy....

Revision 1.1 - (view) (annotate) - [select for diffs]
Sun Jan 21 03:30:00 2001 UTC (23 years, 3 months ago) by ajm
Branch: MAIN
modified to have better support for threads and application layout.
all ready to start implementing a protocol too ;)

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a