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

Fixed warnings.

    • -1
    • +1
    ./libchengine/TBasePathDataContainer.cpp
    • -1
    • +1
    ./libchengine/TLocalFilesystemFind.cpp
Fixed coverity scan-reported issues.

    • -2
    • +8
    ./libchengine/TBasePathDataContainer.cpp
    • -1
    • +7
    ./libchengine/TLocalFilesystemFind.cpp
Removed unused file.

Updated boost to 1.74.

Changed default version of boost to be used for builds.

Fixed warning-as-error issue with newest boost and VS versions.

Enabled enforcing type conversion rules (CH-338).

    • -0
    • +8
    ./ictranslate/ictranslate.vc140.vcxproj
    • -0
    • +8
    ./libictranslate/libictranslate.vc140.vcxproj
  1. … 3 more files in changeset.
Enabled enforcing type conversion rules (CH-338).

    • -0
    • +8
    ./ictranslate/ictranslate.vc140.vcxproj
    • -0
    • +8
    ./libictranslate/libictranslate.vc140.vcxproj
  1. … 3 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).

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).

Removed release-only setting of autorun on every start of CH (CH-343)

Removed release-only setting of autorun on every start of CH (CH-343)

Removed command line option --EnableLaunchAtStartup. Option to start CH at boot is now directly tied to registry setting "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run" and is no longer stored/read in CH config. Updated installer to enable starting CH at boot by writing values to registry instead of trying to launch CH to do that. (CH-343).

  1. … 1 more file in changeset.
Removed command line option --EnableLaunchAtStartup. Option to start CH at boot is now directly tied to registry setting "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run" and is no longer stored/read in CH config. Updated installer to enable starting CH at boot by writing values to registry instead of trying to launch CH to do that. (CH-343).

  1. … 1 more file in changeset.