Author: vyemialyanchyk
Date: 2011-02-07 10:53:46 -0500 (Mon, 07 Feb 2011)
New Revision: 29052
Added:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/icons/images/exclamation.gif
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/icons/images/ovr16/
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/icons/images/ovr16/error_co.gif
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/icons/images/ovr16/obj_ovr_error.gif
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/icons/images/ovr16/obj_ovr_server.gif
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/icons/images/ovr16/obj_ovr_server_off.gif
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/icons/images/ovr16/warning_co.gif
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/icons/images/runextern_no.png
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/icons/images/runextern_yes.png
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/icons/images/error.gif
trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/ImageConstants.java
trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/ImageMap.java
Log:
https://issues.jboss.org/browse/JBIDE-8221 - add overlay icons, fix error.gif icon
background color to transparent
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/ImageConstants.java
===================================================================
---
trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/ImageConstants.java 2011-02-07
15:46:42 UTC (rev 29051)
+++
trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/ImageConstants.java 2011-02-07
15:53:46 UTC (rev 29052)
@@ -124,13 +124,24 @@
public static final String CHECKBOX_EMPTY = "images/xpl/incomplete_tsk.gif";
//$NON-NLS-1$
public static final String RELOAD = "images/reload.gif"; //$NON-NLS-1$
public static final String ERROR = "images/error.gif"; //$NON-NLS-1$
+ public static final String EXCLAMATION = "images/exclamation.gif";
//$NON-NLS-1$
public static final String PINUP = "PINUP"; //$NON-NLS-1$
public static final String PINUP_PATH = "images/pinup.png"; //$NON-NLS-1$
-
public static final String PINDOWN = "PINDOWN"; //$NON-NLS-1$
public static final String PINDOWN_PATH = "images/pindown.png"; //$NON-NLS-1$
+
+ public static final String RUNEXTERN_NO = "RUNEXTERN_NO"; //$NON-NLS-1$
+ public static final String RUNEXTERN_NO_PATH = "images/runextern_no.png";
//$NON-NLS-1$
+ public static final String RUNEXTERN_YES = "RUNEXTERN_YES"; //$NON-NLS-1$
+ public static final String RUNEXTERN_YES_PATH = "images/runextern_yes.png";
//$NON-NLS-1$
+
+ public static final String OVR_ERROR = "images/ovr16/error_co.gif";
//$NON-NLS-1$
+ public static final String OVR_ERROR2 = "images/ovr16/obj_ovr_error.gif";
//$NON-NLS-1$
+ public static final String OVR_DBS_OFF =
"images/ovr16/obj_ovr_server_off.gif"; //$NON-NLS-1$
+ public static final String OVR_DBS_CONNECTED =
"images/ovr16/obj_ovr_server.gif"; //$NON-NLS-1$
+ public static final String OVR_WARNING = "images/ovr16/warning_co.gif";
//$NON-NLS-1$
+
public static final String PRIMARY_KEY = "PRIMARY_KEY";//$NON-NLS-1$
public static final String GENERATOR = "GENERATOR";//$NON-NLS-1$
-
}
\ No newline at end of file
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/ImageMap.java
===================================================================
---
trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/ImageMap.java 2011-02-07
15:46:42 UTC (rev 29051)
+++
trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/ImageMap.java 2011-02-07
15:53:46 UTC (rev 29052)
@@ -75,8 +75,16 @@
declareRegistryImage(CHECKBOX_FULL, "images/xpl/complete_tsk.gif");
//$NON-NLS-1$
declareRegistryImage(RELOAD, "images/reload.gif"); //$NON-NLS-1$
declareRegistryImage(ERROR, "images/error.gif"); //$NON-NLS-1$
+ declareRegistryImage(EXCLAMATION, EXCLAMATION);
declareRegistryImage(PINUP, PINUP_PATH);
declareRegistryImage(PINDOWN, PINDOWN_PATH);
+ declareRegistryImage(RUNEXTERN_NO, RUNEXTERN_NO_PATH);
+ declareRegistryImage(RUNEXTERN_YES, RUNEXTERN_YES_PATH);
+ declareRegistryImage(OVR_ERROR, OVR_ERROR);
+ declareRegistryImage(OVR_ERROR2, OVR_ERROR2);
+ declareRegistryImage(OVR_DBS_OFF, OVR_DBS_OFF);
+ declareRegistryImage(OVR_DBS_CONNECTED, OVR_DBS_CONNECTED);
+ declareRegistryImage(OVR_WARNING, OVR_WARNING);
declareRegistryImage(PRIMARY_KEY, "images/primary_key.gif"); //$NON-NLS-1$
declareRegistryImage(GENERATOR, "images/generator.gif"); //$NON-NLS-1$
}
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/icons/images/error.gif
===================================================================
(Binary files differ)
Added:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/icons/images/exclamation.gif
===================================================================
(Binary files differ)
Property changes on:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/icons/images/exclamation.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/icons/images/ovr16/error_co.gif
===================================================================
(Binary files differ)
Property changes on:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/icons/images/ovr16/error_co.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/icons/images/ovr16/obj_ovr_error.gif
===================================================================
(Binary files differ)
Property changes on:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/icons/images/ovr16/obj_ovr_error.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/icons/images/ovr16/obj_ovr_server.gif
===================================================================
(Binary files differ)
Property changes on:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/icons/images/ovr16/obj_ovr_server.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/icons/images/ovr16/obj_ovr_server_off.gif
===================================================================
(Binary files differ)
Property changes on:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/icons/images/ovr16/obj_ovr_server_off.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/icons/images/ovr16/warning_co.gif
===================================================================
(Binary files differ)
Property changes on:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/icons/images/ovr16/warning_co.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/icons/images/runextern_no.png
===================================================================
(Binary files differ)
Property changes on:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/icons/images/runextern_no.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/icons/images/runextern_yes.png
===================================================================
(Binary files differ)
Property changes on:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/icons/images/runextern_yes.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream