From 96aee1dc3a556ac22e8c6d96c8c8dfd0f5f04a4f Mon Sep 17 00:00:00 2001 From: znek Date: Mon, 16 Aug 2004 11:54:40 +0000 Subject: [PATCH] fixes git-svn-id: http://svn.opengroupware.org/SOGo/trunk@253 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/Scheduler/ChangeLog | 8 ++++++++ SOGo/UI/Scheduler/UIxAppointmentEditor.wox | 8 +++++--- SOGo/UI/Scheduler/UIxAppointmentProposal.wox | 4 +++- SOGo/UI/Scheduler/UIxTimeDateControl.m | 14 +++----------- SOGo/UI/Scheduler/Version | 2 +- 5 files changed, 20 insertions(+), 16 deletions(-) diff --git a/SOGo/UI/Scheduler/ChangeLog b/SOGo/UI/Scheduler/ChangeLog index ba1a65bb..61287cd7 100644 --- a/SOGo/UI/Scheduler/ChangeLog +++ b/SOGo/UI/Scheduler/ChangeLog @@ -1,5 +1,13 @@ 2004-08-16 Marcus Mueller + * v0.9.59 + + * UIxTimeDateControl.m: subclasses from UIxComponent now, hence + -viewTimeZone should work correctly now. + + * UIxAppointmentProposal.wox, UIxAppointmentEditor.wox: fixed + cancel button urls. + * v0.9.58 * UIxAppointmentProposal.[wox,m]: fixed date/time fields. diff --git a/SOGo/UI/Scheduler/UIxAppointmentEditor.wox b/SOGo/UI/Scheduler/UIxAppointmentEditor.wox index 19d5f132..903a2013 100644 --- a/SOGo/UI/Scheduler/UIxAppointmentEditor.wox +++ b/SOGo/UI/Scheduler/UIxAppointmentEditor.wox @@ -200,9 +200,11 @@ - + diff --git a/SOGo/UI/Scheduler/UIxAppointmentProposal.wox b/SOGo/UI/Scheduler/UIxAppointmentProposal.wox index d392e9d9..1f29e8a5 100644 --- a/SOGo/UI/Scheduler/UIxAppointmentProposal.wox +++ b/SOGo/UI/Scheduler/UIxAppointmentProposal.wox @@ -183,7 +183,9 @@ name="proposalSearch:method" /> diff --git a/SOGo/UI/Scheduler/UIxTimeDateControl.m b/SOGo/UI/Scheduler/UIxTimeDateControl.m index 5a981c9d..0768ec7b 100644 --- a/SOGo/UI/Scheduler/UIxTimeDateControl.m +++ b/SOGo/UI/Scheduler/UIxTimeDateControl.m @@ -20,9 +20,9 @@ */ // $Id$ -#include +#include -@interface UIxTimeDateControl : WOComponent +@interface UIxTimeDateControl : UIxComponent { NSString *controlID; NSString *label; @@ -66,14 +66,6 @@ @implementation UIxTimeDateControl -static NSTimeZone *MET = nil; - -+ (void)initialize { - if (MET == nil) { - MET = [[NSTimeZone timeZoneWithAbbreviation:@"MET"] retain]; - } -} - - (void)dealloc { [self->controlID release]; [self->label release]; @@ -185,7 +177,7 @@ static NSTimeZone *MET = nil; hour:_hour minute:_minute second:_second - timeZone:MET]; + timeZone:[self viewTimeZone]]; [self debugWithFormat:@"%s setting date:%@", __PRETTY_FUNCTION__, d]; [self _setDate:d]; } diff --git a/SOGo/UI/Scheduler/Version b/SOGo/UI/Scheduler/Version index b6179f4b..1cf2745d 100644 --- a/SOGo/UI/Scheduler/Version +++ b/SOGo/UI/Scheduler/Version @@ -1,6 +1,6 @@ # $Id$ -SUBMINOR_VERSION:=58 +SUBMINOR_VERSION:=59 # v0.9.41 requires libNGObjWeb v4.2.431 # v0.9.31 requires libWEExtensions v4.2.52 -- 2.39.5