Mon, 09 Aug 2004 13:21:59 +0000bugfix#47010 - find node for selection in separate thread. BLD200408091800
rgregor@netbeans.org [Mon, 09 Aug 2004 13:21:59 +0000] rev 5007
bugfix#47010 - find node for selection in separate thread.

Sat, 07 Aug 2004 20:51:11 +0000Use the old approach to load title of the revision/branch selector. BLD200408081800
mentlicher@netbeans.org [Sat, 07 Aug 2004 20:51:11 +0000] rev 5006
Use the old approach to load title of the revision/branch selector.
This is a fix of issue #38836.

Sat, 07 Aug 2004 20:31:47 +0000Call directly private method updateVariableValues(vars, true) to update the variable values.
mentlicher@netbeans.org [Sat, 07 Aug 2004 20:31:47 +0000] rev 5005
Call directly private method updateVariableValues(vars, true) to update the variable values.
This is a fix of issue #46923.

Sat, 07 Aug 2004 10:22:12 +0000Better handling of questions from ss.exe:
mentlicher@netbeans.org [Sat, 07 Aug 2004 10:22:12 +0000] rev 5004
Better handling of questions from ss.exe:
When the full path to the file is not found, it's checked whether the first
word in the sentence is a name of a file. If yes, it's checked
whether the file is unique in the selected sub-tree.
If the file is not found in the question or if there is no unique
file of that name, the user is asked to perform the action directly on the
appropriate file.
This is a fix of issues #45971 and #46128.

Thu, 05 Aug 2004 09:46:03 +0000"VCS" should be upper case. BLD200408051800
mentlicher@netbeans.org [Thu, 05 Aug 2004 09:46:03 +0000] rev 5003
"VCS" should be upper case.

Wed, 04 Aug 2004 19:17:14 +0000Changed BitSet use to HashSet.
tball@netbeans.org [Wed, 04 Aug 2004 19:17:14 +0000] rev 5002
Changed BitSet use to HashSet.

Wed, 04 Aug 2004 09:55:44 +0000Parser for dumps generated by INSANE
rkubacki@netbeans.org [Wed, 04 Aug 2004 09:55:44 +0000] rev 5001
Parser for dumps generated by INSANE

Wed, 04 Aug 2004 09:53:42 +0000Set the view action as preferred. BLD200408041800
mentlicher@netbeans.org [Wed, 04 Aug 2004 09:53:42 +0000] rev 5000
Set the view action as preferred.
This is a fix of issue #46250.

Wed, 04 Aug 2004 00:22:21 +0000#42561: default NBM homepage domain sensibly.
jglick@netbeans.org [Wed, 04 Aug 2004 00:22:21 +0000] rev 4999
#42561: default NBM homepage domain sensibly.

Tue, 03 Aug 2004 17:28:21 +0000In Variables, all methods that accept Hashtable changed to accept Map. It's silly to require
mentlicher@netbeans.org [Tue, 03 Aug 2004 17:28:21 +0000] rev 4998
In Variables, all methods that accept Hashtable changed to accept Map. It's silly to require
a specialized implementation when we just ned to access the elements.
VariableInputDialog now has a "dynamic" mode, in which components count with the possibility
that all the variables can change from outside. This is used for selectors,
which change their enable state rather then being either displayed or not.
VcsCustomizer then creates VariableInputDialog in this dynamic mode.
The CVS profile defines the condition under which the repository browser
should be enabled.
This is a fix of issue #46241.