@ -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 |
Before Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 11 KiB |
@ -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/"); |
Before Width: | Height: | Size: 1.1 KiB |
@ -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/" |
@ -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 |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 49 KiB |
@ -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); |
||||
} |
Before Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 9.3 KiB |
@ -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) |
@ -1,9 +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/. --> |
||||
|
||||
<!ENTITY brandShortName "Interlink"> |
||||
<!ENTITY brandShorterName "Interlink"> |
||||
<!ENTITY brandFullName "Interlink Mail & News"> |
||||
<!ENTITY vendorShortName "Binary Outcast"> |
||||
<!ENTITY trademarkInfo.part1 "Interlink Mail & News, Binary Outcast, and all branding assets are copyright or trademarks of Matt A. Tobin"> |
@ -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 |
@ -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) |
@ -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'] |
Before Width: | Height: | Size: 1010 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 88 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 5.9 KiB |
@ -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', |
||||
] |
@ -1,8 +0,0 @@
|
||||
<Application xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'> |
||||
<VisualElements |
||||
ShowNameOnSquare150x150Logo='on' |
||||
Square150x150Logo='VisualElements\VisualElements_150.png' |
||||
Square70x70Logo='VisualElements\VisualElements_70.png' |
||||
ForegroundText='light' |
||||
BackgroundColor='#3465a4'/> |
||||
</Application> |
Before Width: | Height: | Size: 373 KiB |
Before Width: | Height: | Size: 373 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 151 KiB |
Before Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 838 B |
Before Width: | Height: | Size: 51 KiB |
Before Width: | Height: | Size: 51 KiB |
Before Width: | Height: | Size: 51 KiB |
Before Width: | Height: | Size: 338 KiB |
Before Width: | Height: | Size: 338 KiB |
@ -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) |
@ -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" |