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 165750 - Use checkboxes instead of dropdown menus on commit UI
Summary: Use checkboxes instead of dropdown menus on commit UI
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Tomas Stupka
URL:
Keywords:
: 108369 127809 167441 168992 171532 172317 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-05-21 22:05 UTC by malfunction84
Modified: 2010-02-03 21:57 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description malfunction84 2009-05-21 22:05:09 UTC
Currently, the only time the "Commit Action" dropdown menu has more than 2 options is when files are being added.  Any
other time, it only has the choices to "Commit" or "Exclude from commit."  I think it would make sense to implement this
as a checkbox instead of a drop-down menu, much like how TortoiseSVN does it.  (This would also open up the option to
implement a "check/uncheck all" checkbox to go along with it.)

When files are being added however, the "Commit Action" dropdown currently has 3 values: "Add as Text," "Add as Binary,"
or "Exclude from commit."  The checkbox mentioned above could still control whether the file is included or excluded
from the commit.  Then a second checkbox could represent the Text/Binary choice.

These changes would save clicks and present the information more clearly.
Comment 1 Ondrej Vrabec 2009-06-22 09:03:58 UTC
*** Issue 127809 has been marked as a duplicate of this issue. ***
Comment 2 Ondrej Vrabec 2009-06-22 09:04:55 UTC
*** Issue 167441 has been marked as a duplicate of this issue. ***
Comment 3 Ondrej Vrabec 2009-06-22 09:06:06 UTC
*** Issue 167441 has been marked as a duplicate of this issue. ***
Comment 4 Ondrej Vrabec 2009-07-27 14:23:07 UTC
*** Issue 168992 has been marked as a duplicate of this issue. ***
Comment 5 Ondrej Vrabec 2009-09-17 08:40:47 UTC
*** Issue 172317 has been marked as a duplicate of this issue. ***
Comment 6 Ondrej Vrabec 2009-09-22 13:44:27 UTC
*** Issue 108369 has been marked as a duplicate of this issue. ***
Comment 7 Tomas Stupka 2009-11-16 07:14:26 UTC
*** Bug 171532 has been marked as a duplicate of this bug. ***
Comment 8 Ondrej Vrabec 2010-01-28 03:44:19 UTC
fix in mercurial: http://hg.netbeans.org/cdev/rev/bbf110279482
Comment 9 Ondrej Vrabec 2010-01-28 04:03:11 UTC
fix in subversion: http://hg.netbeans.org/cdev/rev/d4d664314f50
Comment 10 Ondrej Vrabec 2010-02-01 03:34:44 UTC
fix in cvs: http://hg.netbeans.org/cdev/rev/e315d0e35afa
Comment 11 Quality Engineering 2010-02-03 21:57:12 UTC
Integrated into 'main-golden', will be available in build *201002040200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/e315d0e35afa
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #165750 - Use checkboxes instead of dropdown menus on commit UI
popup menu and checkboxes in cvs commit dialog