]> err.no Git - scalable-opengroupware.org/commitdiff
removed old uix.css
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 18 Jul 2005 18:42:36 +0000 (18:42 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 18 Jul 2005 18:42:36 +0000 (18:42 +0000)
code cleanups

git-svn-id: http://svn.opengroupware.org/SOGo/trunk@804 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/Common/ChangeLog
SOGo/UI/Common/UIxPageFrame.m
SOGo/UI/Common/UIxPrintPageFrame.m
SOGo/UI/Common/UIxSortButton.m
SOGo/UI/Common/UIxTabItem.m
SOGo/UI/Common/UIxTabView.h
SOGo/UI/Common/UIxWinClose.m
SOGo/UI/Common/uix.css [deleted file]
SOGo/UI/SOGoUI/UIxComponent.m
SOGo/UI/WebServerResources/ChangeLog
SOGo/UI/WebServerResources/uix.css

index b0ba614d9bef95c0541ad5f957fe35691aeffa5b..cbcfe033c3dbc5a75d48a10d9d3b5a39193a94a1 100644 (file)
@@ -1,13 +1,17 @@
-2005-07-14  Marcus Mueller  <znek@mulle-kybernetik.com>
+2005-07-18  Helge Hess  <helge.hess@opengroupware.org>
 
-       * v0.9.42
-       
-       * calendar.css: further refined new css
+       * v0.9.43
+
+       * various minor code cleanups
+
+       * removed deprecated uix.css (lives in WebServerResources!)
 
-       * v0.9.41
+2005-07-14  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * calendar.css: further refined new css (v0.9.42)
 
        * calendar.css, uix.css: added homepagefont and added 'title' class
-         to use in the scheduler overview
+         to use in the scheduler overview (v0.9.41)
 
 2005-07-13  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * v0.9.39
 
        * UIxPageFrame.m: added new -
+       
        * English.lproj/Localizable.strings: added new 'Home' and
          'Administration' labels
 
-       * v0.9.38
-
-       * English.lproj/Localizable.strings: added new 'Help' label
+       * English.lproj/Localizable.strings: added new 'Help' label (v0.9.38)
 
 2005-07-05  Marcus Mueller  <znek@mulle-kybernetik.com>
 
index 6c935e088965015c7335adb2c57bc03a27b6d6ab..b3a967316f82870a89d5d3920710f83eb95097bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2004 SKYRIX Software AG
+  Copyright (C) 2004-2005 SKYRIX Software AG
 
   This file is part of OpenGroupware.org.
 
@@ -18,7 +18,6 @@
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
-// $Id$
 
 #include <SOGoUI/UIxComponent.h>
 
index f72b2078ad08fee81354834547bea7cb15147ea3..d1aaf0e40e373f8f34af2e34779ce864abb5da8e 100644 (file)
@@ -1,7 +1,7 @@
 /*
-  Copyright (C) 2000-2004 SKYRIX Software AG
+  Copyright (C) 2000-2005 SKYRIX Software AG
 
-  This file is part of OGo
+  This file is part of OpenGroupware.org.
 
   OGo is free software; you can redistribute it and/or modify it under
   the terms of the GNU Lesser General Public License as published by the
@@ -18,8 +18,6 @@
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
-// $Id$
-
 
 #include <NGObjWeb/SoComponent.h>
 
 @implementation UIxPrintPageFrame
 
 - (void)dealloc {
-    [self->title release];
-    [super dealloc];
+  [self->title release];
+  [super dealloc];
 }
 
 /* accessors */
 
 - (void)setTitle:(NSString *)_value {
-    ASSIGN(self->title, _value);
+  ASSIGNCOPY(self->title, _value);
 }
 - (NSString *)title {
-    return self->title;
+  return self->title;
 }
 
-@end
+@end /* UIxPrintPageFrame */
index 931c4e55fca47be38da4c49c3c388db4c8e4b365..fb4d335196c07103db060c57a0f0ae02ab7a8a68 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2004 SKYRIX Software AG
+  Copyright (C) 2004-2005 SKYRIX Software AG
 
   This file is part of OpenGroupware.org.
 
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
-// $Id: UIxSortButton.m 59 2004-06-22 13:40:19Z znek $
 
-#include <NGObjWeb/NGObjWeb.h>
+#include <NGObjWeb/WOComponent.h>
 
 @interface UIxSortButton : WOComponent
-{
-}
-
 @end
 
-
 @implementation UIxSortButton
-@end
+@end /* UIxSortButton */
+
index 70add19dbc3f6b8df2eee5173e882d2f138af487..28f408893626ed38b2adc474cb160c695be0ce8a 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000-2004 SKYRIX Software AG
+  Copyright (C) 2000-2005 SKYRIX Software AG
 
   This file is part of OpenGroupware.org.
 
index 8224b442dd7419c6d00f5c3bec956efec607060e..a2e6a1f1ab66d90d624774f8c8d9a1cf864a7662 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000-2004 SKYRIX Software AG
+  Copyright (C) 2000-2005 SKYRIX Software AG
 
   This file is part of OpenGroupware.org.
 
@@ -18,7 +18,6 @@
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
-// $Id$
 
 #ifndef __UIxTabView_H__
 #define __UIxTabView_H__
index e8320e69111d133776dffd0cccb2aa3cadfbfbe0..b93f91f61fc3149c71818f48ca6c7ce0a95f0cc2 100644 (file)
@@ -1,7 +1,7 @@
 /*
-  Copyright (C) 2000-2004 SKYRIX Software AG
+  Copyright (C) 2000-2005 SKYRIX Software AG
 
-  This file is part of OGo
+  This file is part of OpenGroupware.org.
 
   OGo is free software; you can redistribute it and/or modify it under
   the terms of the GNU Lesser General Public License as published by the
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
-// $Id$
-
-
-#include <NGObjWeb/NGObjWeb.h>
 
+#include <NGObjWeb/WOComponent.h>
 
 @interface UIxWinClose : WOComponent
-{
-
-}
-
 @end
 
-
 @implementation UIxWinClose
-
-@end
+@end /* UIxWinClose */
diff --git a/SOGo/UI/Common/uix.css b/SOGo/UI/Common/uix.css
deleted file mode 100644 (file)
index 0c5e2be..0000000
+++ /dev/null
@@ -1,245 +0,0 @@
-/* SOGo UI Stylesheet */
-
-/* common stuff */
-
-body {
-  color:            #000000;
-  font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
-  font-size:        10pt;
-  background-color: #FFFFFF;
-  margin:           0px;
-  margin-top:       0px;
-  margin-bottom:    0px;
-  margin-left:      0px;
-  margin-right:     0px;
-}
-
-a:link {
-  color:       #0033CC;
-  font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
-  text-decoration: none;
-}
-a:visited {
-  color:       #660066;
-  font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
-  text-decoration: none;
-}
-a:hover {
-  color:       #FF0000;
-  font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
-  text-decoration: underline;
-}
-
-.linecolor {
-  background-color: #06348B;
-}
-
-.defaultfont {
-  text-decoration:  none;
-  font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
-  font-size:        8pt;
-  color:            #000000;
-}
-
-.window_label {
-  color:            #06348b;
-  font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
-  font-size:        12pt;
-  font-weight:      bold;
-}
-
-.homepagefont {
-  text-decoration:  none;
-  font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
-  font-size:        10pt;
-  color:            #000000;
-}
-
-
-/* tabs */
-
-.tab {
-  color:            #000000;
-  background-color: #e8e8e0;
-  font-size:        10pt;
-  text-decoration:  none;
-  width:            100px; 
-  height:           22px;
-  border-top:       1px solid #06348b;
-  border-right:     1px solid #06348b;
-}
-
-.tab a {
-  color:            #000000;
-  border:           none;
-  text-decoration:  none;
-}
-
-.tab_selected {
-  color:            #000000;
-  background-color: #f5f5e9;
-  font-size:        10pt;
-  text-decoration:  none;
-  font-weight:      bold;
-  width:            100px; 
-  height:           22px;
-  border-top:       1px solid #06348b;
-  border-right:     1px solid #06348b;
-}
-
-.tab_selected a {
-  color:            #000000;
-  border:           none;
-  text-decoration:  none;
-}
-
-.tabview_body {
-  background-color: #f5f5e9;
-}
-
-
-/* buttons */
-
-.button_auto_env {
-  height:           16px;
-  text-align:       center;
-  vertical-align:   middle;
-  padding:          0px 0px 0px 0px;
-  margin:           0px 0px 0px 0px;
-  overflow:         hidden;
-}
-
-.button_auto_env a {
-  text-decoration:  none;
-  color:            #000000;
-}
-
-.button_auto_env a:hover {
-  text-decoration:  underline;
-  color:            #ff0000;
-}
-
-.button_auto {
-  height:           20px;
-  border-style:     outset;
-  border-color:     #DDDDDD;
-  border-width:     2px;
-  color:            #000000;
-  background-color: #e8e8e0;
-  font-size:        8pt;
-  font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
-  letter-spacing:   0pt;
-  text-decoration:  none;
-  text-color:       #000000;
-  text-align:       center;
-  vertical-align:   middle;
-  padding-left:     5px;
-  padding-right:    5px;
-  padding-top:      1px;
-  padding-bottom:   1px;
-  overflow:         hidden;
-}
-
-.button_submit_env {
-  height:           24px;
-  text-align:       center;
-  vertical-align:   middle;
-  padding:          0px 0px 0px 0px;
-  margin:           0px 0px 0px 0px;
-  overflow:         hidden;
-}
-
-.button_submit_env a {
-  text-decoration:  none;
-  color:            #000000;
-}
-
-.button_submit_env a:hover {
-  text-decoration:  underline;
-  color:            #ff0000;
-}
-
-.button_submit {
-  height:           30px;
-  border-style:     outset;
-  border-color:     #DDDDDD;
-  border-width:     2px;
-  color:            #000000;
-  background-color: #e8e8e0;
-  font-size:        8pt;
-  font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
-  letter-spacing:   0pt;
-  text-decoration:  none;
-  text-color:       #000000;
-  text-align:       center;
-  vertical-align:   middle;
-  padding-left:     5px;
-  padding-right:    5px;
-  padding-top:      2px;
-  padding-bottom:   3px;
-  overflow:         hidden;
-}
-
-/* header */
-
-div#header {
-  margin-left:  5px;
-  margin-right: 5px;
-  padding:      0;
-  border-bottom: 1px solid #000000;
-}
-div#header img.headerlogo {
-  float:  right; 
-  width:  182px; 
-  height: 30px;
-}
-
-div#header div#headerhistory {
-  font-size:   11px;
-  color:       #000000;
-  margin:      0px;
-  padding-top: 18px;
-  height:      12px;
-}
-div#header a, div#header span {
-  margin:      0px;
-}
-div#header span#navtitle {
-  font-weight: bold;
-}
-div#header a:hover {
-  text-decoration: none;
-}
-
-/* the dock */
-
-a.skydockfont {
-  text-decoration:  none;
-  font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
-  font-size:        8pt;
-  color:            #06348B;
-}
-font.skydockfont {
-  text-decoration:  none;
-  font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
-  font-size:        8pt;
-  color:            #06348B;
-}
-font.skydockfont_inactiveMail {
-  text-decoration:  none;
-  font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
-  font-size:        8pt;
-  color:            #CCCCCC;
-  font-weight:      bold;
-}
-font.skydockfont_newMail {
-  text-decoration:  none;
-  font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
-  font-size:        8pt;
-  color:            #06348B;
-  font-weight:      bold;
-}
-table.skytextdocktable {
-  padding:        0px;
-  table-layout:   auto;
-}
index 246ccc22fe978449b12b7317246e3c8ff00388ca..87dfae951dd7810f3327d488b34aac5a303cef58 100644 (file)
@@ -111,7 +111,7 @@ static BOOL uixDebugEnabled = NO;
   NSString *part;
     
   e = [[_s componentsSeparatedByString:@"&"] objectEnumerator];
