This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 37622 - Implement VCSOutput Component
Summary: Implement VCSOutput Component
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 3.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Richard Gregor
URL:
Keywords:
Depends on:
Blocks: 37621
  Show dependency tree
 
Reported: 2003-12-01 08:06 UTC by Richard Gregor
Modified: 2004-02-17 19:56 UTC (History)
2 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
I've got this NPE after I updated the visualizers. (1.26 KB, text/plain)
2003-12-03 14:01 UTC, Martin Entlicher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Gregor 2003-12-01 08:06:27 UTC
Implement OutputComponent for text output of vcs
commands as part of Output Window
Comment 1 Richard Gregor 2003-12-03 12:44:22 UTC
Basic implementation in.

Checking in src/org/netbeans/modules/vcscore/commands/Bundle.properties;
/cvs/vcscore/src/org/netbeans/modules/vcscore/commands/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.27; previous revision: 1.26
done
Checking in
src/org/netbeans/modules/vcscore/commands/CommandOutputPanel.form;
/cvs/vcscore/src/org/netbeans/modules/vcscore/commands/CommandOutputPanel.form,v
 <--  CommandOutputPanel.form
new revision: 1.6; previous revision: 1.5
done
Checking in
src/org/netbeans/modules/vcscore/commands/CommandOutputPanel.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/commands/CommandOutputPanel.java,v
 <--  CommandOutputPanel.java
new revision: 1.26; previous revision: 1.25
done
RCS file:
/cvs/vcscore/src/org/netbeans/modules/vcscore/commands/CommandOutputTopComponent.java,v
done
Checking in
src/org/netbeans/modules/vcscore/commands/CommandOutputTopComponent.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/commands/CommandOutputTopComponent.java,v
 <--  CommandOutputTopComponent.java
initial revision: 1.1
done
Checking in
src/org/netbeans/modules/vcscore/commands/CommandOutputVisualizer.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/commands/CommandOutputVisualizer.java,v
 <--  CommandOutputVisualizer.java
new revision: 1.26; previous revision: 1.25
done
Checking in
src/org/netbeans/modules/vcscore/commands/InteractiveCommandOutputPa
nel.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/commands/InteractiveCommandOutputP
anel.java,v  <--  InteractiveCommandOutputPanel.java
new revision: 1.2; previous revision: 1.1
done
Checking in
src/org/netbeans/modules/vcscore/commands/InteractiveCommandOutputVi
sualizer.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/commands/InteractiveCommandOutputV
isualizer.java,v  <--  InteractiveCommandOutputVisualizer.java
new revision: 1.2; previous revision: 1.1
done
Processing log script arguments...
More commits to come...
Checking in src/org/netbeans/modules/vcscore/ui/Bundle.properties;
/cvs/vcscore/src/org/netbeans/modules/vcscore/ui/Bundle.properties,v 
<--  Bundl
e.properties
new revision: 1.12; previous revision: 1.11
done
RCS file:
/cvs/vcscore/src/org/netbeans/modules/vcscore/ui/OutputPanel.form,v
done
Checking in src/org/netbeans/modules/vcscore/ui/OutputPanel.form;
/cvs/vcscore/src/org/netbeans/modules/vcscore/ui/OutputPanel.form,v 
<--  Output
Panel.form
initial revision: 1.1
done
RCS file:
/cvs/vcscore/src/org/netbeans/modules/vcscore/ui/OutputPanel.java,v
done
Checking in src/org/netbeans/modules/vcscore/ui/OutputPanel.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/ui/OutputPanel.java,v 
<--  Output
Panel.java
initial revision: 1.1
Comment 2 Richard Gregor 2003-12-03 12:46:10 UTC
There is still old Output - Vcs component visible - after command
kill. Also menu actions for window menu are not implemented yet.
Update Visualizer should overwrite getMode method to return "output".
Comment 3 Martin Entlicher 2003-12-03 13:28:29 UTC
When the output component is opened from Runtime tab, also data output
and data error output should be visible IMHO.
Comment 4 Martin Entlicher 2003-12-03 14:01:50 UTC
Created attachment 12401 [details]
I've got this NPE after I updated the visualizers.
Comment 5 Richard Gregor 2003-12-04 09:50:34 UTC
Update Visualizer in output

