CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed default line endings for source files to a consistent state with svn properties.

    • -914
    • +914
    /src/ictranslate/ICTranslateDlg.cpp
    • -105
    • +105
    /src/ictranslate/ICTranslateDlg.h
    • -97
    • +97
    /src/ictranslate/ictranslate.cpp
    • -717
    • +717
    /src/libictranslate/LanguageDialog.cpp
    • -211
    • +211
    /src/libictranslate/LanguageDialog.h
    • -1076
    • +1076
    /src/libictranslate/ResourceManager.cpp
    • -227
    • +227
    /src/libictranslate/ResourceManager.h
    • -28
    • +28
    /src/libictranslate/libictranslate.cpp
    • -24
    • +24
    /src/libictranslate/libictranslate.h
  1. … 11 more files in changeset.
Changed default line endings for source files to a consistent state with svn properties.

    • -127
    • +127
    /ext/libicpf/src/libicpf/buffer.h
    • -18
    • +18
    /ext/libicpf/src/libicpf/callback.cpp
    • -18
    • +18
    /ext/libicpf/src/libicpf/callback.h
    • -27
    • +27
    /ext/libicpf/src/libicpf/cfg.cpp
    • -39
    • +39
    /ext/libicpf/src/libicpf/cfg_ini.cpp
    • -18
    • +18
    /ext/libicpf/src/libicpf/cfg_ini.h
    • -18
    • +18
    /ext/libicpf/src/libicpf/cfg_xml.cpp
    • -18
    • +18
    /ext/libicpf/src/libicpf/cfg_xml.h
    • -18
    • +18
    /ext/libicpf/src/libicpf/circ_buffer.cpp
    • -18
    • +18
    /ext/libicpf/src/libicpf/circ_buffer.h
    • -18
    • +18
    /ext/libicpf/src/libicpf/config_base.h
    • -20
    • +20
    /ext/libicpf/src/libicpf/config_property.cpp
    • -18
    • +18
    /ext/libicpf/src/libicpf/config_property.h
    • -18
    • +18
    /ext/libicpf/src/libicpf/conv.cpp
  1. … 25 more files in changeset.
Installer multilingual improvements (translated some custom strings to Polish).

Fixed deployment problem when build was made on VS2008 + SP1.

    • -4
    • +4
    /src/ictranslate/ictranslate.vc90.vcproj
Fixed potential deployment problem when build was made on VS2008 + SP1.

    • -4
    • +4
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Fixed deployment problem when build was made on VS2008 + SP1.

Bugfix: fixed formatting of data sizes in several places (e.g. tooltips in clipboard monitoring dialog).

Added some descriptive text to the file replace dialog box.

Updated polish language file (by Ixen).

Traditional Chinese language by Tony Yu.

    • binary
    /src/ch/langs/TraditionalChinese.lng
Korean language update by TaeJung Um.

Updated italian language file by chicco83.

Bugfix: crash when creating file description object in some cases.

Bugfix: Problem with crashing CH when changing buffer size while copying data (closes [2535995]).

Added another set of methods to log file to support logging with variable argument list. Current methods that supported variable argument lists were changed to log unformatted strings.

    • -2
    • +2
    /ext/libicpf/src/libicpf/exception.cpp
Bugfix: fixed parametres -> parameters.

Bugfix: shortcuts were not visible in the shell context menu.

Bugfix: fixed crash when closing the clipboard monitoring dialog box.

Bugfix: Win+E keyboard shortcut did not work when CH was not running.

Bugfix: crash during error logging.

Updated scripts and code for sf.net [ 2073978 ]

Changed base object of FiltersArray from CArray to std::vector.

Updated files (related to splitting file filters from file infos).

Separated file filters from file informations.

    • -0
    • +589
    /src/ch/FileFilter.cpp
    • -0
    • +108
    /src/ch/FileFilter.h
Added base 'interface' to be derived from.

    • -0
    • +34
    /ext/libicpf/src/libicpf/interface.h
    • -0
    • +4
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Extracted the feedback handling outside of the copying routine (closes [#294]).

    • -0
    • +94
    /src/ch/FeedbackFileErrorDlg.cpp
    • -0
    • +52
    /src/ch/FeedbackFileErrorDlg.h
    • -0
    • +108
    /src/ch/FeedbackHandler.cpp
    • -0
    • +94
    /src/ch/FeedbackHandler.h
    • -0
    • +149
    /src/ch/FeedbackNotEnoughSpaceDlg.cpp
    • -24
    • +14
    /src/ch/FeedbackNotEnoughSpaceDlg.h
    • -0
    • +135
    /src/ch/FeedbackReplaceDlg.cpp
    • -0
    • +64
    /src/ch/FeedbackReplaceDlg.h
  1. … 20 more files in changeset.
Updated version of CH/chext.

Updated language for version 1.31 beta.

Updated translation comparison code to support positionable format strings.

    • -30
    • +37
    /src/libictranslate/ResourceManager.cpp
Bugfix: invalid input parameters parsing.