libchengine

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

Normalized optimization options between projects (CH-350)

  1. … 10 more files in changeset.
Adjusted compiler options and boost paths (CH-350)

  1. … 13 more files in changeset.
Upgraded Visual Studio to 2019 (CH-350) Removed xp intermediate filesystem layer (CH-352)

  1. … 31 more files in changeset.
Fixed warnings.

  1. … 4 more files in changeset.
Fixed coverity scan-reported issues.

  1. … 4 more files in changeset.
Enabled enforcing type conversion rules (CH-338).

  1. … 12 more files in changeset.
Enabled enforcing type conversion rules (CH-338).

  1. … 12 more files in changeset.
Fixed problem with missing icons in shell extension context menu (CH-345) Fixed crash when displaying folder sizes in shell extension context menu (CH-344).

  1. … 2 more files in changeset.
Fixed problem with missing icons in shell extension context menu (CH-345) Fixed crash when displaying folder sizes in shell extension context menu (CH-344).

  1. … 2 more files in changeset.
Fixed problem with shell extension not displaying single menu entries (CH-341)

Fixed problem with shell extension not displaying single menu entries (CH-341)

Cloned gmock library to be used with libraries statically linked to crt (CH-340).

  1. … 17 more files in changeset.
Cloned gmock library to be used with libraries statically linked to crt (CH-340).

  1. … 17 more files in changeset.
Changed chext and all dependencies to use statically linked ucrt. The reason is that locally-deployed ucrt needs to be placed in the same directory the executable is in (explorer.exe) or they need to be in PATH environment variable. WinXP does not have ucrt installed, so it would either need installer to install it properly, or add ch installation path to PATH variable. There is no similar workaround for portable version - hence static linking of ucrt to allow chext to work properly with explorer in WinXP. (CH-340)

  1. … 8 more files in changeset.