libchcore

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bugfix: if migrating task serializer fails, CH exited without warning. Now, for the failed migrations the empty task will be shown in status dialog that will allow user to remove it from the list (CH-148).

    • -0
    • +50
    ./TFakeFileSerializer.cpp
    • -0
    • +48
    ./TFakeFileSerializer.h
Bugfix/improvement: user choices selected in feedback dialogs now are stored in the database when 'don't ask again' is selected (CH-154).

    • -0
    • +144
    ./TFeedbackHandlerBase.cpp
    • -0
    • +102
    ./TFeedbackHandlerBase.h
  1. … 11 more files in changeset.
Bugfix: fixed problem with scanned files not being cleared in DB when cleared in code causing various problems with serialization (of scanned files) and de-synchronizing stats and scanned files (CH-156) (CH-149).

Added logging of several task requests to help with diagnosing problem when occurs (CH-156).

Bugfix: task time was not reset when restarting the task (CH-152).

Bugfix: corrected unneeded serializations of data into subtasks_info table (CH-153).

Bugfix: restarting task did not reset the 'do not ask again' flags of feedback handler (CH-150).

  1. … 2 more files in changeset.
Bugfix: subtask phase was displayed incorrectly (CH-151).

Bugfix: time counting for tasks and subtasks was not stopped when waiting for user input (CH-145)

    • -0
    • +28
    ./IRunningTimeControl.cpp
    • -0
    • +42
    ./IRunningTimeControl.h
    • -0
    • +42
    ./TFeedbackHandlerWrapper.cpp
    • -0
    • +50
    ./TFeedbackHandlerWrapper.h
    • -0
    • +75
    ./TScopedRunningTimeTracker.cpp
    • -0
    • +51
    ./TScopedRunningTimeTracker.h
    • -0
    • +36
    ./TScopedRunningTimeTrackerPause.cpp
    • -0
    • +43
    ./TScopedRunningTimeTrackerPause.h
  1. … 16 more files in changeset.
Bugfix: resuming paused copying caused asking for replacing existing file, when it was only created previously and no data were written (CH-144).

Bugfix: fixed missing items/second stats (CH-143).

Bugfix: missing paths in some feedback dialogs (CH-147).

  1. … 1 more file in changeset.
Bugfix: wrong stats management when resuming file copy after being cancelled first (CH-141).

Bugfix: pausing/resuming task did not take already processed part of files into account. That caused resuming to ask for file replacement when unnecessary (CH-140).

Fixed a few problems found with VS2013 static analysis.

  1. … 2 more files in changeset.
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.
Fixed unit tests failing (CH-133).

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

  1. … 3 more files in changeset.
Adjusted code to build with boost 1.56.

  1. … 2 more files in changeset.
Included missing unit test file in VS2013 project.

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

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

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

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

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

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.