tmf: support for renaming, overwriting or skipping during import
authorBernd Hufmann <Bernd.Hufmann@ericsson.com>
Fri, 31 Jan 2014 13:57:14 +0000 (08:57 -0500)
committerBernd Hufmann <bernd.hufmann@ericsson.com>
Thu, 13 Feb 2014 18:04:00 +0000 (13:04 -0500)
commit16f91bd5aff951c1c96b061b2488ee8e772eb10f
tree291976279e393e318f893cdad8011170ea025dd7
parent252c602c4cf5e82198754c1b7491aa869840ddcc
tmf: support for renaming, overwriting or skipping during import

If a trace with a given name already exists in the target project
and the checkbox "Overwrite existing trace without warning" is not
checked, then a dialog box will be opened so that the user can
specify if he wants to rename, overwrite or skip the trace. The user
also has the option to apply this for all the imported traces, for
example "Rename all". For the renaming case the import operation will
automatically add a number as suffix to the trace name, for example
(2). This is similar to how it is done for drag and drop or
"Open Trace File/Directory" command in the RCP.

Change-Id: I316752fb7a76f6f448958b147e212af9a1ee2bcb
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/21832
Tested-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
IP-Clean: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/model/TmfTraceTypeUIUtils.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/wizards/Messages.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/wizards/importtrace/ImportTraceWizardPage.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/wizards/messages.properties
This page took 0.054094 seconds and 5 git commands to generate.