[NETSHELL]
authorDavid Quintana <gigaherz@gmail.com>
Sat, 20 Dec 2014 16:12:35 +0000 (16:12 +0000)
committerDavid Quintana <gigaherz@gmail.com>
Sat, 20 Dec 2014 16:12:35 +0000 (16:12 +0000)
commit4b7ab83f8de3d15d4684562c73dfb5153d9fdf5e
treeccc052c02bbeb7f6f60fabd9d5da322f90e70972
parenta620535b0f14e82f029ff7d7f66a2829f8efdfe8
[NETSHELL]
* Move to shellext folder.
* Do not initialize the notification SSO, stobject will do so (like in Windows).
* Move some GUIDs to a shared header.

[STOBJECT]
* Initialize netshell's SSO the way Windows does it. Fixes network icon inconsistency.
* Move some GUIDs to a shared header.

CORE-8818 #resolve Fixed in trunk r65758.

svn path=/trunk/; revision=65758
53 files changed:
reactos/dll/shellext/CMakeLists.txt
reactos/dll/shellext/netshell/CMakeLists.txt [moved from reactos/dll/win32/netshell/CMakeLists.txt with 98% similarity]
reactos/dll/shellext/netshell/README [moved from reactos/dll/win32/netshell/README with 100% similarity]
reactos/dll/shellext/netshell/classfactory.cpp [moved from reactos/dll/win32/netshell/classfactory.cpp with 100% similarity]
reactos/dll/shellext/netshell/connectmanager.cpp [moved from reactos/dll/win32/netshell/connectmanager.cpp with 100% similarity]
reactos/dll/shellext/netshell/enumlist.cpp [moved from reactos/dll/win32/netshell/enumlist.cpp with 100% similarity]
reactos/dll/shellext/netshell/enumlist.h [moved from reactos/dll/win32/netshell/enumlist.h with 100% similarity]
reactos/dll/shellext/netshell/lanconnectui.cpp [moved from reactos/dll/win32/netshell/lanconnectui.cpp with 100% similarity]
reactos/dll/shellext/netshell/lang/bg-BG.rc [moved from reactos/dll/win32/netshell/lang/bg-BG.rc with 100% similarity]
reactos/dll/shellext/netshell/lang/cs-CZ.rc [moved from reactos/dll/win32/netshell/lang/cs-CZ.rc with 100% similarity]
reactos/dll/shellext/netshell/lang/da-DK.rc [moved from reactos/dll/win32/netshell/lang/da-DK.rc with 100% similarity]
reactos/dll/shellext/netshell/lang/de-DE.rc [moved from reactos/dll/win32/netshell/lang/de-DE.rc with 100% similarity]
reactos/dll/shellext/netshell/lang/el-GR.rc [moved from reactos/dll/win32/netshell/lang/el-GR.rc with 100% similarity]
reactos/dll/shellext/netshell/lang/en-US.rc [moved from reactos/dll/win32/netshell/lang/en-US.rc with 100% similarity]
reactos/dll/shellext/netshell/lang/es-ES.rc [moved from reactos/dll/win32/netshell/lang/es-ES.rc with 100% similarity]
reactos/dll/shellext/netshell/lang/fr-FR.rc [moved from reactos/dll/win32/netshell/lang/fr-FR.rc with 100% similarity]
reactos/dll/shellext/netshell/lang/he-IL.rc [moved from reactos/dll/win32/netshell/lang/he-IL.rc with 100% similarity]
reactos/dll/shellext/netshell/lang/hu-HU.rc [moved from reactos/dll/win32/netshell/lang/hu-HU.rc with 100% similarity]
reactos/dll/shellext/netshell/lang/id-ID.rc [moved from reactos/dll/win32/netshell/lang/id-ID.rc with 100% similarity]
reactos/dll/shellext/netshell/lang/it-IT.rc [moved from reactos/dll/win32/netshell/lang/it-IT.rc with 100% similarity]
reactos/dll/shellext/netshell/lang/ja-JP.rc [moved from reactos/dll/win32/netshell/lang/ja-JP.rc with 100% similarity]
reactos/dll/shellext/netshell/lang/nl-NL.rc [moved from reactos/dll/win32/netshell/lang/nl-NL.rc with 100% similarity]
reactos/dll/shellext/netshell/lang/no-NO.rc [moved from reactos/dll/win32/netshell/lang/no-NO.rc with 100% similarity]
reactos/dll/shellext/netshell/lang/pl-PL.rc [moved from reactos/dll/win32/netshell/lang/pl-PL.rc with 100% similarity]
reactos/dll/shellext/netshell/lang/ro-RO.rc [moved from reactos/dll/win32/netshell/lang/ro-RO.rc with 100% similarity]
reactos/dll/shellext/netshell/lang/ru-RU.rc [moved from reactos/dll/win32/netshell/lang/ru-RU.rc with 100% similarity]
reactos/dll/shellext/netshell/lang/sk-SK.rc [moved from reactos/dll/win32/netshell/lang/sk-SK.rc with 100% similarity]
reactos/dll/shellext/netshell/lang/sq-AL.rc [moved from reactos/dll/win32/netshell/lang/sq-AL.rc with 100% similarity]
reactos/dll/shellext/netshell/lang/sv-SE.rc [moved from reactos/dll/win32/netshell/lang/sv-SE.rc with 100% similarity]
reactos/dll/shellext/netshell/lang/tr-TR.rc [moved from reactos/dll/win32/netshell/lang/tr-TR.rc with 100% similarity]
reactos/dll/shellext/netshell/lang/uk-UA.rc [moved from reactos/dll/win32/netshell/lang/uk-UA.rc with 100% similarity]
reactos/dll/shellext/netshell/lang/zh-CN.rc [moved from reactos/dll/win32/netshell/lang/zh-CN.rc with 100% similarity]
reactos/dll/shellext/netshell/lang/zh-TW.rc [moved from reactos/dll/win32/netshell/lang/zh-TW.rc with 100% similarity]
reactos/dll/shellext/netshell/lanstatusui.cpp [moved from reactos/dll/win32/netshell/lanstatusui.cpp with 100% similarity]
reactos/dll/shellext/netshell/netshell.cpp [moved from reactos/dll/win32/netshell/netshell.cpp with 92% similarity]
reactos/dll/shellext/netshell/netshell.rc [moved from reactos/dll/win32/netshell/netshell.rc with 100% similarity]
reactos/dll/shellext/netshell/netshell.spec [moved from reactos/dll/win32/netshell/netshell.spec with 100% similarity]
reactos/dll/shellext/netshell/precomp.h [moved from reactos/dll/win32/netshell/precomp.h with 95% similarity]
reactos/dll/shellext/netshell/res/neterror.ico [moved from reactos/dll/win32/netshell/res/neterror.ico with 100% similarity]
reactos/dll/shellext/netshell/res/netidle.ico [moved from reactos/dll/win32/netshell/res/netidle.ico with 100% similarity]
reactos/dll/shellext/netshell/res/netoff.ico [moved from reactos/dll/win32/netshell/res/netoff.ico with 100% similarity]
reactos/dll/shellext/netshell/res/netrec.ico [moved from reactos/dll/win32/netshell/res/netrec.ico with 100% similarity]
reactos/dll/shellext/netshell/res/netshell.ico [moved from reactos/dll/win32/netshell/res/netshell.ico with 100% similarity]
reactos/dll/shellext/netshell/res/nettrans.ico [moved from reactos/dll/win32/netshell/res/nettrans.ico with 100% similarity]
reactos/dll/shellext/netshell/res/nettrrec.ico [moved from reactos/dll/win32/netshell/res/nettrrec.ico with 100% similarity]
reactos/dll/shellext/netshell/resource.h [moved from reactos/dll/win32/netshell/resource.h with 100% similarity]
reactos/dll/shellext/netshell/shfldr_netconnect.cpp [moved from reactos/dll/win32/netshell/shfldr_netconnect.cpp with 98% similarity]
reactos/dll/shellext/stobject/csystray.cpp
reactos/dll/shellext/stobject/csystray.h
reactos/dll/shellext/stobject/precomp.h
reactos/dll/win32/CMakeLists.txt
reactos/dll/win32/netshell/lang/.gitignore [deleted file]
reactos/include/reactos/shlguid_undoc.h