SeaMonkey:Toolkit Transition:PrefwindowPanes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Done: Add Panel "Appearance" and childs)
(ToDo: Remove (done) Panel "Appearance" and childs)
Line 5: Line 5:
== ToDo ==
== ToDo ==


* Pane "Appearance"
** 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"
* Pane "Navigator"
** Work By: <span style="color:orange;">Help Wanted</span>
** Work By: <span style="color:orange;">Help Wanted</span>

Revision as of 19:05, 9 July 2008

This page will serve 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


Done

  • Panel "Appearance" (and old "Languages" pane)
    • Pane "Content"
    • Pane "Fonts"
    • Pane "Colors"
  • Panel "Browser"
    • Pane "History"
    • Pane "Tabbed Browsing"
  • Panel "Mail & Newsgroups"
    • Pane "Tags"
  • Panel "Composer"
    • Pane "Toolbars"
  • Panel "Privacy & Security"
    • Pane "Images"
  • Pane "Software Installation"
  • Pane "Mouse Wheel"

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.