tmf: Improve Delete Supplementary Files command
authorPatrick Tasse <patrick.tasse@gmail.com>
Fri, 2 May 2014 00:34:10 +0000 (20:34 -0400)
committerPatrick Tasse <patrick.tasse@gmail.com>
Thu, 15 May 2014 13:31:03 +0000 (09:31 -0400)
commit099a269e472238e5e4e30c2fbbeb6ad175949fef
tree0b89722e8b0b6ffca986006dff80b693d746c6f3
parentcc703e6c1cda98bce1846a3b1b800b793f39fda2
tmf: Improve Delete Supplementary Files command

- Make all checkbox elements checked by default in the dialog

- Allow multiple selection as long as at least one of the selected
elements has supplementary files

- Update trace handler to support both traces and experiments, and
delete the experiment handler

- Ensure supplementary files for a particular trace are only shown once
in the list (e.g. same trace selected both under Traces folder and under
experiment, or two experiments selected that contain the same trace)

- Ensure only traces and experiments that have supplementary resources
to delete have their editors closed, and that their project is refreshed
only once.

Change-Id: I91f823c67c15da699c815fdf9daf9cfec5082ec9
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/25858
Tested-by: Hudson CI
org.eclipse.linuxtools.tmf.ui/META-INF/MANIFEST.MF
org.eclipse.linuxtools.tmf.ui/plugin.xml
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/project/dialogs/SelectSupplementaryResourcesDialog.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/project/handlers/DeleteExperimentSupplementaryFilesHandler.java [deleted file]
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/project/handlers/DeleteTraceSupplementaryFilesHandler.java
This page took 0.03246 seconds and 5 git commands to generate.