Author: hbelusca
Date: Sun Oct 30 19:02:15 2016
New Revision: 73082
URL:
http://svn.reactos.org/svn/reactos?rev=73082&view=rev
Log:
Art work commit:
[PIFMGR]: Update the 16-colour version of the computer icon.
[NTVDM]: Add the tangoified versions of the NTVDM computer icon by Ismael Ferreras
Morezuelas. Also update the Tango PC-AT and XT icons.
CORE-10340 #resolve #comment Committed in r73082, thanks to you all!
Added:
trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm_pc_at_3d.ico
- copied, changed from r73078, trunk/reactos/subsystems/mvdm/pifmgr/res/13.ico
trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm_pc_at_brown.ico
- copied, changed from r73078, trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm.ico
trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm_pc_at_flat.ico
- copied, changed from r73078, trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm.ico
trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm_pc_at_grey.ico
- copied, changed from r73078, trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm.ico
trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm_pc_xt_3d.ico
- copied, changed from r73078, trunk/reactos/subsystems/mvdm/pifmgr/res/13.ico
trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm_pc_xt_brown.ico
- copied, changed from r73078, trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm.ico
trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm_pc_xt_flat.ico
- copied, changed from r73078, trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm.ico
trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm_pc_xt_grey.ico
- copied, changed from r73078, trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm.ico
Removed:
trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm.ico
Modified:
trunk/reactos/subsystems/mvdm/ntvdm/ntvdm.rc
trunk/reactos/subsystems/mvdm/ntvdm/res/README.txt
trunk/reactos/subsystems/mvdm/ntvdm/res/pc_at.ico
trunk/reactos/subsystems/mvdm/ntvdm/res/pc_xt.ico
trunk/reactos/subsystems/mvdm/pifmgr/res/13.ico
Modified: trunk/reactos/subsystems/mvdm/ntvdm/ntvdm.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/ntvd…
==============================================================================
--- trunk/reactos/subsystems/mvdm/ntvdm/ntvdm.rc [iso-8859-1] (original)
+++ trunk/reactos/subsystems/mvdm/ntvdm/ntvdm.rc [iso-8859-1] Sun Oct 30 19:02:15 2016
@@ -12,12 +12,23 @@
#include <reactos/version.rc>
/* Icons */
-1 ICON "res/ntvdm.ico"
-// 2 ICON "res/ntvdm_2.ico" // TODO: Swyter's icon, see CORE-10340
-3 ICON "res/pc_xt.ico"
-4 ICON "res/pc_at.ico"
-5 ICON "res/ros_dos.ico"
-6 ICON "res/vdm_dos.ico"
+
+/* Icons for the PC-AT (most recent IBM-PC version) */
+1 ICON "res/ntvdm_pc_at_grey.ico"
+2 ICON "res/ntvdm_pc_at_brown.ico"
+3 ICON "res/ntvdm_pc_at_flat.ico"
+4 ICON "res/ntvdm_pc_at_3d.ico"
+5 ICON "res/pc_at.ico"
+/* Icons for the PC-XT (older IBM-PC version) */
+6 ICON "res/ntvdm_pc_xt_grey.ico"
+7 ICON "res/ntvdm_pc_xt_brown.ico"
+8 ICON "res/ntvdm_pc_xt_flat.ico"
+9 ICON "res/ntvdm_pc_xt_3d.ico"
+10 ICON "res/pc_xt.ico"
+/* Embedded products */
+11 ICON "res/ros_dos.ico"
+12 ICON "res/vdm_dos.ico"
+
/* UTF-8 */
#pragma code_page(65001)
Modified: trunk/reactos/subsystems/mvdm/ntvdm/res/README.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/res/…
==============================================================================
--- trunk/reactos/subsystems/mvdm/ntvdm/res/README.txt [iso-8859-1] (original)
+++ trunk/reactos/subsystems/mvdm/ntvdm/res/README.txt [iso-8859-1] Sun Oct 30 19:02:15
2016
@@ -1,12 +1,28 @@
+
+ntvdm_pc_at_flat.ico and ntvdm_pc_xt_flat.ico
+---------------------------------------------
+(C) 2013, 2016 Hermès Bélusca-Maïto.
+Distributed under CC-BY-SA 4.0 International License Terms.
-ntvdm.ico
----------
-(C) 2013 Hermès Bélusca-Maïto.
+ntvdm_pc_at_brown.ico and ntvdm_pc_xt_brown.ico;
+ntvdm_pc_at_grey.ico and ntvdm_pc_xt_grey.ico
+------------------------------------------------
+Tango-style versions of ntvdm_pc_at_flat.ico and ntvdm_pc_xt_flat.ico.
+(C) 2013, 2016 Hermès Bélusca-Maïto.
+(C) 2015, 2016 Ismael Ferreras Morezuelas.
Distributed under CC-BY-SA 4.0 International License Terms.
+
+ntvdm_pc_at_3d.ico and ntvdm_pc_xt_3d.ico
+-----------------------------------------
+From pifmgr.dll icon-set.
+(C) 2016 DSP2003.
+http://dsp2003.deviantart.com |
http://wks.arai-kibou.ru
+Distributed under CC-BY-SA 4.0 International License Terms.
+Adapted for PC-AT and XT style by Hermès Bélusca-Maïto.
pc_at.ico and pc_xt.ico
-----------------------
-Tango-style PC icons
+Tango-style PC icons.
(C) 2015 Henry Tang Ih and Jared Smudde.
Adapted for PC-AT and XT style by Hermès Bélusca-Maïto.
16-colour conversion by Hermès Bélusca-Maïto.
Removed: trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/res/…
==============================================================================
Binary file - no diff available.
Copied: trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm_pc_at_3d.ico (from r73078,
trunk/reactos/subsystems/mvdm/pifmgr/res/13.ico)
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/res/…
==============================================================================
Binary files - no diff available.
Copied: trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm_pc_at_brown.ico (from r73078,
trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm.ico)
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/res/…
==============================================================================
Binary files - no diff available.
Copied: trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm_pc_at_flat.ico (from r73078,
trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm.ico)
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/res/…
==============================================================================
Binary files - no diff available.
Copied: trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm_pc_at_grey.ico (from r73078,
trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm.ico)
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/res/…
==============================================================================
Binary files - no diff available.
Copied: trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm_pc_xt_3d.ico (from r73078,
trunk/reactos/subsystems/mvdm/pifmgr/res/13.ico)
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/res/…
==============================================================================
Binary files - no diff available.
Copied: trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm_pc_xt_brown.ico (from r73078,
trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm.ico)
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/res/…
==============================================================================
Binary files - no diff available.
Copied: trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm_pc_xt_flat.ico (from r73078,
trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm.ico)
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/res/…
==============================================================================
Binary files - no diff available.
Copied: trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm_pc_xt_grey.ico (from r73078,
trunk/reactos/subsystems/mvdm/ntvdm/res/ntvdm.ico)
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/res/…
==============================================================================
Binary files - no diff available.
Modified: trunk/reactos/subsystems/mvdm/ntvdm/res/pc_at.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/res/…
==============================================================================
Binary files - no diff available.
Modified: trunk/reactos/subsystems/mvdm/ntvdm/res/pc_xt.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/res/…
==============================================================================
Binary files - no diff available.
Modified: trunk/reactos/subsystems/mvdm/pifmgr/res/13.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary files - no diff available.