Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed warnings related to compiling resources and sal annotations (CH-213).

Added support for changing settings from within the updater dialog. Tuned the way updates are displayed in updater dialog (CH-209).

  1. … 1 more file in changeset.
Partial support for changing updater check interval and update channel (CH-209)

  1. … 1 more file in changeset.
Small improvements in updater dialog (CH-209).

First batch of changes related to checking for updates (CH-209).

    • -0
    • +428
    ./AsyncHttpFile.cpp
    • -0
    • +100
    ./AsyncHttpFile.h
    • -0
    • +54
    ./UpdateMultipleVersionInfo.cpp
    • -0
    • +36
    ./UpdateMultipleVersionInfo.h
    • -0
    • +99
    ./UpdateResponse.cpp
    • -0
    • +117
    ./UpdateVersionInfo.cpp
    • -0
    • +74
    ./UpdateVersionInfo.h
  1. … 8 more files in changeset.
Extended user agent information to contain additional information (CH-209).

    • -0
    • +96
    ./WindowsVersion.cpp
  1. … 2 more files in changeset.
Adjusted the way progress (in percent) is calculated and displayed to mitigate the problem of files being deleted at 100% progress (CH-146).

  1. … 1 more file in changeset.
Polish translation update (CH-112)

Project and source files' updates to allow them to build under VS2014.

  1. … 27 more files in changeset.
Added possibility to break the infinite retry loop without restarting task (using the newly introduced Advanced buttonin the status dialog box) (CH-165)

  1. … 4 more files in changeset.
Changed feedback handling to return also the information if the response was automatic or made by user (CH-165).

  1. … 12 more files in changeset.
Removed usage of icpf::circular_buffer (CH-193).

Fixed serialization crash (CH-185).

  1. … 4 more files in changeset.
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).