CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed problem with stats not being updated when skipping file (CH-302) Simplified error management for feedback wrappers.

    • -30
    • +5
    /src/libchcore/TOverlappedReaderFB.cpp
    • -76
    • +17
    /src/libchcore/TOverlappedWriterFB.cpp
    • -38
    • +17
    /src/libchcore/TSubTaskCopyMove.cpp
    • -5
    • +4
    /src/libchcore/TSubTaskScanDirectory.cpp
Fixed showing file error dialog when getting file size fails (e.g. when implicit file opening fails) (CH-197).

    • -1
    • +1
    /src/libchcore/TLocalFilesystemFile.cpp
    • -7
    • +53
    /src/libchcore/TOverlappedWriterFB.cpp
    • -6
    • +25
    /src/libchcore/TSubTaskCopyMove.cpp
Fixed crash in shell extension when other shell extension features menu item icons and text including copy/paste/cut or polish equivalent (CH-296)

Added missing break in code (CH-301).

Improved shell extension integration to allow cooperating with Q-Dir and Everything (and possibly with a whole lot of different software) (CH-266).

Bugfix: adding new favorite paths in the directory chooser dialog did not update the shell extensions' explorer menu (CH-299).

Fixed shell extension to properly detect the operation to be performed when using drag&drop and keyboard integration (CH-300).

Added updated translation file for Turkish translation (CH-294).

Corrected positioning of CH entries in explorer context menu for Polish and English languages. Improved error management in shell extension (CH-296).

    • -67
    • +135
    /src/chext/ShellExtControl.cpp
Fixed write retries not working properly (CH-297). Added file re-opening on read and write failures (CH-197).

    • -0
    • +3
    /src/libchcore/TOverlappedReaderFB.cpp
    • -3
    • +21
    /src/libchcore/TOverlappedWriter.cpp
    • -1
    • +4
    /src/libchcore/TOverlappedWriterFB.cpp
Fixed silent resume (CH-197).

Fixed subtask/task/global stats to show correct current speeds (CH-293).

    • -0
    • +27
    /src/libchcore/EngineConstants.h
    • -5
    • +21
    /src/libchcore/TSubTaskStatsSnapshot.cpp
    • -2
    • +2
    /src/libchcore/TSubTaskStatsSnapshot.h
    • -0
    • +1
    /src/libchcore/libchcore.vc140.vcxproj
Partial integration of opening files for write in the background (without explicit Open call) (CH-197).

    • -202
    • +30
    /src/libchcore/TFilesystemFileFeedbackWrapper.cpp
    • -22
    • +59
    /src/libchcore/TLocalFilesystemFile.cpp
    • -10
    • +15
    /src/libchcore/TLocalFilesystemFile.h
    • -48
    • +23
    /src/libchcore/TSubTaskCopyMove.cpp
Unit tests fix (CH-197)

Simplified opening source file - explicit opening of source file is not needed anymore (CH-197)

    • -35
    • +27
    /src/libchcore/TLocalFilesystemFile.cpp
    • -15
    • +3
    /src/libchcore/TSubTaskCopyMove.cpp
Fixed problem with error message formatting for error messages containing placeholders (CH-292).

    • -2
    • +2
    /src/libchcore/TWin32ErrorFormatter.cpp
Updated sqlite library to 3.15.1 (CH-280)

Fixed several issues with pausing and resuming tasks (CH-291)

    • -0
    • +5
    /src/libchcore/TOverlappedReaderFB.cpp
    • -2
    • +24
    /src/libchcore/TOverlappedWriterFB.cpp
Removed calling regchext.exe during installation as inno setup handles registration of both 32 and 64bit components correctly (CH-286).

Enabled 32-bit shell extension registration at 64-bit install time (CH-286)

Fixed problem with task stats not getting in line with global stats (CH-290).

Added explorer taskbar progress bar for status window (CH-289).

    • -0
    • +48
    /src/ch/TExplorerTaskBarProgress.cpp
    • -0
    • +37
    /src/ch/TExplorerTaskBarProgress.h
Updated regchext icon to not look identical to CH icon (CH-286)

Reduced scope of variable as suggected by cppcheck (CH-272).

Enabled better positioning of CH dialog boxes (CH-288).

Fixed code issues reported by cppcheck (CH-272)

    • -1
    • +1
    /src/ch/TWindowMessageFilterHelper.cpp
Added missing dependency to 32bit shell extension directory in 64bit deploy (CH-286)

Fixed crash occurring when there are no tasks and we try to select one anyway (CH-277).

Added regchext to installer script and portable creation script (CH-286).

Fixed spelling in setup script (CH-286)