CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Improved unit tests framework integration (CH-51)

    • -3
    • +3
    /src/libchcore/Tests/TDataBufferManagerTest.cpp
    • -5
    • +517
    /src/libchcore/libchcore.vc90.vcproj
    • -11
    • +0
    /tests/libchcore_test/src/libchcore_test.cpp
  1. … 12 more files in changeset.
Added new, Afrikaans translation by Jano Barnard (CH-47).

    • binary
    /src/ch/langs/afrikaans.lng
Fixed: Docking button functionality changes the window dimensions (CH-45)

Dialogs sizing incorrect (CH-44)

Dialogs sizing incorrect (CH-44)

    • -7
    • +4
    /src/libictranslate/LanguageDialog.cpp
Adjust build paths to support simultaneous builds in VC9.0 and VC11.0 (CH-39)

    • -10
    • +10
    /src/libchcore/libchcore.vc110.vcxproj
Adjust build paths to support simultaneous builds in VC9.0 and VC11.0 (CH-39)

    • -4
    • +4
    /src/ictranslate/ictranslate.vc90.vcproj
Adjust build paths to support simultaneous builds in VC9.0 and VC11.0 (CH-39)

    • -4
    • +4
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Various cleanups not affecting functionality.

    • -254
    • +0
    /src/ch/TSubTaskProgressInfo.cpp
Bugfix: Problems registering shell extension from Tools menu (CH-40)

    • -13
    • +55
    /src/ch/TShellExtensionClient.cpp
Double unregistering of shell extension (CH-42)

HTML Help cleanup (CH-41)

Create empty chcmd project (CH-43).

    • -0
    • +33
    /src/chcmd/ReadMe.txt
    • -0
    • +12
    /src/chcmd/chcmd.cpp
    • -0
    • +399
    /src/chcmd/chcmd.vc110.vcproj
    • -0
    • +407
    /src/chcmd/chcmd.vc90.vcproj
    • -0
    • +13
    /src/chcmd/targetver.h
Added VS 2012 solution and project files.

    • -0
    • +167
    /ext/gmock/gmock.vcxproj
    • -0
    • +22
    /ext/gmock/gmock.vcxproj.filters
    • -0
    • +1158
    /src/ch/ch.vc110.vcxproj
    • -0
    • +805
    /src/ch/ch.vc110.vcxproj.filters
    • -0
    • +305
    /src/chext/chext.vc110.vcxproj
    • -0
    • +125
    /src/chext/chext.vc110.vcxproj.filters
    • -0
    • +301
    /src/libchcore/libchcore.vc110.vcxproj
    • -0
    • +290
    /src/libchcore/libchcore.vc110.vcxproj.filters
    • -0
    • +208
    /tests/libchcore_test/libchcore_test.vcxproj
Added VS2012 solution and projects.

    • -0
    • +55
    /ictranslate.vc110.sln
    • -0
    • +268
    /src/ictranslate/ictranslate.vc110.vcxproj
    • -0
    • +75
    /src/ictranslate/ictranslate.vc110.vcxproj.filters
    • -0
    • +67
    /src/libictranslate/libictranslate.vc110.vcxproj.filters
    • -0
    • +256
    /src/rc2lng/rc2lng.vc110.vcxproj
    • -0
    • +50
    /src/rc2lng/rc2lng.vc110.vcxproj.filters
Added VS2012 project files.

    • -0
    • +38
    /ext/libicpf/libicpf.vc110.sln
    • -0
    • +236
    /ext/libicpf/src/libicpf/libicpf.vc110.vcxproj
    • -0
    • +141
    /ext/libicpf/src/libicpf/libicpf.vc110.vcxproj.filters
Bugfix (CH-32): Crash when right-clicking on any control in Status Dialog (64-bit Windows only)

Data buffer fixes.

Additional unit tests for new buffer manager.

Changed configuration names from (Debug|Release)-Unicode to (Debug|Release).

Changed configuration names from (Debug|Release)-Unicode to (Debug|Release).

Changed configuration names from (Debug|Release)-Unicode to (Debug|Release).

    • -9
    • +9
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Changed configuration names from (Debug|Release)-Unicode to (Debug|Release).

    • -12
    • +20
    /src/ictranslate/ictranslate.vc90.vcproj
Updated projects to use references instead of manual library input.

    • -0
    • +20
    /ext/gmock/gmock.sln
    • -0
    • +303
    /ext/gmock/gmock.vcproj
    • -0
    • +12822
    /ext/gmock/include/gmock/gmock.h
    • -0
    • +19537
    /ext/gmock/include/gtest/gtest.h
    • -0
    • +10554
    /ext/gmock/src/gmock-gtest-all.cc
    • -17
    • +21
    /src/libchcore/libchcore.vc90.vcproj
    • -0
    • +403
    /tests/libchcore_test/libchcore_test.vcproj
  1. … 5 more files in changeset.
Build script will try to sign all executables by default (including installer executable).

Refactoring: Replaced old buffer management with new, improved one.

    • -56
    • +106
    /src/libchcore/TSubTaskCopyMove.cpp
Added missing changes for buffer manager refactoring.

Added re-sizing support for the new buffer manager (+additional refactoring).

    • -39
    • +281
    /src/libchcore/TDataBuffer.cpp
Refactoring: rewritten parts of the new data buffer class.

    • -46
    • +148
    /src/libchcore/TDataBuffer.cpp
Fixed build script.