From ec2e71090ee89d510f329a0d9dd983d55894368f Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 17 Sep 2012 13:55:22 +0000 Subject: [PATCH] See ChangeLog Monotone-Parent: 9e1649b38d7b35c48bc95fdbaa0ed062a6046495 Monotone-Revision: 7605704028eff50386f4f9c1e4e93aa47eea31c3 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-09-17T13:55:22 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 7 +++++- NEWS | 2 ++ UI/WebServerResources/AdministrationUI.js | 18 +++++++------- UI/WebServerResources/MailerUI.js | 22 ++++++++---------- .../UIxContactsUserFolders.js | 18 +++++++------- UI/WebServerResources/dtree.css | 10 +++++--- UI/WebServerResources/dtree.js | 2 ++ UI/WebServerResources/generic.css | 12 +++++----- UI/WebServerResources/tbtv_corner_17x17.gif | Bin 61 -> 0 bytes UI/WebServerResources/tbtv_corner_17x22.png | Bin 0 -> 95 bytes .../tbtv_corner_minus_17x17.gif | Bin 207 -> 0 bytes .../tbtv_corner_minus_17x22.png | Bin 0 -> 277 bytes .../tbtv_corner_plus_17x17.gif | Bin 205 -> 0 bytes .../tbtv_corner_plus_17x22.png | Bin 0 -> 289 bytes UI/WebServerResources/tbtv_junction_17x17.gif | Bin 4483 -> 0 bytes UI/WebServerResources/tbtv_junction_17x22.png | Bin 0 -> 101 bytes UI/WebServerResources/tbtv_line_17x17.gif | Bin 89 -> 0 bytes UI/WebServerResources/tbtv_line_17x22.png | Bin 0 -> 96 bytes UI/WebServerResources/tbtv_minus_17x17.gif | Bin 211 -> 0 bytes UI/WebServerResources/tbtv_minus_17x22.png | Bin 0 -> 294 bytes UI/WebServerResources/tbtv_plus_17x17.gif | Bin 208 -> 0 bytes UI/WebServerResources/tbtv_plus_17x22.png | Bin 0 -> 295 bytes 22 files changed, 51 insertions(+), 40 deletions(-) delete mode 100644 UI/WebServerResources/tbtv_corner_17x17.gif create mode 100644 UI/WebServerResources/tbtv_corner_17x22.png delete mode 100644 UI/WebServerResources/tbtv_corner_minus_17x17.gif create mode 100644 UI/WebServerResources/tbtv_corner_minus_17x22.png delete mode 100644 UI/WebServerResources/tbtv_corner_plus_17x17.gif create mode 100644 UI/WebServerResources/tbtv_corner_plus_17x22.png delete mode 100644 UI/WebServerResources/tbtv_junction_17x17.gif create mode 100644 UI/WebServerResources/tbtv_junction_17x22.png delete mode 100644 UI/WebServerResources/tbtv_line_17x17.gif create mode 100644 UI/WebServerResources/tbtv_line_17x22.png delete mode 100644 UI/WebServerResources/tbtv_minus_17x17.gif create mode 100644 UI/WebServerResources/tbtv_minus_17x22.png delete mode 100644 UI/WebServerResources/tbtv_plus_17x17.gif create mode 100644 UI/WebServerResources/tbtv_plus_17x22.png diff --git a/ChangeLog b/ChangeLog index cd95dc7d8..39edf5975 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2012-09-13 Ludovic Marcotte +2012-09-16 Francis Lachapelle + + * UI/WebServerResources/dtree.js (s): when selecting a node, + also select the parent so the entire row is highlighted. + +2012-09-13 Ludovic Marcotte * Fixed bug #1942. We now set the app name to "SOGo" for the Samba/OpenChange application so wox are properly diff --git a/NEWS b/NEWS index cccf0e64d..223b11b0b 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,8 @@ New Features Enhancements - calendars list and mini-calendar are now always visible - tasks list has moved to a table in a tabs view along the events list + - rows in tree view are now 4 pixels taller + - node selection in trees now highlights entire row Bug Fixes diff --git a/UI/WebServerResources/AdministrationUI.js b/UI/WebServerResources/AdministrationUI.js index e5d7857c2..e026b40e2 100644 --- a/UI/WebServerResources/AdministrationUI.js +++ b/UI/WebServerResources/AdministrationUI.js @@ -45,15 +45,15 @@ function buildUsersTree(treeDiv, response) { d.icon.folder = ResourcesURL + '/tbtv_leaf_corner_17x17.png'; d.icon.folderOpen = ResourcesURL + '/tbtv_leaf_corner_17x17.png'; d.icon.node = ResourcesURL + '/tbtv_leaf_corner_17x17.png'; - d.icon.line = ResourcesURL + '/tbtv_line_17x17.gif'; - d.icon.join = ResourcesURL + '/tbtv_junction_17x17.gif'; - d.icon.joinBottom = ResourcesURL + '/tbtv_corner_17x17.gif'; - d.icon.plus = ResourcesURL + '/tbtv_plus_17x17.gif'; - d.icon.plusBottom = ResourcesURL + '/tbtv_corner_plus_17x17.gif'; - d.icon.minus = ResourcesURL + '/tbtv_minus_17x17.gif'; - d.icon.minusBottom = ResourcesURL + '/tbtv_corner_minus_17x17.gif'; - d.icon.nlPlus = ResourcesURL + '/tbtv_corner_plus_17x17.gif'; - d.icon.nlMinus = ResourcesURL + '/tbtv_corner_minus_17x17.gif'; + d.icon.line = ResourcesURL + '/tbtv_line_17x22.png'; + d.icon.join = ResourcesURL + '/tbtv_junction_17x22.png'; + d.icon.joinBottom = ResourcesURL + '/tbtv_corner_17x22.png'; + d.icon.plus = ResourcesURL + '/tbtv_plus_17x22.png'; + d.icon.plusBottom = ResourcesURL + '/tbtv_corner_plus_17x22.png'; + d.icon.minus = ResourcesURL + '/tbtv_minus_17x22.png'; + d.icon.minusBottom = ResourcesURL + '/tbtv_corner_minus_17x22.png'; + d.icon.nlPlus = ResourcesURL + '/tbtv_corner_plus_17x22.png'; + d.icon.nlMinus = ResourcesURL + '/tbtv_corner_minus_17x22.png'; d.icon.empty = ResourcesURL + '/empty.gif'; d.preload (); d.add(0, -1, ''); diff --git a/UI/WebServerResources/MailerUI.js b/UI/WebServerResources/MailerUI.js index d75dd72bd..02436cc51 100644 --- a/UI/WebServerResources/MailerUI.js +++ b/UI/WebServerResources/MailerUI.js @@ -1930,10 +1930,8 @@ function refreshContacts() { function openInbox(node) { var done = false; openMailbox(node.parentNode.getAttribute("dataname"), false); - var tree = $("mailboxTree"); - tree.selectedEntry = node; - node.selectElement(); mailboxTree.o(1); + mailboxTree.s(2); } function initMailer(event) { @@ -2027,15 +2025,15 @@ function initMailboxTree() { mailboxTree.icon.folder = ResourcesURL + "/tbtv_leaf_corner_17x17.png"; mailboxTree.icon.folderOpen = ResourcesURL + "/tbtv_leaf_corner_17x17.png"; mailboxTree.icon.node = ResourcesURL + "/tbtv_leaf_corner_17x17.png"; - mailboxTree.icon.line = ResourcesURL + "/tbtv_line_17x17.gif"; - mailboxTree.icon.join = ResourcesURL + "/tbtv_junction_17x17.gif"; - mailboxTree.icon.joinBottom = ResourcesURL + "/tbtv_corner_17x17.gif"; - mailboxTree.icon.plus = ResourcesURL + "/tbtv_plus_17x17.gif"; - mailboxTree.icon.plusBottom = ResourcesURL + "/tbtv_corner_plus_17x17.gif"; - mailboxTree.icon.minus = ResourcesURL + "/tbtv_minus_17x17.gif"; - mailboxTree.icon.minusBottom = ResourcesURL + "/tbtv_corner_minus_17x17.gif"; - mailboxTree.icon.nlPlus = ResourcesURL + "/tbtv_corner_plus_17x17.gif"; - mailboxTree.icon.nlMinus = ResourcesURL + "/tbtv_corner_minus_17x17.gif"; + mailboxTree.icon.line = ResourcesURL + "/tbtv_line_17x22.png"; + mailboxTree.icon.join = ResourcesURL + "/tbtv_junction_17x22.png"; + mailboxTree.icon.joinBottom = ResourcesURL + "/tbtv_corner_17x22.png"; + mailboxTree.icon.plus = ResourcesURL + "/tbtv_plus_17x22.png"; + mailboxTree.icon.plusBottom = ResourcesURL + "/tbtv_corner_plus_17x22.png"; + mailboxTree.icon.minus = ResourcesURL + "/tbtv_minus_17x22.png"; + mailboxTree.icon.minusBottom = ResourcesURL + "/tbtv_corner_minus_17x22.png"; + mailboxTree.icon.nlPlus = ResourcesURL + "/tbtv_corner_plus_17x22.png"; + mailboxTree.icon.nlMinus = ResourcesURL + "/tbtv_corner_minus_17x22.png"; mailboxTree.icon.empty = ResourcesURL + "/empty.gif"; mailboxTree.preload (); diff --git a/UI/WebServerResources/UIxContactsUserFolders.js b/UI/WebServerResources/UIxContactsUserFolders.js index 06a4e99d2..93f36042a 100644 --- a/UI/WebServerResources/UIxContactsUserFolders.js +++ b/UI/WebServerResources/UIxContactsUserFolders.js @@ -69,15 +69,15 @@ function buildUsersTree(treeDiv, response) { d.icon.folder = ResourcesURL + '/tbtv_leaf_corner_17x17.png'; d.icon.folderOpen = ResourcesURL + '/tbtv_leaf_corner_17x17.png'; d.icon.node = ResourcesURL + '/tbtv_leaf_corner_17x17.png'; - d.icon.line = ResourcesURL + '/tbtv_line_17x17.gif'; - d.icon.join = ResourcesURL + '/tbtv_junction_17x17.gif'; - d.icon.joinBottom = ResourcesURL + '/tbtv_corner_17x17.gif'; - d.icon.plus = ResourcesURL + '/tbtv_plus_17x17.gif'; - d.icon.plusBottom = ResourcesURL + '/tbtv_corner_plus_17x17.gif'; - d.icon.minus = ResourcesURL + '/tbtv_minus_17x17.gif'; - d.icon.minusBottom = ResourcesURL + '/tbtv_corner_minus_17x17.gif'; - d.icon.nlPlus = ResourcesURL + '/tbtv_corner_plus_17x17.gif'; - d.icon.nlMinus = ResourcesURL + '/tbtv_corner_minus_17x17.gif'; + d.icon.line = ResourcesURL + '/tbtv_line_17x22.png'; + d.icon.join = ResourcesURL + '/tbtv_junction_17x22.png'; + d.icon.joinBottom = ResourcesURL + '/tbtv_corner_17x22.png'; + d.icon.plus = ResourcesURL + '/tbtv_plus_17x22.png'; + d.icon.plusBottom = ResourcesURL + '/tbtv_corner_plus_17x22.png'; + d.icon.minus = ResourcesURL + '/tbtv_minus_17x22.png'; + d.icon.minusBottom = ResourcesURL + '/tbtv_corner_minus_17x22.png'; + d.icon.nlPlus = ResourcesURL + '/tbtv_corner_plus_17x22.png'; + d.icon.nlMinus = ResourcesURL + '/tbtv_corner_minus_17x22.png'; d.icon.empty = ResourcesURL + '/empty.gif'; d.preload (); d.add(0, -1, ''); diff --git a/UI/WebServerResources/dtree.css b/UI/WebServerResources/dtree.css index 3fc2fe5ea..37638e86c 100644 --- a/UI/WebServerResources/dtree.css +++ b/UI/WebServerResources/dtree.css @@ -12,7 +12,7 @@ .dtree img { - vertical-align: top; + vertical-align: middle; border: 0px; padding: 0px; margin: 0px; @@ -29,6 +29,7 @@ { white-space: nowrap; padding: 1px 2px; + line-height: 2em; } .dtree a.node:hover @@ -41,5 +42,8 @@ overflow: hidden; } -DIV.dTreeNode -{ height: 18px; } +.dTreeNode +{ height: 22px; } + +.dTreeNode._selected +{ background-color: #9ABCD8; } diff --git a/UI/WebServerResources/dtree.js b/UI/WebServerResources/dtree.js index f223dce97..3f59d9013 100644 --- a/UI/WebServerResources/dtree.js +++ b/UI/WebServerResources/dtree.js @@ -277,9 +277,11 @@ dTree.prototype = { if (this.selectedNode || this.selectedNode==0) { eOld = document.getElementById("s" + this.obj + this.selectedNode); eOld.deselect(); + eOld.parentNode.removeClassName('_selected'); } eNew = document.getElementById("s" + this.obj + id); eNew.selectElement(); + eNew.parentNode.addClassName('_selected'); this.selectedNode = id; if (this.config.useCookies) this.setCookie('cs' + this.obj, cn.id); } diff --git a/UI/WebServerResources/generic.css b/UI/WebServerResources/generic.css index 6897de86a..d2d64d822 100644 --- a/UI/WebServerResources/generic.css +++ b/UI/WebServerResources/generic.css @@ -506,9 +506,7 @@ DIV.noJavascriptErrorMessage A margin: 0px auto; } LI.denied -{ n0background-color: #fefefe; - font-style: italic; - color: #f33; } +{ color: #999; } .popupMenu LI:hover, .popupMenu LI.selected, @@ -526,14 +524,14 @@ LI._selected.denied } .hidden -{ visibility: hidden; } +{ display: none; } /* folder tree (js) )*/ DIV.dTreeNode A SPAN.nodeName { margin: 0px .2em; - padding-left: .2em; - padding-right: .2em; + padding: 0px .2em; + display: inline-block; } DIV.dTreeNode A._selected SPAN.nodeName @@ -554,6 +552,8 @@ DIV.dTreeNode SPAN._dragOver { background-color: #9ABCD8 !important; color: #fff !important; + -webkit-border-radius: 4px; + border-radius: 4px; } /* resizable columns */ diff --git a/UI/WebServerResources/tbtv_corner_17x17.gif b/UI/WebServerResources/tbtv_corner_17x17.gif deleted file mode 100644 index c60f47619db5946ee7a77a25df494a3f9d7beb83..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 61 zcmZ?wbhEHb6l4%&XkcV$XlVHV|G(l-7Dg@xMg|=QAOOiQFp2ckH=KU^b5YA?vsB}d NnBV+uk2*vctN|7$6Egq+ diff --git a/UI/WebServerResources/tbtv_corner_17x22.png b/UI/WebServerResources/tbtv_corner_17x22.png new file mode 100644 index 0000000000000000000000000000000000000000..14eb35934d26bb28881f91c65692c32e845fe211 GIT binary patch literal 95 zcmeAS@N?(olHy`uVBq!ia0vp^fYhW@J%?+04p;Xcsp&mZ3q*ZKR&9T<``F7vXWyK< z`u^0lH)pQDy>$1}t*74}Jo)(O?ax diff --git a/UI/WebServerResources/tbtv_corner_minus_17x22.png b/UI/WebServerResources/tbtv_corner_minus_17x22.png new file mode 100644 index 0000000000000000000000000000000000000000..4660617316ba2cfb954d10fbc15004f188a46bf8 GIT binary patch literal 277 zcmV+w0qXvVP)#YtkCQYhW@J%?+04p;Xcsp&mZ+jnHuw)=aIzdUyF?bQb# zu08yC``Ncg&pti-@ax0Rf8YN6|NZy>zkmOU0g69a7`Yha8FWB4f$U^p^?IP*m+UYv zW7V|m*FtVG;@S@buBf=4ULd!Fvw^AdLXgAV4;L*K@i{e=X#AMr$IhA8QJkcFbfMBi ZRY3`#7^a88yeS*EW&5qa?XSpS4FDldbgKXW diff --git a/UI/WebServerResources/tbtv_corner_plus_17x22.png b/UI/WebServerResources/tbtv_corner_plus_17x22.png new file mode 100644 index 0000000000000000000000000000000000000000..d11437976088d9a51e0156490c41f85a6651ef97 GIT binary patch literal 289 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 s_}yZgI6*i;@1X1D`>M1pDc`A q42%pq3_t+V!oVcnQ{Qma)JVr&n%Od_J*%A i_}yZgI8pEnZ-$%2vL|>CGH(ZJVeoYIb6Mw<&;$Uod>5?% literal 0 HcmV?d00001 diff --git a/UI/WebServerResources/tbtv_minus_17x17.gif b/UI/WebServerResources/tbtv_minus_17x17.gif deleted file mode 100644 index 9b51904358aaf74dd70eb706be1dbefa3d7ee661..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 211 zcmZ?wbhEHb6l4%&Xpv?Bf`*2Mik<`2J%?+04%L9jBQ-rot9y^s^d6}NqP`=mwm;Z? z?B$`eZ%$o(f9l$sGuPi7yI4%?7 yZwT4NILnXgWZLP{MPja}Stnnt@Neyyv1TDdaLYj-Gl3oNR%qAxUz+U1U=09x!*fCa diff --git a/UI/WebServerResources/tbtv_minus_17x22.png b/UI/WebServerResources/tbtv_minus_17x22.png new file mode 100644 index 0000000000000000000000000000000000000000..2c8d61cc4e348a55f9f2ec6e392fccd7691e34a5 GIT binary patch literal 294 zcmV+>0oneEP)+ zV8h=`GH>R~|L3297Anh9+nhVS&diBen@`X03Kd9mtbiyyKFsQ2X0t0M;~Vd5tEP@9n;Yjr@O sUq2A*ov89lWnVkF&g>Vr(!V&_0rty3@u2Pd{{R3007*qoM6N<$f^MjM9RL6T literal 0 HcmV?d00001 diff --git a/UI/WebServerResources/tbtv_plus_17x17.gif b/UI/WebServerResources/tbtv_plus_17x17.gif deleted file mode 100644 index 4722da582b862fa5cbad2e4690c738cc0000cc92..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 208 zcmZ?wbhEHb6l4%&Xc1umf`*2M>YhW@J%?+04p;Xcsp&mZ+jnHuw)=aIzdUyF?bQb# zu08yC``Ncg&pti-@ax0Rf8YN6|NZy>zkmOU0g69a7`Yha8FWB4f$U^p^?jh;m+UYv zW7V|m*FtVG;@S@buBf=4ULd!Fvw^AdLXgAV4;L*K@i{e=X#AMr$IhA8QJkcFbfMBi cRY3`#7^a88yeS*EW!LSx^j^hUlZC+=0Egjq>i_@% diff --git a/UI/WebServerResources/tbtv_plus_17x22.png b/UI/WebServerResources/tbtv_plus_17x22.png new file mode 100644 index 0000000000000000000000000000000000000000..386dcf2a5b630ae515a7fca48e9174ceda0b083b GIT binary patch literal 295 zcmV+?0oeYDP)23Zmi=a3Z*Xo17yQzJPCJi5k&HC^RT2%0%(*r!aOB;srOM$*)$L z**|Y~W}%1jJXfE*YU?xbjI!Y929}= z)P^aOD3H_|H0SSr0m!n<{c2JHtBtVr7XSHWfmzkB9YrylFWWb0D9kE87FPGVqvX7& tMJd;{ClZs#`@i?(C_1rU+)MvL@&$HxfA-59I57YK002ovPDHLkV1mQ#gy;YO literal 0 HcmV?d00001