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

Added serialization to TFileInfo and TFileInfoArray objects (CH-75).

  1. … 26 more files in changeset.
Migrated VS2012 projects to VS2013 (CH-88).

  1. … 19 more files in changeset.
Added serialization and deserialization of the base (input) paths (CH-72).

  1. … 31 more files in changeset.
Modified feedback handler code to use shared_ptr internally instead of ugly memory management scheme (CH-86).

  1. … 16 more files in changeset.
Added support for re-creating task manager database when there is a problem with loading existing one.

  1. … 10 more files in changeset.
Improved handling sqlite schemas for task manager and task object (CH-79).

  1. … 19 more files in changeset.
Partial implementation of basic serialization mechanism (part 2) (CH-79).

  1. … 40 more files in changeset.
General improvements in the task manager serialization (CH-79)

  1. … 16 more files in changeset.
Adjust CH to compile with boost 1.55 (CH-78)

  1. … 3 more files in changeset.