tmf: Add a state system explorer view
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Wed, 27 Mar 2013 20:23:29 +0000 (16:23 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Wed, 17 Apr 2013 15:05:38 +0000 (11:05 -0400)
commit7692e51287b7b1433a40cbeabb9933facf369c8a
tree5665e68b8df06d6b13a4618916b45eb329b97bba
parent1de55ea26e2f642092691d56bd2ff2797a0d407e
tmf: Add a state system explorer view

This view displays raw state system information, synchronized with
the currently selected timestamp. This is amazingly useful for
debugging, but could also be useful for end-users trying to get
more low-level information.

For this reason, it's shipped with the runtime plugin, but not
present in the default perspective.

Based on initial implementation by Florian Wininger.

Change-Id: I2dc6b798862039b1c5c18ec5418d7f5913e27dcc
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/11628
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bhufmann@gmail.com>
IP-Clean: Bernd Hufmann <bhufmann@gmail.com>
Tested-by: Bernd Hufmann <bhufmann@gmail.com>
org.eclipse.linuxtools.tmf.ui/META-INF/MANIFEST.MF
org.eclipse.linuxtools.tmf.ui/plugin.properties
org.eclipse.linuxtools.tmf.ui/plugin.xml
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/statesystem/Messages.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/statesystem/TmfStateSystemExplorer.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/statesystem/messages.properties [new file with mode: 0644]
This page took 0.027233 seconds and 5 git commands to generate.