You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by do...@apache.org on 2018/02/25 10:03:57 UTC

[james-hupa] branch trunk updated (586ac80 -> 697eda5)

This is an automated email from the ASF dual-hosted git repository.

dongxu pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/james-hupa.git.


    from 586ac80  Reformat, remove the blank space.
     new 1519cf9  Add license copyright for the roundcube theme.
     new 8cac671  Clean code.
     new 73a8e70  Reformat code.
     new 697eda5  Add TODO tag for issue#HUPA-117.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/hupa/client/ui/FolderListView.java  |  9 ++++---
 .../org/apache/hupa/client/ui/HupaLayoutable.java  |  2 ++
 .../org/apache/hupa/client/ui/HupaPlugins.java     |  3 ---
 .../src/main/java/org/apache/hupa/client/ui/README | 29 ++++++++++++++++++++--
 4 files changed, 34 insertions(+), 9 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
dongxu@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[james-hupa] 01/04: Add license copyright for the roundcube theme.

Posted by do...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dongxu pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/james-hupa.git

commit 1519cf937cf3ef68f8927bad43a2b7ae37d87a0a
Author: Echo Wang <do...@apache.org>
AuthorDate: Sat Feb 24 08:31:44 2018 +0800

    Add license copyright for the roundcube theme.
---
 .../src/main/java/org/apache/hupa/client/ui/README | 29 ++++++++++++++++++++--
 1 file changed, 27 insertions(+), 2 deletions(-)

diff --git a/client/src/main/java/org/apache/hupa/client/ui/README b/client/src/main/java/org/apache/hupa/client/ui/README
index 0a344ff..5b7397a 100644
--- a/client/src/main/java/org/apache/hupa/client/ui/README
+++ b/client/src/main/java/org/apache/hupa/client/ui/README
@@ -1,2 +1,27 @@
-The majority of the theme resources in this ui package are copied from http://roundcube.net
-Therefore, the theme comply with https://roundcube.net/license/
\ No newline at end of file
+The majority of the theme resources in the ui package are referred from http://roundcube.net
+Therefore, the theme complies with https://roundcube.net/license/
+
+The original license README:
+
+ROUNDCUBE WEBMAIL DEFAULT SKIN
+==============================
+
+This skin package contains the current development theme of the Roundcube
+Webmail software. It can be used, modified and redistributed according to
+the terms described in the LICENSE section.
+
+For information about building or modifiying Roundcube skins please visit
+https://github.com/roundcube/roundcubemail/wiki/Skins
+
+The theme uses icons originally designed by Stephen Horlander and Kevin Gerich
+for Mozilla.org. In case of redistribution giving credit to these artwork
+creators is mandatory.
+
+
+LICENSE
+-------
+The contents of this folder are subject to the Creative Commons
+Attribution-ShareAlike License. It is allowed to copy, distribute,
+transmit and to adapt the work by keeping credits to the original
+autors in the README file.
+See http://creativecommons.org/licenses/by-sa/3.0/ for details.

-- 
To stop receiving notification emails like this one, please contact
dongxu@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[james-hupa] 02/04: Clean code.

Posted by do...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dongxu pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/james-hupa.git

commit 8cac67181dcf18cb9b79f5653bc441fd2e2a1e76
Author: Echo Wang <do...@apache.org>
AuthorDate: Sat Feb 24 08:39:51 2018 +0800

    Clean code.
---
 client/src/main/java/org/apache/hupa/client/ui/HupaLayoutable.java | 2 ++
 client/src/main/java/org/apache/hupa/client/ui/HupaPlugins.java    | 3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/client/src/main/java/org/apache/hupa/client/ui/HupaLayoutable.java b/client/src/main/java/org/apache/hupa/client/ui/HupaLayoutable.java
