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 182310 - Design issues of commit dialog
Summary: Design issues of commit dialog
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P4 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-18 14:14 UTC by Jaromir Uhrik
Modified: 2014-06-05 12:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot attached... (81.73 KB, image/png)
2010-03-18 14:14 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2010-03-18 14:14:59 UTC
Created attachment 95375 [details]
Screenshot attached...

Product Version: NetBeans IDE Dev (Build cdev-2185-on-100318)
Java: 1.6.0_17; Java HotSpot(TM) 64-Bit Server VM 14.3-b01-101
System: Mac OS X version 10.5.8 running on x86_64; MacRoman; en_US (nb)

When there is diff view visible in commit dialog then I am able to indicate following drawbacks of current design:

- there is TabbedPane included in another TabbedPane which looks weird (perhaps the solution of this might be in changing of included tabbed pane to ComboBox or RadioButton logic)

-arrows (Go to Next/Previous Difference)for switching among Differences should be aligned to the left

-Commit tab is mixed with other tabs corresponding to particular files. The logic of Commit/Diff switching is on higher level than switching among diff of particular files.