[kune-commits] r1246 - in trunk: . src/main/java/cc/kune/common/public/gxt-custom/css src/main/java/cc/kune/core/client/sitebar src/main/java/cc/kune/core/public src/main/java/cc/kune/gspace/client src/main/webapp/WEB-INF/publicspace/public/templates/basic

Vicente J. Ruiz Jurado vjrj_ at ourproject.org
Fri Feb 11 05:00:24 CET 2011


Author: vjrj_
Date: 2011-02-11 05:00:24 +0100 (Fri, 11 Feb 2011)
New Revision: 1246

Modified:
   trunk/CREDITS
   trunk/src/main/java/cc/kune/common/public/gxt-custom/css/gxt-op-common.css
   trunk/src/main/java/cc/kune/core/client/sitebar/SitebarActionsPresenter.java
   trunk/src/main/java/cc/kune/core/public/about.html
   trunk/src/main/java/cc/kune/core/public/ws.css
   trunk/src/main/java/cc/kune/gspace/client/WsArmorImpl.java
   trunk/src/main/java/cc/kune/gspace/client/WsArmorImpl.ui.xml
   trunk/src/main/webapp/WEB-INF/publicspace/public/templates/basic/basic.css
Log:
SN Refactorization

Modified: trunk/CREDITS
===================================================================
--- trunk/CREDITS	2011-02-11 03:28:34 UTC (rev 1245)
+++ trunk/CREDITS	2011-02-11 04:00:24 UTC (rev 1246)
@@ -18,7 +18,7 @@
 Freire staff.
 * Daniel Jiménez for the initial help and coordination
 * Javier de la Cueva and Leovigildo García-Bobadilla for the legal support
+* The <URL:http://iepala.es> staff for their support and infraestructure
 * Jonathan Araña Cruz, Roxu and all the <URL:http://xsto.info> staff for help with the infraestructure
-* Johnattan Rupire for web contributions.
-* The <URL:http://iepala.es> staff for their support
+* Johnattan Rupire and William Austen Bradbury for web contributions and translations.
 * and <URL:http://ourproject.org> and again <URL:http://xsto.info> for sharing with us their resources

Modified: trunk/src/main/java/cc/kune/common/public/gxt-custom/css/gxt-op-common.css
===================================================================
--- trunk/src/main/java/cc/kune/common/public/gxt-custom/css/gxt-op-common.css	2011-02-11 03:28:34 UTC (rev 1245)
+++ trunk/src/main/java/cc/kune/common/public/gxt-custom/css/gxt-op-common.css	2011-02-11 04:00:24 UTC (rev 1246)
@@ -1380,6 +1380,9 @@
     background-color: #f09134;
     background-image: none;
     border-color: #b36427;
