Tue, 23 Sep 2003 16:13:44 +0000Disable the Delete button when not applicable. BLD200309240100
mentlicher@netbeans.org [Tue, 23 Sep 2003 16:13:44 +0000] rev 3545
Disable the Delete button when not applicable.
Also selected row is compared to the total number of rows, because
it may happen that selected row is '0', while the total number of rows is '0' !!!
This is a fix of issue #33176.

Tue, 23 Sep 2003 00:11:02 +0000Zeroadmin no longer logs using J2EE. LoggingErrorManager created instead.
dstrupl@netbeans.org [Tue, 23 Sep 2003 00:11:02 +0000] rev 3544
Zeroadmin no longer logs using J2EE. LoggingErrorManager created instead.

Sat, 20 Sep 2003 20:50:06 +0000BookmarkImpl is source of property change event (as expected by
dstrupl@netbeans.org [Sat, 20 Sep 2003 20:50:06 +0000] rev 3543
BookmarkImpl is source of property change event (as expected by
XMLPropertiesConvertor).

Fri, 19 Sep 2003 09:28:45 +0000Refreshing the bundled Tomcat version from 5.0.5 to 5.0.12. This new build fixes a bug which prevented successful start of the server from the IDE on Windows. BLD200309220100
pjiricka@netbeans.org [Fri, 19 Sep 2003 09:28:45 +0000] rev 3542
Refreshing the bundled Tomcat version from 5.0.5 to 5.0.12. This new build fixes a bug which prevented successful start of the server from the IDE on Windows.

Fri, 19 Sep 2003 08:53:46 +0000Several test-bug fixes, stability improvements and reordering of tests.
jkovalsky@netbeans.org [Fri, 19 Sep 2003 08:53:46 +0000] rev 3541
Several test-bug fixes, stability improvements and reordering of tests.

Tue, 16 Sep 2003 15:47:26 +0000A mechanism to temporarily lock some files created. BLD200309190100
mentlicher@netbeans.org [Tue, 16 Sep 2003 15:47:26 +0000] rev 3540
A mechanism to temporarily lock some files created.
This is necessary for commands like update, that modify the working files.
If they would be modified in the same time in the IDE, data loss would occur.
This is a fix of issue #36113.

Tue, 16 Sep 2003 11:25:08 +0000Wait one second after we save some files. This is necessary because of file modification times.
mentlicher@netbeans.org [Tue, 16 Sep 2003 11:25:08 +0000] rev 3539
Wait one second after we save some files. This is necessary because of file modification times.
This is a first part of the fix of issue #36065.

Mon, 15 Sep 2003 15:12:08 +0000The comment in printDataOutput() modified to be more descriptive. BLD200309160100
mentlicher@netbeans.org [Mon, 15 Sep 2003 15:12:08 +0000] rev 3538
The comment in printDataOutput() modified to be more descriptive.

Mon, 15 Sep 2003 11:25:29 +0000Do not allow to process VCS operations on files, that are from different filesystem than the primary file.
mentlicher@netbeans.org [Mon, 15 Sep 2003 11:25:29 +0000] rev 3537
Do not allow to process VCS operations on files, that are from different filesystem than the primary file.
This is a fix of issue #33323. Merged to the main trunk from release35 branch.

Mon, 15 Sep 2003 11:20:05 +0000Do not allow to process VCS operations on files, that are from different filesystem than the primary file.
mentlicher@netbeans.org [Mon, 15 Sep 2003 11:20:05 +0000] rev 3536
Do not allow to process VCS operations on files, that are from different filesystem than the primary file.
This is a fix of issue #33323. Merged to the main trunk from release35 branch.