From: znek Date: Thu, 21 Oct 2004 19:48:33 +0000 (+0000) Subject: some additions X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8b4eba3f2e986d12de89d996fe3ce89a4f40c74;p=scalable-opengroupware.org some additions git-svn-id: http://svn.opengroupware.org/SOGo/trunk@418 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/SOGo.xcode/project.pbxproj b/SOGo/SOGo.xcode/project.pbxproj index d7333037..e579c534 100644 --- a/SOGo/SOGo.xcode/project.pbxproj +++ b/SOGo/SOGo.xcode/project.pbxproj @@ -1465,6 +1465,110 @@ refType = 4; sourceTree = ""; }; + ADBE3E5B0727167A000FEA6A = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = text; + path = README; + refType = 4; + sourceTree = ""; + }; + ADBE3E5C0727167A000FEA6A = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = SOGoDraftObject.h; + refType = 4; + sourceTree = ""; + }; + ADBE3E5D0727167A000FEA6A = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.objc; + path = SOGoDraftObject.m; + refType = 4; + sourceTree = ""; + }; + ADBE3E5E0727167A000FEA6A = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = SOGoDraftsFolder.h; + refType = 4; + sourceTree = ""; + }; + ADBE3E5F0727167A000FEA6A = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.objc; + path = SOGoDraftsFolder.m; + refType = 4; + sourceTree = ""; + }; + ADBE3E600727167A000FEA6A = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = SOGoMailBaseObject.h; + refType = 4; + sourceTree = ""; + }; + ADBE3E610727167A000FEA6A = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.objc; + path = SOGoMailBaseObject.m; + refType = 4; + sourceTree = ""; + }; + ADBE3E620727167A000FEA6A = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = SOGoMailBodyPart.h; + refType = 4; + sourceTree = ""; + }; + ADBE3E630727167A000FEA6A = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.objc; + path = SOGoMailBodyPart.m; + refType = 4; + sourceTree = ""; + }; + ADBE3E640727167A000FEA6A = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = SOGoMailConnectionEntry.h; + refType = 4; + sourceTree = ""; + }; + ADBE3E650727167A000FEA6A = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.objc; + path = SOGoMailConnectionEntry.m; + refType = 4; + sourceTree = ""; + }; + ADBE3E660727167A000FEA6A = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = SOGoMailManager.h; + refType = 4; + sourceTree = ""; + }; + ADBE3E670727167A000FEA6A = { + fileEncoding = 5; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.objc; + path = SOGoMailManager.m; + refType = 4; + sourceTree = ""; + }; ADCDE53106ADA8AC00BFCE2B = { fileEncoding = 5; indentWidth = 8; @@ -1920,6 +2024,7 @@ }; ADDF4D6806DE0BAB00C4E7F8 = { children = ( + ADBE3E5B0727167A000FEA6A, ADDF4D6906DE0BAB00C4E7F8, ADDF4D7306DE0BAB00C4E7F8, ADDF4D6E06DE0BAB00C4E7F8, @@ -2062,14 +2167,26 @@ children = ( ADDF4D6A06DE0BAB00C4E7F8, ADDF4D6D06DE0BAB00C4E7F8, + ADBE3E5C0727167A000FEA6A, + ADBE3E5D0727167A000FEA6A, + ADBE3E5E0727167A000FEA6A, + ADBE3E5F0727167A000FEA6A, + ADBE3E600727167A000FEA6A, + ADBE3E610727167A000FEA6A, + ADDF4D7106DE0BAB00C4E7F8, + ADDF4D7206DE0BAB00C4E7F8, + ADDF4D6F06DE0BAB00C4E7F8, + ADDF4D7006DE0BAB00C4E7F8, + ADBE3E620727167A000FEA6A, + ADBE3E630727167A000FEA6A, + ADBE3E640727167A000FEA6A, + ADBE3E650727167A000FEA6A, + ADBE3E660727167A000FEA6A, + ADBE3E670727167A000FEA6A, AD494D1A06F6EB3A00E51EC9, AD494D1B06F6EB3A00E51EC9, AD494D1806F6EB3A00E51EC9, AD494D1906F6EB3A00E51EC9, - ADDF4D6F06DE0BAB00C4E7F8, - ADDF4D7006DE0BAB00C4E7F8, - ADDF4D7106DE0BAB00C4E7F8, - ADDF4D7206DE0BAB00C4E7F8, ); isa = PBXGroup; name = Classes; diff --git a/SOGo/UI/Mailer/ChangeLog b/SOGo/UI/Mailer/ChangeLog index 34eb3b60..90a66e60 100644 --- a/SOGo/UI/Mailer/ChangeLog +++ b/SOGo/UI/Mailer/ChangeLog @@ -1,3 +1,14 @@ +2004-10-20 Marcus Mueller + + * v0.9.41 + + * UIxMailListView.wox: localized labels and added some JavaScript + templates for doing nifty row selection + + * UIxMailListView.m: added JavaScript method (stub only) + + * English.lproj/default.strings: new localized strings + 2004-10-13 Helge Hess * v0.9.40 diff --git a/SOGo/UI/Mailer/English.lproj/default.strings b/SOGo/UI/Mailer/English.lproj/default.strings index d3ed4dc3..c9d8f3d2 100644 --- a/SOGo/UI/Mailer/English.lproj/default.strings +++ b/SOGo/UI/Mailer/English.lproj/default.strings @@ -10,3 +10,17 @@ "Addressbook" = "Addressbook"; "Anais" = "Anais"; + +/* MailListView */ + +"View" = "View"; +"All" = "All"; +"Unread" = "Unread"; +"messages" = "messages"; + +"first" = "first"; +"previous" = "prev"; +"next" = "next"; + +"msgnumber_to" = "to"; +"msgnumber_of" = "of"; diff --git a/SOGo/UI/Mailer/UIxMailListView.m b/SOGo/UI/Mailer/UIxMailListView.m index e98e1ac3..c1014889 100644 --- a/SOGo/UI/Mailer/UIxMailListView.m +++ b/SOGo/UI/Mailer/UIxMailListView.m @@ -271,6 +271,14 @@ static int attachmentFlagSize = 8096; [self messageUidString]]; } +- (NSString *)jsCode { + static NSString *script = \ + @"function toggleRowSelectionStatus(sender) {\n" + @"}\n" + @""; + return script; +} + /* actions */ - (id)defaultAction { diff --git a/SOGo/UI/Mailer/UIxMailListView.wox b/SOGo/UI/Mailer/UIxMailListView.wox index f30e5e51..d33fa476 100644 --- a/SOGo/UI/Mailer/UIxMailListView.wox +++ b/SOGo/UI/Mailer/UIxMailListView.wox @@ -10,10 +10,10 @@ title="name" >
- View:, + :, Subject or Sender contains: @@ -23,10 +23,15 @@
+ - + - @@ -100,6 +111,12 @@ + +
+ + @@ -73,7 +78,7 @@
+ @@ -81,18 +86,24 @@ - first | - prev | + | + | - + - + - | next + |
+ +
diff --git a/SOGo/UI/Mailer/Version b/SOGo/UI/Mailer/Version index d3d7995a..b64cd580 100644 --- a/SOGo/UI/Mailer/Version +++ b/SOGo/UI/Mailer/Version @@ -1,3 +1,3 @@ # $Id$ -SUBMINOR_VERSION:=40 +SUBMINOR_VERSION:=41