CopyHandler

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

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

Bugfix: with null string there was a problem with get_string().

Bugfix: crash while changing languages directory.

Added helper scripts for handling tagging of CH related projects.

Removed comment from version.h - conflict with inno setup compiler.

Version upgrade to 1.30 final.

Updated the license headers in source files.

    • -19
    • +18
    /ext/libicpf/src/libicpf/callback.cpp
    • -19
    • +18
    /ext/libicpf/src/libicpf/callback.h
    • -19
    • +18
    /ext/libicpf/src/libicpf/cfg.cpp
    • -0
    • +18
    /ext/libicpf/src/libicpf/cfg_ini.cpp
    • -0
    • +18
    /ext/libicpf/src/libicpf/cfg_xml.cpp
    • -19
    • +18
    /ext/libicpf/src/libicpf/circ_buffer.cpp
    • -19
    • +18
    /ext/libicpf/src/libicpf/circ_buffer.h
    • -0
    • +18
    /ext/libicpf/src/libicpf/config_base.h
    • -0
    • +18
    /ext/libicpf/src/libicpf/config_property.cpp
    • -0
    • +18
    /ext/libicpf/src/libicpf/config_property.h
    • -19
    • +18
    /ext/libicpf/src/libicpf/conv.cpp
  1. … 24 more files in changeset.
Updated the license headers in source files.

    • -0
    • +18
    /src/ictranslate/ICTranslateDlg.cpp
    • -20
    • +18
    /src/libictranslate/LanguageDialog.cpp
    • -19
    • +18
    /src/libictranslate/LanguageDialog.h
    • -19
    • +18
    /src/libictranslate/ResourceManager.cpp
    • -19
    • +18
    /src/libictranslate/ResourceManager.h
    • -0
    • +18
    /src/libictranslate/libictranslate.cpp
    • -0
    • +18
    /src/libictranslate/libictranslate.h
  1. … 8 more files in changeset.
Updated the license headers in source files.

  1. … 87 more files in changeset.
Removed unneeded file.

Changed inno setup compiler to the command line version and corrected output directory.