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

Reading base language before reading the real language.

    • -3
    • +41
    ./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
    ./libictranslate/ResourceManager.cpp
Added support for checksum handling in language files.

    • -72
    • +163
    ./libictranslate/ResourceManager.cpp
    • -11
    • +13
    ./libictranslate/ResourceManager.h
Added rc2lng project to the solution.

  1. … 2 more files in changeset.
Separation of rc processing engine to the separate file.

Removed unneeded included file.

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.

    • -3
    • +43
    ./libictranslate/LanguageDialog.cpp
    • -2
    • +18
    ./libictranslate/ResourceManager.cpp
    • -16
    • +0
    ./libictranslate/libictranslate.vc90.vcproj
First try to move language management to the external library.

  1. … 1 more file in changeset.
Initial import.

    • -0
    • +150
    ./ictranslate/ICTranslateDlg.cpp
    • -0
    • +31
    ./ictranslate/ICTranslateDlg.h
    • -0
    • +78
    ./ictranslate/ictranslate.cpp
    • -0
    • +31
    ./ictranslate/ictranslate.h
    • -0
    • +212
    ./ictranslate/ictranslate.rc
    • -0
    • +449
    ./ictranslate/ictranslate.vc90.vcproj
    • binary
    ./ictranslate/res/ictranslate.ico
    • -0
    • +13
    ./ictranslate/res/ictranslate.rc2
    • -0
    • +21
    ./ictranslate/resource.h
    • -0
    • +7
    ./ictranslate/stdafx.cpp
    • -0
    • +57
    ./ictranslate/stdafx.h
    • -0
    • +26
    ./ictranslate/targetver.h
    • -0
    • +69
    ./libictranslate/HelpLngDialog.cpp
    • -0
    • +44
    ./libictranslate/HelpLngDialog.h
    • -0
    • +680
    ./libictranslate/LanguageDialog.cpp
  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.

Small files reorganization in the ch project.

Removed the VERSION reading code with standard #defines.

    • -0
    • +53
    ./chext/res/chext.rc2
  1. … 1 more file in changeset.
Fixed some x86_64 warnings.

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

Bugfix:shell extension in unicode mode were not using unicode character set.