mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-03 12:28:51 +00:00
Monotone-Parent: a94fdd73f46f13c408afc631567411d8f76242ba Monotone-Revision: 9a1990daa03b7969b33420752ca0d11ef89f8d64 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-07-06T19:48:36 Monotone-Branch: ca.inverse.sogo
41 lines
1.4 KiB
Plaintext
41 lines
1.4 KiB
Plaintext
2006-07-06 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
|
|
|
* The toolbar code from the MailerUI product was taken, renamed as
|
|
"UIxToolBar" and put into UI/Common. Toolbar plists were created
|
|
for the Contacts and Scheduler products and put in their respectir
|
|
Toolbars/ subdirectories. Finally,
|
|
UI/Templates/{UIxToolbarButton,UIxToolbarSeparator}.wox, and
|
|
UI/Common/{UIxToolbarButton,UIxToolbarSeparator}.m were removed
|
|
and an invocation to the UIxToolbar component was put at the top
|
|
of UI/Templaces/UIxPageFrame.wox.
|
|
|
|
* UI/Common/UIxToolbar.m: new "isLastGroup" method to determine
|
|
within the templates whether a separator should be displayed.
|
|
|
|
2006-07-05 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
|
|
|
* UI/Templates/UIxPageFrame.wox: replaced central table with a DIV.
|
|
|
|
* UI/Common/UIxToolbarSeparator.m, UI/Common/UIxToolbarButton.m:
|
|
new toolbar objects.
|
|
|
|
* UI/Templates/UIxPageFrame.wox: use the exact html code as below.
|
|
|
|
* UI/Templates/MailerUI/UIxMailMainFrame.wox: redone the
|
|
linkbanner as a DIV instead of a TABLE.
|
|
|
|
* UI/MailerUI/UIxMailMainFrame.m [UIxMailMainFrame
|
|
showLinkBanner]:
|
|
returns 'YES' to request the display of the navigation bar between
|
|
applets.
|
|
|
|
2006-06-15 ludovic@inverse.ca
|
|
|
|
* It's now possible to set the default
|
|
domain using for email using the
|
|
SOGoDefaultMailDomain preference key.
|
|
|
|
2006-06-15 ludovic@inverse.ca
|
|
|
|
* Initial import of SOGo from trunk.
|