CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added support for version checking and disabling of shell extension (closes [#435]).

  1. … 10 more files in changeset.
Added support for registering ch shell extension at installation time (closes [#438]).

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
    /src/libchcore/EngineCfg.cpp
    • -0
    • +46
    /src/libchcore/EngineCfg.h
    • -29
    • +37
    /src/libchcore/libchcore.vc90.vcproj
Made config destructor virtual.

Added new interface for version controlling of shell extension (advances [#435]).

    • -0
    • +30
    /src/chext/ShellExtControl.cpp
    • -0
    • +47
    /src/chext/ShellExtControl.h
    • -0
    • +26
    /src/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]).

Improved serialization support.

    • -202
    • +4
    /ext/libicpf/src/libicpf/file.cpp
Changed the alternative file class name.

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

    • -0
    • +16
    /src/libchcore/dllmain.cpp
    • -0
    • +5
    /src/libchcore/libchcore.cpp
    • -0
    • +26
    /src/libchcore/libchcore.h
    • -0
    • +441
    /src/libchcore/libchcore.vc90.vcproj
    • -0
    • +8
    /src/libchcore/stdafx.cpp
    • -0
    • +16
    /src/libchcore/stdafx.h
    • -0
    • +24
    /src/libchcore/targetver.h
Fixed some warnings from prefast.

Added /analyze option to the debug builds.

Enabled /analyze option for debug builds.

    • -0
    • +1
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Added support for reading language files at startup.

    • -0
    • +34
    /src/ictranslate/ICTranslateDlg.cpp
Bugfix: start menu shortcut was not properly created.

Added start menu shortcut to ictranslate (closes [#429]).

Added contact info definition.

Added capability of retrieving current language info.

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]).

Added support for reading properties from buffer with data.

    • -1
    • +66
    /ext/libicpf/src/libicpf/cfg_ini.cpp
    • -0
    • +2
    /ext/libicpf/src/libicpf/config_base.h
Updated translation from Nardog <nardog@e2umail.com>

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

    • -0
    • +86
    /src/ch/UpdaterDlg.cpp
    • -0
    • +29
    /src/ch/UpdaterDlg.h
Added preliminary handler of the auto-update notification (advances [#427]).

    • -0
    • +60
    /src/ch/UpdateChecker.cpp
    • -0
    • +25
    /src/ch/UpdateChecker.h
Updated german translation by Patrick <skydive241@gmx.de>.

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

    • -0
    • +85
    /src/libictranslate/ResourceManager.cpp
    • -0
    • +23
    /src/libictranslate/ResourceManager.h
Updated translation system to allow non-ordered parameters inside formatting strings.