MainWnd.cpp

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Removed functionality creating n copies of the original file - it made code more complicated, preventing core code from rewriting (hopefully nobody uses it).

  1. … 9 more files in changeset.
Corrected code formatting.

  1. … 20 more files in changeset.
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.