Tue, 29 Mar 2005 17:23:53 +0000The filtering of shadow files implemented. BLD200503291800
mentlicher@netbeans.org [Tue, 29 Mar 2005 17:23:53 +0000] rev 6015
The filtering of shadow files implemented.
Fix of issue #57004.

Tue, 29 Mar 2005 15:22:12 +0000Check the extra config panels when initializing the wizard.
mentlicher@netbeans.org [Tue, 29 Mar 2005 15:22:12 +0000] rev 6014
Check the extra config panels when initializing the wizard.
This is a fix of issue #56998.

Tue, 29 Mar 2005 14:05:06 +0000Pass a null listener to AbstractDiffCommand.exec() so that we do not get
mentlicher@netbeans.org [Tue, 29 Mar 2005 14:05:06 +0000] rev 6013
Pass a null listener to AbstractDiffCommand.exec() so that we do not get
output after the (CvsBranches) command finish.
Also check for evt.isMetaDown() when catching the mouse events.
This is a fix of issue #57094.

Tue, 29 Mar 2005 12:28:18 +0000Grab the sticky tag only to the first whitespace character.
mentlicher@netbeans.org [Tue, 29 Mar 2005 12:28:18 +0000] rev 6012
Grab the sticky tag only to the first whitespace character.
This is a fix of issue #56923.

Mon, 28 Mar 2005 19:32:03 +0000check link before displaying
yutayoshida@netbeans.org [Mon, 28 Mar 2005 19:32:03 +0000] rev 6011
check link before displaying
construct drop down menu from properties instead of bpcatalog.xml

Sun, 27 Mar 2005 22:13:10 +0000-Bugfix for #56102: New Task UI doesn't use current document when it has an associated form. BLD200503281924
lebedkov@netbeans.org [Sun, 27 Mar 2005 22:13:10 +0000] rev 6010
-Bugfix for #56102: New Task UI doesn't use current document when it has an associated form.
-Bugfix for #56101: Started getting ArrayIndexOutOfBoundsExceptions when trying to add tasks.
-Active filter is restored after a NetBeans restart.
-Better reuse of the filtering framework from tasklist/core
-Bugfix (not in IZ): Wrong text field placement for summary column if columns were reordered.
-New conditions for dates: "is today" and "is undefined".
-JCalendar integration result in better editors for dates (see "Properties" view and "Show Task" dialog).
-Bugfix for #57030: Import task list file chooser doesn't show directories

Sat, 26 Mar 2005 04:09:46 +0000display href url in the statusbar BLD200503271800
yutayoshida@netbeans.org [Sat, 26 Mar 2005 04:09:46 +0000] rev 6009
display href url in the statusbar

Fri, 25 Mar 2005 14:23:55 +0000The confirmation of Remove made more descriptive.
mentlicher@netbeans.org [Fri, 25 Mar 2005 14:23:55 +0000] rev 6008
The confirmation of Remove made more descriptive.
Fix of issue #56990.

Fri, 25 Mar 2005 14:06:17 +0000Set the description area as non-focusable. This is necessary in order to
mentlicher@netbeans.org [Fri, 25 Mar 2005 14:06:17 +0000] rev 6007
Set the description area as non-focusable. This is necessary in order to
have the initial focus in the tree.
Fix of issue #33185.

Fri, 25 Mar 2005 13:43:01 +0000Set the tooltip to TopComponents.
mentlicher@netbeans.org [Fri, 25 Mar 2005 13:43:01 +0000] rev 6006
Set the tooltip to TopComponents.
Tooltip of VCS Groups must be set in AWT, otherwise it's not set.
Fix of issue #56711.