Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bugfix: Problem with crashing CH when changing buffer size while copying data (closes [2535995]).

Bugfix: fixed parametres -> parameters.

Bugfix: shortcuts were not visible in the shell context menu.

Bugfix: fixed crash when closing the clipboard monitoring dialog box.

Bugfix: crash during error logging.

Changed base object of FiltersArray from CArray to std::vector.

Updated files (related to splitting file filters from file infos).

Separated file filters from file informations.

Extracted the feedback handling outside of the copying routine (closes [#294]).

    • -0
    • +94
    ./FeedbackFileErrorDlg.cpp
    • -0
    • +52
    ./FeedbackFileErrorDlg.h
    • -0
    • +108
    ./FeedbackHandler.cpp
    • -0
    • +149
    ./FeedbackNotEnoughSpaceDlg.cpp
    • -0
    • +135
    ./FeedbackReplaceDlg.cpp
    • -0
    • +64
    ./FeedbackReplaceDlg.h
  1. … 20 more files in changeset.
Updated language for version 1.31 beta.

Bugfix: miniview selection does not work properly.

Added support for version checking and disabling of shell extension (closes [#435]).

  1. … 18 more files in changeset.
Removed support for changing the tasks directory (closes [#441]).

Bugfix: code detecting if partitions lies within the same physical disk entered an infinite loop on some cases.

Replaced CArchive-based serialization with icpf-based solution (closes [#431]).

Fixed some warnings from prefast.

Added /analyze option to the debug builds.

  1. … 1 more file in changeset.
Cleanups in the About dialog box (added info about translator, removed unnecessary e-mails, fixed compilation version).

Added missing resource.h file changes.

Upgraded support for checking newer version (closes [#427]).

  1. … 1 more file in changeset.
Updated translation from Nardog <nardog@e2umail.com>

Preliminary support for checking for updates (advances [#427]).

Added preliminary handler of the auto-update notification (advances [#427]).

Updated german translation by Patrick <skydive241@gmx.de>.

Updated translation system to allow non-ordered parameters inside formatting strings.

Partial update of the chinese language by "James Fancy" <jamesfancy@126.com>

Bugfix: crash while changing languages directory.

Updated the license headers in source files.

  1. … 87 more files in changeset.
Fixed issue with program autostart (HKLM vs HKCU).

  1. … 2 more files in changeset.
Added missing files to the commit related to fixing delete-after-copy problem.