Wed, 23 Feb 2005 17:18:26 +0000Correcting the title - the dialog is displayed for all VCS systems, not just CVS. BLD200502231900
mentlicher@netbeans.org [Wed, 23 Feb 2005 17:18:26 +0000] rev 5853
Correcting the title - the dialog is displayed for all VCS systems, not just CVS.
Fix of issue #55404.

Tue, 22 Feb 2005 16:43:45 +0000The behavior of createProcessingFiles() fixed. It does not return "." BLD200502221900
mentlicher@netbeans.org [Tue, 22 Feb 2005 16:43:45 +0000] rev 5852
The behavior of createProcessingFiles() fixed. It does not return "."
for the root, but an empty String.
Also when PATHS variable is not defined, it returns the correct path.
Fix of issue #55322.

Tue, 22 Feb 2005 16:24:58 +0000The DialogDisplayer is replaced with ErrorManager to have more polite behavior.
mentlicher@netbeans.org [Tue, 22 Feb 2005 16:24:58 +0000] rev 5851
The DialogDisplayer is replaced with ErrorManager to have more polite behavior.

Mon, 21 Feb 2005 18:03:15 +0000Check for non-existing resource, log it into IDE log file. BLD200502211900
mentlicher@netbeans.org [Mon, 21 Feb 2005 18:03:15 +0000] rev 5850
Check for non-existing resource, log it into IDE log file.
Fix of issue #55091.

Mon, 21 Feb 2005 15:44:53 +0000The paths to icon resources are translated from the old paths to assure
mentlicher@netbeans.org [Mon, 21 Feb 2005 15:44:53 +0000] rev 5849
The paths to icon resources are translated from the old paths to assure
backward compatibility.
Fix of issue #54808.

Mon, 21 Feb 2005 14:36:34 +0000The resizing now performs as expected.
mentlicher@netbeans.org [Mon, 21 Feb 2005 14:36:34 +0000] rev 5848
The resizing now performs as expected.
The JComponent made to resize also in the vertical direction.
Issue #54683.

Mon, 21 Feb 2005 13:19:22 +0000Assure that when the provided files are not applicable to the command,
mentlicher@netbeans.org [Mon, 21 Feb 2005 13:19:22 +0000] rev 5847
Assure that when the provided files are not applicable to the command,
it must not be executed.
This is a fix of issue #55274.

Mon, 21 Feb 2005 11:04:05 +0000An attempt to fix issue #51404.
mentlicher@netbeans.org [Mon, 21 Feb 2005 11:04:05 +0000] rev 5846
An attempt to fix issue #51404.
Preferred size of some components increased by 10, hopefully it's enough...

Mon, 21 Feb 2005 01:01:01 +0000Support for rendering at different resolutions, a bunch of code cleanup
tboudreau@netbeans.org [Mon, 21 Feb 2005 01:01:01 +0000] rev 5845
Support for rendering at different resolutions, a bunch of code cleanup

Sat, 19 Feb 2005 07:27:10 +0000POV-Ray support - support for the Persistence of Vision Raytracer (http://povray.org - a
tboudreau@netbeans.org [Sat, 19 Feb 2005 07:27:10 +0000] rev 5844
POV-Ray support - support for the Persistence of Vision Raytracer (http://povray.org - a
ray tracer with a scene language rather than a modeller).

This is basic support intended for use to demo NetBeans APIs (I will split this apart
into pieces that make a good incremental demo). Reviews appreciated.