You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by no...@apache.org on 2009/07/15 22:22:51 UTC

svn commit: r794400 - in /labs/hupa: ./ lib/org.cobogw.gwt/jars/ lib/org.cobogw.gwt/poms/ src/main/java/org/apache/hupa/client/mvp/ war/

Author: norman
Date: Wed Jul 15 20:22:50 2009
New Revision: 794400

URL: http://svn.apache.org/viewvc?rev=794400&view=rev
Log:
Upgrade to cobogw.gwt 1.3 which fixed a bug which caused to search the image files in the wrong directory (so we remove them). This remove the need of hard-coding colors too

Added:
    labs/hupa/lib/org.cobogw.gwt/jars/org.cobogw.gwt-1.3.jar   (with props)
    labs/hupa/lib/org.cobogw.gwt/poms/org.cobogw.gwt-1.3.pom
      - copied, changed from r794320, labs/hupa/lib/org.cobogw.gwt/poms/org.cobogw.gwt-1.2.4.pom
Removed:
    labs/hupa/lib/org.cobogw.gwt/jars/org.cobogw.gwt-1.2.4.jar
    labs/hupa/lib/org.cobogw.gwt/poms/org.cobogw.gwt-1.2.4.pom
    labs/hupa/war/cbg-star.png
    labs/hupa/war/cbg-stardeselected.png
    labs/hupa/war/cbg-starhover.png
Modified:
    labs/hupa/pom.xml
    labs/hupa/src/main/java/org/apache/hupa/client/mvp/MainView.java
    labs/hupa/war/Hupa.css

Added: labs/hupa/lib/org.cobogw.gwt/jars/org.cobogw.gwt-1.3.jar
URL: http://svn.apache.org/viewvc/labs/hupa/lib/org.cobogw.gwt/jars/org.cobogw.gwt-1.3.jar?rev=794400&view=auto
==============================================================================
Binary file - no diff available.

Propchange: labs/hupa/lib/org.cobogw.gwt/jars/org.cobogw.gwt-1.3.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Copied: labs/hupa/lib/org.cobogw.gwt/poms/org.cobogw.gwt-1.3.pom (from r794320, labs/hupa/lib/org.cobogw.gwt/poms/org.cobogw.gwt-1.2.4.pom)
URL: http://svn.apache.org/viewvc/labs/hupa/lib/org.cobogw.gwt/poms/org.cobogw.gwt-1.3.pom?p2=labs/hupa/lib/org.cobogw.gwt/poms/org.cobogw.gwt-1.3.pom&p1=labs/hupa/lib/org.cobogw.gwt/poms/org.cobogw.gwt-1.2.4.pom&r1=794320&r2=794400&rev=794400&view=diff
==============================================================================
--- labs/hupa/lib/org.cobogw.gwt/poms/org.cobogw.gwt-1.2.4.pom (original)
+++ labs/hupa/lib/org.cobogw.gwt/poms/org.cobogw.gwt-1.3.pom Wed Jul 15 20:22:50 2009
@@ -2,5 +2,5 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.cobogw.gwt</groupId>
   <artifactId>org.cobogw.gwt</artifactId>
-  <version>1.2.4</version>
+  <version>1.3</version>
 </project>
\ No newline at end of file

Modified: labs/hupa/pom.xml
URL: http://svn.apache.org/viewvc/labs/hupa/pom.xml?rev=794400&r1=794399&r2=794400&view=diff
==============================================================================
--- labs/hupa/pom.xml (original)
+++ labs/hupa/pom.xml Wed Jul 15 20:22:50 2009
@@ -252,7 +252,7 @@
 		<dependency>
 			<groupId>org.cobogw.gwt</groupId>
 			<artifactId>org.cobogw.gwt</artifactId>
-			<version>1.2.4</version>
+			<version>1.3</version>
 		</dependency>
 		<dependency>
 			<groupId>net.customware.gwt.dispatch</groupId>

Modified: labs/hupa/src/main/java/org/apache/hupa/client/mvp/MainView.java
URL: http://svn.apache.org/viewvc/labs/hupa/src/main/java/org/apache/hupa/client/mvp/MainView.java?rev=794400&r1=794399&r2=794400&view=diff
==============================================================================
--- labs/hupa/src/main/java/org/apache/hupa/client/mvp/MainView.java (original)
+++ labs/hupa/src/main/java/org/apache/hupa/client/mvp/MainView.java Wed Jul 15 20:22:50 2009
@@ -140,7 +140,7 @@
 
 	private void createCenter() {
 		center = new RoundedPanel(RoundedPanel.ALL, 1);
-		center.setBorderColor("#C3D9FF");
+		center.setBorder();
 		center.setWidth("100%");
 		center.add(mListView);
 

Modified: labs/hupa/war/Hupa.css
URL: http://svn.apache.org/viewvc/labs/hupa/war/Hupa.css?rev=794400&r1=794399&r2=794400&view=diff
==============================================================================
--- labs/hupa/war/Hupa.css (original)
+++ labs/hupa/war/Hupa.css Wed Jul 15 20:22:50 2009
@@ -3,6 +3,10 @@
     background-color:	#E0ECFF;
 }
 
+.cbg-RPContainer { 
+    border-color:	#E0ECFF;
+}
+
 .cbg-Button, .gwt-HTML, .gwt-Tree .gwt-TreeItem, .gwt-SuggestBoxPopup .item, hupa-LoginForm, .hupa-IMAPMessageWidget-Header-Content, .hupa-ToolTip{ 
     font-size:			12px;
 	font-family: 		Arial, Helvetica, sans-serif;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org