+    -moz-border-radius: 3px;
+    -webkit-border-radius: 3px;
+    border-radius: 3px;
 }
 
 .x-menu-item-active a.x-menu-item {

Modified: trunk/src/main/java/cc/kune/core/client/sitebar/SitebarActionsPresenter.java
===================================================================
--- trunk/src/main/java/cc/kune/core/client/sitebar/SitebarActionsPresenter.java	2011-02-11 03:28:34 UTC (rev 1245)
+++ trunk/src/main/java/cc/kune/core/client/sitebar/SitebarActionsPresenter.java	2011-02-11 04:00:24 UTC (rev 1246)
@@ -108,6 +108,7 @@
     public void onAppStart(final AppStartEvent event) {
         final IsActionExtensible right = getView().getRightBar();
         OPTIONS_MENU.putValue(Action.NAME, i18n.t("Options"));
+        // OPTIONS_MENU.putValue(Action.SMALL_ICON, res.arrowDownBlack());
         // OPTIONS_MENU.setParent(RIGHT_TOOLBAR);
         OPTIONS_MENU.setStyles("k-no-backimage, k-btn-sitebar");
         OPTIONS_MENU.putValue(AbstractGxtMenuGui.MENU_POSITION, AbstractGxtMenuGui.MenuPosition.bl);
@@ -146,7 +147,7 @@
         gotoKuneDevSite.putValue(Action.SMALL_ICON, icons.kuneIcon16());
 
         aboutAction.putValue(Action.NAME, i18n.t("About kune"));
-        aboutAction.putValue(Action.SMALL_ICON, res.kuneIcon16());
+        aboutAction.putValue(Action.SMALL_ICON, res.info());
         // aboutAction.setShortcut(shortcut);
         // shortcutReg.put(shortcut, aboutAction);
 

Modified: trunk/src/main/java/cc/kune/core/public/about.html
===================================================================
--- trunk/src/main/java/cc/kune/core/public/about.html	2011-02-11 03:28:34 UTC (rev 1245)
+++ trunk/src/main/java/cc/kune/core/public/about.html	2011-02-11 04:00:24 UTC (rev 1246)
@@ -13,7 +13,7 @@
 </img>
 </a>
 </span>
-<p>Version 0.0.7 (r1239+c71)</p>
+<p>Version 0.0.7 (r1244+c1)</p>
 <h1><a name="section_1">CREDITS</a></h1>
 
 <h2><a name="section_1_1">Authors</a></h2>
@@ -32,9 +32,9 @@
 Freire staff.
   </li><li>Daniel Jiménez for the initial help and coordination
   </li><li>Javier de la Cueva and Leovigildo García-Bobadilla for the legal support
+  </li><li>The <a href="http://iepala.es">http://iepala.es</a> staff for their support and infraestructure
   </li><li>Jonathan Araña Cruz, Roxu and all the <a href="http://xsto.info">http://xsto.info</a> staff for help with the infraestructure
-  </li><li>Johnattan Rupire for web contributions.
-  </li><li>The <a href="http://iepala.es">http://iepala.es</a> staff for their support
+  </li><li>Johnattan Rupire and William Austen Bradbury for web contributions and translations.
   </li><li>and <a href="http://ourproject.org">http://ourproject.org</a> and again <a href="http://xsto.info">http://xsto.info</a> for sharing with us their resources
 </li></ul>
 <h1><a name="section_2">LICENSES</a></h1>

Modified: trunk/src/main/java/cc/kune/core/public/ws.css
===================================================================
--- trunk/src/main/java/cc/kune/core/public/ws.css	2011-02-11 03:28:34 UTC (rev 1245)
+++ trunk/src/main/java/cc/kune/core/public/ws.css	2011-02-11 04:00:24 UTC (rev 1246)
@@ -903,4 +903,14 @@
     color: #FFF;
     font-size: 16px;
     font-weight: bold;
+}
+
+.k-frame-def {
+    margin: 0px;
+    border: 0px;
+}
+
+.k-maxsize {
+    width: 100%;
+    height: 100%;
 }
\ No newline at end of file

Modified: trunk/src/main/java/cc/kune/gspace/client/WsArmorImpl.java
===================================================================
--- trunk/src/main/java/cc/kune/gspace/client/WsArmorImpl.java	2011-02-11 03:28:34 UTC (rev 1245)
+++ trunk/src/main/java/cc/kune/gspace/client/WsArmorImpl.java	2011-02-11 04:00:24 UTC (rev 1246)
@@ -28,7 +28,6 @@
 import com.google.gwt.user.client.ui.DockLayoutPanel;
 import com.google.gwt.user.client.ui.FlowPanel;
 import com.google.gwt.user.client.ui.InsertPanel.ForIsWidget;
-import com.google.gwt.user.client.ui.Label;
 import com.google.gwt.user.client.ui.RootPanel;
 import com.google.gwt.user.client.ui.SimplePanel;
 import com.google.gwt.user.client.ui.SplitLayoutPanel;
@@ -76,10 +75,8 @@
     DockLayoutPanel splitCenter;
     @UiField
     DockLayoutPanel splitEast;
-
     @UiField
     TabLayoutPanel tabs;
-
     @UiField
     SimplePanel userSpace;
 
@@ -90,8 +87,7 @@
         tabs.setStyleName("k-spaces");
         homeSpace.add(RootPanel.get("k-home-ini"));
         publicSpace.add(pspace.getWidget());
-        userSpace.add(new Label("User space"));
-        // userSpace.add(new WebClient());
+        // userSpace.add(new Label("User space"));
     }
 
     @Override

Modified: trunk/src/main/java/cc/kune/gspace/client/WsArmorImpl.ui.xml
===================================================================
--- trunk/src/main/java/cc/kune/gspace/client/WsArmorImpl.ui.xml	2011-02-11 03:28:34 UTC (rev 1245)
+++ trunk/src/main/java/cc/kune/gspace/client/WsArmorImpl.ui.xml	2011-02-11 04:00:24 UTC (rev 1246)
@@ -1,12 +1,12 @@
 <!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
-<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder" xmlns:kp="urn:import:cc.kune.pspace.client"
-  xmlns:g="urn:import:com.google.gwt.user.client.ui">
+<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
+  xmlns:kp="urn:import:cc.kune.pspace.client" xmlns:g="urn:import:com.google.gwt.user.client.ui">
   <ui:with field='res'
     type='cc.kune.gspace.client.resources.WsArmorResources' />
   <ui:style>
     .frame {
-      border: 0px;
-      margin: 0px;
+        border: 0px;
+        margin: 0px;
     }
   </ui:style>
   <g:DockLayoutPanel ui:field="mainpanel" styleName='{res.style.mainPanel}'
@@ -28,7 +28,9 @@
           <g:header size='0' />
           <g:SimplePanel ui:field="userSpace" width="100%"
             height="100%">
-            </g:SimplePanel>
+            <g:Frame url="http://localhost:9898/" styleName="{style.frame}"
+              ui:field="frame" width="100%" height="100%" />
+          </g:SimplePanel>
         </g:tab>
         <g:tab>
           <g:header size='0' />
@@ -106,7 +108,7 @@
         </g:tab>
         <g:tab>
           <g:header size='0' />
-            <g:SimplePanel ui:field="publicSpace" width="100%"
+          <g:SimplePanel ui:field="publicSpace" width="100%"
             height="100%"></g:SimplePanel>
         </g:tab>
       </g:TabLayoutPanel>

Modified: trunk/src/main/webapp/WEB-INF/publicspace/public/templates/basic/basic.css
===================================================================
--- trunk/src/main/webapp/WEB-INF/publicspace/public/templates/basic/basic.css	2011-02-11 03:28:34 UTC (rev 1245)
+++ trunk/src/main/webapp/WEB-INF/publicspace/public/templates/basic/basic.css	2011-02-11 04:00:24 UTC (rev 1246)
@@ -9,7 +9,7 @@
 }
 
 .page {
-    width: 800px;
+   /* width: 800px; */
     margin: 2em auto;
     padding: 1em;
     background-color: #fff;




More information about the kune-commits mailing list