Author: dquintana
Date: Sun Nov 2 20:18:54 2014
New Revision: 65197
URL: http://svn.reactos.org/svn/reactos?rev=65197&view=rev
Log:
[EXPLORER-NEW]
* Convert codebase to C++ and make use of C++ classes for the COM objects.
Added:
branches/shell-experiments/base/shell/explorer-new/desktop.cpp
- copied, changed from r65192,
branches/shell-experiments/base/shell/explorer-new/desktop.c
branches/shell-experiments/base/shell/explorer-new/dragdrop.cpp
- copied, changed from r64404,
branches/shell-experiments/base/shell/explorer-new/dragdrop.c
branches/shell-experiments/base/shell/explorer-new/explorer.cpp
- copied, changed from r64404,
branches/shell-experiments/base/shell/explorer-new/explorer.c
branches/shell-experiments/base/shell/explorer-new/rshell.cpp
- copied, changed from r64404,
branches/shell-experiments/base/shell/explorer-new/rshell.c
branches/shell-experiments/base/shell/explorer-new/settings.cpp
- copied, changed from r64404,
branches/shell-experiments/base/shell/explorer-new/settings.c
branches/shell-experiments/base/shell/explorer-new/shellservice.cpp
- copied, changed from r64404,
branches/shell-experiments/base/shell/explorer-new/shellservice.c
branches/shell-experiments/base/shell/explorer-new/startmnu.cpp
- copied, changed from r64404,
branches/shell-experiments/base/shell/explorer-new/startmnu.c
branches/shell-experiments/base/shell/explorer-new/startup.cpp
- copied, changed from r64404,
branches/shell-experiments/base/shell/explorer-new/startup.c
branches/shell-experiments/base/shell/explorer-new/taskband.cpp
- copied, changed from r64404,
branches/shell-experiments/base/shell/explorer-new/taskband.c
branches/shell-experiments/base/shell/explorer-new/taskswnd.cpp
- copied, changed from r64404,
branches/shell-experiments/base/shell/explorer-new/taskswnd.c
branches/shell-experiments/base/shell/explorer-new/tbsite.cpp
- copied, changed from r64404,
branches/shell-experiments/base/shell/explorer-new/tbsite.c
branches/shell-experiments/base/shell/explorer-new/trayntfy.cpp
- copied, changed from r64404,
branches/shell-experiments/base/shell/explorer-new/trayntfy.c
branches/shell-experiments/base/shell/explorer-new/trayprop.cpp
- copied, changed from r64404,
branches/shell-experiments/base/shell/explorer-new/trayprop.c
branches/shell-experiments/base/shell/explorer-new/traywnd.cpp
- copied, changed from r64404,
branches/shell-experiments/base/shell/explorer-new/traywnd.c
branches/shell-experiments/base/shell/explorer-new/util.cpp (with props)
Removed:
branches/shell-experiments/base/shell/explorer-new/desktop.c
branches/shell-experiments/base/shell/explorer-new/dragdrop.c
branches/shell-experiments/base/shell/explorer-new/explorer.c
branches/shell-experiments/base/shell/explorer-new/rshell.c
branches/shell-experiments/base/shell/explorer-new/settings.c
branches/shell-experiments/base/shell/explorer-new/shellservice.c
branches/shell-experiments/base/shell/explorer-new/startmnu.c
branches/shell-experiments/base/shell/explorer-new/startup.c
branches/shell-experiments/base/shell/explorer-new/taskband.c
branches/shell-experiments/base/shell/explorer-new/taskswnd.c
branches/shell-experiments/base/shell/explorer-new/tbsite.c
branches/shell-experiments/base/shell/explorer-new/trayntfy.c
branches/shell-experiments/base/shell/explorer-new/trayprop.c
branches/shell-experiments/base/shell/explorer-new/traywnd.c
Modified:
branches/shell-experiments/base/shell/explorer-new/CMakeLists.txt
branches/shell-experiments/base/shell/explorer-new/precomp.h
branches/shell-experiments/dll/win32/browseui/bandsite.cpp
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: branches/shell-experiments/base/shell/explorer-new/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/CMakeLists.txt?rev=65197&r1=65196&r2=65197&view=diff
Removed: branches/shell-experiments/base/shell/explorer-new/desktop.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/desktop.c?rev=65196
Copied: branches/shell-experiments/base/shell/explorer-new/desktop.cpp (from
r65192, branches/shell-experiments/base/shell/explorer-new/desktop.c)
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/desktop.cpp?p2=branches/shell-experiments/base/shell/explorer-new/desktop.cpp&p1=branches/shell-experiments/base/shell/explorer-new/desktop.c&r1=65192&r2=65197&rev=65197&view=diff
Removed: branches/shell-experiments/base/shell/explorer-new/dragdrop.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/dragdrop.c?rev=65196
Copied: branches/shell-experiments/base/shell/explorer-new/dragdrop.cpp (from
r64404, branches/shell-experiments/base/shell/explorer-new/dragdrop.c)
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/dragdrop.cpp?p2=branches/shell-experiments/base/shell/explorer-new/dragdrop.cpp&p1=branches/shell-experiments/base/shell/explorer-new/dragdrop.c&r1=64404&r2=65197&rev=65197&view=diff
Removed: branches/shell-experiments/base/shell/explorer-new/explorer.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/explorer.c?rev=65196
Copied: branches/shell-experiments/base/shell/explorer-new/explorer.cpp (from
r64404, branches/shell-experiments/base/shell/explorer-new/explorer.c)
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/explorer.cpp?p2=branches/shell-experiments/base/shell/explorer-new/explorer.cpp&p1=branches/shell-experiments/base/shell/explorer-new/explorer.c&r1=64404&r2=65197&rev=65197&view=diff
Modified: branches/shell-experiments/base/shell/explorer-new/precomp.h
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/precomp.h?rev=65197&r1=65196&r2=65197&view=diff
Removed: branches/shell-experiments/base/shell/explorer-new/rshell.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/rshell.c?rev=65196
Copied: branches/shell-experiments/base/shell/explorer-new/rshell.cpp (from
r64404, branches/shell-experiments/base/shell/explorer-new/rshell.c)
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/rshell.cpp?p2=branches/shell-experiments/base/shell/explorer-new/rshell.cpp&p1=branches/shell-experiments/base/shell/explorer-new/rshell.c&r1=64404&r2=65197&rev=65197&view=diff
Removed: branches/shell-experiments/base/shell/explorer-new/settings.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/settings.c?rev=65196
Copied: branches/shell-experiments/base/shell/explorer-new/settings.cpp (from
r64404, branches/shell-experiments/base/shell/explorer-new/settings.c)
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/settings.cpp?p2=branches/shell-experiments/base/shell/explorer-new/settings.cpp&p1=branches/shell-experiments/base/shell/explorer-new/settings.c&r1=64404&r2=65197&rev=65197&view=diff
Removed: branches/shell-experiments/base/shell/explorer-new/shellservice.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/shellservice.c?rev=65196
Copied: branches/shell-experiments/base/shell/explorer-new/shellservice.cpp
(from r64404, branches/shell-experiments/base/shell/explorer-new/shellservice.c)
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/shellservice.cpp?p2=branches/shell-experiments/base/shell/explorer-new/shellservice.cpp&p1=branches/shell-experiments/base/shell/explorer-new/shellservice.c&r1=64404&r2=65197&rev=65197&view=diff
Removed: branches/shell-experiments/base/shell/explorer-new/startmnu.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/startmnu.c?rev=65196
Copied: branches/shell-experiments/base/shell/explorer-new/startmnu.cpp (from
r64404, branches/shell-experiments/base/shell/explorer-new/startmnu.c)
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/startmnu.cpp?p2=branches/shell-experiments/base/shell/explorer-new/startmnu.cpp&p1=branches/shell-experiments/base/shell/explorer-new/startmnu.c&r1=64404&r2=65197&rev=65197&view=diff
Removed: branches/shell-experiments/base/shell/explorer-new/startup.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/startup.c?rev=65196
Copied: branches/shell-experiments/base/shell/explorer-new/startup.cpp (from
r64404, branches/shell-experiments/base/shell/explorer-new/startup.c)
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/startup.cpp?p2=branches/shell-experiments/base/shell/explorer-new/startup.cpp&p1=branches/shell-experiments/base/shell/explorer-new/startup.c&r1=64404&r2=65197&rev=65197&view=diff
Removed: branches/shell-experiments/base/shell/explorer-new/taskband.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/taskband.c?rev=65196
Copied: branches/shell-experiments/base/shell/explorer-new/taskband.cpp (from
r64404, branches/shell-experiments/base/shell/explorer-new/taskband.c)
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/taskband.cpp?p2=branches/shell-experiments/base/shell/explorer-new/taskband.cpp&p1=branches/shell-experiments/base/shell/explorer-new/taskband.c&r1=64404&r2=65197&rev=65197&view=diff
Removed: branches/shell-experiments/base/shell/explorer-new/taskswnd.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/taskswnd.c?rev=65196
Copied: branches/shell-experiments/base/shell/explorer-new/taskswnd.cpp (from
r64404, branches/shell-experiments/base/shell/explorer-new/taskswnd.c)
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/taskswnd.cpp?p2=branches/shell-experiments/base/shell/explorer-new/taskswnd.cpp&p1=branches/shell-experiments/base/shell/explorer-new/taskswnd.c&r1=64404&r2=65197&rev=65197&view=diff
Removed: branches/shell-experiments/base/shell/explorer-new/tbsite.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/tbsite.c?rev=65196
Copied: branches/shell-experiments/base/shell/explorer-new/tbsite.cpp (from
r64404, branches/shell-experiments/base/shell/explorer-new/tbsite.c)
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/tbsite.cpp?p2=branches/shell-experiments/base/shell/explorer-new/tbsite.cpp&p1=branches/shell-experiments/base/shell/explorer-new/tbsite.c&r1=64404&r2=65197&rev=65197&view=diff
Removed: branches/shell-experiments/base/shell/explorer-new/trayntfy.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/trayntfy.c?rev=65196
Copied: branches/shell-experiments/base/shell/explorer-new/trayntfy.cpp (from
r64404, branches/shell-experiments/base/shell/explorer-new/trayntfy.c)
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/trayntfy.cpp?p2=branches/shell-experiments/base/shell/explorer-new/trayntfy.cpp&p1=branches/shell-experiments/base/shell/explorer-new/trayntfy.c&r1=64404&r2=65197&rev=65197&view=diff
Removed: branches/shell-experiments/base/shell/explorer-new/trayprop.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/trayprop.c?rev=65196
Copied: branches/shell-experiments/base/shell/explorer-new/trayprop.cpp (from
r64404, branches/shell-experiments/base/shell/explorer-new/trayprop.c)
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/trayprop.cpp?p2=branches/shell-experiments/base/shell/explorer-new/trayprop.cpp&p1=branches/shell-experiments/base/shell/explorer-new/trayprop.c&r1=64404&r2=65197&rev=65197&view=diff
Removed: branches/shell-experiments/base/shell/explorer-new/traywnd.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/traywnd.c?rev=65196
Copied: branches/shell-experiments/base/shell/explorer-new/traywnd.cpp (from
r64404, branches/shell-experiments/base/shell/explorer-new/traywnd.c)
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/traywnd.cpp?p2=branches/shell-experiments/base/shell/explorer-new/traywnd.cpp&p1=branches/shell-experiments/base/shell/explorer-new/traywnd.c&r1=64404&r2=65197&rev=65197&view=diff
Added: branches/shell-experiments/base/shell/explorer-new/util.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/explorer-new/util.cpp?rev=65197
Modified: branches/shell-experiments/dll/win32/browseui/bandsite.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/dll/win32/browseui/bandsite.cpp?rev=65197&r1=65196&r2=65197&view=diff