SeaMonkey:Toolkit Transition:PrefwindowPanes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
This page will serve as a tracking set-up for {{bug|394522}} in regards to the individual preference panes.
This page served as a tracking set-up for {{bug|394522}} in regards to the individual preference panes.


See [[SeaMonkey:Toolkit_Transition:PrefwindowPanes:HowTo]] on how to migrate a panel.
See [[SeaMonkey:Toolkit_Transition:PrefwindowPanes:HowTo]] on how to migrate a panel.
Line 5: Line 5:
== ToDo ==
== ToDo ==


* Pane "Appearance"
None any more.
** Work By: IanN
** File: [http://lxr.mozilla.org/mozilla/source/suite/common/pref/pref-appearance.xul pref-appearance.xul]
** Overlaid by:
*** [http://lxr.mozilla.org/mozilla/source/editor/ui/composer/content/editorPrefsOverlay.xul editorPrefsOverlay.xul] (already has a jar.mn overlay directive)
*** <strike>[http://lxr.mozilla.org/mozilla/source/calendar/resources/content/pref/prefOverlay.xul prefOverlay.xul (Calendar)] (already has a jar.mn overlay directive)</strike> (We don't need to care about Calendar right now)
*** [http://lxr.mozilla.org/mozilla/source/extensions/irc/xul/content/prefsOverlay.xul prefsOverlay.xul (Chatzilla)]
*** [http://lxr.mozilla.org/mozilla/source/mailnews/base/prefs/resources/content/mailPrefsOverlay.xul mailPrefsOverlay.xul]
** help Topic: <code>"appearance_pref"</code>
* Pane "Fonts"
** Work By: IanN
** Parent Pane: Appearance
** File: [http://lxr.mozilla.org/mozilla/source/suite/common/pref/pref-fonts.xul pref-fonts.xul]
** Overlaid by: (Nothing)
** help Topic: <code>"appearance_pref_fonts"</code>
* Pane "Colors"
** Work By: IanN
** Parent Pane: Appearance
** File: [http://lxr.mozilla.org/mozilla/source/suite/common/pref/pref-colors.xul pref-colors.xul]
** Overlaid by:
*** [http://lxr.mozilla.org/mozilla/source/suite/common/pref/mac/platformPrefOverlay.xul platformPrefOverlay.xul (mac)]
*** [http://lxr.mozilla.org/mozilla/source/suite/common/pref/unix/platformPrefOverlay.xul platformPrefOverlay.xul (unix)]
*** [http://lxr.mozilla.org/mozilla/source/suite/common/pref/win/platformPrefOverlay.xul platformPrefOverlay.xul (win)]
** help Topic: <code>"appearance_pref_colors"</code>
* Pane "Languages/Content"
** Work By: IanN
** Parent Pane: Appearance
** File: [http://lxr.mozilla.org/mozilla/source/suite/common/pref/pref-locales.xul pref-locales.xul]
** Overlaid by:
*** [http://lxr.mozilla.org/mozilla/source/xpfe/communicator/resources/content/utilityOverlay.xul utilityOverlay.xul]
**** [http://lxr.mozilla.org/mozilla/source/xpfe/communicator/resources/content/mac/platformCommunicatorOverlay.xul platformCommunicatorOverlay.xul (mac)]
**** [http://lxr.mozilla.org/mozilla/source/xpfe/communicator/resources/content/unix/platformCommunicatorOverlay.xul platformCommunicatorOverlay.xul (unix)]
**** [http://lxr.mozilla.org/mozilla/source/xpfe/communicator/resources/content/win/platformCommunicatorOverlay.xul platformCommunicatorOverlay.xul (win)]
** help Topic: <code>"appearance_pref_locales"</code>
** Note: Uses <code><template></code>
** Note: ToDo: Consult with KaiRo if this is needed in SuiteRunner.
* Pane "Navigator"
** Work By: <span style="color:orange;">Help Wanted</span>
** File: [http://lxr.mozilla.org/mozilla/source/suite/common/pref/pref-navigator.xul pref-navigator.xul]
** Overlaid by:
*** [http://lxr.mozilla.org/mozilla/source/suite/common/pref/mac/platformPrefOverlay.xul platformPrefOverlay.xul (mac)]
*** [http://lxr.mozilla.org/mozilla/source/suite/common/pref/unix/platformPrefOverlay.xul platformPrefOverlay.xul (unix)]
*** [http://lxr.mozilla.org/mozilla/source/suite/common/pref/win/platformPrefOverlay.xul platformPrefOverlay.xul (win)]
** help Topic: <code>"navigator_pref_navigator"</code>
* Pane "Mail & Newsgroups" (subpanes)
** Parent Pane: Mail & Newsgroups
** Work By: Aqualon (except Addressing and Tags)
** {{Bug|416548}}
* Pane "Addressing"
** Work By: Standard8
** Parent Pane: Mail & Newsgroups
** File: [http://mxr.mozilla.org/seamonkey/source/mailnews/addrbook/prefs/resources/content/pref-addressing.xul pref-addressing.xul]
** Overlaid by: (Nothing)
** help Topic: <code>"mailnews_pref_addressing"</code>
* Pane "Debug", "Events", "Networking"
** Work By: Standard8
** Parent Pane: none
** {{Bug|412490}}


<!-- Prototype for others:
== Done ==
* Pane ""
** Work By: <span style="color:orange;">Help Wanted</span>
** Parent Pane: Appearance
** File: [http://lxr.mozilla.org/mozilla/source/suite/common/pref/pref-fonts.xul pref-fonts.xul]
** Overlaid by: (Nothing)
** help Topic: <code>"appearance_pref_fonts"</code>
-->


<!-- Others Added in this way -->
All done.
 
== Done ==
* Panel "Browser"
** Pane "History"
** Pane "Tabbed Browsing"
* Panel "Mail & Newsgroups"
** Pane "Tags"
* Panel "Composer"
** Pane "Toolbars"
* Panel "Privacy &amp; Security"
** Pane "Images"
* Pane "Software Installation"
* Pane "Mouse Wheel"


== Will not migrate for SuiteRunner ==
== Will not migrate for SuiteRunner ==

Latest revision as of 11:06, 1 October 2008

This page served as a tracking set-up for bug 394522 in regards to the individual preference panes.

See SeaMonkey:Toolkit_Transition:PrefwindowPanes:HowTo on how to migrate a panel.

ToDo

None any more.

Done

All done.

Will not migrate for SuiteRunner

  • Pane "Themes"
    • Parent Pane: Appearance
    • File: pref-themes.xul
    • Overlaid by: (Nothing)
    • help Topic: "appearance_pref_themes"
    • Note: Uses <template>
    • Made obsolete by: Themes pane in addons manager.