Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed build target to v120_xp (CH-135)

  1. … 6 more files in changeset.
Fixed unit tests failing (CH-133).

Updated paths to boost libraries to reference boost 1.57 (CH-132).

    • -16
    • +16
    ./ictranslate/ictranslate.vc120.vcxproj
    • -16
    • +16
    ./libictranslate/libictranslate.vc120.vcxproj
Updated paths to boost libraries to reference boost 1.57 (CH-132).

    • -16
    • +16
    ./libchcore/libchcore.vc120.vcxproj
  1. … 1 more file in changeset.
Bugfix: CH crashes when shell ext version mismatch occurs (CH-129).

Adjusted code to build with boost 1.56.

    • -0
    • +6
    ./libchcore/libchcore.vc120.vcxproj.filters
Included missing unit test file in VS2013 project.

    • -0
    • +3
    ./libchcore/libchcore.vc120.vcxproj.filters
Bugfix: task files often not being deleted when using RemoveFinished/RemoveTask functionalities. With this change the task files locked at the usual deletion time will be deleted at next CH startup (CH-99)

    • -0
    • +115
    ./libchcore/TObsoleteFiles.cpp
    • -0
    • +66
    ./libchcore/TObsoleteFiles.h
    • -0
    • +11
    ./libchcore/TSQLiteTaskManagerSchema.cpp
Bugfix: files with sizes changing during copying and files pointed to by symlinks are now copied correctly with correct stats displayed (CH-124).

Changed the default task versioning to be independent to CH version (as data model won't change as often as CH version numbers). The version was set to 1 and there is no migration provided as this is the alpha version. (CH-127).

Performed de-duplication of the progress data and stats data (i.e. current file processed size was available in both progress data and stats data and not always updated simultaneously). There is no separate progress data anymore - everything is now placed in the stats data. (CH-124)

    • -1
    • +1
    ./libchcore/TSQLiteSerializerContainer.cpp
    • -1
    • +1
    ./libchcore/TSQLiteSerializerRowReader.cpp
    • -146
    • +24
    ./libchcore/TSubTaskCopyMove.cpp
    • -46
    • +4
    ./libchcore/TSubTaskScanDirectory.cpp
    • -25
    • +0
    ./libchcore/TSubTaskScanDirectory.h
Automatic version bump after tagging 1.40Alpha-svn589

Removed binary serializer files from VS2013 project file (CH-118)

    • -9
    • +0
    ./libchcore/libchcore.vc120.vcxproj.filters
Bugfix: CH exits when no configuration file exists (CH-123).

Bugfix: fixed svn tagging script increasing minor version number for alpha/beta builds (CH-119).

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

    • -16
    • +21
    ./libchcore/ConfigNodeContainer.cpp
    • -124
    • +0
    ./libchcore/SerializationHelpers.h
  1. … 53 more files in changeset.
Bugfix: different layout of shared memory between 64bit shell ext and 32bit application caused explorer to crash (CH-117).

Fixed problem with sqlite3 and chcmd projects referencing wrong MFC version (CH-115).

  1. … 1 more file 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)

Added possibility to choose destination path for "Copy To/Move To/CopyMove To Special" shell ext items (CH-109).

    • -0
    • +93
    ./ch/DirectoryChooser.cpp
    • -0
    • +30
    ./ch/DirectoryChooser.h
Bugfix: fixed showing CH items in explorer context menus (CH-108).

Additional unit tests for TConfig class (CH-60)

    • -11
    • +47
    ./libchcore/ConfigNodeContainer.cpp
    • -54
    • +409
    ./libchcore/Tests/TestsTConfig.cpp
Added first batch of unit tests for TConfig class (CH-60)

    • -0
    • +299
    ./libchcore/Tests/TestsTConfig.cpp
Fixed unit tests not working after recent changes (CH-60)

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).

    • -22
    • +13
    ./libchcore/ConfigNodeContainer.cpp
  1. … 17 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).

Bugfix: fixed crash when importing configuration from xml file in 32bit builds (CH-90).

Fixed problem with wrong parsing of resource files when saved with VS2013 (it stores trimmed lines) (CH-106)

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).

    • -0
    • +6
    ./libchcore/libchcore.vc120.vcxproj.filters