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

Bugfix: html help problem with parameter order.

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

Updated polish translation with the ictranslate tool.

Bugfix: nonexistent include file (moved previously to libictranslate).

Bugfix: wrong parameter order when using html help.

Changed output file names to more templated.

    • -4
    • +4
    ./libictranslate/libictranslate.vc90.vcproj
Changed output file names to more templated.

Added ictranslate project to the solution.

  1. … 1 more file in changeset.
Added missing resource.h changes.

Cleanup of message handlers.

Usability enhancements - accelerator keys, menu entries.

Bugfix: wrong condition for setting language information on lost focus.

Added sanity checks for the translation file + information when writing translation to file.

    • -0
    • +21
    ./libictranslate/ResourceManager.cpp
Renamed Resource.h to resource.h.

Added simple validity checks on translation items.

    • binary
    ./ictranslate/res/icon_warning.ico
    • -0
    • +56
    ./libictranslate/ResourceManager.cpp
Added proper sizing of lists' headers.

Added ability to set language information when control loses focus.

Bugfix: some methods did not set the modification flag.

Dialog layout adjustments.

Added the language modification state checking before performing destructove operations.

    • -2
    • +40
    ./libictranslate/ResourceManager.cpp
Removed version attribute from language file.

    • -29
    • +1
    ./libictranslate/ResourceManager.cpp
Removed unneeded attributes from language files.

    • -60
    • +4
    ./libictranslate/ResourceManager.cpp
Removed unneeded attributes from language files.

  1. … 3 more files in changeset.
Added preliminary support for writing translation files.

    • -8
    • +64
    ./libictranslate/ResourceManager.cpp
Added icons placeholders to support custom language.

    • -5
    • +273
    ./ictranslate/ICTranslateDlg.cpp
    • -4
    • +20
    ./ictranslate/ictranslate.vc90.vcproj
    • binary
    ./ictranslate/res/icon_invalid.ico
    • binary
    ./ictranslate/res/icon_nonexistent.ico
    • binary
    ./ictranslate/res/icon_overfluous.ico
    • binary
    ./ictranslate/res/icon_valid.ico
    • -1
    • +44
    ./libictranslate/ResourceManager.cpp
Improvements in the translation application.

    • -3
    • +171
    ./ictranslate/ICTranslateDlg.cpp
    • -44
    • +165
    ./libictranslate/ResourceManager.cpp
Changed direct member access to the accessor function.