# HG changeset patch # User Paul Beusterien # Date 1277420808 25200 # Node ID e5346aff014d12572da6d946d63a25389e1c12ff # Parent 11ff5aef0e96e8a48bbb988b9a6eb4ff572cccda Change from Webruntime to Tools for Mobile Web and WRT to TMW - bug 2899 diff -r 11ff5aef0e96 -r e5346aff014d org.symbian.tools.wrttools.debug.core/plugin.xml --- a/org.symbian.tools.wrttools.debug.core/plugin.xml Tue Jun 22 11:26:48 2010 -0700 +++ b/org.symbian.tools.wrttools.debug.core/plugin.xml Thu Jun 24 16:06:48 2010 -0700 @@ -13,7 +13,7 @@ category="org.eclipse.debug.ui.DebugPreferencePage" class="org.symbian.tools.wrttools.debug.ui.DebugPreferencePage" id="org.symbian.tools.wrttools.debug" - name="WebRuntime Toolkit"> + name="Tools for Mobile Web"> @@ -28,7 +28,7 @@ delegate="org.symbian.tools.wrttools.debug.internal.launch.WidgetLaunchDelegate" id="org.symbian.tools.wrttools.debug.widget" modes="debug,run" - name="WRT Application" + name="TMW Application" public="true"> @@ -36,7 +36,7 @@ point="org.eclipse.debug.ui.launchConfigurationTabGroups"> @@ -55,7 +55,7 @@ class="org.symbian.tools.wrttools.debug.ui.launch.WidgetLaunchShortcut" icon="icons/main16.gif" id="org.symbian.tools.wrttools.debug.wrtshortcut" - label="WRT Application" + label="TMW Application" modes="run, debug"> @@ -79,11 +79,11 @@ @@ -295,9 +295,9 @@ + label="TMW Debug"> diff -r 11ff5aef0e96 -r e5346aff014d org.symbian.tools.wrttools.previewer/plugin.xml --- a/org.symbian.tools.wrttools.previewer/plugin.xml Tue Jun 22 11:26:48 2010 -0700 +++ b/org.symbian.tools.wrttools.previewer/plugin.xml Thu Jun 24 16:06:48 2010 -0700 @@ -10,7 +10,7 @@ class="org.symbian.tools.wrttools.previewer.preview.PreviewView" icon="icons/obj16/preview_view.gif" id="org.symbian.tools.wrttools.editing.wrtpreview" - name="WRT Preview" + name="TMW Preview" restorable="true"> @@ -19,7 +19,7 @@ + name="TMW"> diff -r 11ff5aef0e96 -r e5346aff014d org.symbian.tools.wrttools.previewer/preview/wrt_preview.html --- a/org.symbian.tools.wrttools.previewer/preview/wrt_preview.html Tue Jun 22 11:26:48 2010 -0700 +++ b/org.symbian.tools.wrttools.previewer/preview/wrt_preview.html Thu Jun 24 16:06:48 2010 -0700 @@ -16,7 +16,7 @@ - WRT Debugger + TMW Debugger diff -r 11ff5aef0e96 -r e5346aff014d org.symbian.tools.wrttools.previewer/src/org/symbian/tools/wrttools/previewer/PreviewerPlugin.java --- a/org.symbian.tools.wrttools.previewer/src/org/symbian/tools/wrttools/previewer/PreviewerPlugin.java Tue Jun 22 11:26:48 2010 -0700 +++ b/org.symbian.tools.wrttools.previewer/src/org/symbian/tools/wrttools/previewer/PreviewerPlugin.java Thu Jun 24 16:06:48 2010 -0700 @@ -134,7 +134,7 @@ public MessageConsole getConsole() { if (console == null) { - console = new MessageConsole("WebRuntime Console", null); + console = new MessageConsole("TMW Console", null); ConsolePlugin.getDefault().getConsoleManager().addConsoles(new IConsole[] { console }); } return console; diff -r 11ff5aef0e96 -r e5346aff014d org.symbian.tools.wrttools.previewer/src/org/symbian/tools/wrttools/previewer/http/BrowserConnectionJob.java --- a/org.symbian.tools.wrttools.previewer/src/org/symbian/tools/wrttools/previewer/http/BrowserConnectionJob.java Tue Jun 22 11:26:48 2010 -0700 +++ b/org.symbian.tools.wrttools.previewer/src/org/symbian/tools/wrttools/previewer/http/BrowserConnectionJob.java Thu Jun 24 16:06:48 2010 -0700 @@ -18,7 +18,7 @@ private String sId = null; public BrowserConnectionJob(IPreviewStartupListener listener, URI uri) { - super("Connecting to WRT debugger browser"); + super("Connecting to TMW debugger browser"); this.listener = listener; this.uri = uri; setUser(false); diff -r 11ff5aef0e96 -r e5346aff014d org.symbian.tools.wrttools.previewer/src/org/symbian/tools/wrttools/previewer/preferences/WrtEditingPreferencePage.java --- a/org.symbian.tools.wrttools.previewer/src/org/symbian/tools/wrttools/previewer/preferences/WrtEditingPreferencePage.java Tue Jun 22 11:26:48 2010 -0700 +++ b/org.symbian.tools.wrttools.previewer/src/org/symbian/tools/wrttools/previewer/preferences/WrtEditingPreferencePage.java Thu Jun 24 16:06:48 2010 -0700 @@ -53,7 +53,7 @@ { "Prompt", MessageDialogWithToggle.PROMPT } }; enableAutorefresh = new RadioGroupFieldEditor( IWrtEditingPreferences.PREF_AUTO_REFRESH, - "Initial auto-refresh setting for WRT Preview window", + "Initial auto-refresh setting for TMW Preview window", namesAndValues.length, namesAndValues, projectComposite, true); enableAutorefresh.setPreferenceStore(getPreferenceStore()); enableAutorefresh.setPage(this); diff -r 11ff5aef0e96 -r e5346aff014d org.symbian.tools.wrttools.previewer/src/org/symbian/tools/wrttools/previewer/preview/MozillaPreviewPage.java --- a/org.symbian.tools.wrttools.previewer/src/org/symbian/tools/wrttools/previewer/preview/MozillaPreviewPage.java Tue Jun 22 11:26:48 2010 -0700 +++ b/org.symbian.tools.wrttools.previewer/src/org/symbian/tools/wrttools/previewer/preview/MozillaPreviewPage.java Thu Jun 24 16:06:48 2010 -0700 @@ -38,7 +38,7 @@ public ClearPreferencesAction() { setText("Clear"); setImageDescriptor(PreviewerPlugin.getImageDescriptor(Images.CLEAR_PREFS)); - setDescription("Forget all WRT application preference values"); + setDescription("Forget all TMW application preference values"); setToolTipText(getDescription()); } diff -r 11ff5aef0e96 -r e5346aff014d org.symbian.tools.wrttools.previewer/src/org/symbian/tools/wrttools/previewer/preview/PreviewView.java --- a/org.symbian.tools.wrttools.previewer/src/org/symbian/tools/wrttools/previewer/preview/PreviewView.java Tue Jun 22 11:26:48 2010 -0700 +++ b/org.symbian.tools.wrttools.previewer/src/org/symbian/tools/wrttools/previewer/preview/PreviewView.java Thu Jun 24 16:06:48 2010 -0700 @@ -53,7 +53,7 @@ @Override protected IPage createDefaultPage(PageBook book) { MessagePage messagePage = new MessagePage(); - messagePage.setMessage("Open an editor to preview WRT widget"); + messagePage.setMessage("Open an editor to preview TMW widget"); initPage(messagePage); messagePage.createControl(book); return messagePage; @@ -243,7 +243,7 @@ .open( MessageDialogWithToggle.QUESTION, getSite().getShell(), - "WRT Preview", + "TMW Preview", "The preview window can refresh (reinitialize and restart) whenever a project file is saved.\n" + "This setting for each project can be toggled from the preview toolbar.\n\n" + "Do you want to enable automatic refresh for this project?", diff -r 11ff5aef0e96 -r e5346aff014d org.symbian.tools.wrttools.product/launch/WRT IDE Product (Mac OS X).launch --- a/org.symbian.tools.wrttools.product/launch/WRT IDE Product (Mac OS X).launch Tue Jun 22 11:26:48 2010 -0700 +++ b/org.symbian.tools.wrttools.product/launch/WRT IDE Product (Mac OS X).launch Thu Jun 24 16:06:48 2010 -0700 @@ -1,4 +1,4 @@ - + @@ -21,8 +21,8 @@ - - + + diff -r 11ff5aef0e96 -r e5346aff014d org.symbian.tools.wrttools.product/plugin.xml --- a/org.symbian.tools.wrttools.product/plugin.xml Tue Jun 22 11:26:48 2010 -0700 +++ b/org.symbian.tools.wrttools.product/plugin.xml Thu Jun 24 16:06:48 2010 -0700 @@ -7,14 +7,14 @@ class="org.symbian.tools.wrttools.product.perspective.WRTPerspective" icon="icons/WRT_perspective.png" id="org.symbian.tools.wrttools.mainPerspective" - name="WebRuntime"> + name="TMW"> + label="TMW Element Creation"> @@ -71,7 +71,7 @@ @@ -152,7 +152,7 @@ pattern="org\.eclipse\.debug\.ui/org\.eclipse\.debug\.ui\.contextualLaunch\.debug\.submenu"> @@ -192,7 +192,7 @@ point="org.eclipse.core.runtime.products"> + name="Tools for Mobile Web"> @@ -219,7 +219,7 @@ + value="Tools for Mobile Web"> - + @@ -530,7 +530,7 @@ @@ -598,7 +598,7 @@ point="org.eclipse.ui.commands"> + name="TMW Tools"> @@ -823,7 +823,7 @@ diff -r 11ff5aef0e96 -r e5346aff014d org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/ConsoleFactory.java --- a/org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/ConsoleFactory.java Tue Jun 22 11:26:48 2010 -0700 +++ b/org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/ConsoleFactory.java Thu Jun 24 16:06:48 2010 -0700 @@ -46,7 +46,7 @@ private synchronized static MessageConsole getConsole() { if (console == null) { - console = new MessageConsole("Web Runtime Console", null, true); + console = new MessageConsole("TMW Console", null, true); IConsoleManager consoleManager = ConsolePlugin.getDefault().getConsoleManager(); consoleManager.addConsoles(new IConsole[]{console}); } diff -r 11ff5aef0e96 -r e5346aff014d org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/core/packager/packageMessages.properties --- a/org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/core/packager/packageMessages.properties Tue Jun 22 11:26:48 2010 -0700 +++ b/org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/core/packager/packageMessages.properties Thu Jun 24 16:06:48 2010 -0700 @@ -10,7 +10,7 @@ WRTPackagerConstants.directoryCreateErr=Can not create output directory WRTPackagerConstants.checkPermission=Can not create specified directory at the destination. WRTPackagerConstants.unSupportedInput=Any input other then a folder is not supported -WRTPackagerConstants.InputNotSupported=Input type not supported by WRT Packager +WRTPackagerConstants.InputNotSupported=Input type not supported by TMW Packager WRTPackagerConstants.renameFailed=Packager failed while renaming a .zip file WRTPackagerConstants.failureGenerate=Packager failed while generating package files WRTPackagerConstants.srcNotFound=Source folder not found diff -r 11ff5aef0e96 -r e5346aff014d org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/wizards/WrtWidgetWizard.java --- a/org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/wizards/WrtWidgetWizard.java Tue Jun 22 11:26:48 2010 -0700 +++ b/org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/wizards/WrtWidgetWizard.java Thu Jun 24 16:06:48 2010 -0700 @@ -73,7 +73,7 @@ public WrtWidgetWizard() { setDefaultPageImageDescriptor(WRTImages.newWizardBanner()); - setWindowTitle("New Web Runtime Application"); + setWindowTitle("New Mobile Web Application"); setNeedsProgressMonitor(true); }