Thu, 30 Oct 2003 15:04:41 +0000Using getStringTrimmed() instead of getString() stavbicka_sk040126
jbecicka@netbeans.org [Thu, 30 Oct 2003 15:04:41 +0000] rev 3619
Using getStringTrimmed() instead of getString()

Thu, 30 Oct 2003 14:13:49 +0000The locker property can have more lockers separated by commas.
mentlicher@netbeans.org [Thu, 30 Oct 2003 14:13:49 +0000] rev 3618
The locker property can have more lockers separated by commas.
The current user is always the first listed locker and his/hers revision
is set as the file revision.
This is a fix of issue #36819.

Thu, 30 Oct 2003 14:10:38 +0000Define LOCKER_USER_NAME variable that is used bu auto-locking process.
mentlicher@netbeans.org [Thu, 30 Oct 2003 14:10:38 +0000] rev 3617
Define LOCKER_USER_NAME variable that is used bu auto-locking process.
If not defined, user.name system property is used instead.
Also the locker property can contain more user names separated by commas.
This is necessary to be able to fix issue #36819.

Thu, 30 Oct 2003 11:57:16 +0000An attempt to unmount filesystem twice was removed.
jkovalsky@netbeans.org [Thu, 30 Oct 2003 11:57:16 +0000] rev 3616
An attempt to unmount filesystem twice was removed.

Thu, 30 Oct 2003 11:23:04 +0000preprocessSynchronous() method added to CommandProcessor.
mentlicher@netbeans.org [Thu, 30 Oct 2003 11:23:04 +0000] rev 3615
preprocessSynchronous() method added to CommandProcessor.
This is to be used from AWT thread. VcsManager.showCustomizer()
calls either preprocess or preprocessSynchronous() depending on
what it the current thread.
This is a fix of deadlock described in issue #36819.

Thu, 30 Oct 2003 09:40:50 +0000visualizers merged from project branch
rgregor@netbeans.org [Thu, 30 Oct 2003 09:40:50 +0000] rev 3614
visualizers merged from project branch

Thu, 30 Oct 2003 09:39:52 +0000Making the module eager
jtulach@netbeans.org [Thu, 30 Oct 2003 09:39:52 +0000] rev 3613
Making the module eager

Thu, 30 Oct 2003 09:38:31 +0000Parsing of <a name /> and other stuff
jtulach@netbeans.org [Thu, 30 Oct 2003 09:38:31 +0000] rev 3612
Parsing of <a name /> and other stuff

Wed, 29 Oct 2003 14:49:15 +0000Added dependency on diff module. BLD200310291900
mentlicher@netbeans.org [Wed, 29 Oct 2003 14:49:15 +0000] rev 3611
Added dependency on diff module.

Wed, 29 Oct 2003 13:19:36 +0000The graphical conflicts resolver implemented (modified from CVS profile).
mentlicher@netbeans.org [Wed, 29 Oct 2003 13:19:36 +0000] rev 3610
The graphical conflicts resolver implemented (modified from CVS profile).
It's enabled on all files, due to the missing status concept in PVCS.
Added dependency on diff module.
This is a fix of issue #25006.