CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated paths to boost libraries to reference boost 1.57 (CH-132).

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

    • -16
    • +16
    /src/libchcore/libchcore.vc120.vcxproj
Added version info resource to the sqlite3 dll (CH-131).

Bugfix: CH crashes when shell ext version mismatch occurs (CH-129).

Upgraded sqlite to version 3.8.8.1 (CH-130).

    • -7454
    • +14429
    /ext/sqlite3/sqlite3.c
Adjusted code to build with boost 1.56.

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

    • -0
    • +6
    /src/libchcore/libchcore.vc120.vcxproj
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
    /src/libchcore/TObsoleteFiles.cpp
    • -0
    • +66
    /src/libchcore/TObsoleteFiles.h
Bugfix: files with sizes changing during copying and files pointed to by symlinks are now copied correctly with correct stats displayed (CH-124).

    • -0
    • +17
    /src/libchcore/TLocalFilesystem.cpp
    • -0
    • +44
    /src/libchcore/TSubTaskCopyMove.cpp
    • -0
    • +24
    /src/libchcore/TSubTaskStatsInfo.cpp
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)

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