Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed sizing of error dialog. Small redesign to avoid blank spaces when not all data available.

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

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

    • -12
    • +23
    ./libchengine/FeedbackManager.cpp
    • -22
    • +22
    ./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.

    • -2
    • +3
    ./libchengine/FeedbackAlreadyExistsRule.cpp
    • -1
    • +1
    ./libchengine/FeedbackAlreadyExistsRule.h
    • -1
    • +3
    ./libchengine/FeedbackNotEnoughSpaceRule.cpp
    • -1
    • +1
    ./libchengine/FeedbackNotEnoughSpaceRule.h
    • -1
    • +3
    ./libchengine/FeedbackOperationEventRule.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.

    • -4
    • +23
    ./libserializer/SerializableContainer.h
Improved serializable container to handle oids properly.

    • -4
    • +51
    ./libserializer/SerializableContainer.h
Modified unit tests to handle modification tracker changes.

    • -4
    • +4
    ./libserializer/Tests/TestsTSharedModificationTracker.cpp
Changed modification tracker behavior to avoid lost modifications.

    • -3
    • +2
    ./libserializer/TSharedModificationTracker.h
Got rid of boost bind related warnings.

Disabled boost warnings related to scope exit.

    • -0
    • +3
    ./libchengine/TSubTaskScanDirectory.cpp
Added basic implementation of two remaining rule edit editors.

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

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

    • -4
    • +0
    ./libchengine/FeedbackNotEnoughSpaceRule.h
Added unit tests covering destination path generation in various name-overriding cases.

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

    • -4
    • +5
    ./libchengine/Tests/TestsTFileFilter.cpp
Changed calculation of destination paths for special copy options when rename is used.

    • -43
    • +44
    ./libchengine/TDestinationPathProvider.cpp
    • -0
    • +1
    ./libchengine/TDestinationPathProvider.h
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.

    • -5
    • +54
    ./libchengine/TDestinationPathProvider.cpp
    • -3
    • +4
    ./libchengine/TDestinationPathProvider.h
    • -2
    • +14
    ./libchengine/TFilesystemFileFeedbackWrapper.cpp
    • -1
    • +2
    ./libchengine/TFilesystemFileFeedbackWrapper.h
  1. … 6 more files in changeset.
Increased spacing between replace dialog buttons.

Merged double buttons to a proper menu buttons on replace dialog.

Fixed problem with wrong columns being initialized.

    • -1
    • +1
    ./libchengine/FeedbackAlreadyExistsRuleList.cpp
    • -1
    • +1
    ./libchengine/FeedbackErrorRuleList.cpp
    • -1
    • +1
    ./libchengine/FeedbackNotEnoughSpaceRuleList.cpp
    • -1
    • +1
    ./libchengine/FeedbackOperationEventRuleList.cpp
Compilable changes in task schema.

    • -5
    • +36
    ./libserializer/TSQLiteTaskSchema.cpp
Compilable version of main batch of feedback improvements.

    • -13
    • +13
    ./ch/FeedbackNotEnoughSpaceDlg.h
    • -0
    • +10
    ./libchengine/EOperationEvent.h
    • -0
    • +369
    ./libchengine/FeedbackAlreadyExistsRule.cpp
    • -0
    • +104
    ./libchengine/FeedbackAlreadyExistsRule.h
    • -0
    • +90
    ./libchengine/FeedbackAlreadyExistsRuleList.cpp
  1. … 61 more files in changeset.
Fixed problem with unnecessary migration of task db when created with the same version of CH (CH-359)

Added preliminary feedback rules handler. Small refactoring of filters handling.

    • -0
    • +33
    ./libchengine/ECompareType.h
    • -0
    • +331
    ./libchengine/FeedbackRule.cpp
    • -0
    • +101
    ./libchengine/FeedbackRule.h
    • -0
    • +65
    ./libchengine/FeedbackRuleList.cpp
    • -0
    • +26
    ./libchengine/FeedbackRuleList.h
    • -102
    • +5
    ./libchengine/TFileFiltersArray.cpp
    • -0
    • +15
    ./libchengine/libchengine.vcxproj.filters
    • -0
    • +105
    ./libserializer/SerializableContainer.h
  1. … 5 more files in changeset.
Added proper sizing of the file replace dialog (CH-355)

Fixed problem with replace dialog box sizing (CH-355)

Added context menus to attach to feedback overwrite dialog (with sample handlers).