[ros-diffs] [tfaber] 56134: [CLT2012] - Add CLT wallpaper based on Angelus_ReactOS7_Dark_4-3

tfaber at svn.reactos.org tfaber at svn.reactos.org
Mon Mar 12 16:06:55 UTC 2012


Author: tfaber
Date: Mon Mar 12 16:06:54 2012
New Revision: 56134

URL: http://svn.reactos.org/svn/reactos?rev=56134&view=rev
Log:
[CLT2012]
- Add CLT wallpaper based on Angelus_ReactOS7_Dark_4-3

Added:
    branches/ros-branch-0_3_14-clt2012/modules/wallpaper/CMakeLists.txt
      - copied, changed from r56095, trunk/wallpaper/CMakeLists.txt
    branches/ros-branch-0_3_14-clt2012/modules/wallpaper/dark-clt2012.bmp
      - copied, changed from r56094, branches/ros-branch-0_3_14-clt2012/modules/wallpaper/Angelus_ReactOS7_Dark_4-3.bmp
Removed:
    branches/ros-branch-0_3_14-clt2012/modules/wallpaper/Angelus_ReactOS7_Dark_4-3.bmp
    branches/ros-branch-0_3_14-clt2012/modules/wallpaper/Angelus_Sea04_FarBeyondTheSea_4x3.bmp
    branches/ros-branch-0_3_14-clt2012/modules/wallpaper/RainInTheScreen_4x3.bmp
Modified:
    branches/ros-branch-0_3_14-clt2012/boot/bootdata/hivedef_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/modules/CMakeLists.txt
    branches/ros-branch-0_3_14-clt2012/modules/wallpaper/directory.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/bootdata/hivedef_i386.inf?rev=56134&r1=56133&r2=56134&view=diff
==============================================================================
Binary files - no diff available.

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/bootdata/packages/reactos.dff?rev=56134&r1=56133&r2=56134&view=diff
==============================================================================
--- 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 16:06:54 2012
@@ -888,6 +888,4 @@
 modules\rostests\kmtests\ntos_io\iodeviceobject_drv.sys                    7   optional
 modules\rostests\kmtests\ntos_io\iohelper_drv.sys                          7   optional
 
-modules\wallpaper\Angelus_ReactOS7_Dark_4-3.bmp                            4   optional
-modules\wallpaper\Angelus_Sea04_FarBeyondTheSea_4x3.bmp                    4   optional
-modules\wallpaper\RainInTheScreen_4x3.bmp                                  4   optional
+modules\wallpaper\dark-clt2012.bmp                                         4   optional

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/bootdata/packages/reactos.dff.in?rev=56134&r1=56133&r2=56134&view=diff
==============================================================================
--- 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 16:06:54 2012
@@ -53,4 +53,4 @@
 modules\optional\vmx_svga.sys                       2  optional
 modules\optional\wine_gecko-1.0.0-x86.cab           4  optional
 
-modules\wallpaper\Angelus_02_ROSWP.bmp                                     4   optional
+modules\wallpaper\dark-clt2012.bmp                  4   optional

Modified: branches/ros-branch-0_3_14-clt2012/modules/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_14-clt2012/modules/CMakeLists.txt?rev=56134&r1=56133&r2=56134&view=diff
==============================================================================
--- branches/ros-branch-0_3_14-clt2012/modules/CMakeLists.txt [iso-8859-1] (original)
+++ branches/ros-branch-0_3_14-clt2012/modules/CMakeLists.txt [iso-8859-1] Mon Mar 12 16:06:54 2012
@@ -6,3 +6,7 @@
 if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/rosapps/)
 add_subdirectory(rosapps)
 endif()
+
+if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/wallpaper/)
+add_subdirectory(wallpaper)
+endif()

Removed: branches/ros-branch-0_3_14-clt2012/modules/wallpaper/Angelus_ReactOS7_Dark_4-3.bmp
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_14-clt2012/modules/wallpaper/Angelus_ReactOS7_Dark_4-3.bmp?rev=56133&view=auto
==============================================================================
Binary file - no diff available.

Removed: branches/ros-branch-0_3_14-clt2012/modules/wallpaper/Angelus_Sea04_FarBeyondTheSea_4x3.bmp
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_14-clt2012/modules/wallpaper/Angelus_Sea04_FarBeyondTheSea_4x3.bmp?rev=56133&view=auto
==============================================================================
Binary file - no diff available.

Copied: branches/ros-branch-0_3_14-clt2012/modules/wallpaper/CMakeLists.txt (from r56095, trunk/wallpaper/CMakeLists.txt)
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_14-clt2012/modules/wallpaper/CMakeLists.txt?p2=branches/ros-branch-0_3_14-clt2012/modules/wallpaper/CMakeLists.txt&p1=trunk/wallpaper/CMakeLists.txt&r1=56095&r2=56134&rev=56134&view=diff
==============================================================================
--- trunk/wallpaper/CMakeLists.txt [iso-8859-1] (original)
+++ branches/ros-branch-0_3_14-clt2012/modules/wallpaper/CMakeLists.txt [iso-8859-1] Mon Mar 12 16:06:54 2012
@@ -1,2 +1,2 @@
 
-add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/Angelus_02_ROSWP.bmp DESTINATION reactos FOR all)
+add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/dark-clt2012.bmp DESTINATION reactos FOR all)

Removed: branches/ros-branch-0_3_14-clt2012/modules/wallpaper/RainInTheScreen_4x3.bmp
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_14-clt2012/modules/wallpaper/RainInTheScreen_4x3.bmp?rev=56133&view=auto
==============================================================================
Binary file - no diff available.

Copied: branches/ros-branch-0_3_14-clt2012/modules/wallpaper/dark-clt2012.bmp (from r56094, branches/ros-branch-0_3_14-clt2012/modules/wallpaper/Angelus_ReactOS7_Dark_4-3.bmp)
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_14-clt2012/modules/wallpaper/dark-clt2012.bmp?p2=branches/ros-branch-0_3_14-clt2012/modules/wallpaper/dark-clt2012.bmp&p1=branches/ros-branch-0_3_14-clt2012/modules/wallpaper/Angelus_ReactOS7_Dark_4-3.bmp&r1=56094&r2=56134&rev=56134&view=diff
==============================================================================
Binary files - no diff available.

Modified: branches/ros-branch-0_3_14-clt2012/modules/wallpaper/directory.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_14-clt2012/modules/wallpaper/directory.rbuild?rev=56134&r1=56133&r2=56134&view=diff
==============================================================================
--- branches/ros-branch-0_3_14-clt2012/modules/wallpaper/directory.rbuild [iso-8859-1] (original)
+++ branches/ros-branch-0_3_14-clt2012/modules/wallpaper/directory.rbuild [iso-8859-1] Mon Mar 12 16:06:54 2012
@@ -1,7 +1,5 @@
 <?xml version="1.0"?>
 <!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
 <group>
-  <installfile>Angelus_ReactOS7_Dark_4-3.bmp</installfile>
-  <installfile>Angelus_Sea04_FarBeyondTheSea_4x3.bmp</installfile>
-  <installfile>RainInTheScreen_4x3.bmp</installfile>
+	<installfile>dark-clt2012.bmp</installfile>
 </group>




More information about the Ros-diffs mailing list