MainWnd.cpp

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bugfix: wrong handling of multiple input paths (task copied the first file over and over).

  1. … 3 more files in changeset.
Changed locking system from simple critical section in task objects (CTask, CTaskArray) to the boost::shared_lock for improved multi-threadedness and safety (might be a bit buggy though).

  1. … 18 more files in changeset.
Switched from CArray to std::vector in CTaskArray.

  1. … 11 more files in changeset.
Got rid of warnings on level 4 (win32 and x64), turned on option to treat warnings as errors.

  1. … 20 more files in changeset.
Changed internal implementation of serialization from icpf::file to a more stable boost::serialization.

  1. … 19 more files in changeset.
Separated (again) engine config class from the standard configuration.

  1. … 5 more files in changeset.
Various small cleanups.

  1. … 3 more files in changeset.
Bugfix: crashes when loading specific task files (closes [#sf:2905339]).

  1. … 2 more files in changeset.
Bugfix: crash at startup (activation context) - first try to fix the problem not reproducible at home.

  1. … 1 more file in changeset.
Added support for checking for updates every specified interval.

  1. … 6 more files in changeset.
Added support for logging informations about process (closes 2796060).

  1. … 21 more files in changeset.
Added new functionality - check for updates at startup (closes 2772856).

  1. … 10 more files in changeset.
Fixed problems with creating shortcuts in explorer (closes [2535991]).

  1. … 14 more files in changeset.
Changed resource manager and engine config to singletons.

  1. … 7 more files in changeset.
Cleaned up header files from unnecessary includes.

  1. … 32 more files in changeset.
Moved task management from MainWnd to CTask (where it should be placed from the beginning).

  1. … 11 more files in changeset.
Fixed some warnings reported from the static code analysis (/analyze).

  1. … 24 more files in changeset.
Changed default line endings for source files to a consistent state with svn properties (closes [2536028]).

  1. … 122 more files in changeset.
Bugfix: Problem with crashing CH when changing buffer size while copying data (closes [2535995]).

Bugfix: shortcuts were not visible in the shell context menu.

Bugfix: fixed crash when closing the clipboard monitoring dialog box.

Bugfix: crash during error logging.

Changed base object of FiltersArray from CArray to std::vector.

  1. … 4 more files in changeset.
Extracted the feedback handling outside of the copying routine (closes [#294]).

  1. … 34 more files in changeset.
Added support for version checking and disabling of shell extension (closes [#435]).

  1. … 24 more files in changeset.
Removed support for changing the tasks directory (closes [#441]).

  1. … 10 more files in changeset.
Replaced CArchive-based serialization with icpf-based solution (closes [#431]).

  1. … 8 more files in changeset.
Fixed some warnings from prefast.

  1. … 2 more files in changeset.
Upgraded support for checking newer version (closes [#427]).

  1. … 7 more files in changeset.
Preliminary support for checking for updates (advances [#427]).

  1. … 8 more files in changeset.