Tue, 12 Oct 2004 17:54:46 +0000bugfix#49999 - fixed minor a11y issue. Set close buttonwith mnemonic for customizer . QBE200410121800-BLD200410181322
rgregor@netbeans.org [Tue, 12 Oct 2004 17:54:46 +0000] rev 5326
bugfix#49999 - fixed minor a11y issue. Set close buttonwith mnemonic for customizer .

Tue, 12 Oct 2004 15:50:34 +0000Execute the LIST_FILE only on multiple files inside a unique folder.
mentlicher@netbeans.org [Tue, 12 Oct 2004 15:50:34 +0000] rev 5325
Execute the LIST_FILE only on multiple files inside a unique folder.
This is a fix of issue #43548.

Tue, 12 Oct 2004 15:30:44 +0000Handle the case when the parent of the current folder is filesystem root.
mentlicher@netbeans.org [Tue, 12 Oct 2004 15:30:44 +0000] rev 5324
Handle the case when the parent of the current folder is filesystem root.
A further fix of issue #48723.

Tue, 12 Oct 2004 12:35:14 +0000The CO_MODULE variable was there twice for command-line client in global checkout.
mentlicher@netbeans.org [Tue, 12 Oct 2004 12:35:14 +0000] rev 5323
The CO_MODULE variable was there twice for command-line client in global checkout.
This is a fix of issue #50258.

Tue, 12 Oct 2004 10:01:23 +0000The "colorification" of file annotation moved from VcsFileSystem to RefreshCommandSupport.
mentlicher@netbeans.org [Tue, 12 Oct 2004 10:01:23 +0000] rev 5322
The "colorification" of file annotation moved from VcsFileSystem to RefreshCommandSupport.
Also the special characters in file name are escaped.
This is a further fix to issue #48603.

Mon, 11 Oct 2004 15:57:53 +0000We check the annotation pattern for correctness (we try to render it in memory). BLD200410111800
mentlicher@netbeans.org [Mon, 11 Oct 2004 15:57:53 +0000] rev 5321
We check the annotation pattern for correctness (we try to render it in memory).
Also, special HTML characters are replaced with appropriate entity reference.
This is a fix of issue #48603.

Mon, 11 Oct 2004 14:01:20 +0000#49955 - WindowsAPI is required to be called from AWT thread only
rypacek@netbeans.org [Mon, 11 Oct 2004 14:01:20 +0000] rev 5320
#49955 - WindowsAPI is required to be called from AWT thread only
- fixed by protecting the code from being executed outside AWT

Mon, 11 Oct 2004 12:01:29 +0000bugfix#50205 - created disabled alternative of execution property custom editor.
rgregor@netbeans.org [Mon, 11 Oct 2004 12:01:29 +0000] rev 5319
bugfix#50205 - created disabled alternative of execution property custom editor.

Mon, 11 Oct 2004 11:51:57 +0000A sort of hack to workaround deadlock in issue #50171.
mentlicher@netbeans.org [Mon, 11 Oct 2004 11:51:57 +0000] rev 5318
A sort of hack to workaround deadlock in issue #50171.
AbstractFolder.subfiles() is called to retrieve the list of existing files.
This is a fix of issue #50171.

Sun, 10 Oct 2004 18:59:57 +0000Added the refreshParentOfCurrentFolder property.
mentlicher@netbeans.org [Sun, 10 Oct 2004 18:59:57 +0000] rev 5317
Added the refreshParentOfCurrentFolder property.
This is necessary for the fix of issue #48723.