CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
Bugfix: shell extension controller returned pointer to unallocated memory.

Removed '/analyze' option from compiler settings (many false positives and too slow for daily builds).

Removed '/analyze' option from compiler settings (many false positives and too slow for daily builds).

    • -2
    • +0
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Removed '/analyze' option from compiler settings (many false positives and too slow for daily builds).

Removed '/analyze' option from compiler settings (many false positives and too slow for daily builds).

    • -2
    • +0
    /src/ictranslate/ictranslate.vc90.vcproj
Fixed problem with language not being read at startup when no configuration file was present.

Fixed incorrect memory management in drive detection mechanism (closes [#3169973]).

Bugfix: filtering incorrectly shown in status dialog.

Bugfix: fixed warnings reported as errors resulting from commit 361.

Added missing config serializers file.

    • -0
    • +89
    /src/libchcore/TConfigSerializers.h
Moved TConfig class to libchcore library.

  1. … 12 more files in changeset.
Removed unused includes.

Refactoring: moved filters storage from serialization file to task definition file.

Bugfix: problem with serializing smart path with null path object inside.

Bugfix: crash whan saving TPath object to file.

Improved TSmartPath by adding more operations to it (with usage).

Added some path splitting methods (untested).

Moved some filesystem accessing functions from CFileInfo to CTask.

Fixed compilation problem in release builds.

Refactoring: got rid of the CClipboardArray and CClipboardEntry in favor of TBasePathDataContainer and TBasePathData objects which are linked to input paths only by index (instead of being itself a copy of the input path with some additions).

    • -0
    • +126
    /src/ch/TBasePathData.cpp
    • -0
    • +154
    /src/ch/TBasePathData.h
Refactoring: increased usage of TSmartPath objects throughout the code.

Got rid of the (last?) resource manager usage in task processing code.

Added two new task options to allow changing the generated name for the file in case copy is done inside single directory.

Got rid of CDestPath class in favor of more general TSmartPath.

  1. … 3 more files in changeset.
Replaced locking in some places with exception-aware versions.

Redesigned configuration management a bit:

    • -0
    • +240
    /src/ch/TTaskConfigTracker.cpp
    • -0
    • +72
    /src/ch/TTaskConfigTracker.h
Got rid of global config usage in task processing - replaced with local task config.