diff --git a/CommonUI b/CommonUI new file mode 100644 index 0000000..fbd2856 Binary files /dev/null and b/CommonUI differ diff --git a/Info-gnustep.plist b/Info-gnustep.plist new file mode 100644 index 0000000..fbd9ff6 --- /dev/null +++ b/Info-gnustep.plist @@ -0,0 +1,6 @@ +{ + NOTE = "Automatically generated, do not edit!"; + NSExecutable = "CommonUI"; + NSMainNibFile = ""; + NSPrincipalClass = "CommonUIProduct"; +} diff --git a/bundle-info.plist b/bundle-info.plist new file mode 100644 index 0000000..dde2cfb --- /dev/null +++ b/bundle-info.plist @@ -0,0 +1,22 @@ +{ + "__cvs__" = "$Id: bundle-info.plist,v 1.1 2003/11/24 01:24:40 helge Exp $"; + + requires = { + bundleManagerVersion = 1; + classes = ( + { name = NSObject; } + ); + }; + + provides = { + classes = ( + { name = CommonUIProduct; }, + { name = UIxComponent; }, + { name = UIxPageFrame; }, + ); + + WOComponents = ( + { name = UIxPageFrame; }, + ); + }; +} diff --git a/product.plist b/product.plist new file mode 100644 index 0000000..2088186 --- /dev/null +++ b/product.plist @@ -0,0 +1,161 @@ +{ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ + requires = ( MAIN, Contacts, Mailer ); + + publicResources = ( + calendar.css, + uix.css, + menu_logo_top.gif, + line_left.gif, + line_stretch.gif, + line_right.gif, + box_topleft.gif, + box_top.gif, + box_topright.gif, + box_left.gif, + box_right.gif, + box_botleft.gif, + box_bottom.gif, + box_botright.gif, + corner_right.gif, + closewindow.gif, + OGoLogo.gif, + upward_sorted.gif, + downward_sorted.gif, + non_sorted.gif + ); + + factories = { + }; + + categories = { + SOGoObject = { + methods = { + addUserInAcls = { + protectedBy = "Change Permissions"; + actionClass = "UIxObjectActions"; + actionName = "addUserInAcls"; + }; + removeUserFromAcls = { + protectedBy = "Change Permissions"; + actionClass = "UIxObjectActions"; + actionName = "removeUserFromAcls"; + }; + delete = { + protectedBy = "Delete Object"; + actionClass = "UIxObjectActions"; + actionName = "delete"; + }; + saveAcls = { + protectedBy = "Change Permissions"; + pageName = "UIxAclEditor"; + actionName = "saveAcls"; + }; + userRights = { + protectedBy = "ReadAcls"; + pageName = "UIxUserRightsEditor"; + actionName = "userRights"; + }; + saveUserRights = { + protectedBy = "Change Permissions"; + pageName = "UIxUserRightsEditor"; + actionName = "saveUserRights"; + }; + acls = { + protectedBy = "ReadAcls"; + pageName = "UIxAclEditor"; + actionName = "acls"; + }; + UIxAclEditor = { + protectedBy = "ReadAcls"; + pageName = "UIxAclEditor"; + }; + }; + }; + SOGoUserFolder = { + methods = { + labels = { + protectedBy = "Access Contents Information"; + pageName = "UIxPageFrame"; + actionName = "labels"; + }; + }; + }; + SOGoParentFolder = { + methods = { + createFolder = { + protectedBy = "Add Folders"; + actionClass = "UIxParentFolderActions"; + actionName = "createFolder"; + }; + saveFoldersActivation = { + protectedBy = "Change Images And Files"; + actionClass = "UIxParentFolderActions"; + actionName = "saveFoldersActivation"; + }; + }; + }; + SOGoFolder = { + methods = { + newguid = { + protectedBy = ""; + actionClass = "UIxFolderActions"; + actionName = "newguid"; + }; + }; + }; + SOGoGCSFolder = { + methods = { + subscribe = { + protectedBy = ""; + actionClass = "UIxFolderActions"; + actionName = "subscribe"; + }; + unsubscribe = { + protectedBy = ""; + actionClass = "UIxFolderActions"; + actionName = "unsubscribe"; + }; + canAccessContent = { + protectedBy = "Access Object"; + actionClass = "UIxFolderActions"; + actionName = "canAccessContent"; + }; + activateFolder = { + protectedBy = ""; + actionClass = "UIxFolderActions"; + actionName = "activateFolder"; + }; + deactivateFolder = { + protectedBy = ""; + actionClass = "UIxFolderActions"; + actionName = "deactivateFolder"; + }; + subscribeUsers = { + protectedBy = "Change Permissions"; + actionClass = "UIxFolderActions"; + actionName = "subscribeUsers"; + }; + save = { + protectedBy = "Access Contents Information"; + actionClass = "UIxFolderActions"; + actionName = "renameFolder"; + }; + batchDelete = { + protectedBy = "Delete Objects"; + actionClass = "UIxFolderActions"; + actionName = "batchDelete"; + }; + copy = { + protectedBy = "Access Contents Information"; + actionClass = "UIxFolderActions"; + actionName = "copy"; + }; + move = { + protectedBy = "Delete Objects"; + actionClass = "UIxFolderActions"; + actionName = "move"; + }; + }; + }; + }; +} diff --git a/stamp.make b/stamp.make new file mode 100644 index 0000000..0801abb --- /dev/null +++ b/stamp.make @@ -0,0 +1 @@ +OLD_GNUSTEP_STAMP_ASTRING = _CommonUIProduct-