From c3b1e3416371b8a54721c53a17920f1bc9458772 Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Thu, 9 Oct 2008 18:09:59 +0000 Subject: Renamed "scummodern" theme to "scummmodern", for naming consistence. svn-id: r34762 --- gui/newgui.cpp | 2 +- gui/themes/scummmodern.zip | Bin 0 -> 144239 bytes gui/themes/scummmodern/THEMERC | 1 + gui/themes/scummmodern/checkbox.bmp | Bin 0 -> 774 bytes gui/themes/scummmodern/cursor.bmp | Bin 0 -> 3126 bytes gui/themes/scummmodern/cursor_small.bmp | Bin 0 -> 1062 bytes gui/themes/scummmodern/helvr12-l1.fcc | Bin 0 -> 5615 bytes gui/themes/scummmodern/logo.bmp | Bin 0 -> 68214 bytes gui/themes/scummmodern/logo_small.bmp | Bin 0 -> 17174 bytes gui/themes/scummmodern/scummodern_gfx.stx | 489 +++++++++++++++++ gui/themes/scummmodern/scummodern_layout.stx | 647 +++++++++++++++++++++++ gui/themes/scummmodern/scummodern_layout_320.stx | 625 ++++++++++++++++++++++ gui/themes/scummodern.zip | Bin 144239 -> 0 bytes gui/themes/scummodern/THEMERC | 1 - gui/themes/scummodern/checkbox.bmp | Bin 774 -> 0 bytes gui/themes/scummodern/cursor.bmp | Bin 3126 -> 0 bytes gui/themes/scummodern/cursor_small.bmp | Bin 1062 -> 0 bytes gui/themes/scummodern/helvr12-l1.fcc | Bin 5615 -> 0 bytes gui/themes/scummodern/logo.bmp | Bin 68214 -> 0 bytes gui/themes/scummodern/logo_small.bmp | Bin 17174 -> 0 bytes gui/themes/scummodern/scummodern_gfx.stx | 489 ----------------- gui/themes/scummodern/scummodern_layout.stx | 647 ----------------------- gui/themes/scummodern/scummodern_layout_320.stx | 625 ---------------------- 23 files changed, 1763 insertions(+), 1763 deletions(-) create mode 100644 gui/themes/scummmodern.zip create mode 100644 gui/themes/scummmodern/THEMERC create mode 100644 gui/themes/scummmodern/checkbox.bmp create mode 100644 gui/themes/scummmodern/cursor.bmp create mode 100644 gui/themes/scummmodern/cursor_small.bmp create mode 100644 gui/themes/scummmodern/helvr12-l1.fcc create mode 100644 gui/themes/scummmodern/logo.bmp create mode 100644 gui/themes/scummmodern/logo_small.bmp create mode 100644 gui/themes/scummmodern/scummodern_gfx.stx create mode 100644 gui/themes/scummmodern/scummodern_layout.stx create mode 100644 gui/themes/scummmodern/scummodern_layout_320.stx delete mode 100644 gui/themes/scummodern.zip delete mode 100644 gui/themes/scummodern/THEMERC delete mode 100644 gui/themes/scummodern/checkbox.bmp delete mode 100644 gui/themes/scummodern/cursor.bmp delete mode 100644 gui/themes/scummodern/cursor_small.bmp delete mode 100644 gui/themes/scummodern/helvr12-l1.fcc delete mode 100644 gui/themes/scummodern/logo.bmp delete mode 100644 gui/themes/scummodern/logo_small.bmp delete mode 100644 gui/themes/scummodern/scummodern_gfx.stx delete mode 100644 gui/themes/scummodern/scummodern_layout.stx delete mode 100644 gui/themes/scummodern/scummodern_layout_320.stx (limited to 'gui') diff --git a/gui/newgui.cpp b/gui/newgui.cpp index 1520aacaea..6d3957560f 100644 --- a/gui/newgui.cpp +++ b/gui/newgui.cpp @@ -88,7 +88,7 @@ NewGui::NewGui() : _redrawStatus(kRedrawDisabled), memset(_cursor, 0xFF, sizeof(_cursor)); - ConfMan.registerDefault("gui_theme", "scummodern.zip"); + ConfMan.registerDefault("gui_theme", "scummmodern.zip"); Common::String themefile(ConfMan.get("gui_theme")); if (themefile.compareToIgnoreCase("default") == 0) themefile = "builtin"; diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip new file mode 100644 index 0000000000..70141bfce9 Binary files /dev/null and b/gui/themes/scummmodern.zip differ diff --git a/gui/themes/scummmodern/THEMERC b/gui/themes/scummmodern/THEMERC new file mode 100644 index 0000000000..d11c959867 --- /dev/null +++ b/gui/themes/scummmodern/THEMERC @@ -0,0 +1 @@ +[SCUMMVM_THEME_V23:ScummVM Modern Theme:No Author] \ No newline at end of file diff --git a/gui/themes/scummmodern/checkbox.bmp b/gui/themes/scummmodern/checkbox.bmp new file mode 100644 index 0000000000..a0b91b569f Binary files /dev/null and b/gui/themes/scummmodern/checkbox.bmp differ diff --git a/gui/themes/scummmodern/cursor.bmp b/gui/themes/scummmodern/cursor.bmp new file mode 100644 index 0000000000..e7bdb60cad Binary files /dev/null and b/gui/themes/scummmodern/cursor.bmp differ diff --git a/gui/themes/scummmodern/cursor_small.bmp b/gui/themes/scummmodern/cursor_small.bmp new file mode 100644 index 0000000000..5f25f32f1a Binary files /dev/null and b/gui/themes/scummmodern/cursor_small.bmp differ diff --git a/gui/themes/scummmodern/helvr12-l1.fcc b/gui/themes/scummmodern/helvr12-l1.fcc new file mode 100644 index 0000000000..651a25934a Binary files /dev/null and b/gui/themes/scummmodern/helvr12-l1.fcc differ diff --git a/gui/themes/scummmodern/logo.bmp b/gui/themes/scummmodern/logo.bmp new file mode 100644 index 0000000000..659ec47d03 Binary files /dev/null and b/gui/themes/scummmodern/logo.bmp differ diff --git a/gui/themes/scummmodern/logo_small.bmp b/gui/themes/scummmodern/logo_small.bmp new file mode 100644 index 0000000000..eaa998a165 Binary files /dev/null and b/gui/themes/scummmodern/logo_small.bmp differ diff --git a/gui/themes/scummmodern/scummodern_gfx.stx b/gui/themes/scummmodern/scummodern_gfx.stx new file mode 100644 index 0000000000..b8eff77aa1 --- /dev/null +++ b/gui/themes/scummmodern/scummodern_gfx.stx @@ -0,0 +1,489 @@ +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + * $URL$ + * $Id$ + * + */ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/gui/themes/scummmodern/scummodern_layout.stx b/gui/themes/scummmodern/scummodern_layout.stx new file mode 100644 index 0000000000..03d920ac05 --- /dev/null +++ b/gui/themes/scummmodern/scummodern_layout.stx @@ -0,0 +1,647 @@ +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + * $URL$ + * $Id$ + * + */ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/gui/themes/scummmodern/scummodern_layout_320.stx b/gui/themes/scummmodern/scummodern_layout_320.stx new file mode 100644 index 0000000000..b92ded6097 --- /dev/null +++ b/gui/themes/scummmodern/scummodern_layout_320.stx @@ -0,0 +1,625 @@ +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + * $URL$ + * $Id$ + * + */ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gui/themes/scummodern.zip b/gui/themes/scummodern.zip deleted file mode 100644 index 70141bfce9..0000000000 Binary files a/gui/themes/scummodern.zip and /dev/null differ diff --git a/gui/themes/scummodern/THEMERC b/gui/themes/scummodern/THEMERC deleted file mode 100644 index d11c959867..0000000000 --- a/gui/themes/scummodern/THEMERC +++ /dev/null @@ -1 +0,0 @@ -[SCUMMVM_THEME_V23:ScummVM Modern Theme:No Author] \ No newline at end of file diff --git a/gui/themes/scummodern/checkbox.bmp b/gui/themes/scummodern/checkbox.bmp deleted file mode 100644 index a0b91b569f..0000000000 Binary files a/gui/themes/scummodern/checkbox.bmp and /dev/null differ diff --git a/gui/themes/scummodern/cursor.bmp b/gui/themes/scummodern/cursor.bmp deleted file mode 100644 index e7bdb60cad..0000000000 Binary files a/gui/themes/scummodern/cursor.bmp and /dev/null differ diff --git a/gui/themes/scummodern/cursor_small.bmp b/gui/themes/scummodern/cursor_small.bmp deleted file mode 100644 index 5f25f32f1a..0000000000 Binary files a/gui/themes/scummodern/cursor_small.bmp and /dev/null differ diff --git a/gui/themes/scummodern/helvr12-l1.fcc b/gui/themes/scummodern/helvr12-l1.fcc deleted file mode 100644 index 651a25934a..0000000000 Binary files a/gui/themes/scummodern/helvr12-l1.fcc and /dev/null differ diff --git a/gui/themes/scummodern/logo.bmp b/gui/themes/scummodern/logo.bmp deleted file mode 100644 index 659ec47d03..0000000000 Binary files a/gui/themes/scummodern/logo.bmp and /dev/null differ diff --git a/gui/themes/scummodern/logo_small.bmp b/gui/themes/scummodern/logo_small.bmp deleted file mode 100644 index eaa998a165..0000000000 Binary files a/gui/themes/scummodern/logo_small.bmp and /dev/null differ diff --git a/gui/themes/scummodern/scummodern_gfx.stx b/gui/themes/scummodern/scummodern_gfx.stx deleted file mode 100644 index b8eff77aa1..0000000000 --- a/gui/themes/scummodern/scummodern_gfx.stx +++ /dev/null @@ -1,489 +0,0 @@ -/* ScummVM - Graphic Adventure Engine - * - * ScummVM is the legal property of its developers, whose names - * are too numerous to list here. Please refer to the COPYRIGHT - * file distributed with this source distribution. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $URL$ - * $Id$ - * - */ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/gui/themes/scummodern/scummodern_layout.stx b/gui/themes/scummodern/scummodern_layout.stx deleted file mode 100644 index 03d920ac05..0000000000 --- a/gui/themes/scummodern/scummodern_layout.stx +++ /dev/null @@ -1,647 +0,0 @@ -/* ScummVM - Graphic Adventure Engine - * - * ScummVM is the legal property of its developers, whose names - * are too numerous to list here. Please refer to the COPYRIGHT - * file distributed with this source distribution. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $URL$ - * $Id$ - * - */ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/gui/themes/scummodern/scummodern_layout_320.stx b/gui/themes/scummodern/scummodern_layout_320.stx deleted file mode 100644 index b92ded6097..0000000000 --- a/gui/themes/scummodern/scummodern_layout_320.stx +++ /dev/null @@ -1,625 +0,0 @@ -/* ScummVM - Graphic Adventure Engine - * - * ScummVM is the legal property of its developers, whose names - * are too numerous to list here. Please refer to the COPYRIGHT - * file distributed with this source distribution. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $URL$ - * $Id$ - * - */ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3