libchengine

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Include paused tasks in the task manager total stats (CH-368)

Changed the way size stats are being presented (CH-368)

Disabled reporting size speed when searching for files. Adjusted reporting of count/size processed so far by file scanning sub-task to include count of files already found. (CH-368)

  1. … 1 more file in changeset.
Made status dialog wider to accomodate translated labels (CH-368) Adjusted current path reported by scan operation to be a current sub-directory scanned instead of base path. Disabled sub-task stats when task is in error/cancelled/load error states.

  1. … 2 more files in changeset.
Simplified status dialog by removing two stats related to entire task - processed items/size and processing speed - those are more relevant in subtask stats. Adjusted naming in various labels.

  1. … 4 more files in changeset.
Fixed minor unit tests problem.

Simplified task edit dialog by removing unnecessary checkboxes. Added new copy option to skip creation of empty destination directories (useful especially when using filtering). Fixed problem with filter combo boxes not being able to fit more text than actually visible on screen. Changed labels of filter list and feedback list from include/exclude mask to just include/exclude.

  1. … 6 more files in changeset.
Changed the way task xml is generated for enum values - now, instead of enum value number there are string values generated (and consumed).

    • -0
    • +37
    ./ECompareTypeMapper.cpp
    • -0
    • +40
    ./ECompareTypeMapper.h
    • -0
    • +34
    ./EDateTypeMapper.cpp
    • -0
    • +40
    ./EFeedbackResultMapper.cpp
    • -0
    • +40
    ./EFeedbackResultMapper.h
    • -0
    • +41
    ./EFileErrorMapper.cpp
    • -0
    • +40
    ./EFileErrorMapper.h
    • -0
    • +33
    ./EOperationEventMapper.cpp
    • -0
    • +40
    ./EOperationEventMapper.h
    • -0
    • +33
    ./EOperationTypesMapper.cpp
    • -0
    • +40
    ./EOperationTypesMapper.h
  1. … 11 more files in changeset.
Fixed potential problem with exception handling not cloning memory properly. Added logging of regex problem when filtering files.

  1. … 4 more files in changeset.
Added simple regex validation on rule edit dialogs and filter dialog. Aligned rule edit dialogs' buttons.

  1. … 9 more files in changeset.
Changed file filtering to use path objects instead of plain strings.

  1. … 6 more files in changeset.
Moved pattern matching to chcore library.

  1. … 14 more files in changeset.
Added support for defining feedback rules in task edit dialog.

  1. … 4 more files in changeset.
Fixed incomplete data filling when using rule edit dialogs. Limit responses available in the rule edit dialogs to those appropriate for specific feedback type.

  1. … 9 more files in changeset.
Changed feedback dialog settings to not use system modal style. Implemented custom rules button in remaining feedback dialogs. Redesigned remaining feedback dialogs to use more consistent styling (CH-360, CH-361).

  1. … 11 more files in changeset.
Changed remaining feedback dialogs interface to use all types of rules.

  1. … 6 more files in changeset.
Added "custom rules" button on "already exists" dialog box. Fixed problems with sqlite data storage. Auto-selection of data in rule edit combos.

  1. … 10 more files in changeset.
Changed "file already exists" dialog to operate on full set of rules (preparation for rule editor embedding). Serializable object/container improvements. Changed file filtering to use serializable object/container base.

  1. … 6 more files in changeset.
Got rid of boost bind related warnings.

  1. … 3 more files in changeset.
Disabled boost warnings related to scope exit.

Removed unused enum members.

Added unit tests covering destination path generation in various name-overriding cases.

    • -38
    • +208
    ./Tests/TestsTDestinationPathProvider.cpp
Fixed problem with unit tests not building correctly.

Changed calculation of destination paths for special copy options when rename is used.

Added support for renaming files when encountering existing file (CH-363) Modified replace dialog to show original destination name as a separate field from rename edit box.

    • -2
    • +14
    ./TFilesystemFileFeedbackWrapper.cpp
  1. … 7 more files in changeset.
Fixed problem with wrong columns being initialized.

Compilable version of main batch of feedback improvements.

    • -0
    • +369
    ./FeedbackAlreadyExistsRule.cpp
    • -0
    • +104
    ./FeedbackAlreadyExistsRule.h
    • -0
    • +90
    ./FeedbackAlreadyExistsRuleList.cpp
    • -0
    • +31
    ./FeedbackAlreadyExistsRuleList.h
    • -0
    • +372
    ./FeedbackErrorRule.cpp
    • -0
    • +103
    ./FeedbackErrorRule.h
    • -0
    • +90
    ./FeedbackErrorRuleList.cpp
    • -0
    • +31
    ./FeedbackErrorRuleList.h
    • -0
    • +226
    ./FeedbackManager.cpp
    • -0
    • +253
    ./FeedbackNotEnoughSpaceRule.cpp
  1. … 61 more files in changeset.
Added preliminary feedback rules handler. Small refactoring of filters handling.

    • -0
    • +331
    ./FeedbackRule.cpp
    • -0
    • +65
    ./FeedbackRuleList.cpp
    • -0
    • +26
    ./FeedbackRuleList.h
  1. … 9 more files in changeset.
Changed redist paths in the installer and portable script to include VS2019 binaries and proper MFC/UCRT from Win10 toolset. Changed Windows 10 sdk to specific version instead of newest to ensure compatibility with the binaries added by installer and portable script. (CH-350)

  1. … 14 more files in changeset.
Re-introduced search optimization that could not be supported in Windows XP (CH-195)