Checking in
src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/OutputVisualizer.java;
/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/OutputVisualizer.java,v
 <--  OutputVisualizer.java
new revision: 1.10; previous revision: 1.9
done
Processing log script arguments...
More commits to come...
Checking in
src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/Bundle.properties;
/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.3; previous revision: 1.2
done
Checking in
src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/CvsUpdateVisualizer.java;
/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/CvsUpdateVisualizer.java,v
 <--  CvsUpdateVisualizer.java
new revision: 1.6; previous revision: 1.5
done
Comment 6 Richard Gregor 2003-12-04 10:22:22 UTC
Removed ViewLog and Close buttnos from Update panel

Checking in
src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/UpdateInfoPanel.form;
/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/UpdateInfoPanel.form,v
 <--  UpdateInfoPanel.form
new revision: 1.4; previous revision: 1.3
done
Checking in
src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/UpdateInfoPanel.java;
/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/UpdateInfoPanel.java,v
 <--  UpdateInfoPanel.java
new revision: 1.5; previous revision: 1.4
done
Comment 7 Richard Gregor 2003-12-04 16:18:37 UTC
Also toggles for update panel should be implemented.
Comment 8 Richard Gregor 2003-12-05 14:04:10 UTC
Toggles in:

Checking in
src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/Bundle.properties;
/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.4; previous revision: 1.3
done
Checking in
src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/CvsUpdateVisualizer.java;
/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/CvsUpdateVisualizer.java,v
 <--  CvsUpdateVisualizer.java
new revision: 1.7; previous revision: 1.6
done
Checking in
src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/UpdateInfoPanel.form;
/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/UpdateInfoPanel.form,v
 <--  UpdateInfoPanel.form
new revision: 1.5; previous revision: 1.4
done
Checking in
src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/UpdateInfoPanel.java;
/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/UpdateInfoPanel.java,v
 <--  UpdateInfoPanel.java
new revision: 1.6; previous revision: 1.5
done
Comment 9 Richard Gregor 2003-12-09 15:07:08 UTC
OutputPanel facelift done.

Checking in src/org/netbeans/modules/vcscore/ui/OutputPanel.form;
/cvs/vcscore/src/org/netbeans/modules/vcscore/ui/OutputPanel.form,v 
<--  OutputPanel.form
new revision: 1.2; previous revision: 1.1
done
Checking in src/org/netbeans/modules/vcscore/ui/OutputPanel.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/ui/OutputPanel.java,v 
<--  OutputPanel.java
new revision: 1.2; previous revision: 1.1
done
Comment 10 Richard Gregor 2003-12-10 08:20:18 UTC
Fixed strange repaint of toolbar, also a11y in.

Checking in src/org/netbeans/modules/vcscore/ui/Bundle.properties;
/cvs/vcscore/src/org/netbeans/modules/vcscore/ui/Bundle.properties,v 
<--  Bundle.properties
new revision: 1.13; previous revision: 1.12
done
Checking in src/org/netbeans/modules/vcscore/ui/OutputPanel.form;
/cvs/vcscore/src/org/netbeans/modules/vcscore/ui/OutputPanel.form,v 
<--  OutputPanel.form
new revision: 1.3; previous revision: 1.2
done
Checking in src/org/netbeans/modules/vcscore/ui/OutputPanel.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/ui/OutputPanel.java,v 
<--  OutputPanel.java
new revision: 1.3; previous revision: 1.2
done
Comment 11 Richard Gregor 2003-12-10 08:24:02 UTC
Update visualizer facelift, corrected name, a11y, kill in popup menu in.

