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

Added support for reading language files at startup.

Bugfix: start menu shortcut was not properly created.

  1. … 1 more file in changeset.
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]).

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

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

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

    • -0
    • +85
    ./libictranslate/ResourceManager.cpp
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.

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

Version upgrade to 1.30 final.

Updated the license headers in source files.

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

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

  1. … 1 more file in changeset.
Updated version.

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

  1. … 1 more file in changeset.
Version upgrade.

Added missing files to the commit related to fixing delete-after-copy problem.

Bugfix: quickfix for the problem with files being deleted even when they was skipped when copying.(closes [#293]).

Added shell extension registration failover - when standard registration fails with access denied, then the regsvr32 process is launched with elevated privileges.