Author: rnaumann
Date: Thu Oct 29 22:26:44 2015
New Revision: 69734
URL:
http://svn.reactos.org/svn/reactos?rev=69734&view=rev
Log:
[EXPLORER] -First commit of my Explorer work. -Remove unneeded property pages and move the
important settings to the both pages which are also there in Win2k3 (taskbar and
startmenu). -Add a folder layout for resources (like in shell32) to keep the overview.
-Added missing resources like bitmaps and icons, some of them are needed for further work.
-Added a new start menu bitmap, like in CE -All code related stuff is ignored so far,
because it makes trouble. I'll work on this. This temporarily breaks the show seconds
checkbox, which will also become fixed asap. -Translation may be broken, please
translators take a look. Part 1/X CORE-10030 CORE-9240
Added:
trunk/reactos/base/shell/explorer/res/bmp/
trunk/reactos/base/shell/explorer/res/bmp/143.bmp (with props)
trunk/reactos/base/shell/explorer/res/bmp/145.bmp (with props)
trunk/reactos/base/shell/explorer/res/bmp/146.bmp (with props)
trunk/reactos/base/shell/explorer/res/bmp/147.bmp (with props)
trunk/reactos/base/shell/explorer/res/bmp/148.bmp (with props)
trunk/reactos/base/shell/explorer/res/bmp/149.bmp (with props)
trunk/reactos/base/shell/explorer/res/bmp/150.bmp (with props)
trunk/reactos/base/shell/explorer/res/bmp/151.bmp (with props)
trunk/reactos/base/shell/explorer/res/bmp/152.bmp (with props)
trunk/reactos/base/shell/explorer/res/bmp/153.bmp (with props)
trunk/reactos/base/shell/explorer/res/bmp/154.bmp (with props)
trunk/reactos/base/shell/explorer/res/bmp/155.bmp (with props)
trunk/reactos/base/shell/explorer/res/bmp/158.bmp (with props)
trunk/reactos/base/shell/explorer/res/bmp/171.bmp (with props)
trunk/reactos/base/shell/explorer/res/bmp/180.bmp (with props)
trunk/reactos/base/shell/explorer/res/bmp/181.bmp (with props)
trunk/reactos/base/shell/explorer/res/bmp/182.bmp (with props)
trunk/reactos/base/shell/explorer/res/bmp/183.bmp (with props)
trunk/reactos/base/shell/explorer/res/ico/
trunk/reactos/base/shell/explorer/res/ico/100.ico (with props)
trunk/reactos/base/shell/explorer/res/ico/101.ico (with props)
trunk/reactos/base/shell/explorer/res/ico/102.ico (with props)
trunk/reactos/base/shell/explorer/res/ico/103.ico (with props)
trunk/reactos/base/shell/explorer/res/ico/104.ico (with props)
trunk/reactos/base/shell/explorer/res/ico/107.ico (with props)
trunk/reactos/base/shell/explorer/res/ico/108.ico (with props)
trunk/reactos/base/shell/explorer/res/ico/109.ico (with props)
trunk/reactos/base/shell/explorer/res/ico/110.ico (with props)
trunk/reactos/base/shell/explorer/res/ico/111.ico (with props)
trunk/reactos/base/shell/explorer/res/ico/205.ico (with props)
trunk/reactos/base/shell/explorer/res/ico/250.ico (with props)
trunk/reactos/base/shell/explorer/res/ico/251.ico (with props)
trunk/reactos/base/shell/explorer/res/ico/252.ico (with props)
trunk/reactos/base/shell/explorer/res/ico/253.ico (with props)
trunk/reactos/base/shell/explorer/res/ico/254.ico (with props)
trunk/reactos/base/shell/explorer/res/ico/256.ico (with props)
trunk/reactos/base/shell/explorer/res/ico/257.ico (with props)
trunk/reactos/base/shell/explorer/res/ico/4711.ico (with props)
trunk/reactos/base/shell/explorer/res/src/
trunk/reactos/base/shell/explorer/res/src/logov.psd (with props)
trunk/reactos/base/shell/explorer/res/src/logov_old.psd (with props)
Removed:
trunk/reactos/base/shell/explorer/res/auto_hide.bmp
trunk/reactos/base/shell/explorer/res/lock_group_noql.bmp
trunk/reactos/base/shell/explorer/res/lock_group_ql.bmp
trunk/reactos/base/shell/explorer/res/lock_nogroup_noql.bmp
trunk/reactos/base/shell/explorer/res/lock_nogroup_ql.bmp
trunk/reactos/base/shell/explorer/res/logov.bmp
trunk/reactos/base/shell/explorer/res/logov.psd
trunk/reactos/base/shell/explorer/res/nolock_group_noql.bmp
trunk/reactos/base/shell/explorer/res/nolock_group_ql.bmp
trunk/reactos/base/shell/explorer/res/nolock_nogroup_noql.bmp
trunk/reactos/base/shell/explorer/res/nolock_nogroup_ql.bmp
trunk/reactos/base/shell/explorer/res/start.ico
Modified:
trunk/reactos/base/shell/explorer/explorer.rc
trunk/reactos/base/shell/explorer/lang/bg-BG.rc
trunk/reactos/base/shell/explorer/lang/cs-CZ.rc
trunk/reactos/base/shell/explorer/lang/de-DE.rc
trunk/reactos/base/shell/explorer/lang/en-US.rc
trunk/reactos/base/shell/explorer/lang/es-ES.rc
trunk/reactos/base/shell/explorer/lang/fr-FR.rc
trunk/reactos/base/shell/explorer/lang/he-IL.rc
trunk/reactos/base/shell/explorer/lang/it-IT.rc
trunk/reactos/base/shell/explorer/lang/ja-JP.rc
trunk/reactos/base/shell/explorer/lang/ko-KR.rc
trunk/reactos/base/shell/explorer/lang/lt-LT.rc
trunk/reactos/base/shell/explorer/lang/nl-NL.rc
trunk/reactos/base/shell/explorer/lang/no-NO.rc
trunk/reactos/base/shell/explorer/lang/pl-PL.rc
trunk/reactos/base/shell/explorer/lang/pt-BR.rc
trunk/reactos/base/shell/explorer/lang/ro-RO.rc
trunk/reactos/base/shell/explorer/lang/ru-RU.rc
trunk/reactos/base/shell/explorer/lang/sk-SK.rc
trunk/reactos/base/shell/explorer/lang/sq-AL.rc
trunk/reactos/base/shell/explorer/lang/tr-TR.rc
trunk/reactos/base/shell/explorer/lang/uk-UA.rc
trunk/reactos/base/shell/explorer/lang/zh-CN.rc
trunk/reactos/base/shell/explorer/lang/zh-TW.rc
trunk/reactos/base/shell/explorer/resource.h
trunk/reactos/base/shell/explorer/trayprop.cpp
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/reactos/base/shell/explorer/explorer.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/explor…
Modified: trunk/reactos/base/shell/explorer/lang/bg-BG.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/b…
Modified: trunk/reactos/base/shell/explorer/lang/cs-CZ.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/c…
Modified: trunk/reactos/base/shell/explorer/lang/de-DE.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/d…
Modified: trunk/reactos/base/shell/explorer/lang/en-US.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/e…
Modified: trunk/reactos/base/shell/explorer/lang/es-ES.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/e…
Modified: trunk/reactos/base/shell/explorer/lang/fr-FR.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/f…
Modified: trunk/reactos/base/shell/explorer/lang/he-IL.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/h…
Modified: trunk/reactos/base/shell/explorer/lang/it-IT.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/i…
Modified: trunk/reactos/base/shell/explorer/lang/ja-JP.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/j…
Modified: trunk/reactos/base/shell/explorer/lang/ko-KR.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/k…
Modified: trunk/reactos/base/shell/explorer/lang/lt-LT.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/l…
Modified: trunk/reactos/base/shell/explorer/lang/nl-NL.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/n…
Modified: trunk/reactos/base/shell/explorer/lang/no-NO.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/n…
Modified: trunk/reactos/base/shell/explorer/lang/pl-PL.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/p…
Modified: trunk/reactos/base/shell/explorer/lang/pt-BR.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/p…
Modified: trunk/reactos/base/shell/explorer/lang/ro-RO.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/r…
Modified: trunk/reactos/base/shell/explorer/lang/ru-RU.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/r…
Modified: trunk/reactos/base/shell/explorer/lang/sk-SK.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/s…
Modified: trunk/reactos/base/shell/explorer/lang/sq-AL.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/s…
Modified: trunk/reactos/base/shell/explorer/lang/tr-TR.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/t…
Modified: trunk/reactos/base/shell/explorer/lang/uk-UA.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/u…
Modified: trunk/reactos/base/shell/explorer/lang/zh-CN.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/z…
Modified: trunk/reactos/base/shell/explorer/lang/zh-TW.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/lang/z…
Removed: trunk/reactos/base/shell/explorer/res/auto_hide.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/au…
Added: trunk/reactos/base/shell/explorer/res/bmp/143.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bm…
Added: trunk/reactos/base/shell/explorer/res/bmp/145.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bm…
Added: trunk/reactos/base/shell/explorer/res/bmp/146.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bm…
Added: trunk/reactos/base/shell/explorer/res/bmp/147.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bm…
Added: trunk/reactos/base/shell/explorer/res/bmp/148.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bm…
Added: trunk/reactos/base/shell/explorer/res/bmp/149.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bm…
Added: trunk/reactos/base/shell/explorer/res/bmp/150.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bm…
Added: trunk/reactos/base/shell/explorer/res/bmp/151.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bm…
Added: trunk/reactos/base/shell/explorer/res/bmp/152.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bm…
Added: trunk/reactos/base/shell/explorer/res/bmp/153.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bm…
Added: trunk/reactos/base/shell/explorer/res/bmp/154.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bm…
Added: trunk/reactos/base/shell/explorer/res/bmp/155.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bm…
Added: trunk/reactos/base/shell/explorer/res/bmp/158.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bm…
Added: trunk/reactos/base/shell/explorer/res/bmp/171.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bm…
Added: trunk/reactos/base/shell/explorer/res/bmp/180.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bm…
Added: trunk/reactos/base/shell/explorer/res/bmp/181.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bm…
Added: trunk/reactos/base/shell/explorer/res/bmp/182.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bm…
Added: trunk/reactos/base/shell/explorer/res/bmp/183.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/bm…
Added: trunk/reactos/base/shell/explorer/res/ico/100.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/ic…
Added: trunk/reactos/base/shell/explorer/res/ico/101.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/ic…
Added: trunk/reactos/base/shell/explorer/res/ico/102.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/ic…
Added: trunk/reactos/base/shell/explorer/res/ico/103.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/ic…
Added: trunk/reactos/base/shell/explorer/res/ico/104.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/ic…
Added: trunk/reactos/base/shell/explorer/res/ico/107.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/ic…
Added: trunk/reactos/base/shell/explorer/res/ico/108.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/ic…
Added: trunk/reactos/base/shell/explorer/res/ico/109.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/ic…
Added: trunk/reactos/base/shell/explorer/res/ico/110.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/ic…
Added: trunk/reactos/base/shell/explorer/res/ico/111.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/ic…
Added: trunk/reactos/base/shell/explorer/res/ico/205.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/ic…
Added: trunk/reactos/base/shell/explorer/res/ico/250.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/ic…
Added: trunk/reactos/base/shell/explorer/res/ico/251.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/ic…
Added: trunk/reactos/base/shell/explorer/res/ico/252.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/ic…
Added: trunk/reactos/base/shell/explorer/res/ico/253.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/ic…
Added: trunk/reactos/base/shell/explorer/res/ico/254.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/ic…
Added: trunk/reactos/base/shell/explorer/res/ico/256.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/ic…
Added: trunk/reactos/base/shell/explorer/res/ico/257.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/ic…
Added: trunk/reactos/base/shell/explorer/res/ico/4711.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/ic…
Removed: trunk/reactos/base/shell/explorer/res/lock_group_noql.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/lo…
Removed: trunk/reactos/base/shell/explorer/res/lock_group_ql.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/lo…
Removed: trunk/reactos/base/shell/explorer/res/lock_nogroup_noql.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/lo…
Removed: trunk/reactos/base/shell/explorer/res/lock_nogroup_ql.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/lo…
Removed: trunk/reactos/base/shell/explorer/res/logov.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/lo…
Removed: trunk/reactos/base/shell/explorer/res/logov.psd
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/lo…
Removed: trunk/reactos/base/shell/explorer/res/nolock_group_noql.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/no…
Removed: trunk/reactos/base/shell/explorer/res/nolock_group_ql.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/no…
Removed: trunk/reactos/base/shell/explorer/res/nolock_nogroup_noql.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/no…
Removed: trunk/reactos/base/shell/explorer/res/nolock_nogroup_ql.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/no…
Added: trunk/reactos/base/shell/explorer/res/src/logov.psd
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/sr…
Added: trunk/reactos/base/shell/explorer/res/src/logov_old.psd
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/sr…
Removed: trunk/reactos/base/shell/explorer/res/start.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/res/st…
Modified: trunk/reactos/base/shell/explorer/resource.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/resour…
Modified: trunk/reactos/base/shell/explorer/trayprop.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/traypr…