RTSDK : Update branding informations
authordaeryong.park <bdragon.park@samsung.com>
Mon, 27 Feb 2017 04:02:47 +0000 (13:02 +0900)
committerdaeryong.park <bdragon.park@samsung.com>
Mon, 27 Feb 2017 04:05:14 +0000 (13:05 +0900)
- Add window images (additional size)
- Update default layout for RT perspective
- Add about page informations

Change-Id: Iccd9b50ab89bca9ffc548d9678a2d1eb9186b069
Signed-off-by: daeryong.park <bdragon.park@samsung.com>
rt-ide/tizen.rt.product.plugin/OSGI-INF/l10n/bundle.properties
rt-ide/tizen.rt.product.plugin/icons/branding/icon_ide_rt_128.png [new file with mode: 0644]
rt-ide/tizen.rt.product.plugin/icons/branding/icon_ide_rt_256.png [new file with mode: 0644]
rt-ide/tizen.rt.product.plugin/icons/branding/icon_ide_rt_64.png [new file with mode: 0644]
rt-ide/tizen.rt.product.plugin/icons/view_pv_sel.png [deleted file]
rt-ide/tizen.rt.product.plugin/icons/view_tab_prx_mv.png [deleted file]
rt-ide/tizen.rt.product.plugin/plugin.xml
rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/perspectives/TizenRTPerspective.java

index aa41d8b..b059af4 100644 (file)
@@ -7,7 +7,7 @@ Release Note:{3}\n\
 
 
 
-windowImages=icons/branding/icon_ide_rt_16.png, icons/branding/icon_ide_rt_32.png, icons/branding/icon_ide_rt_48.png
+windowImages=icons/branding/icon_ide_rt_16.png, icons/branding/icon_ide_rt_32.png, icons/branding/icon_ide_rt_48.png,icons/branding/icon_ide_rt_64.png, icons/branding/icon_ide_rt_128.png, icons/branding/icon_ide_rt_256.png
 aboutImage=icons/branding/about_ide.png
 featureImage=icons/branding/32_IDE_icon.png
 
diff --git a/rt-ide/tizen.rt.product.plugin/icons/branding/icon_ide_rt_128.png b/rt-ide/tizen.rt.product.plugin/icons/branding/icon_ide_rt_128.png
new file mode 100644 (file)
index 0000000..e51db24
Binary files /dev/null and b/rt-ide/tizen.rt.product.plugin/icons/branding/icon_ide_rt_128.png differ
diff --git a/rt-ide/tizen.rt.product.plugin/icons/branding/icon_ide_rt_256.png b/rt-ide/tizen.rt.product.plugin/icons/branding/icon_ide_rt_256.png
new file mode 100644 (file)
index 0000000..4d727de
Binary files /dev/null and b/rt-ide/tizen.rt.product.plugin/icons/branding/icon_ide_rt_256.png differ
diff --git a/rt-ide/tizen.rt.product.plugin/icons/branding/icon_ide_rt_64.png b/rt-ide/tizen.rt.product.plugin/icons/branding/icon_ide_rt_64.png
new file mode 100644 (file)
index 0000000..007ba37
Binary files /dev/null and b/rt-ide/tizen.rt.product.plugin/icons/branding/icon_ide_rt_64.png differ
diff --git a/rt-ide/tizen.rt.product.plugin/icons/view_pv_sel.png b/rt-ide/tizen.rt.product.plugin/icons/view_pv_sel.png
deleted file mode 100644 (file)
index 1769800..0000000
Binary files a/rt-ide/tizen.rt.product.plugin/icons/view_pv_sel.png and /dev/null differ
diff --git a/rt-ide/tizen.rt.product.plugin/icons/view_tab_prx_mv.png b/rt-ide/tizen.rt.product.plugin/icons/view_tab_prx_mv.png
deleted file mode 100644 (file)
index efd2a3e..0000000
Binary files a/rt-ide/tizen.rt.product.plugin/icons/view_tab_prx_mv.png and /dev/null differ
index c03ea8e..efb9799 100644 (file)
                         definitionId="org.tizen.rt.product.rt_perspective">
                   </reference>
                </visibleWhen>
-            </command>            
+            </command>
          </toolbar>
       </menuContribution>
-      
    </extension>
    <extension
          id="product"
             name="Tizen RT IDE">
          <property
                name="windowImages"
-               value="icons/branding/icon_ide_rt_16.png,icons/branding/icon_ide_rt_32.png,icons/branding/icon_ide_rt_48.png">
+               value="icons/branding/icon_ide_rt_16.png,icons/branding/icon_ide_rt_32.png,icons/branding/icon_ide_rt_48.png,icons/branding/icon_ide_rt_64.png,icons/branding/icon_ide_rt_128.png,icons/branding/icon_ide_rt_256.png">
+         </property>
+         <property
+               name="aboutText"
+               value="%product.description">
+         </property>
+         <property
+               name="aboutImage"
+               value="%aboutImage">
          </property>
          <property
                name="appName"
       </viewerContentBinding>
    </extension>
    <extension
