Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Implemented preliminary versions of remaining logger files (buggy) (CH-206).

  1. … 49 more files in changeset.
Isolated the logger functionalities to the separate static library (CH-206)

  1. … 61 more files in changeset.
Connected log settings with loggers (CH-206).

  1. … 8 more files in changeset.
Added log options to settings (not connected to loggers yet) (CH-206).

  1. … 1 more file in changeset.
Added preliminary (very incomplete) multi-file log backend with rotation support (CH-206)

  1. … 46 more files in changeset.