[Esbox-commits] r898 - in branches/micaSplit: org.maemo.esbox.maemosdk.ui org.maemo.esbox.maemosdk.ui/icons/full/etool16 org.maemo.esbox.scratchbox.sb1 org.maemo.esbox.scratchbox.sb1/icons org.maemo.esbox.scratchbox.sb1/icons/full org.maemo.esbox.scratchbox.sb1/icons/full/wizban org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1 org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard org.maemo.esbox.scratchbox.sb2 org.maemo.esbox.scratchbox.sb2/icons/full org.maemo.esbox.scratchbox.sb2/icons/full/obj16 org.maemo.esbox.scratchbox.sb2/icons/full/wizban org.maemo.esbox.scratchbox.sb2/src/org/maemo/esbox/internal/scratchbox/sb2 org.maemo.esbox.scratchbox.sb2/src/org/maemo/esbox/internal/scratchbox/sb2/ui/wizard

eswartz at garage.maemo.org eswartz at garage.maemo.org
Mon Oct 27 18:13:11 EET 2008


Author: eswartz
Date: 2008-10-27 18:13:10 +0200 (Mon, 27 Oct 2008)
New Revision: 898

Added:
   branches/micaSplit/org.maemo.esbox.maemosdk.ui/icons/full/etool16/maemomenu_misc.png
   branches/micaSplit/org.maemo.esbox.maemosdk.ui/icons/full/etool16/xservermenu_misc.png
   branches/micaSplit/org.maemo.esbox.scratchbox.sb1/icons/
   branches/micaSplit/org.maemo.esbox.scratchbox.sb1/icons/full/
   branches/micaSplit/org.maemo.esbox.scratchbox.sb1/icons/full/wizban/
   branches/micaSplit/org.maemo.esbox.scratchbox.sb1/icons/full/wizban/target_wizban.gif
   branches/micaSplit/org.maemo.esbox.scratchbox.sb2/icons/full/wizban/
   branches/micaSplit/org.maemo.esbox.scratchbox.sb2/icons/full/wizban/target_wizban.gif
Removed:
   branches/micaSplit/org.maemo.esbox.maemosdk.ui/icons/full/etool16/maemomenu_misc.gif
   branches/micaSplit/org.maemo.esbox.maemosdk.ui/icons/full/etool16/xservermenu_misc.gif
   branches/micaSplit/org.maemo.esbox.scratchbox.sb2/icons/full/obj16/maemoprj_obj.png
Modified:
   branches/micaSplit/org.maemo.esbox.maemosdk.ui/plugin.xml
   branches/micaSplit/org.maemo.esbox.scratchbox.sb1/build.properties
   branches/micaSplit/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/Activator.java
   branches/micaSplit/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/NewScratchbox1TargetWizard.java
   branches/micaSplit/org.maemo.esbox.scratchbox.sb2/plugin.xml
   branches/micaSplit/org.maemo.esbox.scratchbox.sb2/src/org/maemo/esbox/internal/scratchbox/sb2/Activator.java
   branches/micaSplit/org.maemo.esbox.scratchbox.sb2/src/org/maemo/esbox/internal/scratchbox/sb2/ui/wizard/NewScratchbox2TargetWizard.java
Log:
Merge new icons and clean up some dead icons

Deleted: branches/micaSplit/org.maemo.esbox.maemosdk.ui/icons/full/etool16/maemomenu_misc.gif
===================================================================
(Binary files differ)

Added: branches/micaSplit/org.maemo.esbox.maemosdk.ui/icons/full/etool16/maemomenu_misc.png
===================================================================
(Binary files differ)


Property changes on: branches/micaSplit/org.maemo.esbox.maemosdk.ui/icons/full/etool16/maemomenu_misc.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Deleted: branches/micaSplit/org.maemo.esbox.maemosdk.ui/icons/full/etool16/xservermenu_misc.gif
===================================================================
(Binary files differ)

Added: branches/micaSplit/org.maemo.esbox.maemosdk.ui/icons/full/etool16/xservermenu_misc.png
===================================================================
(Binary files differ)


Property changes on: branches/micaSplit/org.maemo.esbox.maemosdk.ui/icons/full/etool16/xservermenu_misc.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: branches/micaSplit/org.maemo.esbox.maemosdk.ui/plugin.xml
===================================================================
--- branches/micaSplit/org.maemo.esbox.maemosdk.ui/plugin.xml	2008-10-27 13:43:41 UTC (rev 897)
+++ branches/micaSplit/org.maemo.esbox.maemosdk.ui/plugin.xml	2008-10-27 16:13:10 UTC (rev 898)
@@ -36,7 +36,7 @@
          <action
                class="org.maemo.esbox.internal.maemosdk.ui.actions.XDropdownMenuAction"
                enablesFor="*"
-               icon="icons/full/etool16/xservermenu_misc.gif"
+               icon="icons/full/etool16/xservermenu_misc.png"
                id="org.maemo.mica.maemosdk.ui.action.xserver"
                label="X Server"
                state="true"
@@ -47,7 +47,7 @@
          <action
                class="org.maemo.esbox.internal.maemosdk.ui.actions.MaemoDropdownMenuAction"
                enablesFor="*"
-               icon="icons/full/etool16/maemomenu_misc.gif"
+               icon="icons/full/etool16/maemomenu_misc.png"
                id="org.maemo.mica.maemosdk.ui.action.maemo"
                label="%action.label.1"
                state="true"

