Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-09-17 04:17:23 +0000
committerEike Stepper2012-09-17 04:17:23 +0000
commit94e9d7dccf553650b9f0f8c5858087962a9445c7 (patch)
treeb719fcb72004fe9b918c1bc3a4f2bc46eec2b829 /plugins/org.eclipse.emf.cdo.ui.shared
parenta893926fcbd35f9f3a96e9e4bc7d6f4fd4656851 (diff)
downloadcdo-94e9d7dccf553650b9f0f8c5858087962a9445c7.tar.gz
cdo-94e9d7dccf553650b9f0f8c5858087962a9445c7.tar.xz
cdo-94e9d7dccf553650b9f0f8c5858087962a9445c7.zip
UI overhaul: actions, menus, labels, icons
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ui.shared')
-rw-r--r--plugins/org.eclipse.emf.cdo.ui.shared/icons/full/etool16/export.gifbin0 -> 329 bytes
-rw-r--r--plugins/org.eclipse.emf.cdo.ui.shared/icons/full/etool16/import.gifbin0 -> 327 bytes
-rw-r--r--plugins/org.eclipse.emf.cdo.ui.shared/icons/full/etool16/save.gifbin0 -> 639 bytes
-rw-r--r--plugins/org.eclipse.emf.cdo.ui.shared/icons/full/obj16/_folder.gifbin0 -> 325 bytes
-rw-r--r--plugins/org.eclipse.emf.cdo.ui.shared/icons/full/obj16/folder.gifbin325 -> 925 bytes
-rw-r--r--plugins/org.eclipse.emf.cdo.ui.shared/icons/full/wizban/export_wiz.pngbin0 -> 6675 bytes
-rw-r--r--plugins/org.eclipse.emf.cdo.ui.shared/icons/full/wizban/import_wiz.pngbin0 -> 6650 bytes
-rw-r--r--plugins/org.eclipse.emf.cdo.ui.shared/icons/full/wizban/transfer_wiz.pngbin0 -> 6417 bytes
-rw-r--r--plugins/org.eclipse.emf.cdo.ui.shared/src/org/eclipse/emf/cdo/ui/shared/SharedIcons.java52
9 files changed, 50 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ui.shared/icons/full/etool16/export.gif b/plugins/org.eclipse.emf.cdo.ui.shared/icons/full/etool16/export.gif
new file mode 100644
index 0000000000..5a0837d1e4
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.ui.shared/icons/full/etool16/export.gif
Binary files differ
diff --git a/plugins/org.eclipse.emf.cdo.ui.shared/icons/full/etool16/import.gif b/plugins/org.eclipse.emf.cdo.ui.shared/icons/full/etool16/import.gif
new file mode 100644
index 0000000000..d38085ad9c
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.ui.shared/icons/full/etool16/import.gif
Binary files differ
diff --git a/plugins/org.eclipse.emf.cdo.ui.shared/icons/full/etool16/save.gif b/plugins/org.eclipse.emf.cdo.ui.shared/icons/full/etool16/save.gif
new file mode 100644
index 0000000000..499dd0ca60
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.ui.shared/icons/full/etool16/save.gif
Binary files differ
diff --git a/plugins/org.eclipse.emf.cdo.ui.shared/icons/full/obj16/_folder.gif b/plugins/org.eclipse.emf.cdo.ui.shared/icons/full/obj16/_folder.gif
new file mode 100644
index 0000000000..513329b428
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.ui.shared/icons/full/obj16/_folder.gif
Binary files differ
diff --git a/plugins/org.eclipse.emf.cdo.ui.shared/icons/full/obj16/folder.gif b/plugins/org.eclipse.emf.cdo.ui.shared/icons/full/obj16/folder.gif
index 513329b428..152ce470c5 100644
--- a/plugins/org.eclipse.emf.cdo.ui.shared/icons/full/obj16/folder.gif
+++ b/plugins/org.eclipse.emf.cdo.ui.shared/icons/full/obj16/folder.gif
Binary files differ
diff --git a/plugins/org.eclipse.emf.cdo.ui.shared/icons/full/wizban/export_wiz.png b/plugins/org.eclipse.emf.cdo.ui.shared/icons/full/wizban/export_wiz.png
new file mode 100644
index 0000000000..aa787ef561
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.ui.shared/icons/full/wizban/export_wiz.png
Binary files differ
diff --git a/plugins/org.eclipse.emf.cdo.ui.shared/icons/full/wizban/import_wiz.png b/plugins/org.eclipse.emf.cdo.ui.shared/icons/full/wizban/import_wiz.png
new file mode 100644
index 0000000000..732631c0ac
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.ui.shared/icons/full/wizban/import_wiz.png
Binary files differ
diff --git a/plugins/org.eclipse.emf.cdo.ui.shared/icons/full/wizban/transfer_wiz.png b/plugins/org.eclipse.emf.cdo.ui.shared/icons/full/wizban/transfer_wiz.png
new file mode 100644
index 0000000000..72ab80ff94
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.ui.shared/icons/full/wizban/transfer_wiz.png
Binary files differ
diff --git a/plugins/org.eclipse.emf.cdo.ui.shared/src/org/eclipse/emf/cdo/ui/shared/SharedIcons.java b/plugins/org.eclipse.emf.cdo.ui.shared/src/org/eclipse/emf/cdo/ui/shared/SharedIcons.java
index 03452476c9..aaa87908fe 100644
--- a/plugins/org.eclipse.emf.cdo.ui.shared/src/org/eclipse/emf/cdo/ui/shared/SharedIcons.java
+++ b/plugins/org.eclipse.emf.cdo.ui.shared/src/org/eclipse/emf/cdo/ui/shared/SharedIcons.java
@@ -62,6 +62,43 @@ public class SharedIcons
*/
public static final String ETOOL_NEW_RESOURCE_FOLDER = ETOOL + "NewCDOResourceFolder" + IMAGE_FORMAT_GIF; //$NON-NLS-1$
+ /**
+ * @since 4.1
+ */
+ public static final String ETOOL_CLOCK = ETOOL + "clock" + IMAGE_FORMAT_PNG; //$NON-NLS-1$
+
+ /**
+ * @deprecated As of 4.1 use {@link #ETOOL_CLOCK}
+ */
+ @Deprecated
+ public static final String ETOOL_TIME_PICK_BUTTON_ICON = ETOOL_CLOCK;
+
+ /**
+ * @since 4.1
+ */
+ public static final String ETOOL_SLIDER = ETOOL + "slider" + IMAGE_FORMAT_PNG; //$NON-NLS-1$
+
+ /**
+ * @deprecated As of 4.1 use {@link #ETOOL_CLOCK}
+ */
+ @Deprecated
+ public static final String ETOOL_SLIDER_ICON = ETOOL_SLIDER;
+
+ /**
+ * @since 4.1
+ */
+ public static final String ETOOL_SAVE = ETOOL + "save" + IMAGE_FORMAT_GIF; //$NON-NLS-1$
+
+ /**
+ * @since 4.1
+ */
+ public static final String ETOOL_IMPORT = ETOOL + "import" + IMAGE_FORMAT_GIF; //$NON-NLS-1$
+
+ /**
+ * @since 4.1
+ */
+ public static final String ETOOL_EXPORT = ETOOL + "export" + IMAGE_FORMAT_GIF; //$NON-NLS-1$
+
public static final String OBJ_SESSION = OBJ + "cdo_session" + IMAGE_FORMAT_GIF; //$NON-NLS-1$
public static final String OBJ_SESSION_SYNCING = OBJ + "cdo_session_syncing" + IMAGE_FORMAT_GIF; //$NON-NLS-1$
@@ -128,9 +165,20 @@ public class SharedIcons
public static final String WIZBAN_TIME_SELECTION = WIZBAN + "TimeBanner" + IMAGE_FORMAT_GIF; //$NON-NLS-1$
- public static final String ETOOL_TIME_PICK_BUTTON_ICON = ETOOL + "clock" + IMAGE_FORMAT_PNG; //$NON-NLS-1$
+ /**
+ * @since 4.1
+ */
+ public static final String WIZBAN_TRANSFER = WIZBAN + "transfer_wiz" + IMAGE_FORMAT_PNG; //$NON-NLS-1$
+
+ /**
+ * @since 4.1
+ */
+ public static final String WIZBAN_IMPORT = WIZBAN + "import_wiz" + IMAGE_FORMAT_PNG; //$NON-NLS-1$
- public static final String ETOOL_SLIDER_ICON = ETOOL + "slider" + IMAGE_FORMAT_PNG; //$NON-NLS-1$
+ /**
+ * @since 4.1
+ */
+ public static final String WIZBAN_EXPOR = WIZBAN + "export_wiz" + IMAGE_FORMAT_PNG; //$NON-NLS-1$
public static Image getImage(String key)
{

Back to the top