CopyHandler

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

Completely separated task definition from the partial task progress information:

Removed another almost unused file.

Removed unused file with button IDs (used in only one place by mistake).

Rewritten configuration system to use boost::property_tree (to allow easy embedding parts of configuration in task definition).

  1. … 9 more files in changeset.
Added missing files related to changes in project files.

Cleaned up and normalized projects settings.

Cleaned up and normalized project settings.

    • -11
    • +1
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Cleaned up and normalized settings in projects.

    • -1
    • +5
    /src/ictranslate/ictranslate.vc90.vcproj
Cleaned up and normalized settings in projects.

Cleaned up and normalized settings in projects.

Bugfix: task stopping (pause/cancel/kill) did not work properly when in copy files phase.

Some fixes reported by prefast.

Bugfix: importing paths from file didn't work properly (untested).