From b9763f53a26a768f0a5058037d4584500d2bb45c Mon Sep 17 00:00:00 2001 From: Francois Chouinard Date: Sat, 20 Nov 2010 00:08:09 +0000 Subject: [PATCH] 2010-11-18 Francois Chouinard Contribution for Bug315307 --- .../plugin.properties | 1 + .../feature.properties | 6 + .../plugin.properties | 78 ++++++-- org.eclipse.linuxtools.lttng.ui/plugin.xml | 161 +++++++-------- .../ui/views/project/LTTngProjectNature.java | 2 +- org.eclipse.linuxtools.lttng/ChangeLog | 5 + org.eclipse.linuxtools.lttng/build.properties | 2 +- .../lttng/trace/LTTngTextTrace.java | 4 +- .../feature.properties | 6 + .../plugin.xml | 6 +- .../plugin.properties | 68 ++++++- org.eclipse.linuxtools.tmf.ui/plugin.xml | 185 +++++++++--------- .../ui/dialogs/ManageCustomParsersDialog.java | 28 +-- .../linuxtools/tmf/ui/dialogs/Messages.java | 27 +++ .../tmf/ui/dialogs/messages.properties | 13 ++ .../tmf/ui/viewers/events/Messages.java | 19 ++ .../tmf/ui/viewers/events/TmfEventsTable.java | 15 +- .../tmf/ui/viewers/events/messages.properties | 5 + .../tmf/ui/views/project/ProjectView.java | 8 +- .../ui/views/project/TmfProjectNature.java | 2 +- .../views/project/dialogs/AddTraceWizard.java | 6 +- .../project/dialogs/AddTraceWizardPage.java | 6 +- .../project/dialogs/IDEWorkbenchMessages.java | 16 ++ .../ui/views/project/dialogs/Messages.java | 11 +- .../project/dialogs/NewExperimentDialog.java | 19 +- .../project/dialogs/NewProjectWizard.java | 4 +- .../views/project/dialogs/messages.properties | 12 +- .../CustomTxtParserInputWizardPage.java | 12 +- .../CustomXmlParserInputWizardPage.java | 47 +++-- .../linuxtools/tmf/ui/wizards/Messages.java | 44 ++--- .../tmf/ui/wizards/messages.properties | 44 ++--- 31 files changed, 531 insertions(+), 331 deletions(-) create mode 100644 org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/dialogs/Messages.java create mode 100644 org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/dialogs/messages.properties create mode 100644 org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/events/Messages.java create mode 100644 org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/events/messages.properties create mode 100644 org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/project/dialogs/IDEWorkbenchMessages.java diff --git a/org.eclipse.linuxtools.lttng.jni/plugin.properties b/org.eclipse.linuxtools.lttng.jni/plugin.properties index 0030ed33a2..17a28d030e 100644 --- a/org.eclipse.linuxtools.lttng.jni/plugin.properties +++ b/org.eclipse.linuxtools.lttng.jni/plugin.properties @@ -1,2 +1,3 @@ +#Properties file for org.eclipse.linuxtools.lttng.jni Bundle-Vendor = Eclipse Linux Tools Bundle-Name = JNI implementation for LTTng (Incubation) \ No newline at end of file diff --git a/org.eclipse.linuxtools.lttng.test-feature/feature.properties b/org.eclipse.linuxtools.lttng.test-feature/feature.properties index 10b1a82122..ab619c42b7 100644 --- a/org.eclipse.linuxtools.lttng.test-feature/feature.properties +++ b/org.eclipse.linuxtools.lttng.test-feature/feature.properties @@ -8,11 +8,17 @@ # Contributors: # Red Hat, Inc. - initial API and implementation #******************************************************************************** + featureName=LTTng Tests (Incubation) + description=Tests for the LTTng integration in Eclipse + featureProvider=Eclipse Linux Tools + copyright=Copyright 2010 Ericsson + licenseURL=epl-v10.html + license=\ ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\n\ March 17, 2005\n\ diff --git a/org.eclipse.linuxtools.lttng.ui/plugin.properties b/org.eclipse.linuxtools.lttng.ui/plugin.properties index 75b2914195..3dfa72032b 100644 --- a/org.eclipse.linuxtools.lttng.ui/plugin.properties +++ b/org.eclipse.linuxtools.lttng.ui/plugin.properties @@ -2,27 +2,63 @@ Bundle-Name = Linux Tracing Toolkit (LTTng) UI (Incubation) Bundle-Vendor = Eclipse Linux Tools -# org.eclipse.ui.perspectives -extension.name.0 = LTTng Perspective -perspective.name = LTTng +#Properties file for org.eclipse.linuxtools.tmf.ui (plugin.xml) +perspective.category.name = LTTng -# org.eclipse.ui.views -extension.name.1 = LTTng Views -category.name = LTTng -view.name.0 = Project -view.name.1 = Control -view.name.2 = Events -view.name.3 = Time Frame -view.name.4 = Control Flow -view.name.5 = Resources -view.name.6 = Statistics -view.name.7 = Histogram +views.category.name = LTTng +project.view.name = Projects +control.view.name = Control +events.view.name = Events +timeframe.view.name = Time Frame +controlflow.view.name = Control Flow +resources.view.name = Resources +statistics.view.name = Statistics +histogram.view.name = Histogram -# org.eclipse.ui.newWizards -extension.name.2 = LTTng New Wizards -category.name.0 = LTTng -wizard.name.0 = LTTng Project -wizard.description.0 = Create an LTTng project +wizard.category.name = LTTng +project.new.wizard.name = LTTng Project +project.new.wizard.description = Create a new LTTng project -# org.eclipse.core.resources.natures -extension.name.3 = LTTng Project Nature +action.set.label = LTTng Action Set +action.set.description = LTTng Action Set + +#Commands and Menus +commands.project.category.name = LTTng Project Commands +commands.project.category.description = LTTng Project Commands +commands.project.new = New Project +commands.project.new.description = Create a new LTTng Project +commands.project.open = Open Project +commands.project.open.description = Open an LTTng Project +commands.project.close = Close Project +commands.project.close.description = Close an LTTng Project +commands.project.rename = Rename Project +commands.project.rename.description = Rename an LTTng Project +commands.project.delete = Delete Project +commands.project.delete.description = Delete an LTTng Project +commands.project.refresh = Refresh View +commands.project.refresh.description = Refresh the Project list + +commands.trace.category.name = LTTng Trace Commands +commands.trace.category.description = LTTng Trace Commands +commands.trace.import = Import Trace +commands.trace.import.description = Import an LTTng Trace +commands.trace.open = Open Trace +commands.trace.open.description = Open an LTTng Trace +commands.trace.rename = Rename Trace +commands.trace.rename.description = Rename an LTTng Trace +commands.trace.delete = Delete Trace +commands.trace.delete.description = Delete an LTTng Trace +commands.trace.selectparser = Select Parser + +commands.experiment.category.name = LTTng Experiment Commands +commands.experiment.category.description = LTTng Experiment Commands +commands.experiment.new = New Experiment +commands.experiment.new.description = Create a new LTTng Experiment +commands.experiment.selecttraces = Select Traces +commands.experiment.selecttraces.description = Select LTTng Traces +commands.experiment.open = Open Experiment +commands.experiment.open.description = Open an LTTng Experiment +commands.experiment.rename = Rename Experiment +commands.experiment.rename.description = Rename an LTTng Experiment +commands.experiment.delete = Delete Experiment +commands.experiment.delete.description = Delete an LTTng Experiment diff --git a/org.eclipse.linuxtools.lttng.ui/plugin.xml b/org.eclipse.linuxtools.lttng.ui/plugin.xml index 1a00545379..aeb47c4099 100644 --- a/org.eclipse.linuxtools.lttng.ui/plugin.xml +++ b/org.eclipse.linuxtools.lttng.ui/plugin.xml @@ -3,22 +3,20 @@ + name="%perspective.category.name"> + name="%views.category.name"> + name="%wizard.category.name"> - %wizard.description.0 + %project.new.wizard.description + name="%commands.project.category.name"> + name="%commands.project.new"> + name="%commands.project.open"> + name="%commands.project.close"> + name="%commands.project.rename"> + name="%commands.project.delete"> + + + + + name="%commands.trace.import"> + name="%commands.trace.open"> + name="%commands.trace.rename"> + name="%commands.trace.delete"> + + + name="%commands.experiment.new"> + name="%commands.experiment.selecttraces"> + name="%commands.experiment.open"> + name="%commands.experiment.rename"> - - + name="%commands.experiment.delete"> @@ -246,19 +248,19 @@ commandId="org.eclipse.linuxtools.lttng.ui.command.project.new" icon="icons/garland16.png" id="org.eclipse.linuxtools.lttng.ui.menu.popup.project.new" - label="New Project" + label="%commands.project.new" style="push">