ClipboardMonitor.cpp

Clone Tools
  • last updated a few minutes 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.
Rewritten configuration system to use boost::property_tree (to allow easy embedding parts of configuration in task definition).

  1. … 23 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.
Separated operation type performed by task from the other flags.

  1. … 3 more files in changeset.
Various cleanups - removed unneeded variables, cleaned up code.

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

  1. … 5 more files in changeset.
Bugfix: 100% of a processor used by the clipboard monitoring thread.

  1. … 2 more files in changeset.
Re-used worker thread controller in clipboard monitoring functionality.

  1. … 1 more file in changeset.
Removed unused code, made some order in methods' visibility (public/protected).

  1. … 2 more files in changeset.
Removed unnecessary code aiding in detecting shutdown conditions for functionality "shutdown system after finished all operations".

  1. … 2 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.
Bugfix: incorrect shutdown of application.

Separated (again) engine config class from the standard configuration.

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

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

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

    • -0
    • +332
    ./ClipboardMonitor.cpp
  1. … 7 more files in changeset.