Tue, 04 Feb 2003 00:59:24 +0000Fixed a bug where a user doesn't enter any data on the gui, an exception gets thrown. BLD200302040100
serff@netbeans.org [Tue, 04 Feb 2003 00:59:24 +0000] rev 3083
Fixed a bug where a user doesn't enter any data on the gui, an exception gets thrown.

Tue, 04 Feb 2003 00:41:40 +0000changed some label text
serff@netbeans.org [Tue, 04 Feb 2003 00:41:40 +0000] rev 3082
changed some label text

Tue, 04 Feb 2003 00:40:47 +0000changed the size of the dialog until we get more things on it
serff@netbeans.org [Tue, 04 Feb 2003 00:40:47 +0000] rev 3081
changed the size of the dialog until we get more things on it

Tue, 04 Feb 2003 00:40:25 +0000changed layout a little
serff@netbeans.org [Tue, 04 Feb 2003 00:40:25 +0000] rev 3080
changed layout a little

Tue, 04 Feb 2003 00:40:04 +0000added the example label text
serff@netbeans.org [Tue, 04 Feb 2003 00:40:04 +0000] rev 3079
added the example label text

Tue, 04 Feb 2003 00:39:44 +0000added some example labels
serff@netbeans.org [Tue, 04 Feb 2003 00:39:44 +0000] rev 3078
added some example labels

Mon, 03 Feb 2003 16:41:31 +0000Provide the status information of updated files during the command execution
mentlicher@netbeans.org [Mon, 03 Feb 2003 16:41:31 +0000] rev 3077
Provide the status information of updated files during the command execution
for the efficiency.
Also some bugs, that caused '.' folders for removed directories to appear, etc. are fixed.
This is a performance fix of issue #26113 and functional fix of refresh after update & checkout commands.

Mon, 03 Feb 2003 16:32:52 +0000Use the Entries.Log file when reading Entries so that the information is complete.
mentlicher@netbeans.org [Mon, 03 Feb 2003 16:32:52 +0000] rev 3076
Use the Entries.Log file when reading Entries so that the information is complete.
This is necessary for off-line refreshes as well as for CvsUpdate command,
that provides status information of checkouted and updated files.

Mon, 03 Feb 2003 16:23:55 +0000Improved refreshing so that only existing FileObjects will be refreshed.
mentlicher@netbeans.org [Mon, 03 Feb 2003 16:23:55 +0000] rev 3075
Improved refreshing so that only existing FileObjects will be refreshed.
This is a performance improvement, issue #26113.

Mon, 03 Feb 2003 16:15:58 +0000For performance reasons collect the refresh data for all files in a folder
mentlicher@netbeans.org [Mon, 03 Feb 2003 16:15:58 +0000] rev 3074
For performance reasons collect the refresh data for all files in a folder
and call the FileReaderListener once for the whole folder.
This will result of a more efficient refresh of the filesystem.
This is a part of the fix of issue #26113.