Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bugfix: Fixed serialization problem (data streams were opened in text mode instead of binary).

Got rid of some goto's.

Small optimization - FILETIME no longer needs to be converted to COleDateTime when setting directory/file.

Got rid of warnings on level 4 (win32 and x64), turned on option to treat warnings as errors.

  1. … 6 more files in changeset.
Changed internal implementation of serialization from icpf::file to a more stable boost::serialization.

    • -0
    • +65
    ./SerializationHelpers.h
  1. … 5 more files in changeset.
Properly configured Dutch and Traditional Chinese translations in the build system.

Updated German translation by White-Tiger.

Added Dutch translation made by Jurgen@CH-CF.

Bugfix: incorrect shutdown of application.

Updated polish translation file.

Bugfix: custom copy dialog did not import paths properly. Now it should support properly utf-8, unicode and ansi text files (closes [#2965090]).

Some firewalls reported registry modifying requests each time CH was started. Now registry is modified only in case the value would change.

Updated polish translation.

Updated russian translation by Alexander Polukhin.

Added information about time to finish task (closes [#2604192]) - patch [#2823576] received from eegee.

Reverted to the 32-bit tool for resource processing to be able to build 64bit CH on 32bit platform.

Separated (again) engine config class from the standard configuration.

  1. … 2 more files in changeset.
Small fixes/cleanups.

  1. … 2 more files in changeset.
Fixed broken build.

Added new classes for handling paths (unused currently).

  1. … 4 more files in changeset.
Various small cleanups.

Got rid of the CArrays from file information management classes.

Fix: fix for bug [#sf:2905420] introduced endless loop when searching for files.

Bugfix: input paths were ignored if nonexistent (closes [#sf:2905420]).

Bugfix: crashes when loading specific task files (closes [#sf:2905339]).

Removed old, unmaintained project files.

  1. … 2 more files in changeset.
Bugfix: clipboard monitoring fix (closes [#2904702]).

Bugfix: when building 64bit version, the ch2lng executable did not exist.

Changed e-mail contact in about-box to a contact form on www.copyhandler.com, where user can read when he shouldn't write.

  1. … 1 more file in changeset.
Bugfix: crash at startup (activation context) - first try to fix the problem not reproducible at home.