-  while ((part = [e nextObject])) {
+  while ((part = [e nextObject]) != nil) {
     NSRange  r;
     NSString *key, *value;
         
@@ -129,6 +129,8 @@ static BOOL uixDebugEnabled = NO;
     [self->queryParameters setObject:value forKey:key];
   }
 }
+- (void)addKeepAliveFormValuesToQueryParameters {
+}
 
 - (NSString *)queryParameterForKey:(NSString *)_key {
   return [[self _queryParameters] objectForKey:_key];
@@ -163,7 +165,11 @@ static BOOL uixDebugEnabled = NO;
     
     qs = [uri substringFromIndex:NSMaxRange(r)];
     [self _parseQueryString:qs];
-  }    
+  }
+  
+  /* add form values */
+  [self addKeepAliveFormValuesToQueryParameters];
+
   return self->queryParameters;
 }
 
index 2fe5564f988e1c6ed3e33ef306971d9f045c8434..574cdefc75c6f0dc738b3f14571a1f08f7260b65 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-18  Helge Hess  <helge.hess@opengroupware.org>
+
+       * uix.css: added .homepagefont class (as it was used in the deprecated
+         uix.css inside Common
+
 2005-07-12  Helge Hess  <helge.hess@opengroupware.org>
 
        * mailer.js: increased size of compose panel by 40px to avoid scrolling
index 9f1a5f8ba9e28bc29f5018d31d25c7075b0de3e5..3df8746abec85ad4d703b1e280d37404bdd6057c 100644 (file)
@@ -48,6 +48,13 @@ a:hover {
   font-weight:      bold;
 }
 
+.homepagefont {
+  text-decoration:  none;
+  font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
+  font-size:        10pt;
+  color:            #000000;
+}
+
 
 /* tabs */