Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Switched attribute and file times setting (for files and directories) to use Vista win32 api where possible. Changing attributes will now open the error dialog instead of putting task in error state. Merged attributes and file times options in configuration. Fixed hangs when pausing and resuming tasks. Fixed hangs when ending operation. (CH-200)

  1. … 21 more files in changeset.
Updated Turkish translation file with the new version from Onur (CH-294).

Added missing break in code (CH-301).

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).

  1. … 1 more file in changeset.
Added updated translation file for Turkish translation (CH-294).

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

    • -0
    • +48
    ./TExplorerTaskBarProgress.cpp
    • -0
    • +37
    ./TExplorerTaskBarProgress.h
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. … 3 more files in changeset.
Fixed crash occurring when there are no tasks and we try to select one anyway (CH-277).

Added automatic selection of task when opening status dialog with no task hint (CH-277).

Improvements in shell extension registration process (CH-286). Updated Polish translation.

  1. … 8 more files in changeset.
Updated Version info in CH binaries (CH-287).

  1. … 16 more files in changeset.
Enabled communication from non-elevated explorer to elevated Copy Handler (CH-285).

    • -0
    • +46
    ./TWindowMessageFilterHelper.cpp
    • -0
    • +28
    ./TWindowMessageFilterHelper.h
Changed shell extension to receive its configuration from CH using shared memory instead of relying on WM_GETCONFIG window message (CH-284).

    • -0
    • +229
    ./TShellExtensionConfig.cpp
    • -0
    • +45
    ./TShellExtensionConfig.h
  1. … 20 more files in changeset.
Simplified shell extension menu management as a preparation to move its configuration to shared memory (CH-284)

  1. … 19 more files in changeset.
Enabled Multi Process compilation for all CH projects (CH-283).

  1. … 7 more files in changeset.
Fixed buffer count behavior in options (CH-279)

Improved timer naming in code (CH-273).

Made RPC_E_CHANGED_MODE error on CoInitializeEx non-fatal, allowing to launch CH (CH-275).

Added thread id to the log output (CH-206)

  1. … 1 more file in changeset.
Added lots of logging to filesystem handling functions (CH-206)

  1. … 15 more files in changeset.
Various code cleanups (CH-273)

  1. … 1 more file in changeset.
Various code cleanups (CH-273)

  1. … 33 more files in changeset.
Fixed several issues reported by cppcheck (CH-272).

  1. … 4 more files in changeset.
Fixed several issues reported by cppcheck (CH-272).

  1. … 5 more files in changeset.
Fixed problems reported by cppcheck (CH-206)

  1. … 1 more file in changeset.
Added ability to change max log size, max rotate count and log levels on-the-fly for app and engine loggers (CH-206).

  1. … 2 more files in changeset.
Fixed options handling for count of rotated files. Fixed rotated files scanning. Fixed date/time formatting in log file names and in log contents. Reduced usage of mutexes in logging mechanism in favor of interlocked operations. Improved exception handling. (CH-206)

  1. … 15 more files in changeset.