Monotone-Parent: 48dcb8712cd5e36fe33ea44dde50cad68d94f5c3

Monotone-Revision: a02bbe9f2e1f3a2c472f0499b21e163f8b6170ec

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-10-26T19:26:50
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-10-26 19:26:50 +00:00
parent b9598b7203
commit 12df5036f6
22 changed files with 374 additions and 117 deletions
+15
View File
@@ -1,5 +1,20 @@
2010-10-26 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/WebServerResources/UIxPreferences.js: added code to handle
the new "Contacts Options" tab, in particular the contacts
categories.
* UI/PreferencesUI/UIxPreferences.m (-languageCategories): renamed
to "_languageCalendarCategories" as it is a private method. The
dictionary key has also been renamed to
"calendar_category_labels" since we now handle contact categories
too.
(-calendarCategoriesValue, -setCalendarCategoriesValue:): renamed
from "categories" method.
(-contactsCategoryList, -contactsCategoriesValue)
(-setContactsCategoriesValue:): new methods for handling contacts
categories in the preferences. Transfers are in JSON.
* UI/WebServerResources/UIxContactEditor.js: (saveCategories)
(appendCategoryInput, onComboButtonClick, onCategoryInputChange)
(onCategoryInputFocus, regenerateCategoriesMenu)