Checking in
src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/OutputVisualizer.java;
/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizer
s/OutputVisualizer.java,v  <--  OutputVisualizer.java
new revision: 1.11; previous revision: 1.10
done
Processing log script arguments...
More commits to come...
Checking in
src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/Bundle.propertie
s;
/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizer
s/update/Bundle.properties,v  <--  Bundle.properties
new revision: 1.5; previous revision: 1.4
done
Checking in
src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/CvsUpdateVisuali
zer.java;
/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizer
s/update/CvsUpdateVisualizer.java,v  <--  CvsUpdateVisualizer.java
new revision: 1.8; previous revision: 1.7
done
Checking in
src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/UpdateInfoPanel.
form;
/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizer
s/update/UpdateInfoPanel.form,v  <--  UpdateInfoPanel.form
new revision: 1.6; previous revision: 1.5
done
Checking in
src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/UpdateInfoPanel.
java;
/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizer
s/update/UpdateInfoPanel.java,v  <--  UpdateInfoPanel.java
new revision: 1.7; previous revision: 1.6
done
Comment 12 Richard Gregor 2003-12-10 10:34:49 UTC
Adjusted toolbar according to HIE:
Checking in src/org/netbeans/modules/vcscore/ui/OutputPanel.form;
/cvs/vcscore/src/org/netbeans/modules/vcscore/ui/OutputPanel.form,v 
<--  OutputPanel.form
new revision: 1.4; previous revision: 1.3
done
Checking in src/org/netbeans/modules/vcscore/ui/OutputPanel.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/ui/OutputPanel.java,v 
<--  OutputPanel.java
new revision: 1.4; previous revision: 1.3
done
Checking in
src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/UpdateInfoPanel.form;
/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/UpdateInfoPanel.form,v
 <--  UpdateInfoPanel.form
new revision: 1.7; previous revision: 1.6
done
Checking in
src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/UpdateInfoPanel.java;
/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/UpdateInfoPanel.java,v
 <--  UpdateInfoPanel.java
new revision: 1.8; previous revision: 1.7
done
Comment 13 Richard Gregor 2003-12-11 10:15:00 UTC
VcsOutputAction in window/versioning in, top component open fixed -
opens topcomponent on place it was redocked :

Checking in src/org/netbeans/modules/vcscore/actions/Bundle.properties;
/cvs/vcscore/src/org/netbeans/modules/vcscore/actions/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.30; previous revision: 1.29
done
RCS file:
/cvs/vcscore/src/org/netbeans/modules/vcscore/actions/VcsOutputAction.java,v
done
Checking in src/org/netbeans/modules/vcscore/actions/VcsOutputAction.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/actions/VcsOutputAction.java,v
 <--  VcsOutputAction.java
initial revision: 1.1
done
Processing log script arguments...
More commits to come...
Checking in
src/org/netbeans/modules/vcscore/commands/CommandOutputTopComponent.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/commands/CommandOutputTopComponent.java,v
 <--  CommandOutputTopComponent.java
new revision: 1.2; previous revision: 1.1
done
Processing log script arguments...
More commits to come...
Checking in src/org/netbeans/modules/vcscore/resources/mf-layer.xml;
/cvs/vcscore/src/org/netbeans/modules/vcscore/resources/mf-layer.xml,v
 <--  mf-layer.xml
new revision: 1.30; previous revision: 1.29
done

Checking in src/org/netbeans/modules/vcs/advanced/config/mf-layer.xml;
/cvs/vcsgeneric/src/org/netbeans/modules/vcs/advanced/config/mf-layer.xml,v
 <--  mf-layer.xml
new revision: 1.22; previous revision: 1.21
done
Comment 14 Richard Gregor 2003-12-12 15:29:00 UTC
According to UI Spec http://ui.netbeans.org/docs/hi/promoB/vcsOutputs.html

there has to be an error button selected automaticly when command
finishes and produces only error output. I'll look at it on monday.
Comment 15 Richard Gregor 2003-12-15 10:10:30 UTC
fixed.

Checking in
src/org/netbeans/modules/vcscore/commands/CommandOutputVisualizer.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/commands/CommandOutputVisualizer.java,v
 <--  CommandOutputVisualizer.java
new revision: 1.29; previous revision: 1.28
done
Processing log script arguments...
More commits to come...
Checking in src/org/netbeans/modules/vcscore/ui/OutputPanel.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/ui/OutputPanel.java,v 
<--  OutputPanel.javanew revision: 1.5; previous revision: 1.4
done
Checking in
src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/UpdateInfoPanel.java;
/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/visualizers/update/UpdateInfoPanel.java,v
 <--  UpdateInfoPanel.java
new revision: 1.9; previous revision: 1.8
done
Comment 16 dmladek 2004-02-17 19:56:45 UTC
VCSOutputs are fine in NB36 current dev