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 76415 - Provide describing picture for Copy dialog
Summary: Provide describing picture for Copy dialog
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks: 89590
  Show dependency tree
 
Reported: 2006-05-16 09:53 UTC by Peter Pis
Modified: 2007-01-02 10:17 UTC (History)
0 users

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 Peter Pis 2006-05-16 09:53:45 UTC
NetBeans IDE Dev (Build 060515)
1.5.0_06; Java HotSpot(TM) Client VM 1.5.0_06-b05
Windows XP version 5.1 running on x86
en_GB (nb); Cp1252


Merge dialog shows users what would be done after performing action (by
picture). It will be really helpful to have some nice picture in "Copy" dialog too.
Comment 1 Maros Sandor 2006-07-13 16:13:19 UTC
I doubt it, there is really not much to visualize, you are just copying a file
(or folder) somewhere else. We'll see.
Comment 2 Tomas Stupka 2006-10-05 13:41:50 UTC
i must agree with maros - i don't think that any nice picture (even if from my
last birthday party:) ) would be very helpfull in the copy dialog.

but looking on the dialog - maybe it would be a help to show the whole path for
the to be copied file/folder. something like:

 +---------------------------------------------------------------
 |
 |  Copy [/trunk/som another folder/JavaApplication ]
 |
 |  to Repository folder [/branches/JavaApplication_b1     [V]]
 |


Comment 3 Tomas Stupka 2006-10-25 14:22:08 UTC
redesigned the whole dialog:
- so it should be more obvious what is going to happen
- added some not yet supported copy functionality

fixed

Checking in client/ExceptionHandler.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/client/ExceptionHandler.java,v
 <--  ExceptionHandler.java
new revision: 1.30; previous revision: 1.29
done
Checking in ui/copy/CreateCopyPanel.form;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/copy/CreateCopyPanel.form,v
 <--  CreateCopyPanel.form
new revision: 1.11; previous revision: 1.10
done
Checking in ui/copy/Bundle.properties;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/copy/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.10; previous revision: 1.9
done
Checking in ui/copy/CreateCopyAction.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/copy/CreateCopyAction.java,v
 <--  CreateCopyAction.java
new revision: 1.34; previous revision: 1.33
done
Checking in ui/copy/CreateCopy.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/copy/CreateCopy.java,v
 <--  CreateCopy.java
new revision: 1.26; previous revision: 1.25
done
Checking in ui/copy/CreateCopyPanel.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/copy/CreateCopyPanel.java,v
 <--  CreateCopyPanel.java
new revision: 1.12; previous revision: 1.11
done
Checking in ui/browser/RepositoryPaths.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/browser/RepositoryPaths.java,v
 <--  RepositoryPaths.java
new revision: 1.34; previous revision: 1.33
done