xml.ui: add icon for TimeGraphView
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Thu, 22 Sep 2016 20:12:42 +0000 (16:12 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Tue, 4 Oct 2016 03:32:07 +0000 (23:32 -0400)
This is a gantt chart icon. Reference icons are added to allow other
overlays at a later date.

Change-Id: Iaacc5f6c7b6910308ecb34efc75452e0c0ff3c69
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/81738
Reviewed-by: Hudson CI
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/icons/eview16/gantt.png [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/icons/eview16/gantt@2x.png [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/icons/eview16/ganttxml.png [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/icons/eview16/ganttxml@2x.png [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/plugin.xml

diff --git a/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/icons/eview16/gantt.png b/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/icons/eview16/gantt.png
new file mode 100644 (file)
index 0000000..d23cae9
Binary files /dev/null and b/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/icons/eview16/gantt.png differ
diff --git a/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/icons/eview16/gantt@2x.png b/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/icons/eview16/gantt@2x.png
new file mode 100644 (file)
index 0000000..3562f18
Binary files /dev/null and b/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/icons/eview16/gantt@2x.png differ
diff --git a/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/icons/eview16/ganttxml.png b/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/icons/eview16/ganttxml.png
new file mode 100644 (file)
index 0000000..f2aa3a9
Binary files /dev/null and b/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/icons/eview16/ganttxml.png differ
diff --git a/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/icons/eview16/ganttxml@2x.png b/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/icons/eview16/ganttxml@2x.png
new file mode 100644 (file)
index 0000000..86f4526
Binary files /dev/null and b/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/icons/eview16/ganttxml@2x.png differ
index 8ef15770264c06006c033382afb0640d09dfcb04..04ee09fac36da2fc55fc261e54a8300b114d4708 100644 (file)
@@ -66,6 +66,7 @@
             allowMultiple="true"
             category="org.eclipse.linuxtools.lttng2.ui.views.category"
             class="org.eclipse.tracecompass.internal.tmf.analysis.xml.ui.views.timegraph.XmlTimeGraphView"
+            icon="icons/eview16/ganttxml.png"
             id="org.eclipse.linuxtools.tmf.analysis.xml.ui.views.timegraph"
             name="%xmltimegraph.view.name"
             restorable="true">
This page took 0.026857 seconds and 5 git commands to generate.