Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Additional fixes for better VS2015 compatibility (CH-175)

  1. … 5 more files in changeset.
Refactoring - extracted wildcard parsing functionality to a separate class to allow re-use in feedback automatic rules (CH-165).

  1. … 11 more files in changeset.
Updated installer and other scripts to support VS2015 (CH-175)

  1. … 19 more files in changeset.
Changed boost paths configuration for build (CH-178).

  1. … 5 more files in changeset.
Added VS2015 projects, updated code to build with this new compiler (CH-173).

    • -0
    • +1943
    ./ch.vc140.vcxproj
    • -0
    • +805
    ./ch.vc140.vcxproj.filters
  1. … 16 more files in changeset.
Added partial support for modifying count of buffer while copying (CH-169).

  1. … 22 more files in changeset.
Added buffer queue depth as configuration option (CH-161).

  1. … 3 more files in changeset.
Rewritten formatting system error messages (CH-163).

  1. … 4 more files in changeset.
Introduced preliminary version of async io when copying - early, buggy version (CH-161).

  1. … 24 more files in changeset.
Bugfix: fixed crash appearing when trying to pass unsupported command line option to CH (CH-158).

Feature: added possibility to export task details from the CustomCopy dialog (CH-157).

  1. … 2 more files in changeset.
Bugfix/improvement: user choices selected in feedback dialogs now are stored in the database when 'don't ask again' is selected (CH-154).

    • -0
    • +34
    ./FeedbackHandlerFactory.cpp
    • -0
    • +36
    ./FeedbackHandlerFactory.h
  1. … 16 more files in changeset.
Bugfix: restarting task did not reset the 'do not ask again' flags of feedback handler (CH-150).

  1. … 4 more files in changeset.
Bugfix: time counting for tasks and subtasks was not stopped when waiting for user input (CH-145)

  1. … 30 more files in changeset.
Bugfix: missing paths in some feedback dialogs (CH-147).

  1. … 2 more files in changeset.
Fixed a few problems found with VS2013 static analysis.

  1. … 2 more files in changeset.
Bugfix: registering shell extension using CH, on a system where an older shell extension was enabled (and in use) did not inform user that the system need to be restarted in order to make the new shell extension visible to the system (CH-139).

Updated version release scripts to use VS2013 binaries (CH-136)

  1. … 8 more files in changeset.
Changed build target to v120_xp (CH-135)

  1. … 8 more files in changeset.
Updated paths to boost libraries to reference boost 1.57 (CH-132).

  1. … 3 more files in changeset.
Bugfix: CH crashes when shell ext version mismatch occurs (CH-129).

Adjusted code to build with boost 1.56.

  1. … 3 more files in changeset.
Bugfix: fixed serialization problems with 32bit builds (CH-118).

  1. … 64 more files in changeset.
Added support for successfully loading corrupted task files (now loading such task does not force CH to exit - instead an error is logged (if possible) and task is marked appropriately in the status dialog) (CH-59)

  1. … 4 more files in changeset.
Added possibility to choose destination path for "Copy To/Move To/CopyMove To Special" shell ext items (CH-109).

    • -0
    • +93
    ./DirectoryChooser.cpp
    • -0
    • +30
    ./DirectoryChooser.h
  1. … 4 more files in changeset.
Bugfix: crash when opening explorer's context menu (boost lexical_cast incorrectly detected underlying stream type due to the implicit cast of TString to const wchar_t) (CH-107).

  1. … 28 more files in changeset.
Changed standard message boxes displayed when shell extension is not registered or version does not match to resizable message box with checkbox "Do not show this again". That allows to get rid of the annoying messages with each launch of ch when user does not want to register the extension (CH-67).

Resizable message box: applied minimum size limit to the dialog box and adjusted the default layout to work properly for simple one line message boxes (CH-67).

Fixed missing files in VS2013 projects for resizable message box (CH-67).

  1. … 2 more files in changeset.
Added resizable message box (partially implemented - checkbox support is missing) (CH-67).