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/exp...
Removed: branches/shell-experiments/base/shell/explorer-new/desktop.c URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/exp...
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/exp...
Removed: branches/shell-experiments/base/shell/explorer-new/dragdrop.c URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/exp...
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/exp...
Removed: branches/shell-experiments/base/shell/explorer-new/explorer.c URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/exp...
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/exp...
Modified: branches/shell-experiments/base/shell/explorer-new/precomp.h URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/exp...
Removed: branches/shell-experiments/base/shell/explorer-new/rshell.c URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/exp...
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/exp...
Removed: branches/shell-experiments/base/shell/explorer-new/settings.c URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/exp...
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/exp...
Removed: branches/shell-experiments/base/shell/explorer-new/shellservice.c URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/exp...
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/exp...
Removed: branches/shell-experiments/base/shell/explorer-new/startmnu.c URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/exp...
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/exp...
Removed: branches/shell-experiments/base/shell/explorer-new/startup.c URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/exp...
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/exp...
Removed: branches/shell-experiments/base/shell/explorer-new/taskband.c URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/exp...
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/exp...
Removed: branches/shell-experiments/base/shell/explorer-new/taskswnd.c URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/exp...
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/exp...
Removed: branches/shell-experiments/base/shell/explorer-new/tbsite.c URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/exp...
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/exp...
Removed: branches/shell-experiments/base/shell/explorer-new/trayntfy.c URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/exp...
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/exp...
Removed: branches/shell-experiments/base/shell/explorer-new/trayprop.c URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/exp...
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/exp...
Removed: branches/shell-experiments/base/shell/explorer-new/traywnd.c URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/exp...
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/exp...
Added: branches/shell-experiments/base/shell/explorer-new/util.cpp URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/exp...
Modified: branches/shell-experiments/dll/win32/browseui/bandsite.cpp URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/dll/win32/brow...