CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bugfix: error dialog presented empty error messages (CH-248).

    • -1
    • +5
    /src/libchcore/TWin32ErrorFormatter.cpp
Fixed problem of importing tasks while other are running (CH-246).

Rough tuning of buffer sizes (CH-245).

Changed default setting for showing icons in shelle extension menu. Remove the experimental notice in english text and polish translation of shell extension options. (CH-244).

Fixed half-empty explorer context menu when using owner-drawn items (CH-244).

    • -0
    • +10
    /src/common/TShellExtMenuConfig.cpp
Updated inno setup installer script to uninstall locked files after reboot (CH-243).

Translation cleanups and updates (CH-242)

    • binary
    /src/ch/langs/TraditionalChinese.lng
Completely disabled sending http headers as they are causing trouble not only in WinXP but also Vista. Improved the user agent string. Additional cleanups in update checker. (CH-241).

Modified updates checking: - added new option to let user decide if he wants secure connection or not (with autodetection), - fixed error messages being displayed incorrectly or empty, - fixed ability to re-check for updates after failure. (CH-241).

    • -1
    • +1
    /src/libchcore/TWin32ErrorFormatter.cpp
Fixed version template to include secure and non-secure addresses (CH-241).

Update checker fixed for Windows XP (CH-241).

Fixed problem with directories' timestamps not being preserved (CH-240)

    • -2
    • +28
    /src/libchcore/TSubTaskCopyMove.cpp
Disabled SIMD extensions in UUID library in boost (CH-239).

Updated boost build scripts to disable SSE for x86_32 builds (CH-239).

Disabled enhanced instruction set (SSE/SSE2) from x86_32 build to (possibly) allow CH to run on older hardware (Athlon, Athlon XP) (CH-239).

    • -0
    • +4
    /src/libchcore/libchcore.vc140.vcxproj
Fixed unit tests for overlapped buffer management (CH-238).

Fixed problem with task hanging after several re-tries on errors (CH-238)

    • -30
    • +74
    /src/libchcore/TSubTaskCopyMove.cpp
Fixed problem with mini-status window showing black 100% filled progress bar for waiting tasks (CH-237).

Reduced dependency on LocalFilesystem within task processing code (CH-236).

Fixed problem with language change not being applied immediately throughout the program (CH-235). Updated polish language file.

    • -1
    • +1
    /src/libchcore/ConfigNodeContainer.cpp
Added drop functionality to file list and destination combo in custom copy dialog (CH-25)

    • -0
    • +72
    /src/ch/CDragDropComboEx.cpp
    • -0
    • +38
    /src/ch/CDragDropComboEx.h
    • -0
    • +70
    /src/ch/CDragDropListCtrl.cpp
    • -0
    • +38
    /src/ch/CDragDropListCtrl.h
Fixed the installer functionality to start CH automatically with system (CH-234)

Fixed problem with restarting move operation that only consisted of fast-move subtask (CH-233).

Task progress data invalid after CH reloads (CH-228).

    • -1
    • +22
    /src/libchcore/TSQLiteTaskSchema.cpp
    • -3
    • +21
    /src/libchcore/TSubTaskScanDirectory.cpp
    • -0
    • +1
    /src/libchcore/TSubTaskScanDirectory.h
Fixed issue with wrong estimated time being shown for non-size based subtasks (CH-232).

Possible fix to a problem with shell extension communication with CH (CH-230).

Fixed release timestamping using time.certum.pl (CH-231).

Fixed gui not displaying source path after copy/move operation ends (CH-229).

    • -0
    • +10
    /src/libchcore/TTaskStatsSnapshot.cpp
Added option to perform fast-move as a pre-block action (or not). By default fast-move will be done after blocking, but before directory scanning. (CH-223)

    • -19
    • +45
    /src/libchcore/TSubTaskArray.cpp
    • -2
    • +2
    /src/libchcore/TSubTaskStatsSnapshot.cpp
    • -44
    • +4
    /src/libchcore/TTaskOperationPlan.cpp
Fixed the 64bit division problem (CH-227).