45102 - theme preview images in prefwindow, r=hangas

git-svn-id: svn://10.0.0.236/trunk@78225 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hewitt%netscape.com
2000-09-06 02:10:37 +00:00
parent 2f326c8a38
commit 725407055f
13 changed files with 19 additions and 3 deletions

View File

@@ -1,2 +1,3 @@
#!dest
manifest.rdf
:preview:mac:preview.png

View File

@@ -34,6 +34,7 @@ CHROME_TYPE = skin
CHROME_MISC = \
manifest.rdf \
preview/win/preview.png \
$(NULL)
DIRS = communicator editor global messenger navigator

View File

@@ -1,5 +1,6 @@
skins/classic.jar:
manifest.rdf
preview.png (preview/win/preview.png)
communicator/skin/search-widgets.css (communicator/win/search-widgets.css)
communicator/skin/navbar-endbox.gif (communicator/navbar-endbox.gif)
communicator/skin/toolbar-bg.gif (communicator/toolbar-bg.gif)

View File

@@ -22,7 +22,7 @@
DEPTH=..\..
THEME_ROOT_DEPTH = .
DIRS=communicator editor global messenger navigator
DIRS=communicator editor global messenger navigator preview
include <$(THEME_ROOT_DEPTH)\theme.mk>
@@ -32,10 +32,16 @@ CHROME_TYPE = skin
CHROME_MISC = \
.\manifest.rdf \
.\preview\win\preview.png \
$(NULL)
include <$(DEPTH)\config\rules.mak>
# choose Classic skin as default
chrome::
echo skin,install,select,classic/1.0 >>$(DIST)\bin\chrome\installed-chrome.txt

View File

@@ -13,7 +13,8 @@
chrome:displayName="Classic"
chrome:author="mozilla.org"
chrome:description="A theme for all Communicator components that simulates a traditional native look and feel. This is the default theme for Mozilla."
chrome:name="classic/1.0">
chrome:name="classic/1.0"
chrome:image="resource:/chrome/skins/classic/preview.png">
<chrome:packages>
<RDF:Seq about="urn:mozilla:skin:classic/1.0:packages">
<RDF:li resource="urn:mozilla:skin:classic/1.0:communicator"/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -1,2 +1,3 @@
#!dest
manifest.rdf
preview.png

View File

@@ -34,6 +34,7 @@ CHROME_TYPE = skin
CHROME_MISC = \
manifest.rdf \
preview.png \
$(NULL)
DIRS = communicator global navigator editor messenger

View File

@@ -1,5 +1,6 @@
skins/modern.jar:
manifest.rdf
preview.png
communicator/skin/box.css (communicator/box.css)
communicator/skin/brand.css (communicator/brand.css)
communicator/skin/broken.gif (communicator/broken.gif)

View File

@@ -32,7 +32,9 @@ CHROME_TYPE = skin
CHROME_MISC = \
.\manifest.rdf \
.\preview.png \
$(NULL)
include <$(DEPTH)\config\rules.mak>

View File

@@ -13,7 +13,8 @@
chrome:displayName="Modern"
chrome:author="mozilla.org"
chrome:description="A contemporary theme for all Communicator components."
chrome:name="modern/1.0">
chrome:name="modern/1.0"
chrome:image="resource:/chrome/skins/modern/preview.png">
<chrome:packages>
<RDF:Seq about="urn:mozilla:skin:modern/1.0:packages">
<RDF:li resource="urn:mozilla:skin:modern/1.0:communicator"/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB