CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bump version to 1.47.

Fixed problem with copying directories containing trailing whitespace (CH-374)

Fixed problem with shell extension incorrectly identifying operation to be performed when handling more than 16 files at once (CH-370).

    • -1
    • +42
    /src/common/TShellExtMenuConfig.cpp
Fixed problem with shell extension registration/unregistration when there are missing keys in registry (CH-369)

Fixed problem with TString::Replace() method corrupting memory (CH-366)

Fixed problem with unnecessary migration of task db when created with the same version of CH (CH-359)

    • -1
    • +1
    /src/libserializer/TSQLiteTaskSchema.cpp
Fixed problem with replace dialog box sizing (CH-355)

Fix output directory detection by jenkins script.

Adjust path detection in jenkins scripts.

Adjusted boost path.

Reverted changes migrating to innosetup 6 due to missing support for WinXP.

Removed run-as-admin requirement for regchext as an attempt to avoid issues with winxp registration.

Fixed warnings.

    • -1
    • +1
    /src/libchengine/TLocalFilesystemFind.cpp
    • -1
    • +1
    /src/libchengine/TOrderedBufferQueue.cpp
Fixed coverity scan-reported issues.

    • -1
    • +7
    /src/libchengine/TLocalFilesystemFind.cpp
    • -1
    • +7
    /src/libchengine/TOrderedBufferQueue.cpp
Removed unused file.

    • -6
    • +0
    /src/chext/chext.vc140.vcxproj.filters
Updated sqlite to 3.33.0.

    • -1673
    • +5523
    /ext/sqlite3/shell.c
    • -18479
    • +27147
    /ext/sqlite3/sqlite3.c
Updated boost to 1.74.

Resolved warnings reported by inno setup compiler.

Removed unsupported installer languages.

Migrated to inno setup 6.

Changed default version of boost to be used for builds.

Fixed warning-as-error issue with newest boost and VS versions.

Enabled enforcing type conversion rules (CH-338).

    • -0
    • +8
    /ext/googletest/gmock-dynamic-crt.vcxproj
    • -0
    • +8
    /ext/googletest/gmock-static-crt.vcxproj
    • -0
    • +8
    /src/libchcore/libchcore.vc140.vcxproj
    • -0
    • +8
    /src/liblogger/liblogger.vc140.vcxproj
    • -0
    • +8
    /src/libserializer/libserializer.vcxproj
Fixed problem with missing icons in shell extension context menu (CH-345) Fixed crash when displaying folder sizes in shell extension context menu (CH-344).

Fixed installer to properly register autorun while installing (CH-343)

Removed unusable removal of CH autorun on uninstall (CH-343)

Removed release-only setting of autorun on every start of CH (CH-343)

Removed command line option --EnableLaunchAtStartup. Option to start CH at boot is now directly tied to registry setting "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run" and is no longer stored/read in CH config. Updated installer to enable starting CH at boot by writing values to registry instead of trying to launch CH to do that. (CH-343).

Added Spanish language submitted by forum user Vicus (CH-342)

Fixed problem with shell extension not displaying single menu entries (CH-341)

    • -8
    • +16
    /src/libchengine/ConfigNodeContainer.cpp
    • -7
    • +22
    /src/libchengine/Tests/TestsTConfig.cpp