Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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).

Optimized serialization stack to avoid blocking gui thread for a long time (CH-103).

  1. … 17 more files in changeset.
Rewritten serializer row storage to use memory pool (thus reducing memory allocations and speeding up destructions) (CH-103).

  1. … 22 more files in changeset.
Bugfix: resuming task worked incorrectly (CH-101).

  1. … 9 more files in changeset.
Bugfix: subtask stats were not displayed in status dialog when task processing finished (CH-100).

Added missing VS2013 project entries (CH-95).

Bugfix: Same paths added to the favorite list when using custom copy dialog (CH-95)

    • -0
    • +39
    ./TRecentPathsTools.cpp
    • -0
    • +28
    ./TRecentPathsTools.h
Bugfix: Filtering settings dialog - time filtering only displays date (CH-96).

  1. … 1 more file in changeset.
Fixed build problem where ch resource were compiled even when unchanged (VS2013) (CH-98)

Added serialization of file filters to sqlite database (CH-97).

  1. … 20 more files in changeset.
Fix: Removed unit-test reference from normal build (CH-89).

Added support for running unit tests in VS2013 (CH-89).

  1. … 11 more files in changeset.
Added serialization of task configuration (CH-74). Still buggy.

  1. … 22 more files in changeset.
Fixed crash when clicking or dbl clicking empty spaces in options list (CH-93).