Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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).

Replaced buttons with mfc buttons. Added mfc button to language dialog handler.

Partial redesign of file overwrite dialog. Removed CMemDC in favor of MFC version.

  1. … 4 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
    • +1
    ./ictranslate/ictranslate.vc140.vcxproj
    • -1
    • +1
    ./libictranslate/libictranslate.vc140.vcxproj
  1. … 5 more files in changeset.
Removed support for html help (CH-354)

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

    • -1
    • +1
    ./libchengine/TLocalFilesystemFind.cpp
Fixed unit tests issues with strict strings (CH-350)

    • -6
    • +6
    ./libchcore/Tests/TestsTSharedMemory.cpp
  1. … 1 more file in changeset.
Normalized optimization options between projects (CH-350)

    • -0
    • +4
    ./ictranslate/ictranslate.vc140.vcxproj
    • -0
    • +4
    ./libictranslate/libictranslate.vc140.vcxproj
  1. … 1 more file in changeset.
Fixed problem with version.h not properly referenced in project file (CH-350)

Adjusted boost path.

Adjusted compiler options and boost paths (CH-350)

    • -8
    • +24
    ./ictranslate/ictranslate.vc140.vcxproj
    • -8
    • +24
    ./libchcore/libchcore.vc140.vcxproj
    • -8
    • +24
    ./libictranslate/libictranslate.vc140.vcxproj
    • -8
    • +24
    ./liblogger/liblogger.vc140.vcxproj
    • -8
    • +24
    ./libserializer/libserializer.vcxproj
  1. … 3 more files in changeset.
Upgraded Visual Studio to 2019 (CH-350) Removed xp intermediate filesystem layer (CH-352)

    • -9
    • +9
    ./ictranslate/ictranslate.vc140.vcxproj
    • -17
    • +9
    ./libchcore/libchcore.vc140.vcxproj
    • -1
    • +0
    ./libchengine/TLocalFilesystemFile.cpp
  1. … 19 more files in changeset.
Removed run-as-admin requirement for regchext as an attempt to avoid issues with winxp registration.