See ChangeLog
Monotone-Parent: f6a08c3b1afc336cd35006c90d8dbf33e7f88bf1 Monotone-Revision: b5f2243baded9602acbf5acb8da41a1cc71e1a15 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2008-08-21T17:46:17 Monotone-Branch: ca.inverse.sogo
@@ -1,3 +1,24 @@
|
||||
2008-08-21 Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
|
||||
* Updated the icons to use those from Thunderbird 2
|
||||
and from Lightning 0.9. Also added those new files :
|
||||
|
||||
UI/WebServerResources/tbtv_account_17x17.png
|
||||
UI/WebServerResources/tbtv_drafts_17x17.png
|
||||
UI/WebServerResources/tbtv_inbox_17x17.png
|
||||
UI/WebServerResources/tbtv_leaf_corner_17x17.png
|
||||
UI/WebServerResources/tbtv_sent_17x17.png
|
||||
UI/WebServerResources/tbtv_trash_17x17.png
|
||||
|
||||
Dropped :
|
||||
|
||||
UI/WebServerResources/tbtv_account_17x17.gif
|
||||
UI/WebServerResources/tbtv_drafts_17x17.gif
|
||||
UI/WebServerResources/tbtv_inbox_17x17.gif
|
||||
UI/WebServerResources/tbtv_leaf_corner_17x17.gif
|
||||
UI/WebServerResources/tbtv_sent_17x17.gif
|
||||
UI/WebServerResources/tbtv_trash_17x17.gif
|
||||
|
||||
2008-08-20 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/PreferencesUI/UIxAdditionalPreferences.[hm]: new template
|
||||
|
||||
@@ -70,10 +70,5 @@
|
||||
image = "tb-mail-print-flat-24x24.png";
|
||||
label = "Print";
|
||||
tooltip = "Print this message"; },
|
||||
{ link = "#";
|
||||
image = "tb-mail-stop-flat-24x24.png";
|
||||
cssClass = "tbicon_stop";
|
||||
label = "Stop";
|
||||
tooltip = "Stop the current transfer"; },
|
||||
),
|
||||
)
|
||||
|
||||
@@ -10,10 +10,10 @@
|
||||
|
||||
"tbtv_account_17x17.gif",
|
||||
"tbtv_drafts_17x17.gif",
|
||||
"tbtv_inbox_17x17.gif",
|
||||
"tbtv_inbox_17x17.png",
|
||||
"tbtv_junction2_17x17.gif",
|
||||
"tbtv_junction_17x17.gif",
|
||||
"tbtv_leaf_corner_17x17.gif",
|
||||
"tbtv_leaf_corner_17x17.png",
|
||||
"tbtv_line_17x17.gif",
|
||||
"tbtv_minus_17x17.gif",
|
||||
"tbtv_plus_17x17.gif",
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
var MailerUIdTreeExtension = {
|
||||
elementCounter: 1,
|
||||
folderIcons: { account: "tbtv_account_17x17.gif",
|
||||
inbox: "tbtv_inbox_17x17.gif",
|
||||
sent: "tbtv_sent_17x17.gif",
|
||||
draft: "tbtv_drafts_17x17.gif",
|
||||
trash: "tbtv_trash_17x17.gif" },
|
||||
folderIcons: { account: "tbtv_account_17x17.png",
|
||||
inbox: "tbtv_inbox_17x17.png",
|
||||
sent: "tbtv_sent_17x17.png",
|
||||
draft: "tbtv_drafts_17x17.png",
|
||||
trash: "tbtv_trash_17x17.png" },
|
||||
folderNames: { inbox: labels["InboxFolderName"],
|
||||
sent: labels["SentFolderName"],
|
||||
draft: labels["DraftsFolderName"],
|
||||
|
||||
@@ -1333,9 +1333,9 @@ function initMailboxTree() {
|
||||
mailboxTree.config.hideRoot = true;
|
||||
|
||||
mailboxTree.icon.root = ResourcesURL + "/tbtv_account_17x17.gif";
|
||||
mailboxTree.icon.folder = ResourcesURL + "/tbtv_leaf_corner_17x17.gif";
|
||||
mailboxTree.icon.folderOpen = ResourcesURL + "/tbtv_leaf_corner_17x17.gif";
|
||||
mailboxTree.icon.node = ResourcesURL + "/tbtv_leaf_corner_17x17.gif";
|
||||
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";
|
||||
@@ -1381,7 +1381,7 @@ function mailboxMenuNode(type, name) {
|
||||
var newNode = document.createElement("li");
|
||||
var icon = MailerUIdTreeExtension.folderIcons[type];
|
||||
if (!icon)
|
||||
icon = "tbtv_leaf_corner_17x17.gif";
|
||||
icon = "tbtv_leaf_corner_17x17.pngf";
|
||||
var image = document.createElement("img");
|
||||
image.src = ResourcesURL + "/" + icon;
|
||||
newNode.appendChild(image);
|
||||
|
||||
@@ -55,9 +55,9 @@ function buildTree(response) {
|
||||
d.config.folderLlinks = true;
|
||||
d.config.hideRoot = true;
|
||||
d.icon.root = ResourcesURL + '/tbtv_account_17x17.gif';
|
||||
d.icon.folder = ResourcesURL + '/tbtv_leaf_corner_17x17.gif';
|
||||
d.icon.folderOpen = ResourcesURL + '/tbtv_leaf_corner_17x17.gif';
|
||||
d.icon.node = ResourcesURL + '/tbtv_leaf_corner_17x17.gif';
|
||||
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';
|
||||
|
||||
|
Before Width: | Height: | Size: 647 B After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 979 B After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 832 B After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 950 B After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 917 B After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 751 B |
|
Before Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 787 B |
|
Before Width: | Height: | Size: 595 B |
|
After Width: | Height: | Size: 619 B |
|
Before Width: | Height: | Size: 628 B |
|
After Width: | Height: | Size: 555 B |
|
Before Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 926 B |
|
Before Width: | Height: | Size: 669 B After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.7 KiB |