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

Revision 1.20 - (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.19: +2 -2 lines
Diff to previous 1.19
Conient now uses the new seperate i-scream util package.

Revision 1.19 - (view) (annotate) - [select for diffs]
Tue May 21 16:47:10 2002 UTC (21 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.18: +2 -1 lines
Diff to previous 1.18
Added URL to GPL headers.

Revision 1.18 - (view) (annotate) - [select for diffs]
Sat May 18 18:15:56 2002 UTC (21 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.17: +20 -1 lines
Diff to previous 1.17
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.17 - (view) (annotate) - [select for diffs]
Thu Feb 14 17:17:00 2002 UTC (22 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.16: +4 -5 lines
Diff to previous 1.16
Bug spotted by M.Slowe. We weren't adding the last case.

Revision 1.16 - (view) (annotate) - [select for diffs]
Thu Feb 14 16:46:52 2002 UTC (22 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.15: +8 -5 lines
Diff to previous 1.15
Another suggestion by M.Slowe (mafoo@lintilla.org.uk). Only putting the
count if it's greater than 1 looks much less cluttered. :)

Revision 1.15 - (view) (annotate) - [select for diffs]
Thu Feb 14 16:32:52 2002 UTC (22 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.14: +57 -8 lines
Diff to previous 1.14
Now sorts the user list. Also removes duplicate entries replacing them with
"user (count)". Mostly taken from a patch by M.Slowe (mafoo@lintilla.org.uk).

Revision 1.14 - (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.13: +3 -3 lines
Diff to previous 1.13
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.13 - (view) (annotate) - [select for diffs]
Sun Mar 18 16:28:53 2001 UTC (23 years, 1 month ago) by ajm
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.12: +5 -1 lines
Diff to previous 1.12
components are now invisible unless they get some data.

Revision 1.12 - (view) (annotate) - [select for diffs]
Sun Mar 18 14:43:39 2001 UTC (23 years, 1 month ago) by ajm
Branch: MAIN
Changes since 1.11: +8 -7 lines
Diff to previous 1.11
Lots of changes to allow components to have multiple attributes.

This now means that data for memory/swap/disks/services are all correctly updated on the display the first time they get data.  Rather than before, when they had to have at least two packets to gain all the data and would be slightly wrong.

Now it is all fine and dandy...

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

Revision 1.10 - (view) (annotate) - [select for diffs]
Sun Feb 4 00:06:14 2001 UTC (23 years, 3 months ago) by ajm
Branch: MAIN
Changes since 1.9: +13 -3 lines
Diff to previous 1.9
all components now report what packet attribute they relate to

Revision 1.9 - (view) (annotate) - [select for diffs]
Tue Jan 30 03:23:01 2001 UTC (23 years, 3 months ago) by ajm
Branch: MAIN
Changes since 1.8: +10 -9 lines
Diff to previous 1.8
now displays "no users logged in" if it detects no users logged in

Revision 1.8 - (view) (annotate) - [select for diffs]
Mon Jan 29 14:00:51 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
fixed typo

Revision 1.7 - (view) (annotate) - [select for diffs]
Mon Jan 29 13:58:45 2001 UTC (23 years, 3 months ago) by ajm
Branch: MAIN
Changes since 1.6: +5 -1 lines
Diff to previous 1.6
all components now display -uninitialised- until first value is recieved
fixed problem with MemoryFree component showing negative numbers

Revision 1.6 - (view) (annotate) - [select for diffs]
Mon Jan 29 12:37:38 2001 UTC (23 years, 3 months ago) by ajm
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5
Fixed bug - didn't actaully dispatch gui updates

Revision 1.5 - (view) (annotate) - [select for diffs]
Mon Jan 29 12:23:25 2001 UTC (23 years, 3 months ago) by ajm
Branch: MAIN
Changes since 1.4: +20 -9 lines
Diff to previous 1.4
All components are now Swing safe.  They now all use the
Swing event dispatching thread to perform gui updates.

Also made the VisibleDataComponent implement the DataComponent
interface.

Revision 1.4 - (view) (annotate) - [select for diffs]
Wed Jan 24 03:11:14 2001 UTC (23 years, 3 months ago) by ajm
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
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.3 - (view) (annotate) - [select for diffs]
Wed Jan 24 01:54:43 2001 UTC (23 years, 3 months ago) by ajm
Branch: MAIN
Changes since 1.2: +36 -14 lines
Diff to previous 1.2
moved into the package
and restructed to allow non-visible components

Revision 1.2 - (view) (annotate) - [select for diffs]
Tue Jan 23 00:38:24 2001 UTC (23 years, 3 months ago) by ajm
Branch: MAIN
Changes since 1.1: +32 -12 lines
Diff to previous 1.1
fixed overrun of data display on text.
users now display in a combo box

Revision 1.1 - (view) (annotate) - [select for diffs]
Mon Jan 22 19:35:36 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
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

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