Fri, 14 Nov 2003 18:06:03 +0000Editor implementation independent functinality moved BLD200311161900
pkuzel@netbeans.org [Fri, 14 Nov 2003 18:06:03 +0000] rev 3679
Editor implementation independent functinality moved
from editor submodule to core (annotations). Copyright
functionality separated from docscan submodule to
copyright submodule.

In other words: cutting down dependencies and aligning
funtionality (granularity) with modules.

Fri, 14 Nov 2003 17:59:08 +0000Disable the built-in support when not applicable.
mentlicher@netbeans.org [Fri, 14 Nov 2003 17:59:08 +0000] rev 3678
Disable the built-in support when not applicable.
Also a textfield for port and CVS_RSH added.

Fri, 14 Nov 2003 17:49:03 +0000Allow to enable/disable also individual radio buttons in a group.
mentlicher@netbeans.org [Fri, 14 Nov 2003 17:49:03 +0000] rev 3677
Allow to enable/disable also individual radio buttons in a group.
This is necesary to be able to provide good logic to the customizer of CVS profile.
This is a fix of issue #37249.

Fri, 14 Nov 2003 15:27:50 +0000Pull SPI separated from (push) API.
pkuzel@netbeans.org [Fri, 14 Nov 2003 15:27:50 +0000] rev 3676
Pull SPI separated from (push) API.

Fri, 14 Nov 2003 13:04:17 +0000- implemented task #28422 - "Remove dep on openide/compiler from utilities/group"
mpetras@netbeans.org [Fri, 14 Nov 2003 13:04:17 +0000] rev 3675
- implemented task #28422 - "Remove dep on openide/compiler from utilities/group"
- implemented feature #28981 - "allow other modules to obtain contained links"

Fri, 14 Nov 2003 11:37:36 +0000removed FileStatus class
rgregor@netbeans.org [Fri, 14 Nov 2003 11:37:36 +0000] rev 3674
removed FileStatus class

Thu, 13 Nov 2003 19:28:22 +0000The relative mount point was removed in prj40_prototype branch,
mentlicher@netbeans.org [Thu, 13 Nov 2003 19:28:22 +0000] rev 3673
The relative mount point was removed in prj40_prototype branch,
but it's necessary in trunk.

Thu, 13 Nov 2003 17:55:29 +0000The Put command is disabled on files which are not locked. BLD200311131900
mentlicher@netbeans.org [Thu, 13 Nov 2003 17:55:29 +0000] rev 3672
The Put command is disabled on files which are not locked.
Fixed in connection with issue #37190.

Thu, 13 Nov 2003 17:41:59 +0000A new command property added: disabledWhenNotLocked
mentlicher@netbeans.org [Thu, 13 Nov 2003 17:41:59 +0000] rev 3671
A new command property added: disabledWhenNotLocked
This is a boolean property that disables the command on files which are not locked by the current user.
This is a fix of issue #37190.

Thu, 13 Nov 2003 17:35:38 +0000A new command property added: disabledWhenNotLocked cache_32089_1_base
mentlicher@netbeans.org [Thu, 13 Nov 2003 17:35:38 +0000] rev 3670
A new command property added: disabledWhenNotLocked
This is a boolean property that disables the command on files which are not locked by the current user.
Also VcsFileSystem.lockerMatch() public method added for easy test.
This is a fix of issue #37190.