CopyHandler

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

    • -146
    • +24
    /src/libchcore/TSubTaskCopyMove.cpp
    • -84
    • +4
    /src/libchcore/TSubTaskFastMove.cpp
    • -46
    • +4
    /src/libchcore/TSubTaskScanDirectory.cpp
    • -25
    • +0
    /src/libchcore/TSubTaskScanDirectory.h
    • -1
    • +41
    /src/libchcore/TSubTaskStatsInfo.cpp
    • -1
    • +3
    /src/libchcore/TSubTaskStatsSnapshot.cpp
    • -0
    • +4
    /src/libchcore/TSubTaskStatsSnapshot.h
Automatic version bump after tagging 1.40Alpha-svn589

Fixed script header to compile with inno setup 5.5.5 (CH-126)

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

    • -3
    • +0
    /src/libchcore/libchcore.vc120.vcxproj
Added _BIND_TO_CURRENT_VCLIBS macro to sqlite3 VS2013 project (CH-115).

Bugfix: CH exits when no configuration file exists (CH-123).

Fixed the svntag script to properly link the externals to the proper tag (CH-35).

Disabled building of chcmd in release configurations. Updated script for embedding source server information to cover also the newly added sqlite symbols. (CH-122)

Better detection of svnindex.cmd (CH-122).

Fixed problem with deleting temporary files from last build (CH-121).

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

Added basic visual assist file with google test macro substitutions to allow better VA hints.

Bugfix: fixed serialization problems with 32bit builds (CH-118).

    • -16
    • +21
    /src/libchcore/ConfigNodeContainer.cpp
    • -0
    • +21
    /src/libchcore/IColumnsDefinition.h
    • -124
    • +0
    /src/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).

    • -25
    • +25
    /src/libchcore/TSharedMemory.cpp
Added additional detection of 7zip and inno setup compiler in build scripts (CH-116).

Updated installer script for 1.40 (CH-113)

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

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
    /src/ch/DirectoryChooser.cpp
    • -0
    • +30
    /src/ch/DirectoryChooser.h
Bugfix: fixed showing CH items in explorer context menus (CH-108).

Additional unit tests for TConfig class (CH-60)

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

    • -2
    • +2
    /src/libchcore/ConfigNodeContainer.cpp
    • -0
    • +299
    /src/libchcore/Tests/TestsTConfig.cpp
    • -0
    • +36
    /src/libchcore/libchcore.vc90.vcproj
Fixed unit tests not working after recent changes (CH-60)

    • -3
    • +3
    /src/libchcore/Tests/TestsTSQLiteStatement.cpp
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
    /src/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).

    • -2
    • +1
    /src/libchcore/ConfigNodeContainer.cpp
Fixed problem with wrong parsing of resource files stored with VS2013 (it stores trimmed lines which was not parsed correctly) (CH-106).

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
    • +2
    /src/libchcore/libchcore.vc120.vcxproj