From ee6beb64f86071d9c79b68f019da87a460a6e007 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 23 Apr 2007 15:09:43 +0000 Subject: [PATCH] Monotone-Parent: 57460c0d603329bd97af00dc5d497ed44b731d76 Monotone-Revision: e84e98a15cb31552c7707dd925faafe74577f1f4 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-23T15:09:43 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 5 +++++ UI/Common/UIxUserRightsEditor.h | 32 ++++++++++++++++++++++++++++ UI/Common/UIxUserRightsEditor.m | 27 +++++++++++++++++++++++ UI/Templates/UIxUserRightsEditor.wox | 15 +++++++++++++ 4 files changed, 79 insertions(+) create mode 100644 UI/Common/UIxUserRightsEditor.h create mode 100644 UI/Common/UIxUserRightsEditor.m create mode 100644 UI/Templates/UIxUserRightsEditor.wox diff --git a/ChangeLog b/ChangeLog index 0496bec98..1301fbd51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-04-23 Wolfgang Sourdeau + + * UI/Common/UIxUserRightsEditor.[hm]: new template class module + that implements the detailed editor of user rights per-object. + 2007-04-17 Wolfgang Sourdeau * SoObjects/SOGo/SOGoUser.m ([SOGoUser diff --git a/UI/Common/UIxUserRightsEditor.h b/UI/Common/UIxUserRightsEditor.h new file mode 100644 index 000000000..0ab1a52f6 --- /dev/null +++ b/UI/Common/UIxUserRightsEditor.h @@ -0,0 +1,32 @@ +/* UIxUserRightsEditor.h - this file is part of SOGo + * + * Copyright (C) 2007 Inverse groupe conseil + * + * Author: Wolfgang Sourdeau + * + * This file is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2, or (at your option) + * any later version. + * + * This file is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; see the file COPYING. If not, write to + * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ + +#ifndef UIXUSERRIGHTSEDITOR_H +#define UIXUSERRIGHTSEDITOR_H + +#import + +@interface UIxUserRightsEditor : UIxComponent + +@end + +#endif /* UIXUSERRIGHTSEDITOR_H */ diff --git a/UI/Common/UIxUserRightsEditor.m b/UI/Common/UIxUserRightsEditor.m new file mode 100644 index 000000000..489d2f3d8 --- /dev/null +++ b/UI/Common/UIxUserRightsEditor.m @@ -0,0 +1,27 @@ +/* UIxUserRightsEditor.m - this file is part of SOGo + * + * Copyright (C) 2007 Inverse groupe conseil + * + * Author: Wolfgang Sourdeau + * + * This file is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2, or (at your option) + * any later version. + * + * This file is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; see the file COPYING. If not, write to + * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ + +#import "UIxUserRightsEditor.h" + +@implementation UIxUserRightsEditor + +@end diff --git a/UI/Templates/UIxUserRightsEditor.wox b/UI/Templates/UIxUserRightsEditor.wox new file mode 100644 index 000000000..9e1b4baed --- /dev/null +++ b/UI/Templates/UIxUserRightsEditor.wox @@ -0,0 +1,15 @@ + + + + + coucou! +