diff --git a/mail/branding/unstable/Makefile.in b/mail/branding/unstable/Makefile.in deleted file mode 100644 index b6484560..00000000 --- a/mail/branding/unstable/Makefile.in +++ /dev/null @@ -1,36 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -# Branding Makefile for nightlies/unofficial branding - -include $(topsrcdir)/config/rules.mk - -export:: - $(NSINSTALL) -D $(DIST)/branding -ifeq ($(OS_ARCH),WINNT) - cp $(srcdir)/thunderbird.ico $(DIST)/branding/thunderbird.ico - cp $(srcdir)/branding.nsi $(DIST)/branding/branding.nsi - cp $(srcdir)/wizHeader.bmp $(DIST)/branding/wizHeader.bmp - cp $(srcdir)/wizHeaderRTL.bmp $(DIST)/branding/wizHeaderRTL.bmp - cp $(srcdir)/wizWatermark.bmp $(DIST)/branding/wizWatermark.bmp -endif -ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT)) - cp $(srcdir)/background.png $(DIST)/branding/background.png - cp $(srcdir)/dsstore $(DIST)/branding/dsstore - cp $(srcdir)/disk.icns $(DIST)/branding/disk.icns - cp $(srcdir)/thunderbird.icns $(DIST)/branding/thunderbird.icns -endif -ifneq (,$(filter gtk%,$(MOZ_WIDGET_TOOLKIT))) - cp $(srcdir)/mailicon16.png $(DIST)/branding/default16.png - cp $(srcdir)/mailicon22.png $(DIST)/branding/default22.png - cp $(srcdir)/mailicon24.png $(DIST)/branding/default24.png - cp $(srcdir)/mailicon32.png $(DIST)/branding/default32.png - cp $(srcdir)/mailicon48.png $(DIST)/branding/default48.png - cp $(srcdir)/mailicon256.png $(DIST)/branding/default256.png -endif - -# Now sort out the branding specific icons -ifeq ($(OS_ARCH),WINNT) - cp $(srcdir)/windows/messengerWindow.ico $(DIST)/branding/messengerWindow.ico -endif diff --git a/mail/branding/unstable/VisualElements_150.png b/mail/branding/unstable/VisualElements_150.png deleted file mode 100644 index 67b8ddd4..00000000 Binary files a/mail/branding/unstable/VisualElements_150.png and /dev/null differ diff --git a/mail/branding/unstable/VisualElements_70.png b/mail/branding/unstable/VisualElements_70.png deleted file mode 100644 index 99172d2d..00000000 Binary files a/mail/branding/unstable/VisualElements_70.png and /dev/null differ diff --git a/mail/branding/unstable/application-branding.js b/mail/branding/unstable/application-branding.js deleted file mode 100644 index 728c39c3..00000000 --- a/mail/branding/unstable/application-branding.js +++ /dev/null @@ -1,35 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -// Default start page -pref("mailnews.start_page.url","about:logopage"); - -// start page override to load after an update -pref("mailnews.start_page.override_url","about:logopage"); - -// Interval: Time between checks for a new version (in seconds) -// nightly=8 hours, official=24 hours -pref("app.update.interval", 28800); - -// The time interval between the downloading of mar file chunks in the -// background (in seconds) -pref("app.update.download.backgroundInterval", 60); - -// Give the user x seconds to react before showing the big UI. default=24 hours -pref("app.update.promptWaitTime", 86400); - -pref("app.vendorURL", "http://binaryoutcast.com/projects/interlink/"); - -// URL user can browse to manually if for some reason all update installation -// attempts fail. -pref("app.update.url.manual", "http://binaryoutcast.com/projects/interlink/download/"); -// A default value for the "More information about this update" link -// supplied in the "An update is available" page of the update wizard. -pref("app.update.url.details", "http://binaryoutcast.com/projects/interlink/release-notes/"); - -// Release notes URL -pref("app.releaseNotesURL", "http://binaryoutcast.com/projects/interlink/release-notes/"); - -// Base URL for web-based support pages. -pref("app.support.baseURL", "https://binaryoutcast.com/projects/interlink/support/"); diff --git a/mail/branding/unstable/background.png b/mail/branding/unstable/background.png deleted file mode 100644 index e52f31d0..00000000 Binary files a/mail/branding/unstable/background.png and /dev/null differ diff --git a/mail/branding/unstable/branding.nsi b/mail/branding/unstable/branding.nsi deleted file mode 100644 index a61d841f..00000000 --- a/mail/branding/unstable/branding.nsi +++ /dev/null @@ -1,15 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -# NSIS defines for nightly builds. -# The release build branding.nsi is located in other-license/branding/thunderbird/ - -# BrandFullNameInternal is used for some registry and file system values -# instead of BrandFullName and typically should not be modified. -!define BrandFullNameInternal "Interlink" -!define CompanyName "Bunary Outcast" -!define URLInfoAbout "http://binaryoutcast.com/projects/interlink/" -!define URLUpdateInfo "http://binaryoutcast.com/projects/interlink/" -!define URLSystemRequirements "http://binaryoutcast.com/projects/interlink/" -!define SurveyURL "http://binaryoutcast.com/projects/interlink/" diff --git a/mail/branding/unstable/configure.sh b/mail/branding/unstable/configure.sh deleted file mode 100644 index c893a2ca..00000000 --- a/mail/branding/unstable/configure.sh +++ /dev/null @@ -1,5 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -MOZ_APP_DISPLAYNAME=Interlink diff --git a/mail/branding/unstable/content/about-background.png b/mail/branding/unstable/content/about-background.png deleted file mode 100644 index 1603bb22..00000000 Binary files a/mail/branding/unstable/content/about-background.png and /dev/null differ diff --git a/mail/branding/unstable/content/about-logo.png b/mail/branding/unstable/content/about-logo.png deleted file mode 100644 index 11bae956..00000000 Binary files a/mail/branding/unstable/content/about-logo.png and /dev/null differ diff --git a/mail/branding/unstable/content/about-wordmark.png b/mail/branding/unstable/content/about-wordmark.png deleted file mode 100644 index b0a57019..00000000 Binary files a/mail/branding/unstable/content/about-wordmark.png and /dev/null differ diff --git a/mail/branding/unstable/content/about.png b/mail/branding/unstable/content/about.png deleted file mode 100644 index 070bf418..00000000 Binary files a/mail/branding/unstable/content/about.png and /dev/null differ diff --git a/mail/branding/unstable/content/aboutDialog.css b/mail/branding/unstable/content/aboutDialog.css deleted file mode 100644 index bd602c8f..00000000 --- a/mail/branding/unstable/content/aboutDialog.css +++ /dev/null @@ -1,39 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -#aboutDialogContainer { - background-image: linear-gradient(to top, #c0c0c0 0%,#ffffff 100%); - background-repeat: no-repeat; - background-color: #ffa26f; - color: #000; -} - -#leftBox { - background-image: url("chrome://branding/content/about-logo.png"); - background-repeat: no-repeat; - /* min-width and min-height create room for the logo */ - min-width: 210px; - min-height: 210px; - margin-top: 20px; - margin-bottom: 20px; - -moz-margin-start: 20px; -} - -.text-link { - color: #338 !important; -} - -.bottom-link { - color: #000 !important; -} - -#rightBox { - /* this margin prevents text from overlapping the logo image */ - margin-left: 30px; - margin-right: 20px; -} - -#bottomBox { - background-color: rgba(255,255,255,.7); -} diff --git a/mail/branding/unstable/content/icon48.png b/mail/branding/unstable/content/icon48.png deleted file mode 100644 index e602b6d4..00000000 Binary files a/mail/branding/unstable/content/icon48.png and /dev/null differ diff --git a/mail/branding/unstable/content/icon64.png b/mail/branding/unstable/content/icon64.png deleted file mode 100644 index 7de951de..00000000 Binary files a/mail/branding/unstable/content/icon64.png and /dev/null differ diff --git a/mail/branding/unstable/disk.icns b/mail/branding/unstable/disk.icns deleted file mode 100644 index 57f4cfca..00000000 Binary files a/mail/branding/unstable/disk.icns and /dev/null differ diff --git a/mail/branding/unstable/dsstore b/mail/branding/unstable/dsstore deleted file mode 100644 index ad6e1ef5..00000000 Binary files a/mail/branding/unstable/dsstore and /dev/null differ diff --git a/mail/branding/unstable/jar.mn b/mail/branding/unstable/jar.mn deleted file mode 100644 index 40337de0..00000000 --- a/mail/branding/unstable/jar.mn +++ /dev/null @@ -1,15 +0,0 @@ -#filter substitution -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -messenger.jar: -% content branding %content/branding/ - content/branding/about-background.png (content/about-background.png) - content/branding/about-logo.png (content/about-logo.png) - content/branding/about-wordmark.png (content/about-wordmark.png) - content/branding/about.png (content/about.png) - content/branding/icon48.png (content/icon48.png) - content/branding/icon64.png (content/icon64.png) - content/branding/aboutDialog.css (content/aboutDialog.css) - ../classic/skin/classic/messenger/icons/new-mail-alert.png (content/icon48.png) diff --git a/mail/branding/unstable/locales/en-US/brand.dtd b/mail/branding/unstable/locales/en-US/brand.dtd deleted file mode 100644 index 1fb441b2..00000000 --- a/mail/branding/unstable/locales/en-US/brand.dtd +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/mail/branding/unstable/locales/en-US/brand.properties b/mail/branding/unstable/locales/en-US/brand.properties deleted file mode 100644 index 527a4539..00000000 --- a/mail/branding/unstable/locales/en-US/brand.properties +++ /dev/null @@ -1,8 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -brandShortName=Interlink -brandShorterName=Interlink -brandFullName=Interlink Mail & Newsgroups -vendorShortName=Binary Outcast \ No newline at end of file diff --git a/mail/branding/unstable/locales/jar.mn b/mail/branding/unstable/locales/jar.mn deleted file mode 100644 index 0e4af099..00000000 --- a/mail/branding/unstable/locales/jar.mn +++ /dev/null @@ -1,11 +0,0 @@ -#filter substitution -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - - -@AB_CD@.jar: -% locale branding @AB_CD@ %locale/branding/ -# Shredder branding only exists in en-US - locale/branding/brand.dtd (en-US/brand.dtd) - locale/branding/brand.properties (en-US/brand.properties) diff --git a/mail/branding/unstable/locales/moz.build b/mail/branding/unstable/locales/moz.build deleted file mode 100644 index e59008d8..00000000 --- a/mail/branding/unstable/locales/moz.build +++ /dev/null @@ -1,8 +0,0 @@ -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -JAR_MANIFESTS += ['jar.mn'] - -DEFINES['MOZ_DISTRIBUTION_ID_UNQUOTED'] = CONFIG['MOZ_DISTRIBUTION_ID'] diff --git a/mail/branding/unstable/mailicon16.png b/mail/branding/unstable/mailicon16.png deleted file mode 100644 index 128a7a7b..00000000 Binary files a/mail/branding/unstable/mailicon16.png and /dev/null differ diff --git a/mail/branding/unstable/mailicon22.png b/mail/branding/unstable/mailicon22.png deleted file mode 100644 index 96dc6336..00000000 Binary files a/mail/branding/unstable/mailicon22.png and /dev/null differ diff --git a/mail/branding/unstable/mailicon24.png b/mail/branding/unstable/mailicon24.png deleted file mode 100644 index a0d97412..00000000 Binary files a/mail/branding/unstable/mailicon24.png and /dev/null differ diff --git a/mail/branding/unstable/mailicon256.png b/mail/branding/unstable/mailicon256.png deleted file mode 100644 index 71a8c146..00000000 Binary files a/mail/branding/unstable/mailicon256.png and /dev/null differ diff --git a/mail/branding/unstable/mailicon32.png b/mail/branding/unstable/mailicon32.png deleted file mode 100644 index acf82adb..00000000 Binary files a/mail/branding/unstable/mailicon32.png and /dev/null differ diff --git a/mail/branding/unstable/mailicon48.png b/mail/branding/unstable/mailicon48.png deleted file mode 100644 index 7d261cd9..00000000 Binary files a/mail/branding/unstable/mailicon48.png and /dev/null differ diff --git a/mail/branding/unstable/moz.build b/mail/branding/unstable/moz.build deleted file mode 100644 index e66a1ed4..00000000 --- a/mail/branding/unstable/moz.build +++ /dev/null @@ -1,23 +0,0 @@ -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -DIRS += ['locales'] - -JAR_MANIFESTS += ['jar.mn'] - -JS_PREFERENCE_FILES += [ - 'application-branding.js', -] - -BRANDING_FILES += ['../official/license.txt'] - -if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows': - FINAL_TARGET_FILES += [ - 'thunderbird.VisualElementsManifest.xml', - ] - FINAL_TARGET_FILES.VisualElements += [ - 'VisualElements_150.png', - 'VisualElements_70.png', - ] diff --git a/mail/branding/unstable/thunderbird.VisualElementsManifest.xml b/mail/branding/unstable/thunderbird.VisualElementsManifest.xml deleted file mode 100644 index d581a602..00000000 --- a/mail/branding/unstable/thunderbird.VisualElementsManifest.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - diff --git a/mail/branding/unstable/thunderbird.icns b/mail/branding/unstable/thunderbird.icns deleted file mode 100644 index 57f4cfca..00000000 Binary files a/mail/branding/unstable/thunderbird.icns and /dev/null differ diff --git a/mail/branding/unstable/thunderbird.ico b/mail/branding/unstable/thunderbird.ico deleted file mode 100644 index 7cdb9327..00000000 Binary files a/mail/branding/unstable/thunderbird.ico and /dev/null differ diff --git a/mail/branding/unstable/windows/messengerWindow.ico b/mail/branding/unstable/windows/messengerWindow.ico deleted file mode 100644 index 7cdb9327..00000000 Binary files a/mail/branding/unstable/windows/messengerWindow.ico and /dev/null differ diff --git a/mail/branding/unstable/wizHeader.bmp b/mail/branding/unstable/wizHeader.bmp deleted file mode 100644 index 6130dae6..00000000 Binary files a/mail/branding/unstable/wizHeader.bmp and /dev/null differ diff --git a/mail/branding/unstable/wizHeaderRTL.bmp b/mail/branding/unstable/wizHeaderRTL.bmp deleted file mode 100644 index 77f8a92b..00000000 Binary files a/mail/branding/unstable/wizHeaderRTL.bmp and /dev/null differ diff --git a/mail/branding/unstable/wizWatermark.bmp b/mail/branding/unstable/wizWatermark.bmp deleted file mode 100644 index 9c67beb9..00000000 Binary files a/mail/branding/unstable/wizWatermark.bmp and /dev/null differ diff --git a/navigator/branding/unstable/content/about.png b/navigator/branding/unstable/content/about.png deleted file mode 100644 index 63b8d1e9..00000000 Binary files a/navigator/branding/unstable/content/about.png and /dev/null differ diff --git a/navigator/branding/unstable/content/icon32.png b/navigator/branding/unstable/content/icon32.png deleted file mode 100644 index 9de20b22..00000000 Binary files a/navigator/branding/unstable/content/icon32.png and /dev/null differ diff --git a/navigator/branding/unstable/content/icon48.png b/navigator/branding/unstable/content/icon48.png deleted file mode 100644 index e2a17bce..00000000 Binary files a/navigator/branding/unstable/content/icon48.png and /dev/null differ diff --git a/navigator/branding/unstable/content/icon64.png b/navigator/branding/unstable/content/icon64.png deleted file mode 100644 index 13503389..00000000 Binary files a/navigator/branding/unstable/content/icon64.png and /dev/null differ diff --git a/navigator/branding/unstable/content/throbber-single.png b/navigator/branding/unstable/content/throbber-single.png deleted file mode 100644 index 68cc613c..00000000 Binary files a/navigator/branding/unstable/content/throbber-single.png and /dev/null differ diff --git a/navigator/branding/unstable/content/throbber16-single.png b/navigator/branding/unstable/content/throbber16-single.png deleted file mode 100644 index 88f267e7..00000000 Binary files a/navigator/branding/unstable/content/throbber16-single.png and /dev/null differ diff --git a/navigator/branding/unstable/icons/gtk/borealis.png b/navigator/branding/unstable/icons/gtk/borealis.png deleted file mode 100644 index 8b2a6fd4..00000000 Binary files a/navigator/branding/unstable/icons/gtk/borealis.png and /dev/null differ diff --git a/navigator/branding/unstable/icons/gtk/default.png b/navigator/branding/unstable/icons/gtk/default.png deleted file mode 100644 index d9061ec5..00000000 Binary files a/navigator/branding/unstable/icons/gtk/default.png and /dev/null differ diff --git a/navigator/branding/unstable/icons/gtk/main-window.png b/navigator/branding/unstable/icons/gtk/main-window.png deleted file mode 100644 index e034f2e1..00000000 Binary files a/navigator/branding/unstable/icons/gtk/main-window.png and /dev/null differ diff --git a/navigator/branding/unstable/icons/mac/borealis.icns b/navigator/branding/unstable/icons/mac/borealis.icns deleted file mode 100644 index a6b2b659..00000000 Binary files a/navigator/branding/unstable/icons/mac/borealis.icns and /dev/null differ diff --git a/navigator/branding/unstable/icons/windows/borealis.ico b/navigator/branding/unstable/icons/windows/borealis.ico deleted file mode 100644 index 8488d8c2..00000000 Binary files a/navigator/branding/unstable/icons/windows/borealis.ico and /dev/null differ diff --git a/navigator/branding/unstable/icons/windows/main-window.ico b/navigator/branding/unstable/icons/windows/main-window.ico deleted file mode 100644 index 8488d8c2..00000000 Binary files a/navigator/branding/unstable/icons/windows/main-window.ico and /dev/null differ diff --git a/navigator/branding/unstable/jar.mn b/navigator/branding/unstable/jar.mn deleted file mode 100644 index 6bc971c6..00000000 --- a/navigator/branding/unstable/jar.mn +++ /dev/null @@ -1,19 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -comm.jar: -% content branding %content/branding/ contentaccessible=yes - content/branding/about.png (content/about.png) - content/branding/icon32.png (content/icon32.png) - content/branding/icon48.png (content/icon48.png) - content/branding/icon64.png (content/icon64.png) - content/branding/throbber-anim.png (../official/content/throbber-anim.png) - content/branding/throbber-single.png (content/throbber-single.png) - content/branding/throbber16-anim.png (../official/content/throbber16-anim.png) - content/branding/throbber16-single.png (content/throbber16-single.png) - -en-US.jar: -% locale branding en-US %locale/en-US/branding/ - locale/en-US/branding/brand.dtd (../official/locale/brand.dtd) -* locale/en-US/branding/brand.properties (../official/locale/brand.properties) \ No newline at end of file diff --git a/navigator/branding/unstable/moz.build b/navigator/branding/unstable/moz.build deleted file mode 100644 index 006ea4ef..00000000 --- a/navigator/branding/unstable/moz.build +++ /dev/null @@ -1,49 +0,0 @@ -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -JAR_MANIFESTS += ['jar.mn'] - -BRANDING_FILES += ['../official/license.txt'] - -JS_PREFERENCE_PP_FILES += ['../official/pref/application-branding.js'] - -if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows': - BRANDING_FILES += [ - '../official/icons/windows/html-file.ico', - '../official/package/windows/branding.nsi', - '../official/package/windows/wizHeader.bmp', - '../official/package/windows/wizHeaderRTL.bmp', - '../official/package/windows/wizWatermark.bmp', - 'icons/windows/borealis.ico', - ] - - FINAL_TARGET_FILES.chrome.icons.default += [ - '../official/icons/windows/html-file.ico', - 'icons/windows/main-window.ico' - ] -elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa': - BRANDING_FILES += [ - '../official/package/mac/background.png', - '../official/package/mac/disk.icns', - '../official/package/mac/dsstore', - ] - - BRANDING_FILES.icons += [ - '../official/icons/mac/document.icns', - 'icons/mac/borealis.icns', - ] -elif CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3'): - FINAL_TARGET_FILES.chrome.icons.default += [ - '../official/icons/gtk/document.png', - 'icons/gtk/borealis.png', - 'icons/gtk/default.png', - 'icons/gtk/main-window.png', - ] - -DEFINES['MOZ_APP_NAME'] = CONFIG['MOZ_APP_NAME'] -DEFINES['MOZ_APP_VERSION'] = CONFIG['MOZ_APP_VERSION'] -DEFINES['MOZ_BRANDING_DIRECTORY'] = CONFIG['MOZ_BRANDING_DIRECTORY'] -DEFINES['MOZILLA_UAVERSION_U'] = CONFIG['MOZILLA_UAVERSION_U'] -DEFINES['MOZILLA_COMPATVERSION_U'] = "52.9" \ No newline at end of file