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

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.