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

Summary: Design issues of commit dialog
Product: versioncontrol Reporter: Jaromir Uhrik <juhrik>
Component: CodeAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal CC: olangr
Priority: P4    
Version: 6.x   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot attached...

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.