Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cosmetic code changes - removed unneeded semicolons (CH-318)

  1. … 6 more files in changeset.
Introduced engine-wide logging (with task manager serialization included). Moved serialization logging from debug tracing to a normal log file. (CH-114)

  1. … 29 more files in changeset.
Removed 'using namespace' clauses from header files. Removed macros that defines namespaces. (CH-318)

  1. … 6 more files in changeset.
GUI adjustments (CH-317).

Added configuration settings for read ahead and concurrent reads/writes (CH-317)

  1. … 8 more files in changeset.
Fixed various issues reported by resharper. Added move constructors/move assignment operators to various classes. Exceptions cleanups. Removed unused code. Removed copy constructors/copy assignments from various noncopyable classes. (CH-318).

  1. … 106 more files in changeset.
Removed unnecessary virtual specifiers on methods (CH-318).

  1. … 12 more files in changeset.
Added override keyword to virtual functions (CH-318)

  1. … 29 more files in changeset.
Removed unnecessary includes. Sorted member initialization in constructors. (CH-318)

  1. … 129 more files in changeset.
Fixed issue with pressing X button in feedback dialogs forcing some random action (CH-315).

    • -891
    • +894
    ./ch.vc140.vcxproj.filters
Fixed release build (CH-314)

Disabled reporting of mfc-detected memory leaks, as they contain only false positives at the moment (CH-314).

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.