CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated sqlite to 3.39.2.

    • -4420
    • +5834
    /ext/sqlite3/shell.c
    • -9610
    • +15712
    /ext/sqlite3/sqlite3.c
Fix handling of network paths by adding \\?\UNC\ prefix instead of \\?\ (CH-374)

    • -5
    • +16
    /src/libchengine/TLocalFilesystem.cpp
Added possibility to change feedback options for existing tasks (CH-376)

Upgrade sqlite to 3.36.0.

    • -6062
    • +11062
    /ext/sqlite3/sqlite3.c
Fixed crash appearing when approving invalid regex (CH-375).

Bump copyright years.

Updated paths due to VS upgrade.

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)

Added Portugese translation by user igorruckert.

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

Merge remote-tracking branch 'remotes/origin/ch-1.40'

Fixed problem with shell extension incorrectly identifying operation to be performed when handling more than 16 files at once (CH-370).

    • -1
    • +42
    /src/common/TShellExtMenuConfig.cpp
Merge remote-tracking branch 'remotes/origin/ch-1.40'

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)

Removed unnecessary check when collecting stats (CH-368)

Include paused tasks in the task manager total stats (CH-368)

Changed the way size stats are being presented (CH-368)

    • -0
    • +6
    /src/libchengine/TSubTaskStatsSnapshot.h
    • -11
    • +16
    /src/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)

    • -9
    • +27
    /src/libchengine/TSubTaskStatsInfo.cpp
    • -5
    • +9
    /src/libchengine/TSubTaskStatsSnapshot.h
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.

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)

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
    /src/ch/GuiOptions.cpp
    • -0
    • +34
    /src/ch/GuiOptions.h
    • -0
    • +26
    /src/ch/TaskContextMenu.cpp
    • -0
    • +29
    /src/ch/TaskContextMenu.h
Fixed minor unit tests problem.

Fixed 32-bit build.