CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added missing serialization.

    • -0
    • +14
    /src/libchcore/TTaskOperationPlan.cpp
Possible fix for problem with activation context when launching CH (exception thrown from CMainWnd::OnCreate() caused Create() to fail).

  1. … 16 more files in changeset.
Missing variable initialization.

Added std::exception derivation to icpf::exception for easier exception handling.

    • -0
    • +3
    /ext/libicpf/src/libicpf/exception.cpp
    • -4
    • +4
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Removed debugging code for shell extension.

Exception handling improvements.

    • -14
    • +14
    /src/libchcore/TSharedMemory.cpp
    • -10
    • +10
    /src/libchcore/TTaskDefinition.cpp
Bugfix: incorrect deletion of parts of string.

Bugfix: wrong calculation of paths' root component.

Increased usage of TSmartPath and TString.

Replaced obsolete TWStringData with newer TString.

Removed reference to a file added by mistake.

Added new string class (TString) along with exportable containers for them, that will help solving problem of non-exportable std::wstring (and lack of CString at some places in code).

  1. … 40 more files in changeset.
Improvements in command-line option '--ImportTaskDefinition' - now properly passes command line arguments to already running instance (advances [#2544046]).

Changed the way the incoming data are identified in WM_COPYDATA - it will open the way for other data formats to be passed to CH (e.g. command line from another instance of CH) (advances [#2544046]).

Changed the way shell extension communicates with CH from binary protocol to XML (advances [#2544046]).

    • -0
    • +94
    /src/chext/ShellPathsHelpers.cpp
    • -0
    • +36
    /src/chext/ShellPathsHelpers.h
  1. … 9 more files in changeset.
Moved TaskDefinition and OperationPlan to libchcore (advances [#2544046]).

    • -13
    • +19
    /src/libchcore/TTaskDefinition.cpp
  1. … 8 more files in changeset.
Added preliminary command-line option '--ImportTaskDefinition' - currently works only when launching first instance of CH (advances [#2544046]).

    • -0
    • +72
    /src/ch/TCommandLineParser.cpp
    • -0
    • +44
    /src/ch/TCommandLineParser.h
Added portable mode in case configuration file is found in the executable directory (closes [#2908557]).

Bugfix: support for long filenames kicked in too late (at 259 characters instead of 248).

Removed support for '\?' prefixes in paths in TSmartPath.

Further improvements in supporting very long path names and isolating filesystem operations to a separate module.

Improved support for very long paths.

Further improvements in supporting very long path names and isolating filesystem operations to a separate module.

Extracted file finding and fast moving to a separate module.

    • -39
    • +21
    /src/ch/TSubTaskScanDirectory.cpp
Bugfix: TLocalFilesystem::PathExist() didn't free the search handle.

Bugfix: exception was thrown from scan directory subtask because of wrong reference to cached path data.

Formatting fixes.

    • -1004
    • +1004
    /src/ch/TSubTaskCopyMove.cpp
    • -118
    • +118
    /src/ch/TTaskLocalStats.cpp
Extracted file deletion to a separate module.

Extracted directory scanning and copying/moving functionality to a separate modules (cut&paste plus some adjustments).

    • -0
    • +92
    /src/ch/TBasicProgressInfo.cpp
    • -0
    • +93
    /src/ch/TBasicProgressInfo.h
    • -0
    • +102
    /src/ch/TLocalFilesystem.cpp
    • -0
    • +38
    /src/ch/TLocalFilesystem.h
    • -0
    • +245
    /src/ch/TSubTaskScanDirectory.cpp
    • -0
    • +118
    /src/ch/TTaskGlobalStats.cpp
  1. … 8 more files in changeset.
Improved shell extension support:

    • -0
    • +215
    /src/ch/TShellExtensionClient.cpp
    • -0
    • +48
    /src/ch/TShellExtensionClient.h