-         point="org.eclipse.ui.perspectiveExtensions">
-      <perspectiveExtension
-            targetID="org.eclipse.ui.resourcePerspective">
-         <view
-               id="org.tizen.rt.viewer.navigator"
-               ratio="0.5"
-               relationship="stack"
-               relative="org.eclipse.ui.navigator.ProjectExplorer">
-         </view>
-      </perspectiveExtension>
-   </extension>
-   <extension
          point="org.eclipse.ui.navigator.navigatorContent">
       <commonWizard
             type="new"
          </enabledWhen>
       </activity>
    </extension>
-   
+
    <!--Hide Common Toolbar Item-->
    <extension
          point="org.eclipse.ui.activities">
     <activityPatternBinding
           activityId="org.tizen.rt.activity.common"
-          isEqualityPattern="true"
           pattern="org.eclipse.ui.editors/org.eclipse.ui.edit.text.gotoNextAnnotation"/>
-    <activityPatternBinding activityId="org.tizen.rt.activity.common" isEqualityPattern="true" pattern="org.eclipse.ui.editors/org.eclipse.ui.edit.text.gotoPreviousAnnotation"/>
+    <activityPatternBinding activityId="org.tizen.rt.activity.common" pattern="org.eclipse.ui.editors/org.eclipse.ui.edit.text.gotoPreviousAnnotation"/>
     <activityPatternBinding activityId="org.tizen.rt.activity.common" isEqualityPattern="true" pattern="org.eclipse.mylyn.tasks.ui.command.openTask"/>
     <activityPatternBinding activityId="org.tizen.rt.activity.common" pattern="org.eclipse.ui.file.save"/>
     <activityPatternBinding activityId="org.tizen.rt.activity.common" pattern="org.eclipse.search/org.eclipse.search.OpenSearchDialogPage"/>
index d955ce1..93cbf2d 100644 (file)
@@ -7,6 +7,8 @@ import org.eclipse.ui.IFolderLayout;
 import org.eclipse.ui.IPageLayout;
 import org.eclipse.ui.IPerspectiveFactory;
 import org.eclipse.ui.console.IConsoleConstants;
+import org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard;
+import org.eclipse.ui.wizards.newresource.BasicNewFolderResourceWizard;
 
 /**
  * This class is meant to serve as an example for how various contributions are made to a perspective. Note that some of the extension point id's are referred to as API constants while others are
@@ -34,16 +36,16 @@ public class TizenRTPerspective implements IPerspectiveFactory {
         // Note that each new Folder uses a percentage of the remaining
         // EditorArea.
 
+        IFolderLayout left = factory.createFolder("left", // NON-NLS-1
+                IPageLayout.LEFT, 0.20f, factory.getEditorArea());
+        left.addView(IPageLayout.ID_PROJECT_EXPLORER);
+
         IFolderLayout bottom = factory.createFolder("bottomRight", // NON-NLS-1
                 IPageLayout.BOTTOM, 0.75f, factory.getEditorArea());
         bottom.addView(IConsoleConstants.ID_CONSOLE_VIEW);
         bottom.addView("org.eclipse.tm.terminal.view.ui.TerminalsView");
         bottom.addPlaceholder(IConsoleConstants.ID_CONSOLE_VIEW);
 
-        IFolderLayout topLeft = factory.createFolder("topLeft", // NON-NLS-1
-                IPageLayout.LEFT, 0.20f, factory.getEditorArea());
-        topLeft.addView(IPageLayout.ID_PROJECT_EXPLORER);
-
         IFolderLayout topRight = factory.createFolder("topRight", // NON-NLS-1
                 IPageLayout.RIGHT, 0.75f, factory.getEditorArea());
         topRight.addView(IPageLayout.ID_OUTLINE);
@@ -61,12 +63,12 @@ public class TizenRTPerspective implements IPerspectiveFactory {
     private void addNewWizardShortcuts() {
         factory.addNewWizardShortcut("org.tizen.rt.LocalProject");
         factory.addNewWizardShortcut("org.tizen.rt.GitProject");
-        factory.addNewWizardShortcut("org.eclipse.ui.wizards.new.folder");// NON-NLS-1
-        factory.addNewWizardShortcut("org.eclipse.ui.wizards.new.file");// NON-NLS-1
+        factory.addNewWizardShortcut(BasicNewFolderResourceWizard.WIZARD_ID);// NON-NLS-1
+        factory.addNewWizardShortcut(BasicNewFileResourceWizard.WIZARD_ID);// NON-NLS-1
     }
 
     private void addViewShortcuts() {
-        factory.addShowViewShortcut("org.tizen.rt.viewer.navigator");
+        factory.addShowViewShortcut(IPageLayout.ID_PROJECT_EXPLORER);
         factory.addShowViewShortcut(IConsoleConstants.ID_CONSOLE_VIEW);
         factory.addShowViewShortcut(IUIConstants.ID); // TM Terminal View ID
         factory.addShowViewShortcut(IPageLayout.ID_OUTLINE);