MainWnd.cpp

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bugfix: Tasks loaded at startup did not start automatically when the status was right.

Merged checking for free space with copy/move subtask.

  1. … 11 more files in changeset.
Possible fix for problem with activation context when launching CH (exception thrown from CMainWnd::OnCreate() caused Create() to fail).

  1. … 30 more files in changeset.
Removed debugging code for shell extension.

Increased usage of TSmartPath and TString.

  1. … 9 more files in changeset.
Replaced obsolete TWStringData with newer TString.

  1. … 11 more files in changeset.
Added new string class (TString) along with exportable containers for them, that will help solving problem of non-exportable std::wstring (and lack of CString at some places in code).

  1. … 54 more files in changeset.
Improvements in command-line option '--ImportTaskDefinition' - now properly passes command line arguments to already running instance (advances [#2544046]).

  1. … 4 more files in changeset.
Changed the way the incoming data are identified in WM_COPYDATA - it will open the way for other data formats to be passed to CH (e.g. command line from another instance of CH) (advances [#2544046]).

  1. … 3 more files in changeset.
Changed the way shell extension communicates with CH from binary protocol to XML (advances [#2544046]).

  1. … 23 more files in changeset.
Moved TaskDefinition and OperationPlan to libchcore (advances [#2544046]).

  1. … 22 more files in changeset.
Added preliminary command-line option '--ImportTaskDefinition' - currently works only when launching first instance of CH (advances [#2544046]).

  1. … 12 more files in changeset.
Added portable mode in case configuration file is found in the executable directory (closes [#2908557]).

  1. … 5 more files in changeset.
Improved shell extension support:

  1. … 8 more files in changeset.
Moved TConfig class to libchcore library.

  1. … 26 more files in changeset.
Refactoring: moved filters storage from serialization file to task definition file.

  1. … 8 more files in changeset.
Refactoring: increased usage of TSmartPath objects throughout the code.

  1. … 14 more files in changeset.
Added two new task options to allow changing the generated name for the file in case copy is done inside single directory.

  1. … 9 more files in changeset.
Got rid of CDestPath class in favor of more general TSmartPath.

  1. … 17 more files in changeset.
Replaced locking in some places with exception-aware versions.

  1. … 7 more files in changeset.
Completely separated task definition from the partial task progress information:

  1. … 13 more files in changeset.
Removed another almost unused file.

  1. … 3 more files in changeset.
Rewritten configuration system to use boost::property_tree (to allow easy embedding parts of configuration in task definition).

  1. … 23 more files in changeset.
Moved some task configuration options from deprecated class TTaskBasicConfiguration to the task definition object, removed TTaskBasicConfiguration class.

  1. … 3 more files in changeset.
Removed 'advanced' button from status dialog (along with rename input paths functionality which was rather useless).

  1. … 18 more files in changeset.
Renamed two of the almost-obsolete classes so their naming does not collide with the names of classes partially introduced into the project (and to allow for project to be build correctly).

  1. … 2 more files in changeset.
Got rid completely of the old status flags by moving some task configuration settings to a separate class.

  1. … 2 more files in changeset.
Separated operation type performed by task from the other flags.

  1. … 3 more files in changeset.
Reduced amount of information stored in the task description files.

  1. … 5 more files in changeset.
Removed option 'auto-resume on error' - wasn't really used, did not work properly.

  1. … 7 more files in changeset.