CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
Added "custom rules" button on "already exists" dialog box. Fixed problems with sqlite data storage. Auto-selection of data in rule edit combos.

    • -1
    • +3
    /src/libchengine/FeedbackErrorRule.cpp
  1. … 9 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.

    • -5
    • +10
    /src/libchengine/FeedbackManager.cpp
    • -35
    • +31
    /src/libchengine/TFileFilter.cpp
    • -0
    • +1
    /src/libserializer/SerializableObject.h
Improved serializable container to handle oids properly.

Modified unit tests to handle modification tracker changes.

Changed modification tracker behavior to avoid lost modifications.

Got rid of boost bind related warnings.

    • -0
    • +3
    /src/libchengine/TOverlappedReader.cpp
    • -0
    • +3
    /src/libchengine/TOverlappedWriter.cpp
Disabled boost warnings related to scope exit.

Added basic implementation of two remaining rule edit editors.

    • -0
    • +191
    /src/ch/RuleEditErrorDlg.cpp
    • -0
    • +60
    /src/ch/RuleEditErrorDlg.h
    • -0
    • +135
    /src/ch/RuleEditNotEnoughSpaceDlg.cpp
    • -0
    • +56
    /src/ch/RuleEditNotEnoughSpaceDlg.h
Added basic implementations of rule edit dialog and "file already exists" rule editor.

    • -0
    • +190
    /src/ch/RuleEditAlreadyExistsDlg.cpp
    • -0
    • +60
    /src/ch/RuleEditAlreadyExistsDlg.h
    • -0
    • +712
    /src/ch/RuleEditDlg.cpp
    • -0
    • +82
    /src/ch/RuleEditDlg.h
Removed unused enum members.

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