ClipboardMonitor.cpp

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
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 CH crashing when task sqlite database cannot be stored on disk (CH-252).

  1. … 10 more files in changeset.
Fixed resource leak in shutdown handling code (CH-249)

Removed library libicpf, moved config support to libictranslate, log_file to libchcore (CH-217).

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

  1. … 78 more files in changeset.
Fixed serialization crash (CH-185).

  1. … 5 more files in changeset.
Added possibility to choose destination path for "Copy To/Move To/CopyMove To Special" shell ext items (CH-109).

  1. … 11 more files in changeset.
Partial implementation of basic serialization mechanism (part 2) (CH-79).

  1. … 44 more files in changeset.
Refactoring:

  1. … 17 more files in changeset.
Moved CTask and CTaskArray classes to the libchcore library.

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

  1. … 38 more files in changeset.
Moved thread controller to chcore library.

  1. … 16 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.
Moved TConfig class to libchcore library.

  1. … 26 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.
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.