Author: tfaber
Date: Mon Mar 12 22:50:39 2012
New Revision: 56136
URL:
http://svn.reactos.org/svn/reactos?rev=56136&view=rev
Log:
[CLT2012]
- Include the Lautus visual style by Pisarz (as a blob for now), and enable it by default
Added:
branches/ros-branch-0_3_14-clt2012/media/themes/CMakeLists.txt (with props)
branches/ros-branch-0_3_14-clt2012/media/themes/Lautus.msstyles (with props)
branches/ros-branch-0_3_14-clt2012/media/themes/themes.rbuild (with props)
Modified:
branches/ros-branch-0_3_14-clt2012/boot/bootdata/hivedef_i386.inf
branches/ros-branch-0_3_14-clt2012/boot/bootdata/hivesys_i386.inf
branches/ros-branch-0_3_14-clt2012/boot/bootdata/packages/reactos.dff
branches/ros-branch-0_3_14-clt2012/boot/bootdata/packages/reactos.dff.in
branches/ros-branch-0_3_14-clt2012/media/CMakeLists.txt
branches/ros-branch-0_3_14-clt2012/media/media.rbuild
Modified: branches/ros-branch-0_3_14-clt2012/boot/bootdata/hivedef_i386.inf
URL:
http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_14-clt2012/boot/…
==============================================================================
Binary files - no diff available.
Modified: branches/ros-branch-0_3_14-clt2012/boot/bootdata/hivesys_i386.inf
URL:
http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_14-clt2012/boot/…
==============================================================================
--- branches/ros-branch-0_3_14-clt2012/boot/bootdata/hivesys_i386.inf [iso-8859-1]
(original)
+++ branches/ros-branch-0_3_14-clt2012/boot/bootdata/hivesys_i386.inf [iso-8859-1] Mon Mar
12 22:50:39 2012
@@ -1666,7 +1666,7 @@
HKLM,"SYSTEM\CurrentControlSet\Services\Themes","Group",0x00000000,"UIGroup"
HKLM,"SYSTEM\CurrentControlSet\Services\Themes","ImagePath",0x00020000,"%SystemRoot%\system32\thmsvc.exe"
HKLM,"SYSTEM\CurrentControlSet\Services\Themes","ObjectName",0x00000000,"LocalSystem"
-HKLM,"SYSTEM\CurrentControlSet\Services\Themes","Start",0x00010001,0x00000003
+HKLM,"SYSTEM\CurrentControlSet\Services\Themes","Start",0x00010001,0x00000002
HKLM,"SYSTEM\CurrentControlSet\Services\Themes","Type",0x00010001,0x00000020
; Sound Blaster (NT4)
Modified: branches/ros-branch-0_3_14-clt2012/boot/bootdata/packages/reactos.dff
URL:
http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_14-clt2012/boot/…
==============================================================================
--- branches/ros-branch-0_3_14-clt2012/boot/bootdata/packages/reactos.dff [iso-8859-1]
(original)
+++ branches/ros-branch-0_3_14-clt2012/boot/bootdata/packages/reactos.dff [iso-8859-1] Mon
Mar 12 22:50:39 2012
@@ -21,6 +21,7 @@
6 = inf
7 = bin
8 = media
+9 = Resources\Themes\Lautus
.InfEnd
@@ -694,6 +695,9 @@
; Media Files
media\sounds\ReactOS_LogOn.wav 8
+; Lautus Theme
+media\themes\Lautus.msstyles 9 optional
+
; Ini Files
boot\bootdata\system.ini 4
Modified: branches/ros-branch-0_3_14-clt2012/boot/bootdata/packages/reactos.dff.in
URL:
http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_14-clt2012/boot/…
==============================================================================
--- branches/ros-branch-0_3_14-clt2012/boot/bootdata/packages/reactos.dff.in [iso-8859-1]
(original)
+++ branches/ros-branch-0_3_14-clt2012/boot/bootdata/packages/reactos.dff.in [iso-8859-1]
Mon Mar 12 22:50:39 2012
@@ -22,6 +22,7 @@
6 = inf
7 = bin
8 = media
+9 = Resources\Themes\Lautus
.InfEnd
@@ -53,4 +54,4 @@
modules\optional\vmx_svga.sys 2 optional
modules\optional\wine_gecko-1.0.0-x86.cab 4 optional
-modules\wallpaper\dark-clt2012.bmp 4 optional
+modules\wallpaper\dark-clt2012.bmp 4 optional
Modified: branches/ros-branch-0_3_14-clt2012/media/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_14-clt2012/media…
==============================================================================
--- branches/ros-branch-0_3_14-clt2012/media/CMakeLists.txt [iso-8859-1] (original)
+++ branches/ros-branch-0_3_14-clt2012/media/CMakeLists.txt [iso-8859-1] Mon Mar 12
22:50:39 2012
@@ -1,6 +1,7 @@
add_subdirectory(fonts)
add_subdirectory(inf)
add_subdirectory(nls)
+add_subdirectory(themes)
add_subdirectory(vgafonts)
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/drivers/etc/hosts DESTINATION
reactos/system32/drivers/etc FOR all)
Modified: branches/ros-branch-0_3_14-clt2012/media/media.rbuild
URL:
http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_14-clt2012/media…
==============================================================================
--- branches/ros-branch-0_3_14-clt2012/media/media.rbuild [iso-8859-1] (original)
+++ branches/ros-branch-0_3_14-clt2012/media/media.rbuild [iso-8859-1] Mon Mar 12 22:50:39
2012
@@ -16,6 +16,9 @@
<directory name="sounds">
<xi:include href="sounds/sounds.rbuild" />
</directory>
+ <directory name="themes">
+ <xi:include href="themes/themes.rbuild" />
+ </directory>
<directory name="vgafonts">
<xi:include href="vgafonts/vgafonts.rbuild" />
</directory>
Added: branches/ros-branch-0_3_14-clt2012/media/themes/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_14-clt2012/media…
==============================================================================
--- branches/ros-branch-0_3_14-clt2012/media/themes/CMakeLists.txt (added)
+++ branches/ros-branch-0_3_14-clt2012/media/themes/CMakeLists.txt [iso-8859-1] Mon Mar 12
22:50:39 2012
@@ -1,0 +1,2 @@
+
+add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/Lautus.msstyles DESTINATION
reactos/Resources/Themes/Lautus FOR all)
Propchange: branches/ros-branch-0_3_14-clt2012/media/themes/CMakeLists.txt
------------------------------------------------------------------------------
svn:eol-style = native
Added: branches/ros-branch-0_3_14-clt2012/media/themes/Lautus.msstyles
URL:
http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_14-clt2012/media…
==============================================================================
Binary file - no diff available.
Propchange: branches/ros-branch-0_3_14-clt2012/media/themes/Lautus.msstyles
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: branches/ros-branch-0_3_14-clt2012/media/themes/themes.rbuild
URL:
http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_14-clt2012/media…
==============================================================================
--- branches/ros-branch-0_3_14-clt2012/media/themes/themes.rbuild (added)
+++ branches/ros-branch-0_3_14-clt2012/media/themes/themes.rbuild [iso-8859-1] Mon Mar 12
22:50:39 2012
@@ -1,0 +1,5 @@
+<?xml version="1.0"?>
+<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
+<group>
+ <installfile
installbase="Resources/Themes/Lautus">Lautus.msstyles</installfile>
+</group>
Propchange: branches/ros-branch-0_3_14-clt2012/media/themes/themes.rbuild
------------------------------------------------------------------------------
svn:eol-style = native