CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed rarely needed buttons from status dialog in favor of using those functionalities through context menu (CH-368).

Fixed assertion when scrolling options list.

Removed progress state from tray icon tooltip to avoid hiding of tray icon due to different icon name detected by system (CH-364)

Adjusted mini-view to avoid custom drawing on title bar (CH-46) Added task context menus to status dialog and mini-view. Adjusted paused progress bar color on mini-view to make it more readable.

    • -0
    • +130
    /src/ch/GuiOptions.cpp
    • -0
    • +34
    /src/ch/GuiOptions.h
    • -0
    • +26
    /src/ch/TaskContextMenu.cpp
    • -0
    • +29
    /src/ch/TaskContextMenu.h
Fixed minor unit tests problem.

Fixed 32-bit build.

Merge remote-tracking branch 'remotes/origin/feature/feedback-improvements'

Updated polish language resources with additional adjustments to control sizes.

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.

    • -2
    • +2
    /src/libchengine/TFileFiltersArray.cpp
    • -1
    • +14
    /src/libchengine/TFileInfoArray.cpp
    • -2
    • +2
    /src/libchengine/TSubTaskScanDirectory.h
    • -2
    • +4
    /src/libchengine/TTaskConfigTracker.cpp
    • -0
    • +1
    /src/libchengine/TTaskStatsSnapshot.cpp
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
    /src/libchengine/ECompareTypeMapper.cpp
    • -0
    • +40
    /src/libchengine/ECompareTypeMapper.h
    • -0
    • +29
    /src/libchengine/EDateType.h
    • -0
    • +34
    /src/libchengine/EDateTypeMapper.cpp
    • -0
    • +40
    /src/libchengine/EDateTypeMapper.h
    • -0
    • +40
    /src/libchengine/EFeedbackResultMapper.cpp
    • -0
    • +40
    /src/libchengine/EFeedbackResultMapper.h
    • -0
    • +41
    /src/libchengine/EFileErrorMapper.cpp
    • -0
    • +40
    /src/libchengine/EFileErrorMapper.h
    • -0
    • +33
    /src/libchengine/EOperationEventMapper.cpp
    • -0
    • +40
    /src/libchengine/EOperationEventMapper.h
    • -0
    • +33
    /src/libchengine/EOperationTypesMapper.cpp
    • -0
    • +40
    /src/libchengine/EOperationTypesMapper.h
  1. … 11 more files in changeset.
Changed invalid regex error code from invalid data to individual code.

Fixed potential problem with exception handling not cloning memory properly. Added logging of regex problem when filtering files.

    • -2
    • +2
    /src/libchcore/TCoreWin32Exception.cpp
    • -41
    • +47
    /src/libchcore/TStringPattern.cpp
Added simple regex validation on rule edit dialogs and filter dialog. Aligned rule edit dialogs' buttons.

    • -0
    • +12
    /src/ch/RuleEditAlreadyExistsDlg.cpp
    • -0
    • +12
    /src/ch/RuleEditNotEnoughSpaceDlg.cpp
Adjusted regex matching to take locale under consideration.

Added filter helper buttons on rule edit dialog boxes to make it coherent with filter dialog box.

    • -0
    • +55
    /src/ch/FilterTypesMenuWrapper.cpp
    • -0
    • +36
    /src/ch/FilterTypesMenuWrapper.h
    • -0
    • +29
    /src/ch/RuleEditAlreadyExistsDlg.cpp
    • -0
    • +29
    /src/ch/RuleEditNotEnoughSpaceDlg.cpp
Changed the separator used for filters (vertical line was replaced with semicolon). Adjusted filtering settings dialog to include helper menu buttons with basic explanation of filter possibilities.

    • -2
    • +2
    /src/libchcore/TStringPatternArray.cpp
Added possibility of filtering files with full-path glob and filename/full-path regex (CH-367).

    • -66
    • +103
    /src/libchcore/TStringPattern.cpp
    • -4
    • +4
    /src/libchcore/TStringPatternArray.cpp
    • -26
    • +96
    /src/libchcore/Tests/TestsTStringPattern.cpp
Fixed problem with TString::Replace() method corrupting memory (CH-366)

Fixed problem with TString::Replace() method corrupting memory (CH-366)

Changed file filtering to use path objects instead of plain strings.

    • -4
    • +4
    /src/libchcore/TStringPatternArray.cpp
    • -8
    • +8
    /src/libchcore/Tests/TestsTStringPattern.cpp
    • -2
    • +2
    /src/libchengine/FeedbackErrorRule.cpp
Moved pattern matching to chcore library.

    • -141
    • +0
    /src/libstring/TStringPattern.cpp
    • -0
    • +61
    /src/libchcore/TStringPattern.h
    • -5
    • +6
    /src/libchcore/TStringPatternArray.cpp
    • -99
    • +0
    /src/libstring/TStringPatternArray.cpp
    • -0
    • +55
    /src/libchcore/TStringPatternArray.h
    • -1
    • +1
    /src/libchcore/Tests/TestsTStringPattern.cpp
    • -114
    • +0
    /src/libstring/Tests/TestsTStringPattern.cpp
    • -0
    • +16
    /src/libchcore/libchcore.vc140.vcxproj
  1. … 6 more files in changeset.
Added support for defining feedback rules in task edit dialog.

Added graying out controls on rule edit dialog.

Fixed problem with rule data not shown in rule edit dialog box. Fixed tab ordering in rule edit dialog box. Added support for reordering rules in rule edit dialog box.

Fixed sizing of error dialog. Small redesign to avoid blank spaces when not all data available.

    • -17
    • +18
    /src/ch/FeedbackFileErrorDlg.cpp
Fixed resizing of "not enough space" dialog.

Fixed resizing of rule edit dialog.

Fixed incomplete data filling when using rule edit dialogs. Limit responses available in the rule edit dialogs to those appropriate for specific feedback type.

    • -0
    • +62
    /src/ch/ComboDataWrapper.h
    • -60
    • +74
    /src/ch/RuleEditAlreadyExistsDlg.cpp
    • -37
    • +44
    /src/ch/RuleEditNotEnoughSpaceDlg.cpp
    • -18
    • +23
    /src/ch/RuleEditNotEnoughSpaceDlg.h
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).

    • -37
    • +70
    /src/ch/FeedbackFileErrorDlg.cpp
    • -109
    • +97
    /src/ch/FeedbackNotEnoughSpaceDlg.cpp
    • -32
    • +35
    /src/ch/FeedbackNotEnoughSpaceDlg.h
    • -1
    • +1
    /src/libchengine/FeedbackErrorRule.cpp
  1. … 9 more files in changeset.
Changed remaining feedback dialogs interface to use all types of rules.

    • -12
    • +23
    /src/libchengine/FeedbackManager.cpp
    • -22
    • +22
    /src/libchengine/IFeedbackHandler.h