Fixed 2199: new css file in WRT Navigator returns %action.newcss. Fixed 2200: About dialog: Blurb image needs to be resized to fit properly
--- a/org.symbian.tools.wrttools.previewer/preview/css/style.css Wed Mar 10 17:48:19 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/css/style.css Wed Mar 10 18:11:21 2010 -0800
@@ -456,34 +456,37 @@
}
div#event-battery.active:hover, div#event-messaging.active:hover, div#event-memory.active:hover{
-/* background-position: 0px -50px; */
- background-position: 0px -100px;
+ background-position: 0px -50px;
+/* background-position: 0px -100px; */
border: 1px solid #75ea4f;
}
div#event-messaging.inactive, div#event-memory.inactive{
-/* background-position: 0px -100px; */
- background-position: 0px -50px;
+ background-position: 0px -100px;
+/* background-position: 0px -50px; */
border: 1px solid #676767;
}
div#event-battery{
/* background-image: url(../images/battery-icon.png); */
- background-image: url(../images/battery_1.png);
+/* background-image: url(../images/battery_1.png); */
+ background-image: url(../images/battery-icon_bkup.png);
}
div#event-messaging{
/* background-image: url(../images/messaging-icon.gif); */
- background-image: url(../images/messaging_1.png);
+/* background-image: url(../images/messaging_1.png); */
+ background-image: url(../images/messaging-icon_bkup.png);
}
div#event-memory{
/* background-image: url(../images/memory-icon.png); */
- background-image: url(../images/memory_1.png);
+/* background-image: url(../images/memory_1.png); */
+ background-image: url(../images/memory-icon_bkup.png);
}
-
+/*
div#event-battery.active:hover{
background-image: url(../images/battery_2.png);
}
@@ -495,6 +498,7 @@
div#event-memory.active:hover{
background-image: url(../images/memory_2.png);
}
+*/
div.ui-panel{
Binary file org.symbian.tools.wrttools.previewer/preview/images/import_icon_16px.png has changed
Binary file org.symbian.tools.wrttools.previewer/preview/images/import_wizard_banner.png has changed
--- a/org.symbian.tools.wrttools.previewer/preview/script/jquery-ui/css/ui-darkness/ui.all.css Wed Mar 10 17:48:19 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/preview/script/jquery-ui/css/ui-darkness/ui.all.css Wed Mar 10 18:11:21 2010 -0800
@@ -206,8 +206,8 @@
/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
font-family: Segoe UI, Arial, sans-serif;
font-size: 0.9em;
-/* background: #000000 url(images/000000_40x100_textures_05_inset_soft_25.png) 0 bottom repeat-x; */
- background: #333333 url(images/000000_40x100_textures_05_inset_soft_25.png) 0 bottom repeat-x;
+ background: #000000 url(images/000000_40x100_textures_05_inset_soft_25.png) 0 bottom repeat-x;
+/* background: #333333 url(images/000000_40x100_textures_05_inset_soft_25.png) 0 bottom repeat-x; */
color: #ffffff;
/* border: 4px solid #666666; */
border: 4px solid #333;
@@ -284,8 +284,7 @@
/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
padding: .5em 1.5em .5em 0.8em;
color: #eeeeee;
-/* background: #555555 url(images/555555_40x100_textures_02_glass_20.png) 0 50% repeat-x; */
- background: #FF0000 url(images/555555_40x100_textures_02_glass_20.png) 0 50% repeat-x;
+ background: #555555 url(images/555555_40x100_textures_02_glass_20.png) 0 50% repeat-x;
border-bottom: 1px solid #666666;
font-size: 0.8em;
font-weight: bold;
--- a/org.symbian.tools.wrttools.product/META-INF/MANIFEST.MF Wed Mar 10 17:48:19 2010 -0800
+++ b/org.symbian.tools.wrttools.product/META-INF/MANIFEST.MF Wed Mar 10 18:11:21 2010 -0800
@@ -16,6 +16,7 @@
org.eclipse.wst.css.ui;bundle-version="1.0.400",
org.eclipse.wst.html.ui;bundle-version="1.0.400",
org.eclipse.wst.xml.ui;bundle-version="1.1.0",
- org.symbian.tools.wrttools.previewer;bundle-version="1.0.0"
+ org.symbian.tools.wrttools.previewer;bundle-version="1.0.0",
+ org.eclipse.ui.intro
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Binary file org.symbian.tools.wrttools.product/icons/WRT_Wizard_banner.png has changed
Binary file org.symbian.tools.wrttools.product/icons/WRT_blurb_image.gif has changed
Binary file org.symbian.tools.wrttools.product/icons/WRT_blurb_image.png has changed
Binary file org.symbian.tools.wrttools.product/icons/ico/.DS_Store has changed
Binary file org.symbian.tools.wrttools.product/icons/ico/WRT_main-icon_128px.ico has changed
Binary file org.symbian.tools.wrttools.product/icons/ico/WRT_main-icon_16px.ico has changed
Binary file org.symbian.tools.wrttools.product/icons/ico/WRT_main-icon_32px.ico has changed
Binary file org.symbian.tools.wrttools.product/icons/ico/WRT_main-icon_48px.ico has changed
Binary file org.symbian.tools.wrttools.product/icons/ico/WRT_main-icon_64px.ico has changed
Binary file org.symbian.tools.wrttools.product/icons/newWRT_app_icon_16px.png has changed
Binary file org.symbian.tools.wrttools.product/icons/splash.bmp has changed
--- a/org.symbian.tools.wrttools.product/plugin.xml Wed Mar 10 17:48:19 2010 -0800
+++ b/org.symbian.tools.wrttools.product/plugin.xml Wed Mar 10 18:11:21 2010 -0800
@@ -19,7 +19,7 @@
class="org.symbian.tools.wrttools.product.actions.NewCSSFileAction"
icon="icons/newcss_wiz.gif"
id="org.symbian.tools.wrttools.product.newCssFileAction"
- label="%action.newcss.label"
+ label="New CSS File..."
style="push"
toolbarPath="wrtwizards">
</action>
@@ -41,7 +41,7 @@
</action>
<action
class="org.symbian.tools.wrttools.product.actions.NewWRTProjectAction"
- icon="icons/newWRTproject.gif"
+ icon="icons/newWRT_app_icon_16px.png"
id="org.symbian.tools.wrttools.product.newWRTProjectAction"
label="New WRT Application..."
style="push"
@@ -56,7 +56,8 @@
name="Web">
</category>
<primaryWizard
- id="org.symbian.tools.wrttools.core.wrtwidgetwizard">
+ id="org.symbian.tools.wrttools.core.wrtwidgetwizard"
+ banner="WRT_Wizard_banner.png">
</primaryWizard>
<primaryWizard
id="org.eclipse.wst.html.ui.internal.wizard.NewHTMLWizard">
@@ -159,7 +160,7 @@
</property>
<property
name="aboutImage"
- value="icons/WRT_Wizard_banner.png">
+ value="icons/WRT_blurb_image.png">
</property>
<property
name="startupForegroundColor"
@@ -214,4 +215,31 @@
</showInPart>
</perspectiveExtension>
</extension>
+ <extension
+ point="org.eclipse.ui.intro">
+ <intro
+ class="org.eclipse.ui.intro.config.CustomizableIntroPart"
+ id="org.symbian.tools.wrttools.product.intro">
+ </intro>
+ <introProductBinding
+ introId="org.symbian.tools.wrttools.product.intro"
+ productId="org.symbian.tools.wrttools.product.product">
+ </introProductBinding>
+ </extension>
+ <extension
+ point="org.eclipse.ui.intro.config">
+ <config
+ content="introContent.xml"
+ id="org.symbian.tools.wrttools.product.introConfigId"
+ introId="org.symbian.tools.wrttools.product.intro">
+ <presentation
+ home-page-id="root">
+ <implementation
+ kind="html"
+ os="win32,linux,macosx"
+ style="content/shared.css">
+ </implementation>
+ </presentation>
+ </config>
+ </extension>
</plugin>
--- a/org.symbian.tools.wrttools.product/wrt-ide.product Wed Mar 10 17:48:19 2010 -0800
+++ b/org.symbian.tools.wrttools.product/wrt-ide.product Wed Mar 10 18:11:21 2010 -0800
@@ -4,7 +4,7 @@
<product name="WebRuntime Toolkit IDE" uid="org.symbian.wrtide" id="org.symbian.tools.wrttools.product.product" application="org.eclipse.ui.ide.workbench" version="1.0.0.qualifier" useFeatures="false" includeLaunchers="true">
<aboutInfo>
- <image path="icons/WRT_Wizard_banner.png"/>
+ <image path="icons/WRT_blurb_image.png"/>
<text>
%productBlurb
</text>
@@ -24,6 +24,7 @@
<windowImages i16="/org.symbian.tools.wrttools.product/icons/WRT_main_16.png" i32="/org.symbian.tools.wrttools.product/icons/WRT_32px_01.png" i48="eclipse48.gif" i64="eclipse.png" i128="eclipse32.png"/>
<splash
+ location="org.symbian.tools.wrttools.product"
startupProgressRect="0,280,455,15"
startupMessageRect="7,220,441,20"
startupForegroundColor="C8D5EA" />
@@ -34,11 +35,13 @@
</win>
</launcher>
+
<vm>
<macos>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5</macos>
<windows>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6</windows>
</vm>
+
<plugins>
<plugin id="com.ibm.icu"/>
<plugin id="com.jcraft.jsch"/>
@@ -195,6 +198,7 @@
<plugin id="org.eclipse.osgi"/>
<plugin id="org.eclipse.osgi.services"/>
<plugin id="org.eclipse.osgi.util"/>
+ <plugin id="org.eclipse.persistence.jpa.equinox.weaving" fragment="true"/>
<plugin id="org.eclipse.platform"/>
<plugin id="org.eclipse.platform.doc.user"/>
<plugin id="org.eclipse.rcp"/>
Binary file org.symbian.tools.wrttools/icons/WRT_application_icon_16px.png has changed
Binary file org.symbian.tools.wrttools/icons/WRT_wizard_banner.png has changed
Binary file org.symbian.tools.wrttools/icons/import_icon_16px.png has changed
Binary file org.symbian.tools.wrttools/icons/import_wizard_banner.png has changed
--- a/org.symbian.tools.wrttools/plugin.xml Wed Mar 10 17:48:19 2010 -0800
+++ b/org.symbian.tools.wrttools/plugin.xml Wed Mar 10 18:11:21 2010 -0800
@@ -189,7 +189,7 @@
</extension>
<extension point="org.eclipse.ui.newWizards">
- <category id="org.symbian.tools.wrttools.core.category" name="Web Runtime(WRT)">
+ <category id="org.symbian.tools.wrttools.core.category" banner="WRT_Wizard_banner.png" name="Web Runtime(WRT)">
</category>
<wizard category="org.symbian.tools.wrttools.core.category"
class="org.symbian.tools.wrttools.wizards.WrtWidgetWizard"
@@ -273,6 +273,7 @@
<wizard category="org.symbian.tools.wrttools.import"
class="org.symbian.tools.wrttools.wizards.projectimport.WrtProjectsImportWizard"
icon="icons/import_aptana_project.gif" id="org.symbian.tools.wrttools.import.projectImport"
+ banner="icons/import_wizard_banner.png"
name="WRT Project">
<description>
Import WRT project created in Aptana, Adobe Dreamweaver or WRT IDE
@@ -283,6 +284,7 @@
class="org.symbian.tools.wrttools.wizards.WgzImportWizard"
icon="icons/WRTImport.gif"
id="org.symbian.tools.wrttools.importwgz"
+ banner="icons/WRT_wizard_banner.png"
name="Sources from WGZ File">
<description>
Create WRT project from deployable WGZ application archive