From 62b7e37b45d5d91b0285ae642f1632871f135028 Mon Sep 17 00:00:00 2001 From: helge Date: Thu, 26 Aug 2004 22:43:33 +0000 Subject: [PATCH] removed old components in UI/Common git-svn-id: http://svn.opengroupware.org/SOGo/trunk@277 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/Common/ChangeLog | 4 ++ SOGo/UI/Common/GNUmakefile | 54 ++++++++---------- SOGo/UI/Common/UIxAppFrame.m | 11 ---- SOGo/UI/Common/UIxAppFrame.wox | 44 --------------- SOGo/UI/Common/UIxAppHeader.m | 11 ---- SOGo/UI/Common/UIxAppHeader.wox | 32 ----------- SOGo/UI/Common/UIxAppNavigation.m | 11 ---- SOGo/UI/Common/UIxAppNavigation.wox | 85 ----------------------------- SOGo/UI/Common/Version | 2 +- SOGo/UI/Common/product.plist | 12 ---- 10 files changed, 29 insertions(+), 237 deletions(-) delete mode 100644 SOGo/UI/Common/UIxAppFrame.m delete mode 100644 SOGo/UI/Common/UIxAppFrame.wox delete mode 100644 SOGo/UI/Common/UIxAppHeader.m delete mode 100644 SOGo/UI/Common/UIxAppHeader.wox delete mode 100644 SOGo/UI/Common/UIxAppNavigation.m delete mode 100644 SOGo/UI/Common/UIxAppNavigation.wox diff --git a/SOGo/UI/Common/ChangeLog b/SOGo/UI/Common/ChangeLog index 70b64340..a24ee4b4 100644 --- a/SOGo/UI/Common/ChangeLog +++ b/SOGo/UI/Common/ChangeLog @@ -1,3 +1,7 @@ +2004-08-27 Helge Hess + + * removed old components (UIxAppFrame, Header and Navigation) (v0.9.17) + 2004-08-24 Maxime Wacker * GNUmakefile.preamble: fixes for the build process (v0.9.16) diff --git a/SOGo/UI/Common/GNUmakefile b/SOGo/UI/Common/GNUmakefile index 532946ee..9155d634 100644 --- a/SOGo/UI/Common/GNUmakefile +++ b/SOGo/UI/Common/GNUmakefile @@ -9,36 +9,30 @@ BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/SOGo CommonUI_PRINCIPAL_CLASS = CommonUIProduct CommonUI_OBJC_FILES += \ - CommonUIProduct.m \ - UIxPageFrame.m \ - UIxPrintPageFrame.m \ - UIxAppFrame.m \ - UIxAppHeader.m \ - UIxAppNavigation.m \ - UIxWinClose.m \ - UIxAppNavView.m \ - \ - UIxElemBuilder.m \ - UIxTabView.m \ - UIxTabItem.m \ - - -CommonUI_RESOURCE_FILES += \ - Version \ - product.plist \ - UIxPageFrame.wox \ - UIxPrintPageFrame.wox \ - UIxAppFrame.wox \ - UIxAppHeader.wox \ - UIxAppNavigation.wox \ - UIxWinClose.wox \ - UIxAppNavView.wox \ + CommonUIProduct.m \ + UIxPageFrame.m \ + UIxPrintPageFrame.m \ + UIxWinClose.m \ + UIxAppNavView.m \ + \ + UIxElemBuilder.m \ + UIxTabView.m \ + UIxTabItem.m \ + + +CommonUI_RESOURCE_FILES += \ + Version \ + product.plist \ + UIxPageFrame.wox \ + UIxPrintPageFrame.wox \ + UIxWinClose.wox \ + UIxAppNavView.wox \ \ uix.css \ calendar.css \ \ images/OGoLogo.gif \ - images/menu_logo_top.gif \ + images/menu_logo_top.gif\ images/line_left.gif \ images/line_stretch.gif \ images/line_right.gif \ @@ -48,11 +42,11 @@ CommonUI_RESOURCE_FILES += \ images/box_left.gif \ images/box_right.gif \ images/box_botleft.gif \ - images/box_bottom.gif\ - images/box_botright.gif\ - images/tab_selected.gif\ - images/tab_.gif\ - images/corner_right.gif\ + images/box_bottom.gif \ + images/box_botright.gif \ + images/tab_selected.gif \ + images/tab_.gif \ + images/corner_right.gif \ images/closewindow.gif # make diff --git a/SOGo/UI/Common/UIxAppFrame.m b/SOGo/UI/Common/UIxAppFrame.m deleted file mode 100644 index 8d9553fb..00000000 --- a/SOGo/UI/Common/UIxAppFrame.m +++ /dev/null @@ -1,11 +0,0 @@ -// $Id$ - -#include - -@interface UIxAppFrame : SoComponent -@end - -#include "common.h" - -@implementation UIxAppFrame -@end /* UIxAppFrame */ diff --git a/SOGo/UI/Common/UIxAppFrame.wox b/SOGo/UI/Common/UIxAppFrame.wox deleted file mode 100644 index e91e1293..00000000 --- a/SOGo/UI/Common/UIxAppFrame.wox +++ /dev/null @@ -1,44 +0,0 @@ - - - - - <var:string value="title"/> - - - - - - - - - - - - - - - - - - - - - - - - This pages requires frame tags, which your browser does not support, - sorry ;-> - - diff --git a/SOGo/UI/Common/UIxAppHeader.m b/SOGo/UI/Common/UIxAppHeader.m deleted file mode 100644 index 5a4db92f..00000000 --- a/SOGo/UI/Common/UIxAppHeader.m +++ /dev/null @@ -1,11 +0,0 @@ -// $Id$ - -#include - -@interface UIxAppHeader : SoComponent -@end - -#include "common.h" - -@implementation UIxAppHeader -@end /* UIxAppHeader */ diff --git a/SOGo/UI/Common/UIxAppHeader.wox b/SOGo/UI/Common/UIxAppHeader.wox deleted file mode 100644 index a76031ed..00000000 --- a/SOGo/UI/Common/UIxAppHeader.wox +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - -
- reload - - resistance is obsolete ;-) -
- - diff --git a/SOGo/UI/Common/UIxAppNavigation.m b/SOGo/UI/Common/UIxAppNavigation.m deleted file mode 100644 index 529127de..00000000 --- a/SOGo/UI/Common/UIxAppNavigation.m +++ /dev/null @@ -1,11 +0,0 @@ -// $Id$ - -#include - -@interface UIxAppNavigation : SoComponent -@end - -#include "common.h" - -@implementation UIxAppNavigation -@end /* UIxAppNavigation */ diff --git a/SOGo/UI/Common/UIxAppNavigation.wox b/SOGo/UI/Common/UIxAppNavigation.wox deleted file mode 100644 index 6d24578b..00000000 --- a/SOGo/UI/Common/UIxAppNavigation.wox +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - - - - -
- -
- -
- (reload) -
- -
- -
- -
- CSS Menues - - diff --git a/SOGo/UI/Common/Version b/SOGo/UI/Common/Version index 27f42dca..33dfbe1b 100644 --- a/SOGo/UI/Common/Version +++ b/SOGo/UI/Common/Version @@ -1,3 +1,3 @@ # $Id$ -SUBMINOR_VERSION:=16 +SUBMINOR_VERSION:=17 diff --git a/SOGo/UI/Common/product.plist b/SOGo/UI/Common/product.plist index b56d2e36..845fc192 100644 --- a/SOGo/UI/Common/product.plist +++ b/SOGo/UI/Common/product.plist @@ -29,18 +29,6 @@ categories = { SOGoObject = { methods = { - "app" = { - protectedBy = "View"; - pageName = "UIxAppFrame"; - }; - "appheader" = { - protectedBy = "View"; - pageName = "UIxAppHeader"; - }; - "appnavigation" = { - protectedBy = "View"; - pageName = "UIxAppNavigation"; - }; }; }; }; -- 2.39.5