Modified: branches/micaSplit/org.maemo.esbox.scratchbox.sb1/build.properties
===================================================================
--- branches/micaSplit/org.maemo.esbox.scratchbox.sb1/build.properties	2008-10-27 13:43:41 UTC (rev 897)
+++ branches/micaSplit/org.maemo.esbox.scratchbox.sb1/build.properties	2008-10-27 16:13:10 UTC (rev 898)
@@ -3,4 +3,5 @@
 bin.includes = META-INF/,\
                .,\
                plugin.xml,\
-               conf/
+               conf/,\
+               icons/

Added: branches/micaSplit/org.maemo.esbox.scratchbox.sb1/icons/full/wizban/target_wizban.gif
===================================================================
(Binary files differ)


Property changes on: branches/micaSplit/org.maemo.esbox.scratchbox.sb1/icons/full/wizban/target_wizban.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: branches/micaSplit/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/Activator.java
===================================================================
--- branches/micaSplit/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/Activator.java	2008-10-27 13:43:41 UTC (rev 897)
+++ branches/micaSplit/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/Activator.java	2008-10-27 16:13:10 UTC (rev 898)
@@ -21,7 +21,7 @@
 public class Activator extends Plugin {
 
 	// The plug-in ID
-	public static final String PLUGIN_ID = "org.maemo.mica.maemosdk.sdk1";
+	public static final String PLUGIN_ID = "org.maemo.esbox.scratchbox.sb1";
 
 	// The shared instance
 	private static Activator plugin;

Modified: branches/micaSplit/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/NewScratchbox1TargetWizard.java
===================================================================
--- branches/micaSplit/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/NewScratchbox1TargetWizard.java	2008-10-27 13:43:41 UTC (rev 897)
+++ branches/micaSplit/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/NewScratchbox1TargetWizard.java	2008-10-27 16:13:10 UTC (rev 898)
@@ -55,7 +55,7 @@
 		setNeedsProgressMonitor(true);
 		setWindowTitle("New Scratchbox 1 Target");
 		ImageDescriptor image = Activator
-				.getImageDescriptor("./icons/full/wizban/newtarget_wiz.gif");
+				.getImageDescriptor("./icons/full/wizban/target_wizban.gif");
 		setDefaultPageImageDescriptor(image);
 		initPages();
 	}

Deleted: branches/micaSplit/org.maemo.esbox.scratchbox.sb2/icons/full/obj16/maemoprj_obj.png
===================================================================
(Binary files differ)

Added: branches/micaSplit/org.maemo.esbox.scratchbox.sb2/icons/full/wizban/target_wizban.gif
===================================================================
(Binary files differ)


Property changes on: branches/micaSplit/org.maemo.esbox.scratchbox.sb2/icons/full/wizban/target_wizban.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: branches/micaSplit/org.maemo.esbox.scratchbox.sb2/plugin.xml
===================================================================
--- branches/micaSplit/org.maemo.esbox.scratchbox.sb2/plugin.xml	2008-10-27 13:43:41 UTC (rev 897)
+++ branches/micaSplit/org.maemo.esbox.scratchbox.sb2/plugin.xml	2008-10-27 16:13:10 UTC (rev 898)
@@ -42,7 +42,7 @@
          point="org.eclipse.ui.newWizards">
       <wizard
             class="org.maemo.esbox.internal.scratchbox.sb2.ui.wizard.NewScratchbox2TargetWizard"
-            icon="icons/full/obj16/maemoprj_obj.png"
+            icon="icons/full/obj16/new-scratchbox-target.gif"
             id="org.maemo.mica.maemosdk.ui.scratchbox.targets.wizards.NewTargetWizard"
             name="Scratchbox Targets">
       </wizard>

Modified: branches/micaSplit/org.maemo.esbox.scratchbox.sb2/src/org/maemo/esbox/internal/scratchbox/sb2/Activator.java
===================================================================
--- branches/micaSplit/org.maemo.esbox.scratchbox.sb2/src/org/maemo/esbox/internal/scratchbox/sb2/Activator.java	2008-10-27 13:43:41 UTC (rev 897)
+++ branches/micaSplit/org.maemo.esbox.scratchbox.sb2/src/org/maemo/esbox/internal/scratchbox/sb2/Activator.java	2008-10-27 16:13:10 UTC (rev 898)
@@ -23,7 +23,7 @@
 public class Activator extends Plugin {
 
 	// The plug-in ID
-	public static final String PLUGIN_ID = "org.maemo.mica.maemosdk.sdk2";
+	public static final String PLUGIN_ID = "org.maemo.esbox.scratchbox.sb2";
 
 	// The shared instance
 	private static Activator plugin;

Modified: branches/micaSplit/org.maemo.esbox.scratchbox.sb2/src/org/maemo/esbox/internal/scratchbox/sb2/ui/wizard/NewScratchbox2TargetWizard.java
===================================================================
--- branches/micaSplit/org.maemo.esbox.scratchbox.sb2/src/org/maemo/esbox/internal/scratchbox/sb2/ui/wizard/NewScratchbox2TargetWizard.java	2008-10-27 13:43:41 UTC (rev 897)
+++ branches/micaSplit/org.maemo.esbox.scratchbox.sb2/src/org/maemo/esbox/internal/scratchbox/sb2/ui/wizard/NewScratchbox2TargetWizard.java	2008-10-27 16:13:10 UTC (rev 898)
@@ -64,7 +64,7 @@
 		setNeedsProgressMonitor(true);
 		setWindowTitle("New Scratchbox 2 Target");
 		ImageDescriptor image = Activator
-				.getImageDescriptor("./icons/full/wizban/newtarget_wiz.gif");
+				.getImageDescriptor("./icons/full/wizban/target_wizban.gif");
 		setDefaultPageImageDescriptor(image);
 		initPages();
 	}



More information about the Esbox-commits mailing list