You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2016/09/08 05:15:01 UTC

[1/3] incubator-ponymail git commit: icon for advanced search

Repository: incubator-ponymail
Updated Branches:
  refs/heads/coffee-and-cake 61793617d -> d15294548


icon for advanced search


Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/a9e73a7c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/a9e73a7c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/a9e73a7c

Branch: refs/heads/coffee-and-cake
Commit: a9e73a7c40dd278244a1d1225bd65bfc6735b97b
Parents: 6179361
Author: Daniel Gruno <hu...@apache.org>
Authored: Thu Sep 8 07:11:45 2016 +0200
Committer: Daniel Gruno <hu...@apache.org>
Committed: Thu Sep 8 07:11:45 2016 +0200

----------------------------------------------------------------------
 site/images/advanced.png     | Bin 0 -> 7032 bytes
 site/images/icons.svg        |  34 ++++++++++++++++++++++++++++++++--
 site/js/coffee/search.coffee |   4 +++-
 3 files changed, 35 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/a9e73a7c/site/images/advanced.png
----------------------------------------------------------------------
diff --git a/site/images/advanced.png b/site/images/advanced.png
new file mode 100644
index 0000000..9aa197a
Binary files /dev/null and b/site/images/advanced.png differ

http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/a9e73a7c/site/images/icons.svg
----------------------------------------------------------------------
diff --git a/site/images/icons.svg b/site/images/icons.svg
index 784505e..798f37d 100644
--- a/site/images/icons.svg
+++ b/site/images/icons.svg
@@ -25,8 +25,8 @@
      borderopacity="1.0"
      inkscape:pageopacity="0.0"
      inkscape:pageshadow="2"
-     inkscape:zoom="1.979899"
-     inkscape:cx="124.48896"
+     inkscape:zoom="2.8"
+     inkscape:cx="355.69218"
      inkscape:cy="661.42136"
      inkscape:document-units="px"
      inkscape:current-layer="layer1"
@@ -137,5 +137,35 @@
          id="path4188"
          inkscape:connector-curvature="0" />
     </g>
+    <rect
+       style="fill:#ffb600;fill-opacity:1;stroke:none;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.84383557"
+       id="rect4207"
+       width="145.37148"
+       height="67.114861"
+       x="294.66751"
+       y="312.28064"
+       rx="5.4511528"
+       ry="6.6440334"
+       inkscape:export-xdpi="494.15378"
+       inkscape:export-ydpi="494.15378" />
+    <text
+       xml:space="preserve"
+       style="font-style:normal;font-weight:normal;font-size:27.84099579px;line-height:100%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.21095892"
+       x="368.50873"
+       y="342.29681"
+       id="text4209"
+       sodipodi:linespacing="100%"
+       inkscape:export-xdpi="494.15378"
+       inkscape:export-ydpi="494.15378"><tspan
+         sodipodi:role="line"
+         id="tspan4211"
+         x="368.50873"
+         y="342.29681"
+         style="line-height:100%;text-align:center;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.21095892">Advanced</tspan><tspan
+         sodipodi:role="line"
+         x="368.50873"
+         y="370.13782"
+         id="tspan4213"
+         style="line-height:100%;text-align:center;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.21095892">Search</tspan></text>
   </g>
 </svg>

http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/a9e73a7c/site/js/coffee/search.coffee
----------------------------------------------------------------------
diff --git a/site/js/coffee/search.coffee b/site/js/coffee/search.coffee
index 4664ad5..029c6e9 100644
--- a/site/js/coffee/search.coffee
+++ b/site/js/coffee/search.coffee
@@ -48,7 +48,9 @@ quickSearchBar = () ->
     button = new HTML('input', { type: 'submit', class: 'qs_button'})
     
     ### Link to advanced search ###
-    advanced = new HTML('a', {href: 'javascript:void(advancedSearch());', class: "qs_link"}, "Advanced...")
+    advanced = new HTML('a', {href: 'javascript:void(advancedSearch());', class: "qs_link"},
+                        new HTML('img', { src: 'images/advanced.png', style: { verticalAlign: 'middle', height: "24px"}})
+                       )
     
     ### Add it all to the form ###
     qs.inject(cog)


[3/3] incubator-ponymail git commit: regen JS

Posted by hu...@apache.org.
regen JS


Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/d1529454
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/d1529454
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/d1529454

Branch: refs/heads/coffee-and-cake
Commit: d152945481528d311764825ad6eec241a6919dbb
Parents: f76d6d3
Author: Daniel Gruno <hu...@apache.org>
Authored: Thu Sep 8 07:14:46 2016 +0200
Committer: Daniel Gruno <hu...@apache.org>
Committed: Thu Sep 8 07:14:46 2016 +0200

----------------------------------------------------------------------
 site/js/ponymail-coffee.js | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/d1529454/site/js/ponymail-coffee.js
----------------------------------------------------------------------
diff --git a/site/js/ponymail-coffee.js b/site/js/ponymail-coffee.js
index 1cd067a..f5d67b3 100644
--- a/site/js/ponymail-coffee.js
+++ b/site/js/ponymail-coffee.js
@@ -2857,7 +2857,14 @@ quickSearchBar = function() {
   advanced = new HTML('a', {
     href: 'javascript:void(advancedSearch());',
     "class": "qs_link"
-  }, "Advanced...");
+  }, new HTML('img', {
+    src: 'images/advanced.png',
+    style: {
+      verticalAlign: 'middle',
+      height: "24px",
+      marginTop: "-1px"
+    }
+  }));
 
   /* Add it all to the form */
   qs.inject(cog);


[2/3] incubator-ponymail git commit: off by a pixel

Posted by hu...@apache.org.
off by a pixel


Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/f76d6d36
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/f76d6d36
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/f76d6d36

Branch: refs/heads/coffee-and-cake
Commit: f76d6d36842bef184e049d34164685a1e4c24fa9
Parents: a9e73a7
Author: Daniel Gruno <hu...@apache.org>
Authored: Thu Sep 8 07:14:39 2016 +0200
Committer: Daniel Gruno <hu...@apache.org>
Committed: Thu Sep 8 07:14:39 2016 +0200

----------------------------------------------------------------------
 site/js/coffee/search.coffee | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/f76d6d36/site/js/coffee/search.coffee
----------------------------------------------------------------------
diff --git a/site/js/coffee/search.coffee b/site/js/coffee/search.coffee
index 029c6e9..8afa2bc 100644
--- a/site/js/coffee/search.coffee
+++ b/site/js/coffee/search.coffee
@@ -49,7 +49,7 @@ quickSearchBar = () ->
     
     ### Link to advanced search ###
     advanced = new HTML('a', {href: 'javascript:void(advancedSearch());', class: "qs_link"},
-                        new HTML('img', { src: 'images/advanced.png', style: { verticalAlign: 'middle', height: "24px"}})
+                        new HTML('img', { src: 'images/advanced.png', style: { verticalAlign: 'middle', height: "24px", marginTop: "-1px"}})
                        )
     
     ### Add it all to the form ###