CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Version upgrade.

Updated polish translation with the ictranslate tool.

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

Added two files to the setup: libictranslate library and ictranslate tool.

Bugfix: wrong parameter order when using html help.

Changed output file names to more templated.

Changed output file names to more templated.

    • -4
    • +4
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Changed output file names to more templated.

    • -0
    • +2
    /src/ictranslate/ictranslate.vc90.vcproj
Added ictranslate project to the solution.

Added missing resource.h changes.

Cleanup of message handlers.

    • -34
    • +31
    /src/ictranslate/ICTranslateDlg.h
Usability enhancements - accelerator keys, menu entries.

    • -4
    • +98
    /src/ictranslate/ICTranslateDlg.cpp
Bugfix: wrong condition for setting language information on lost focus.

    • -1
    • +1
    /src/libictranslate/ResourceManager.cpp
Added sanity checks for the translation file + information when writing translation to file.

    • -2
    • +36
    /src/ictranslate/ICTranslateDlg.cpp
    • -0
    • +21
    /src/libictranslate/ResourceManager.cpp
Renamed Resource.h to resource.h.

    • -5
    • +1
    /src/ictranslate/ictranslate.vc90.vcproj
Added simple validity checks on translation items.

    • -3
    • +17
    /src/ictranslate/ICTranslateDlg.cpp
    • -0
    • +8
    /src/ictranslate/ictranslate.vc90.vcproj
    • binary
    /src/ictranslate/res/icon_warning.ico
    • -0
    • +56
    /src/libictranslate/ResourceManager.cpp
Added proper sizing of lists' headers.

    • -3
    • +11
    /src/ictranslate/ICTranslateDlg.cpp
Added ability to set language information when control loses focus.

    • -0
    • +37
    /src/ictranslate/ICTranslateDlg.cpp
Bugfix: some methods did not set the modification flag.

Dialog layout adjustments.

Added the language modification state checking before performing destructove operations.

    • -5
    • +32
    /src/ictranslate/ICTranslateDlg.cpp
    • -2
    • +40
    /src/libictranslate/ResourceManager.cpp
Removed version attribute from language file.

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

    • -5
    • +5
    /src/libictranslate/LanguageDialog.cpp
    • -60
    • +4
    /src/libictranslate/ResourceManager.cpp
    • -13
    • +1
    /src/libictranslate/ResourceManager.h
Removed unneeded attributes from language files.

  1. … 3 more files in changeset.
Added support for setting unregistered properties.

Added support for setting NULL strings as property values.

Added preliminary support for writing translation files.

    • -1
    • +62
    /src/ictranslate/ICTranslateDlg.cpp
    • -8
    • +64
    /src/libictranslate/ResourceManager.cpp
Added icons placeholders to support custom language.

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

    • -3
    • +171
    /src/ictranslate/ICTranslateDlg.cpp
    • -0
    • +4
    /src/ictranslate/ictranslate.vc90.vcproj
    • -44
    • +165
    /src/libictranslate/ResourceManager.cpp
    • -4
    • +30
    /src/libictranslate/ResourceManager.h
Changed direct member access to the accessor function.