tmf.ui: Fix the destination group in the import wizard
authorSimon Delisle <simon.delisle@ericsson.com>
Wed, 3 May 2017 13:35:02 +0000 (09:35 -0400)
committerBernd Hufmann <bernd.hufmann@ericsson.com>
Tue, 9 May 2017 17:37:37 +0000 (13:37 -0400)
commit6374f1fa53e0fde18b75c8cf1943649f55d558fe
tree8e85f43f34733cf43406279fc8f0936dfa895ebe
parentf0b123a92046bde6a7dfb304d0fffcd8324c4951
tmf.ui: Fix the destination group in the import wizard

The destination group was handle by the parent class and add a browse
button and the possibility to write the destination path. The text field
and the browse button does nothing in the current version of Trace
Compass and it is a bit confusing since these part are not deactivate. I
removed the browse button and set the text field to read-only.

Change-Id: I11f0fe66609792785c44e9af19868ca1f5cccb82
Signed-off-by: Simon Delisle <simon.delisle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/96306
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-by: Jean-Christian Kouame <jean-christian.kouame@ericsson.com>
Tested-by: Jean-Christian Kouame <jean-christian.kouame@ericsson.com>
ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ctf/ui/swtbot/tests/SWTBotImportWizardUtils.java
doc/org.eclipse.tracecompass.doc.user/doc/images/ProjectImportTraceDialog.png
tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/wizards/StandardImportGzipTraceTest.java
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/project/wizards/importtrace/ImportTraceWizardPage.java
This page took 0.025357 seconds and 5 git commands to generate.