ResourceManager.cpp

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed unnecessary includes. Sorted member initialization in constructors. (CH-318)

  1. … 143 more files in changeset.
Switched entire code to use nullptr instead of NULL (CH-259).

  1. … 98 more files in changeset.
Fixed several issues reported by coverity scan (CH-249).

  1. … 3 more files in changeset.
Fixed possible buffer overflow in translation module (CH-249).

Removed several unused functions (CH-216)

  1. … 6 more files in changeset.
Removed library libicpf, moved config support to libictranslate, log_file to libchcore (CH-217).

  1. … 155 more files in changeset.
Fixed additional warnings reported by cppcheck (CH-216) Disabled cstyleCast from being reported by cppcheck.

  1. … 23 more files in changeset.
Reduced number of errors and warnings reported by cppcheck (CH-216).

  1. … 78 more files in changeset.
Added VS2015 projects, updated code to build with this new compiler (CH-173).

  1. … 3 more files in changeset.
Changed CResourceManager to singleton.

  1. … 1 more file in changeset.
Added support for checking the translation format.

  1. … 2 more files in changeset.
Changed default line endings for source files to a consistent state with svn properties.

    • -1076
    • +1076
    ./ResourceManager.cpp
  1. … 25 more files in changeset.
Updated translation comparison code to support positionable format strings.

  1. … 1 more file in changeset.
Updated translation system to allow non-ordered parameters inside formatting strings.

  1. … 1 more file in changeset.
Updated the license headers in source files.

  1. … 22 more files in changeset.
Bugfix: wrong condition for setting language information on lost focus.

  1. … 1 more file in changeset.
Added sanity checks for the translation file + information when writing translation to file.

  1. … 2 more files in changeset.
Added simple validity checks on translation items.

  1. … 6 more files in changeset.
Added the language modification state checking before performing destructove operations.

  1. … 3 more files in changeset.
Removed version attribute from language file.

  1. … 1 more file in changeset.
Removed unneeded attributes from language files.

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

  1. … 3 more files in changeset.
Added icons placeholders to support custom language.

  1. … 10 more files in changeset.
Improvements in the translation application.

  1. … 6 more files in changeset.
Reading base language before reading the real language.

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.

  1. … 1 more file in changeset.
Added support for checksum handling in language files.

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

  1. … 7 more files in changeset.
Initial import.

    • -0
    • +602
    ./ResourceManager.cpp
  1. … 37 more files in changeset.