Monotone-Parent: b2c9818492b047bb745bea1ad062267394e7d060

Monotone-Revision: 39a04d9c4ef6da21c4cc1d1ad7d0ecb45557a98b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-09T21:31:28
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-08-09 21:31:28 +00:00
parent 4d5c879a8d
commit b0059bc3ff
3 changed files with 84 additions and 28 deletions
+13
View File
@@ -1,5 +1,18 @@
2006-08-09 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Contacts/SOGoContactFolders.m ([SOGoContactFolders
-appendSystemSourcesInContext:context]): populated method with
code that creates entries mapped to instances SOGoContactFolder,
based on the configuration found in the NSUserDefaults under the
key "SOGoLDAPAddressBooks".
([SOGoContactFolders
-lookupName:nameinContext:contextacquire:acquire]):
"contactsources" do not exist anymore, SOGoContactFolder was split
into two classes: SOGoContactGCSFolder and SOGoContactLDAPFolder
and one protocol: SOGOContactFolder, instead.
([SOGoContactFolders -contactFolders]): new accessor used by the
views of SOGoContactXXXFolder to list the possible sources.
* SoObjects/Contacts/SOGoContactObject.h: new protocol that
defines the methods that UIxContactsView, ..Editor and so on...
can expect.