From ec13dda3c49001da4fffd3209dc0de9e034ca579 Mon Sep 17 00:00:00 2001 From: helge Date: Thu, 12 Aug 2004 15:15:45 +0000 Subject: [PATCH] git-svn-id: http://svn.opengroupware.org/SOGo/trunk@190 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/Scheduler/ChangeLog | 2 + SOGo/UI/Scheduler/GNUmakefile | 69 ++++++++++++---------- SOGo/UI/Scheduler/UIxAppointmentProposal.m | 13 ++++ SOGo/UI/Scheduler/Version | 2 +- SOGo/UI/Scheduler/product.plist | 38 ++++++------ 5 files changed, 74 insertions(+), 50 deletions(-) diff --git a/SOGo/UI/Scheduler/ChangeLog b/SOGo/UI/Scheduler/ChangeLog index 281e4e91..54ef7074 100644 --- a/SOGo/UI/Scheduler/ChangeLog +++ b/SOGo/UI/Scheduler/ChangeLog @@ -1,5 +1,7 @@ 2004-08-12 Helge Hess + * added (still empty) proposal component (v0.9.21) + * some code reorganizations, fixed some compile warnings (v0.9.20) 2004-08-11 Marcus Mueller diff --git a/SOGo/UI/Scheduler/GNUmakefile b/SOGo/UI/Scheduler/GNUmakefile index 3c70f375..d5d35bae 100644 --- a/SOGo/UI/Scheduler/GNUmakefile +++ b/SOGo/UI/Scheduler/GNUmakefile @@ -38,40 +38,45 @@ SchedulerUI_OBJC_FILES = \ UIxCalSelectTab.m \ UIxCalDateLabel.m \ UIxCalBackForthNavView.m \ + UIxAppointmentProposal.m \ + +SchedulerUI_RESOURCE_FILES += \ + Version \ + product.plist SchedulerUI_RESOURCE_FILES += \ - Version \ - product.plist \ - \ - UIxAptTableView.wox \ - UIxCalDayOverview.wox \ - UIxCalDayChartview.wox \ - UIxCalDayListview.wox \ - UIxCalDayPrintview.wox \ - UIxCalWeekOverview.wox \ - UIxCalWeekChartview.wox \ - UIxCalWeekListview.wox \ - UIxCalWeekColumnsview.wox \ - UIxCalWeekPrintview.wox \ - UIxCalMonthOverview.wox \ - UIxCalMonthPrintview.wox \ - UIxCalYearOverview.wox \ - UIxCalInlineMonthOverview.wox \ - UIxAppointmentView.wox \ - UIxAppointmentEditor.wox \ - UIxCalSelectTab.wox \ - UIxCalDateLabel.wox \ - UIxCalBackForthNavView.wox \ - images/next_week.gif \ - images/previous_week.gif \ - images/icon_view_overview.gif \ - images/icon_view_overview_inactive.gif \ - images/icon_view_chart.gif \ - images/icon_view_chart_inactive.gif \ - images/icon_view_list.gif \ - images/icon_view_list_inactive.gif \ - images/icon_view_columns.gif \ - images/icon_view_columns_inactive.gif \ + UIxAptTableView.wox \ + UIxCalDayOverview.wox \ + UIxCalDayChartview.wox \ + UIxCalDayListview.wox \ + UIxCalDayPrintview.wox \ + UIxCalWeekOverview.wox \ + UIxCalWeekChartview.wox \ + UIxCalWeekListview.wox \ + UIxCalWeekColumnsview.wox \ + UIxCalWeekPrintview.wox \ + UIxCalMonthOverview.wox \ + UIxCalMonthPrintview.wox \ + UIxCalYearOverview.wox \ + UIxCalInlineMonthOverview.wox \ + UIxAppointmentView.wox \ + UIxAppointmentEditor.wox \ + UIxCalSelectTab.wox \ + UIxCalDateLabel.wox \ + UIxCalBackForthNavView.wox \ + UIxAppointmentProposal.wox + +SchedulerUI_RESOURCE_FILES += \ + images/next_week.gif \ + images/previous_week.gif \ + images/icon_view_overview.gif \ + images/icon_view_overview_inactive.gif \ + images/icon_view_chart.gif \ + images/icon_view_chart_inactive.gif \ + images/icon_view_list.gif \ + images/icon_view_list_inactive.gif \ + images/icon_view_columns.gif \ + images/icon_view_columns_inactive.gif SchedulerUI_LOCALIZED_RESOURCE_FILES += \ default.strings diff --git a/SOGo/UI/Scheduler/UIxAppointmentProposal.m b/SOGo/UI/Scheduler/UIxAppointmentProposal.m index 462c00d8..a1ea38c0 100644 --- a/SOGo/UI/Scheduler/UIxAppointmentProposal.m +++ b/SOGo/UI/Scheduler/UIxAppointmentProposal.m @@ -19,3 +19,16 @@ 02111-1307, USA. */ // $Id: UIxAppointmentEditor.m 181 2004-08-11 15:13:25Z helge $ + +#include + +@interface UIxAppointmentProposal : UIxComponent +{ +} + +@end + +#include "common.h" + +@implementation UIxAppointmentProposal +@end /* UIxAppointmentProposal */ diff --git a/SOGo/UI/Scheduler/Version b/SOGo/UI/Scheduler/Version index 7cb001ac..49f242e5 100644 --- a/SOGo/UI/Scheduler/Version +++ b/SOGo/UI/Scheduler/Version @@ -1,3 +1,3 @@ # $Id$ -SUBMINOR_VERSION:=20 +SUBMINOR_VERSION:=21 diff --git a/SOGo/UI/Scheduler/product.plist b/SOGo/UI/Scheduler/product.plist index d282d996..048493dc 100644 --- a/SOGo/UI/Scheduler/product.plist +++ b/SOGo/UI/Scheduler/product.plist @@ -20,78 +20,82 @@ categories = { SOGoAppointmentFolder = { methods = { - "dayoverview" = { + dayoverview = { protectedBy = "View"; pageName = "UIxCalDayOverview"; }; - "daychartview" = { + daychartview = { protectedBy = "View"; pageName = "UIxCalDayChartview"; }; - "daylistview" = { + daylistview = { protectedBy = "View"; pageName = "UIxCalDayListview"; }; - "dayprintview" = { + dayprintview = { protectedBy = "View"; pageName = "UIxCalDayPrintview"; }; - "weekoverview" = { + weekoverview = { protectedBy = "View"; pageName = "UIxCalWeekOverview"; }; - "weekchartview" = { + weekchartview = { protectedBy = "View"; pageName = "UIxCalWeekChartview"; }; - "weeklistview" = { + weeklistview = { protectedBy = "View"; pageName = "UIxCalWeekListview"; }; - "weekcolumnsview" = { + weekcolumnsview = { protectedBy = "View"; pageName = "UIxCalWeekColumnsview"; }; - "weekprintview" = { + weekprintview = { protectedBy = "View"; pageName = "UIxCalWeekPrintview"; }; - "monthoverview" = { + monthoverview = { protectedBy = "View"; pageName = "UIxCalMonthOverview"; }; - "monthprintview" = { + monthprintview = { protectedBy = "View"; pageName = "UIxCalMonthPrintview"; }; - "yearoverview" = { + yearoverview = { protectedBy = "View"; pageName = "UIxCalYearOverview"; }; - "new" = { + new = { protectedBy = "View"; pageName = "UIxAppointmentEditor"; actionName = "new"; }; - "show" = { + show = { protectedBy = "View"; pageName = "UIxCalView"; actionName = "redirectForUIDs"; }; + proposal = { + protectedBy = "View"; + pageName = "UIxAppointmentProposal"; + }; }; }; SOGoAppointmentObject = { methods = { - "view" = { + view = { protectedBy = "View"; pageName = "UIxAppointmentView"; }; - "edit" = { + edit = { protectedBy = "View"; pageName = "UIxAppointmentEditor"; }; - "save" = { + save = { protectedBy = "View"; pageName = "UIxAppointmentEditor"; actionName = "save"; -- 2.39.2