CustomCopyDlg.cpp

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added support for defining feedback rules in task edit dialog.

  1. … 5 more files in changeset.
Removed support for html help (CH-354)

  1. … 121 more files in changeset.
Changed googletest/googlemock to new version supporting VS2017. Changed main projects settings to target v141_xp. Updated source code to handle the new framework. (CH-340)

  1. … 393 more files in changeset.
Changed googletest/googlemock to new version supporting VS2017. Changed main projects settings to target v141_xp. Updated source code to handle the new framework. (CH-340)

  1. … 393 more files in changeset.
Fixed several cppcheck-reported issues. Fixed jenkins coverage scripts. (CH-326)

  1. … 5 more files in changeset.
Added unit tests to various engine classes (CH-326) Refactoring of exported collections (CH-327)

  1. … 27 more files in changeset.
Fixed several code issues reported by ReSharper (CH-318)

  1. … 41 more files in changeset.
Fixed several issues reported by ReSharper (CH-318).

  1. … 33 more files in changeset.
Split libchcore to several libraries (libstring, libserializer, libchengine) (CH-319)

  1. … 593 more files in changeset.
Added ch icons to the title bars of most of the dialog boxes replacing the old, generic one (CH-260).

  1. … 10 more files in changeset.
Switched entire code to use nullptr instead of NULL (CH-259).

  1. … 98 more files in changeset.
Fixed several cosmetic code issues. Improved detection of same/different disk detection. Switched shared_ptrs to use std implementation instead of boost one. Cleaned up includes in headers. (CH-259)

  1. … 157 more files in changeset.
Fixed possible buffer overflows (CH-249).

Added drop functionality to file list and destination combo in custom copy dialog (CH-25)

  1. … 9 more files in changeset.
  1. … 8 more files in changeset.
Removed library libicpf, moved config support to libictranslate, log_file to libchcore (CH-217).

  1. … 155 more files in changeset.
Fixed additional warnings reported by cppcheck (CH-216).

  1. … 9 more files in changeset.
Reduced number of errors and warnings reported by cppcheck (CH-216).

  1. … 78 more files in changeset.
Added partial support for modifying count of buffer while copying (CH-169).

  1. … 29 more files in changeset.
Feature: added possibility to export task details from the CustomCopy dialog (CH-157).

  1. … 5 more files in changeset.
Bugfix: crash when opening explorer's context menu (boost lexical_cast incorrectly detected underlying stream type due to the implicit cast of TString to const wchar_t) (CH-107).

  1. … 31 more files in changeset.
Added serialization of file filters to sqlite database (CH-97).

  1. … 21 more files in changeset.
Refactoring: split file filtering functionality to two separate files (TFileFilter and TFileFiltersArray).

  1. … 13 more files in changeset.
Refactoring:

  1. … 22 more files in changeset.
Moved to chcore: task's configuration management, filesystem management, stats management and progress management.

  1. … 38 more files in changeset.
Bugfix: invalid priority was set for the thread in custom copy dialog.

Improved naming convention inside chcore library.

  1. … 23 more files in changeset.
Added TDateTime wrapper to chcore as a replacement for not exportable ATL::CTime.

  1. … 16 more files in changeset.
Moved file filtering and file info classes to chcore library (possibly needs some more work on ATL::CTime export problem).

  1. … 33 more files in changeset.
File filter refactoring/preparation to move to chcore library.

  1. … 4 more files in changeset.