CopyHandler

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

Reading base language before reading the real language.

    • -3
    • +41
    /src/libictranslate/ResourceManager.cpp
Changed behaviour of ReadTranslation() - now it needs to be called twice - first time to read base language and eventually second to read the real one.

    • -17
    • +4
    /src/libictranslate/ResourceManager.cpp
Added support for checksum handling in language files.

    • -72
    • +163
    /src/libictranslate/ResourceManager.cpp
    • -11
    • +13
    /src/libictranslate/ResourceManager.h
Removed non-unicode configurations from project.

    • -315
    • +0
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Added rc2lng project to the solution.

Separation of rc processing engine to the separate file.

    • -0
    • +579
    /src/rc2lng/rc.cpp
Removed unneeded included file.

    • -1
    • +0
    /src/libictranslate/LanguageDialog.cpp
Updated dialog related files with newer version of language dialogs.

  1. … 29 more files in changeset.
Merged help language dialog with the standard language dialog.

    • -69
    • +0
    /src/libictranslate/HelpLngDialog.cpp
    • -44
    • +0
    /src/libictranslate/HelpLngDialog.h
    • -3
    • +43
    /src/libictranslate/LanguageDialog.cpp
    • -2
    • +18
    /src/libictranslate/ResourceManager.cpp
First try to move language management to the external library.

Initial import.

    • -0
    • +66
    /ictranslate.vc90.sln
    • -0
    • +150
    /src/ictranslate/ICTranslateDlg.cpp
    • -0
    • +31
    /src/ictranslate/ICTranslateDlg.h
    • -0
    • +78
    /src/ictranslate/ictranslate.cpp
    • -0
    • +31
    /src/ictranslate/ictranslate.h
    • -0
    • +212
    /src/ictranslate/ictranslate.rc
    • -0
    • +449
    /src/ictranslate/ictranslate.vc90.vcproj
    • binary
    /src/ictranslate/res/ictranslate.ico
    • -0
    • +13
    /src/ictranslate/res/ictranslate.rc2
    • -0
    • +21
    /src/ictranslate/resource.h
    • -0
    • +7
    /src/ictranslate/stdafx.cpp
    • -0
    • +57
    /src/ictranslate/stdafx.h
    • -0
    • +26
    /src/ictranslate/targetver.h
    • -0
    • +69
    /src/libictranslate/HelpLngDialog.cpp
    • -0
    • +44
    /src/libictranslate/HelpLngDialog.h
  1. … 23 more files in changeset.
Copyright info is being taken from #define instead of language string.

Reset nonclient metrics struct before usage - could have related to strange behaviour of miniview dialog box.

Bugfix: wrong character set used in 64bit release build.

Installer and package generation script improvements (64bit).

Small files reorganization in the ch project.

    • -1858
    • +1862
    /src/ch/ch.vc90.vcproj
Improvements in the package generation code.

Removed the VERSION reading code with standard #defines.

    • -0
    • +53
    /src/chext/res/chext.rc2
    • -0
    • +34
    /src/common/version.h
Fixed some x86_64 warnings.

Changed the chext.dll name (expected) for the dll registration process.