summaryrefslogtreecommitdiff
path: root/webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/theme/color
diff options
context:
space:
mode:
authorDerrell Lipman <derrell@samba.org>2007-01-03 19:57:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:36:06 -0500
commit2e7c59c24470766e37309c7a8bfa4c7b81c57614 (patch)
treec44c89911868c52f25ca66bdefa68e13248db8e6 /webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/theme/color
parent57f5bf78fa9fc9d190c3cb25251e686a1488f790 (diff)
downloadsamba-2e7c59c24470766e37309c7a8bfa4c7b81c57614.tar.gz
samba-2e7c59c24470766e37309c7a8bfa4c7b81c57614.tar.bz2
samba-2e7c59c24470766e37309c7a8bfa4c7b81c57614.zip
r20515: Continued work on the Web Application Framework. Until we get all of the
functionality of the old scripts incorporated into the new framework, the old scripts need to still be available. I've reverted to having the old scripts be the default pages, and added an option to access the preview of the new SWAT. (This used to be commit b43620d4b8eff815f4a6dc02522a8dfc9fdcaef4)
Diffstat (limited to 'webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/theme/color')
-rw-r--r--webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/theme/color/System.js54
-rw-r--r--webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/theme/color/WindowsClassic.js98
-rw-r--r--webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/theme/color/WindowsLunaBlue.js96
-rw-r--r--webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/theme/color/WindowsLunaGreen.js94
-rw-r--r--webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/theme/color/WindowsLunaSilver.js94
-rw-r--r--webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/theme/color/WindowsRoyale.js95
6 files changed, 0 insertions, 531 deletions
diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/theme/color/System.js b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/theme/color/System.js
deleted file mode 100644
index 54d3d996a3..0000000000
--- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/theme/color/System.js
+++ /dev/null
@@ -1,54 +0,0 @@
-/* ************************************************************************
-
- qooxdoo - the new era of web development
-
- http://qooxdoo.org
-
- Copyright:
- 2004-2006 by 1&1 Internet AG, Germany, http://www.1and1.org
-
- License:
- LGPL 2.1: http://www.gnu.org/licenses/lgpl.html
-
- Authors:
- * Sebastian Werner (wpbasti)
- * Andreas Ecker (ecker)
-
-************************************************************************ */
-
-/* ************************************************************************
-
-#module(theme_color)
-
-************************************************************************ */
-
-qx.OO.defineClass("qx.theme.color.System", qx.renderer.theme.ColorTheme,
-function() {
- qx.renderer.theme.ColorTheme.call(this, "Operating System Default");
-});
-
-
-
-
-/*
----------------------------------------------------------------------------
- DEFER SINGLETON INSTANCE
----------------------------------------------------------------------------
-*/
-
-/**
- * Singleton Instance Getter
- */
-qx.Class.getInstance = qx.util.Return.returnInstance;
-
-
-
-
-
-/*
----------------------------------------------------------------------------
- REGISTER TO MANAGER
----------------------------------------------------------------------------
-*/
-
-qx.manager.object.ColorManager.getInstance().registerColorTheme(qx.Class);
diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/theme/color/WindowsClassic.js b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/theme/color/WindowsClassic.js
deleted file mode 100644
index 1a5d32914b..0000000000
--- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/theme/color/WindowsClassic.js
+++ /dev/null
@@ -1,98 +0,0 @@
-/* ************************************************************************
-
- qooxdoo - the new era of web development
-
- http://qooxdoo.org
-
- Copyright:
- 2004-2006 by 1&1 Internet AG, Germany, http://www.1and1.org
-
- License:
- LGPL 2.1: http://www.gnu.org/licenses/lgpl.html
-
- Authors:
- * Sebastian Werner (wpbasti)
- * Andreas Ecker (ecker)
-
-************************************************************************ */
-
-/* ************************************************************************
-
-#module(theme_color)
-
-************************************************************************ */
-
-
-qx.OO.defineClass("qx.theme.color.WindowsClassic", qx.renderer.theme.ColorTheme,
-function() {
- qx.renderer.theme.ColorTheme.call(this, "Windows Classic");
-});
-
-
-
-
-
-/*
----------------------------------------------------------------------------
- DEFINE COLORS
----------------------------------------------------------------------------
-*/
-
-qx.Proto._colors = qx.lang.Object.carefullyMergeWith({
- activeborder : [ 212,208,200 ],
- activecaption : [ 10,36,106 ],
- appworkspace : [ 128,128,128 ],
- background : [ 58,110,165 ],
- buttonface : [ 212,208,200 ],
- buttonhighlight : [ 255,255,255 ],
- buttonshadow : [ 128,128,128 ],
- buttontext : [ 0,0,0 ],
- captiontext : [ 255,255,255 ],
- graytext : [ 128,128,128 ],
- highlight : [ 10,36,106 ],
- highlighttext : [ 255,255,255 ],
- inactiveborder : [ 212,208,200 ],
- inactivecaption : [ 128,128,128 ],
- inactivecaptiontext : [ 212,208,200 ],
- infobackground : [ 255,255,225 ],
- infotext : [ 0,0,0 ],
- menu : [ 212,208,200 ],
- menutext : [ 0,0,0 ],
- scrollbar : [ 212,208,200 ],
- threeddarkshadow : [ 64,64,64 ],
- threedface : [ 212,208,200 ],
- threedhighlight : [ 255,255,255 ],
- threedlightshadow : [ 212,208,200 ],
- threedshadow : [ 128,128,128 ],
- window : [ 255,255,255 ],
- windowframe : [ 0,0,0 ],
- windowtext : [ 0,0,0 ]
-}, qx.Super.prototype._colors);
-
-
-
-
-
-
-/*
----------------------------------------------------------------------------
- DEFER SINGLETON INSTANCE
----------------------------------------------------------------------------
-*/
-
-/**
- * Singleton Instance Getter
- */
-qx.Class.getInstance = qx.util.Return.returnInstance;
-
-
-
-
-
-/*
----------------------------------------------------------------------------
- REGISTER TO MANAGER
----------------------------------------------------------------------------
-*/
-
-qx.manager.object.ColorManager.getInstance().registerColorTheme(qx.Class);
diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/theme/color/WindowsLunaBlue.js b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/theme/color/WindowsLunaBlue.js
deleted file mode 100644
index a7737e8422..0000000000
--- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/theme/color/WindowsLunaBlue.js
+++ /dev/null
@@ -1,96 +0,0 @@
-/* ************************************************************************
-
- qooxdoo - the new era of web development
-
- http://qooxdoo.org
-
- Copyright:
- 2004-2006 by 1&1 Internet AG, Germany, http://www.1and1.org
-
- License:
- LGPL 2.1: http://www.gnu.org/licenses/lgpl.html
-
- Authors:
- * Sebastian Werner (wpbasti)
- * Andreas Ecker (ecker)
-
-************************************************************************ */
-
-/* ************************************************************************
-
-#module(theme_color)
-
-************************************************************************ */
-
-qx.OO.defineClass("qx.theme.color.WindowsLunaBlue", qx.renderer.theme.ColorTheme,
-function() {
- qx.renderer.theme.ColorTheme.call(this, "Windows Luna Blue");
-});
-
-
-
-
-/*
----------------------------------------------------------------------------
- DEFINE COLORS
----------------------------------------------------------------------------
-*/
-
-qx.Proto._colors = qx.lang.Object.carefullyMergeWith({
- activeborder : [ 212,208,200 ],
- activecaption : [ 0,84,227 ],
- appworkspace : [ 128,128,128 ],
- background : [ 0,78,152 ],
- buttonface : [ 236,233,216 ],
- buttonhighlight : [ 255,255,255 ],
- buttonshadow : [ 172,168,153 ],
- buttontext : [ 0,0,0 ],
- captiontext : [ 255,255,255 ],
- graytext : [ 172,168,153 ],
- highlight : [ 49,106,197 ],
- highlighttext : [ 255,255,255 ],
- inactiveborder : [ 212,208,200 ],
- inactivecaption : [ 122,150,223 ],
- inactivecaptiontext : [ 216,228,248 ],
- infobackground : [ 255,255,225 ],
- infotext : [ 0,0,0 ],
- menu : [ 255,255,255 ],
- menutext : [ 0,0,0 ],
- scrollbar : [ 212,208,200 ],
- threeddarkshadow : [ 113,111,100 ],
- threedface : [ 236,233,216 ],
- threedhighlight : [ 255,255,255 ],
- threedlightshadow : [ 241,239,226 ],
- threedshadow : [ 172,168,153 ],
- window : [ 255,255,255 ],
- windowframe : [ 0,0,0 ],
- windowtext : [ 0,0,0 ]
-}, qx.Super.prototype._colors);
-
-
-
-
-
-
-/*
----------------------------------------------------------------------------
- DEFER SINGLETON INSTANCE
----------------------------------------------------------------------------
-*/
-
-/**
- * Singleton Instance Getter
- */
-qx.Class.getInstance = qx.util.Return.returnInstance;
-
-
-
-
-
-/*
----------------------------------------------------------------------------
- REGISTER TO MANAGER
----------------------------------------------------------------------------
-*/
-
-qx.manager.object.ColorManager.getInstance().registerColorTheme(qx.Class);
diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/theme/color/WindowsLunaGreen.js b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/theme/color/WindowsLunaGreen.js
deleted file mode 100644
index b6af5d25f1..0000000000
--- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/theme/color/WindowsLunaGreen.js
+++ /dev/null
@@ -1,94 +0,0 @@
-/* ************************************************************************
-
- qooxdoo - the new era of web development
-
- http://qooxdoo.org
-
- Copyright:
- 2004-2006 by 1&1 Internet AG, Germany, http://www.1and1.org
-
- License:
- LGPL 2.1: http://www.gnu.org/licenses/lgpl.html
-
- Authors:
- * Sebastian Werner (wpbasti)
- * Andreas Ecker (ecker)
-
-************************************************************************ */
-
-/* ************************************************************************
-
-#module(theme_color)
-
-************************************************************************ */
-
-qx.OO.defineClass("qx.theme.color.WindowsLunaGreen", qx.renderer.theme.ColorTheme,
-function() {
- qx.renderer.theme.ColorTheme.call(this, "Windows Luna Green");
-});
-
-
-
-
-/*
----------------------------------------------------------------------------
- DEFINE COLORS
----------------------------------------------------------------------------
-*/
-
-qx.Proto._colors = qx.lang.Object.carefullyMergeWith({
- activeborder : [ 212,208,200 ],
- activecaption : [ 139,161,105 ],
- appworkspace : [ 128,128,128 ],
- background : [ 157,172,189 ],
- buttonface : [ 236,233,216 ],
- buttonhighlight : [ 255,255,255 ],
- buttonshadow : [ 172,168,153 ],
- buttontext : [ 0,0,0 ],
- captiontext : [ 255,255,255 ],
- graytext : [ 172,168,153 ],
- highlight : [ 147,160,112 ],
- highlighttext : [ 255,255,255 ],
- inactiveborder : [ 212,208,200 ],
- inactivecaption : [ 212,214,186 ],
- inactivecaptiontext : [ 255,255,255 ],
- infobackground : [ 255,255,225 ],
- infotext : [ 0,0,0 ],
- menu : [ 255,255,255 ],
- menutext : [ 0,0,0 ],
- scrollbar : [ 212,208,200 ],
- threeddarkshadow : [ 113,111,100 ],
- threedface : [ 236,233,216 ],
- threedhighlight : [ 255,255,255 ],
- threedlightshadow : [ 241,239,226 ],
- threedshadow : [ 172,168,153 ],
- window : [ 255,255,255 ],
- windowframe : [ 0,0,0 ],
- windowtext : [ 0,0,0 ]
-}, qx.Super.prototype._colors);
-
-
-
-
-
-/*
----------------------------------------------------------------------------
- DEFER SINGLETON INSTANCE
----------------------------------------------------------------------------
-*/
-
-/**
- * Singleton Instance Getter
- */
-qx.Class.getInstance = qx.util.Return.returnInstance;
-
-
-
-
-/*
----------------------------------------------------------------------------
- REGISTER TO MANAGER
----------------------------------------------------------------------------
-*/
-
-qx.manager.object.ColorManager.getInstance().registerColorTheme(qx.Class);
diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/theme/color/WindowsLunaSilver.js b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/theme/color/WindowsLunaSilver.js
deleted file mode 100644
index 3ccb52fd9f..0000000000
--- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/theme/color/WindowsLunaSilver.js
+++ /dev/null
@@ -1,94 +0,0 @@
-/* ************************************************************************
-
- qooxdoo - the new era of web development
-
- http://qooxdoo.org
-
- Copyright:
- 2004-2006 by 1&1 Internet AG, Germany, http://www.1and1.org
-
- License:
- LGPL 2.1: http://www.gnu.org/licenses/lgpl.html
-
- Authors:
- * Sebastian Werner (wpbasti)
- * Andreas Ecker (ecker)
-
-************************************************************************ */
-
-/* ************************************************************************
-
-#module(theme_color)
-
-************************************************************************ */
-
-qx.OO.defineClass("qx.theme.color.WindowsLunaSilver", qx.renderer.theme.ColorTheme,
-function() {
- qx.renderer.theme.ColorTheme.call(this, "Windows Luna Silver");
-});
-
-
-
-
-/*
----------------------------------------------------------------------------
- DEFINE COLORS
----------------------------------------------------------------------------
-*/
-
-qx.Proto._colors = qx.lang.Object.carefullyMergeWith({
- activeborder : [ 212,208,200 ],
- activecaption : [ 192,192,192 ],
- appworkspace : [ 128,128,128 ],
- background : [ 88,87,104 ],
- buttonface : [ 224,223,227 ],
- buttonhighlight : [ 255,255,255 ],
- buttonshadow : [ 157,157,161 ],
- buttontext : [ 0,0,0 ],
- captiontext : [ 14,16,16 ],
- graytext : [ 172,168,153 ],
- highlight : [ 178,180,191 ],
- highlighttext : [ 0,0,0 ],
- inactiveborder : [ 212,208,200 ],
- inactivecaption : [ 255,255,255 ],
- inactivecaptiontext : [ 162,161,161 ],
- infobackground : [ 255,255,225 ],
- infotext : [ 0,0,0 ],
- menu : [ 255,255,255 ],
- menutext : [ 0,0,0 ],
- scrollbar : [ 212,208,200 ],
- threeddarkshadow : [ 113,111,100 ],
- threedface : [ 224,223,227 ],
- threedhighlight : [ 255,255,255 ],
- threedlightshadow : [ 241,239,226 ],
- threedshadow : [ 157,157,161 ],
- window : [ 255,255,255 ],
- windowframe : [ 0,0,0 ],
- windowtext : [ 0,0,0 ]
-}, qx.Super.prototype._colors);
-
-
-
-
-
-/*
----------------------------------------------------------------------------
- DEFER SINGLETON INSTANCE
----------------------------------------------------------------------------
-*/
-
-/**
- * Singleton Instance Getter
- */
-qx.Class.getInstance = qx.util.Return.returnInstance;
-
-
-
-
-/*
----------------------------------------------------------------------------
- REGISTER TO MANAGER
----------------------------------------------------------------------------
-*/
-
-qx.manager.object.ColorManager.getInstance().registerColorTheme(qx.Class);
diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/theme/color/WindowsRoyale.js b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/theme/color/WindowsRoyale.js
deleted file mode 100644
index b268b221c2..0000000000
--- a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/theme/color/WindowsRoyale.js
+++ /dev/null
@@ -1,95 +0,0 @@
-/* ************************************************************************
-
- qooxdoo - the new era of web development
-
- http://qooxdoo.org
-
- Copyright:
- 2004-2006 by 1&1 Internet AG, Germany, http://www.1and1.org
-
- License:
- LGPL 2.1: http://www.gnu.org/licenses/lgpl.html
-
- Authors:
- * Sebastian Werner (wpbasti)
- * Andreas Ecker (ecker)
-
-************************************************************************ */
-
-/* ************************************************************************
-
-#module(ui_core)
-#module(theme_color)
-
-************************************************************************ */
-
-qx.OO.defineClass("qx.theme.color.WindowsRoyale", qx.renderer.theme.ColorTheme,
-function() {
- qx.renderer.theme.ColorTheme.call(this, "Windows Royale");
-});
-
-
-
-
-/*
----------------------------------------------------------------------------
- DEFINE COLORS
----------------------------------------------------------------------------
-*/
-
-qx.Proto._colors = qx.lang.Object.carefullyMergeWith({
- activeborder : [ 212,208,200 ],
- activecaption : [ 51,94,168 ],
- appworkspace : [ 128,128,128 ],
- background : [ 0,0,64 ],
- buttonface : [ 235,233,237 ],
- buttonhighlight : [ 255,255,255 ],
- buttonshadow : [ 167,166,170 ],
- buttontext : [ 0,0,0 ],
- captiontext : [ 255,255,255 ],
- graytext : [ 167,166,170 ],
- highlight : [ 51,94,168 ],
- highlighttext : [ 255,255,255 ],
- inactiveborder : [ 212,208,200 ],
- inactivecaption : [ 111,161,217 ],
- inactivecaptiontext : [ 255,255,255 ],
- infobackground : [ 255,255,225 ],
- infotext : [ 0,0,0 ],
- menu : [ 255,255,255 ],
- menutext : [ 0,0,0 ],
- scrollbar : [ 212,208,200 ],
- threeddarkshadow : [ 133,135,140 ],
- threedface : [ 235,233,237 ],
- threedhighlight : [ 255,255,255 ],
- threedlightshadow : [ 220,223,228 ],
- threedshadow : [ 167,166,170 ],
- window : [ 255,255,255 ],
- windowframe : [ 0,0,0 ],
- windowtext : [ 0,0,0 ]
-}, qx.Super.prototype._colors);
-
-
-
-
-
-/*
----------------------------------------------------------------------------
- DEFER SINGLETON INSTANCE
----------------------------------------------------------------------------
-*/
-
-/**
- * Singleton Instance Getter
- */
-qx.Class.getInstance = qx.util.Return.returnInstance;
-
-
-
-
-/*
----------------------------------------------------------------------------
- REGISTER TO MANAGER
----------------------------------------------------------------------------
-*/
-
-qx.manager.object.ColorManager.getInstance().registerColorTheme(qx.Class);