Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed crash appearing when approving invalid regex (CH-375).

Bump copyright years.

Bump version to 1.47.

Fixed problem with copying directories containing trailing whitespace (CH-374)

Upgraded boost to 1.77.

Force usage of \\?\ prefix on paths in all situations to ensure trailing whitespace on directories are not implicitly removed (CH-374)

  1. … 1 more file in changeset.
Added Portugese translation by user igorruckert.

    • binary
    ./ch/langs/portuguese (brazil).lng
Fixed problem with file scan updating stats incorrectly (CH-371)

    • -2
    • +1
    ./libchengine/TSubTaskScanDirectory.cpp
Fixed problem with shell extension incorrectly identifying operation to be performed when handling more than 16 files at once (CH-370).

Fixed problem with shell extension registration/unregistration when there are missing keys in registry (CH-369)

Removed obsolete WinXP-era theme helpers.

Corrected a few labels in status dialog (CH-368)

  1. … 1 more file in changeset.
Removed unnecessary check when collecting stats (CH-368)

    • -5
    • +2
    ./libchengine/TTaskManagerStatsSnapshot.cpp
Include paused tasks in the task manager total stats (CH-368)

    • -0
    • +1
    ./libchengine/TTaskManagerStatsSnapshot.cpp
Changed the way size stats are being presented (CH-368)

    • -3
    • +4
    ./libchengine/TSubTaskScanDirectory.cpp
    • -1
    • +3
    ./libchengine/TSubTaskStatsSnapshot.cpp
    • -17
    • +16
    ./libchengine/TTaskManagerStatsSnapshot.cpp
    • -11
    • +16
    ./libchengine/TTaskStatsSnapshot.cpp
Disabled reporting size speed when searching for files. Adjusted reporting of count/size processed so far by file scanning sub-task to include count of files already found. (CH-368)

    • -3
    • +17
    ./libchengine/TSubTaskScanDirectory.cpp
    • -9
    • +27
    ./libchengine/TSubTaskStatsInfo.cpp
    • -20
    • +1
    ./libchengine/TSubTaskStatsSnapshot.cpp
Made status dialog wider to accomodate translated labels (CH-368) Adjusted current path reported by scan operation to be a current sub-directory scanned instead of base path. Disabled sub-task stats when task is in error/cancelled/load error states.

    • -0
    • +2
    ./libchengine/TSubTaskScanDirectory.cpp
Updated polish translation related to status dialog (CH-368)

Simplified status dialog by removing two stats related to entire task - processed items/size and processing speed - those are more relevant in subtask stats. Adjusted naming in various labels.

Removed rarely needed buttons from status dialog in favor of using those functionalities through context menu (CH-368).

Fixed assertion when scrolling options list.

Removed progress state from tray icon tooltip to avoid hiding of tray icon due to different icon name detected by system (CH-364)

  1. … 1 more file in changeset.
Adjusted mini-view to avoid custom drawing on title bar (CH-46) Added task context menus to status dialog and mini-view. Adjusted paused progress bar color on mini-view to make it more readable.

    • -0
    • +130
    ./ch/GuiOptions.cpp
    • -0
    • +26
    ./ch/TaskContextMenu.cpp
    • -0
    • +29
    ./ch/TaskContextMenu.h
  1. … 1 more file in changeset.
Fixed minor unit tests problem.

    • -1
    • +1
    ./libchengine/Tests/TestsTFileFilter.cpp
Fixed 32-bit build.

Updated polish language resources with additional adjustments to control sizes.

Simplified task edit dialog by removing unnecessary checkboxes. Added new copy option to skip creation of empty destination directories (useful especially when using filtering). Fixed problem with filter combo boxes not being able to fit more text than actually visible on screen. Changed labels of filter list and feedback list from include/exclude mask to just include/exclude.

    • -11
    • +21
    ./libchengine/TSubTaskScanDirectory.cpp
Changed the way task xml is generated for enum values - now, instead of enum value number there are string values generated (and consumed).

    • -0
    • +37
    ./libchengine/ECompareTypeMapper.cpp
    • -0
    • +40
    ./libchengine/ECompareTypeMapper.h
    • -0
    • +29
    ./libchengine/EDateType.h
    • -0
    • +34
    ./libchengine/EDateTypeMapper.cpp
    • -0
    • +40
    ./libchengine/EDateTypeMapper.h
    • -0
    • +40
    ./libchengine/EFeedbackResultMapper.cpp
    • -0
    • +40
    ./libchengine/EFeedbackResultMapper.h
    • -0
    • +41
    ./libchengine/EFileErrorMapper.cpp
    • -0
    • +40
    ./libchengine/EFileErrorMapper.h
    • -0
    • +33
    ./libchengine/EOperationEventMapper.cpp
    • -0
    • +40
    ./libchengine/EOperationEventMapper.h
    • -0
    • +33
    ./libchengine/EOperationTypesMapper.cpp
    • -0
    • +40
    ./libchengine/EOperationTypesMapper.h
    • -18
    • +13
    ./libchengine/FeedbackAlreadyExistsRule.cpp
  1. … 11 more files in changeset.
Changed invalid regex error code from invalid data to individual code.

Fixed potential problem with exception handling not cloning memory properly. Added logging of regex problem when filtering files.