Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Traditional Chinese language by Tony Yu.

    • binary
    ./ch/langs/TraditionalChinese.lng
Korean language update by TaeJung Um.

Updated italian language file by chicco83.

Bugfix: crash when creating file description object in some cases.

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: Win+E keyboard shortcut did not work when CH was not running.

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.

    • -0
    • +589
    ./ch/FileFilter.cpp
    • -0
    • +108
    ./ch/FileFilter.h
Extracted the feedback handling outside of the copying routine (closes [#294]).

    • -0
    • +94
    ./ch/FeedbackFileErrorDlg.cpp
    • -0
    • +52
    ./ch/FeedbackFileErrorDlg.h
    • -0
    • +108
    ./ch/FeedbackHandler.cpp
    • -0
    • +94
    ./ch/FeedbackHandler.h
    • -0
    • +149
    ./ch/FeedbackNotEnoughSpaceDlg.cpp
    • -24
    • +14
    ./ch/FeedbackNotEnoughSpaceDlg.h
    • -0
    • +135
    ./ch/FeedbackReplaceDlg.cpp
    • -0
    • +64
    ./ch/FeedbackReplaceDlg.h
  1. … 20 more files in changeset.
Updated version of CH/chext.

Updated language for version 1.31 beta.

Updated translation comparison code to support positionable format strings.

    • -30
    • +37
    ./libictranslate/ResourceManager.cpp
Bugfix: invalid input parameters parsing.

Added missing files.

    • -0
    • +38
    ./chext/chext-utils.h
Bugfix: miniview selection does not work properly.

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

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

Added skeleton of engine configuration class with support for reading and setting working directory for the engine (advances [#441]).

    • -0
    • +43
    ./libchcore/EngineCfg.cpp
    • -0
    • +46
    ./libchcore/EngineCfg.h
    • -29
    • +37
    ./libchcore/libchcore.vc90.vcproj
Added new interface for version controlling of shell extension (advances [#435]).

    • -0
    • +30
    ./chext/ShellExtControl.cpp
    • -0
    • +47
    ./chext/ShellExtControl.h
    • -0
    • +26
    ./chext/ShellExtControl.rgs
Bugfix: code detecting if partitions lies within the same physical disk entered an infinite loop on some cases.

Added fake export to force generation of .lib.

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

Added template of the libchcore library (advances [#256]).

    • -0
    • +16
    ./libchcore/dllmain.cpp
    • -0
    • +5
    ./libchcore/libchcore.cpp
    • -0
    • +26
    ./libchcore/libchcore.h
    • -0
    • +441
    ./libchcore/libchcore.vc90.vcproj
    • -0
    • +16
    ./libchcore/stdafx.h
    • -0
    • +24
    ./libchcore/targetver.h
  1. … 1 more file in changeset.
Fixed some warnings from prefast.

Added /analyze option to the debug builds.