# HG changeset patch # User tasneems@symbian.org # Date 1268273481 28800 # Node ID c4e62032b35bcb093a6edc619b985ef418f1440f # Parent 4c3654574a4564dd58af61db9341de095a34febe Fixed 2199: new css file in WRT Navigator returns %action.newcss. Fixed 2200: About dialog: Blurb image needs to be resized to fit properly diff -r 4c3654574a45 -r c4e62032b35b org.symbian.tools.wrttools.previewer/preview/css/style.css --- 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{ diff -r 4c3654574a45 -r c4e62032b35b org.symbian.tools.wrttools.previewer/preview/images/import_icon_16px.png Binary file org.symbian.tools.wrttools.previewer/preview/images/import_icon_16px.png has changed diff -r 4c3654574a45 -r c4e62032b35b org.symbian.tools.wrttools.previewer/preview/images/import_wizard_banner.png Binary file org.symbian.tools.wrttools.previewer/preview/images/import_wizard_banner.png has changed diff -r 4c3654574a45 -r c4e62032b35b org.symbian.tools.wrttools.previewer/preview/script/jquery-ui/css/ui-darkness/ui.all.css --- 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; diff -r 4c3654574a45 -r c4e62032b35b org.symbian.tools.wrttools.product/META-INF/MANIFEST.MF --- 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 diff -r 4c3654574a45 -r c4e62032b35b org.symbian.tools.wrttools.product/icons/WRT_Wizard_banner.png Binary file org.symbian.tools.wrttools.product/icons/WRT_Wizard_banner.png has changed diff -r 4c3654574a45 -r c4e62032b35b org.symbian.tools.wrttools.product/icons/WRT_blurb_image.gif Binary file org.symbian.tools.wrttools.product/icons/WRT_blurb_image.gif has changed diff -r 4c3654574a45 -r c4e62032b35b org.symbian.tools.wrttools.product/icons/WRT_blurb_image.png Binary file org.symbian.tools.wrttools.product/icons/WRT_blurb_image.png has changed diff -r 4c3654574a45 -r c4e62032b35b org.symbian.tools.wrttools.product/icons/ico/.DS_Store Binary file org.symbian.tools.wrttools.product/icons/ico/.DS_Store has changed diff -r 4c3654574a45 -r c4e62032b35b org.symbian.tools.wrttools.product/icons/ico/WRT_main-icon_128px.ico Binary file org.symbian.tools.wrttools.product/icons/ico/WRT_main-icon_128px.ico has changed diff -r 4c3654574a45 -r c4e62032b35b org.symbian.tools.wrttools.product/icons/ico/WRT_main-icon_16px.ico Binary file org.symbian.tools.wrttools.product/icons/ico/WRT_main-icon_16px.ico has changed diff -r 4c3654574a45 -r c4e62032b35b org.symbian.tools.wrttools.product/icons/ico/WRT_main-icon_32px.ico Binary file org.symbian.tools.wrttools.product/icons/ico/WRT_main-icon_32px.ico has changed diff -r 4c3654574a45 -r c4e62032b35b org.symbian.tools.wrttools.product/icons/ico/WRT_main-icon_48px.ico Binary file org.symbian.tools.wrttools.product/icons/ico/WRT_main-icon_48px.ico has changed diff -r 4c3654574a45 -r c4e62032b35b org.symbian.tools.wrttools.product/icons/ico/WRT_main-icon_64px.ico Binary file org.symbian.tools.wrttools.product/icons/ico/WRT_main-icon_64px.ico has changed diff -r 4c3654574a45 -r c4e62032b35b org.symbian.tools.wrttools.product/icons/newWRT_app_icon_16px.png Binary file org.symbian.tools.wrttools.product/icons/newWRT_app_icon_16px.png has changed diff -r 4c3654574a45 -r c4e62032b35b org.symbian.tools.wrttools.product/icons/splash.bmp Binary file org.symbian.tools.wrttools.product/icons/splash.bmp has changed diff -r 4c3654574a45 -r c4e62032b35b org.symbian.tools.wrttools.product/plugin.xml --- 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"> @@ -41,7 +41,7 @@ + id="org.symbian.tools.wrttools.core.wrtwidgetwizard" + banner="WRT_Wizard_banner.png"> @@ -159,7 +160,7 @@ + value="icons/WRT_blurb_image.png"> + + + + + + + + + + + + + + diff -r 4c3654574a45 -r c4e62032b35b org.symbian.tools.wrttools.product/wrt-ide.product --- 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 @@ - + %productBlurb @@ -24,6 +24,7 @@ @@ -34,11 +35,13 @@ + org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5 org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6 + @@ -195,6 +198,7 @@ + diff -r 4c3654574a45 -r c4e62032b35b org.symbian.tools.wrttools/icons/WRT_application_icon_16px.png Binary file org.symbian.tools.wrttools/icons/WRT_application_icon_16px.png has changed diff -r 4c3654574a45 -r c4e62032b35b org.symbian.tools.wrttools/icons/WRT_wizard_banner.png Binary file org.symbian.tools.wrttools/icons/WRT_wizard_banner.png has changed diff -r 4c3654574a45 -r c4e62032b35b org.symbian.tools.wrttools/icons/import_icon_16px.png Binary file org.symbian.tools.wrttools/icons/import_icon_16px.png has changed diff -r 4c3654574a45 -r c4e62032b35b org.symbian.tools.wrttools/icons/import_wizard_banner.png Binary file org.symbian.tools.wrttools/icons/import_wizard_banner.png has changed diff -r 4c3654574a45 -r c4e62032b35b org.symbian.tools.wrttools/plugin.xml --- 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 @@ - + 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"> Create WRT project from deployable WGZ application archive