index d0a921d..a8b3ded 100644
--- a/client/src/main/java/org/apache/hupa/client/ui/HupaLayoutable.java
+++ b/client/src/main/java/org/apache/hupa/client/ui/HupaLayoutable.java
@@ -24,6 +24,7 @@ import org.apache.hupa.client.place.SettingPlace;
 import com.google.gwt.user.client.ui.AcceptsOneWidget;
 
 public interface HupaLayoutable extends Layoutable {
+	
     AcceptsOneWidget getTopBarView();
 
     AcceptsOneWidget getLogoView();
@@ -49,6 +50,7 @@ public interface HupaLayoutable extends Layoutable {
     AcceptsOneWidget getNotificationView();
 
     AcceptsOneWidget getLabelListView();
+    
     AcceptsOneWidget getAddressListView();
 
     AcceptsOneWidget getLabelPropertiesView();
diff --git a/client/src/main/java/org/apache/hupa/client/ui/HupaPlugins.java b/client/src/main/java/org/apache/hupa/client/ui/HupaPlugins.java
index 1f61b7e..32d9a71 100644
--- a/client/src/main/java/org/apache/hupa/client/ui/HupaPlugins.java
+++ b/client/src/main/java/org/apache/hupa/client/ui/HupaPlugins.java
@@ -6,7 +6,4 @@ public interface HupaPlugins {
 
     }
 
-
-
-
 }

-- 
To stop receiving notification emails like this one, please contact
dongxu@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[james-hupa] 03/04: Reformat code.

Posted by do...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dongxu pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/james-hupa.git

commit 73a8e70193b1484bb4f179bd4325d90effb99870
Author: Echo Wang <do...@apache.org>
AuthorDate: Sun Feb 25 17:59:19 2018 +0800

    Reformat code.
---
 .../src/main/java/org/apache/hupa/client/ui/FolderListView.java   | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/client/src/main/java/org/apache/hupa/client/ui/FolderListView.java b/client/src/main/java/org/apache/hupa/client/ui/FolderListView.java
index f659bef..a36c071 100644
--- a/client/src/main/java/org/apache/hupa/client/ui/FolderListView.java
+++ b/client/src/main/java/org/apache/hupa/client/ui/FolderListView.java
@@ -70,11 +70,11 @@ public class FolderListView extends Composite implements FolderListActivity.Disp
     }
 
     public static final ProvidesKey<LabelNode> KEY_PROVIDER = new ProvidesKey<LabelNode>() {
-          @Override
-          public Object getKey(LabelNode item) {
+        @Override
+        public Object getKey(LabelNode item) {
             return item == null ? null : item.getPath();
-          }
-        };
+        }
+    };
 
     protected void onAttach() {
         super.onAttach();

-- 
To stop receiving notification emails like this one, please contact
dongxu@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[james-hupa] 04/04: Add TODO tag for issue#HUPA-117.

Posted by do...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dongxu pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/james-hupa.git

commit 697eda5a53b74f09b3e4162fa03721284b062e8d
Author: Echo Wang <do...@apache.org>
AuthorDate: Sun Feb 25 18:03:45 2018 +0800

    Add TODO tag for issue#HUPA-117.
---
 client/src/main/java/org/apache/hupa/client/ui/FolderListView.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/client/src/main/java/org/apache/hupa/client/ui/FolderListView.java b/client/src/main/java/org/apache/hupa/client/ui/FolderListView.java
index a36c071..8d5b965 100644
--- a/client/src/main/java/org/apache/hupa/client/ui/FolderListView.java
+++ b/client/src/main/java/org/apache/hupa/client/ui/FolderListView.java
@@ -108,6 +108,7 @@ public class FolderListView extends Composite implements FolderListActivity.Disp
 
     @Override
     public void refresh() {
+    	//TODO not only refresh data, but highlight the folder list item. <= https://issues.apache.org/jira/browse/HUPA-117
         data.refresh();
     }
 

-- 
To stop receiving notification emails like this one, please contact
dongxu@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org