To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=50817





------- Additional comments from [EMAIL PROTECTED] Thu Aug 25 04:34:53 -0700 
2005 -------
Hi! The latest patch includes these changes:

 - The gconfbackend is registered to be invoked for Setup.xcu, UserProfile.xcu
and Recovery.xcu
 - The default filters for Writer, Calc and Impress in Setup.xcu are included,
with an associated removal of the check for system.desktop-environment variable
in gconfbecdef.cxx to let Setup.xcu invoke the gconfbackend successfully
 - The AutoSave and AutoSave time interval in Recovery.xcu are included
 - The user's given name and surname are picked up using g_get_real_name and
populated in UserProfile.xcu [this is outside the lockdown portion, so will be
invoked for both ENABLE_LOCKDOWN or not]
- DisableUICustomisation is for disabling UI customization, will file a new
issue for that as well.
- Added in Font Preview, and Font Anti Aliasing Minimum Pixel, and removed Save
DocumentWindows and ViewInfo
- Added in CreateBackup and WarnAlienFormat options in Common.xcu
- Renamed gconf key from use_anti_aliasing to use_font_anti_aliasing

Bug fixes:

- Use OOo dialogs internally is UseSystemFileDialog, so the boolean logic is
reversed, so gconf key renamed for the same
- the function isDependencySatisfied was checking for m_pConfigurationValues.
This would have worked with the single long list of values, but after the
separation the logic does not hold any more, because the enums go on to around
30, whereas the shortest list of values is only 2. So I #defined the strings
used in dependencySatisfied so that there would be not be duplicated. [ I could
not think of something better. Feedback is welcome :-) ]
- With the separation of the components, the component string as a parameter to
GconfLayer was not necessary any more and removed.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to