StatusDlg.cpp

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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 gui not displaying source path after copy/move operation ends (CH-229).

  1. … 5 more files in changeset.
  1. … 8 more files in changeset.
Removed library libicpf, moved config support to libictranslate, log_file to libchcore (CH-217).

  1. … 155 more files in changeset.
Fixed additional warnings reported by cppcheck (CH-216).

  1. … 9 more files in changeset.
Fixed additional warnings reported by cppcheck (CH-216) Disabled cstyleCast from being reported by cppcheck.

  1. … 23 more files in changeset.
Adjusted the way progress (in percent) is calculated and displayed to mitigate the problem of files being deleted at 100% progress (CH-146).

  1. … 1 more file in changeset.
Added possibility to break the infinite retry loop without restarting task (using the newly introduced Advanced buttonin the status dialog box) (CH-165)

  1. … 9 more files in changeset.
Added VS2015 projects, updated code to build with this new compiler (CH-173).

  1. … 21 more files in changeset.
Added partial support for modifying count of buffer while copying (CH-169).

  1. … 29 more files in changeset.
Bugfix: fixed serialization problems with 32bit builds (CH-118).

  1. … 67 more files in changeset.
Added support for successfully loading corrupted task files (now loading such task does not force CH to exit - instead an error is logged (if possible) and task is marked appropriately in the status dialog) (CH-59)

  1. … 7 more files in changeset.
Bugfix: crash when opening explorer's context menu (boost lexical_cast incorrectly detected underlying stream type due to the implicit cast of TString to const wchar_t) (CH-107).

  1. … 31 more files in changeset.
Bugfix: subtask stats were not displayed in status dialog when task processing finished (CH-100).

Basic support for serializing task manager data in/from sqlite database (CH-71)

  1. … 35 more files in changeset.
Updated subtask, task, and task mgr stats calculation (CH-57).

  1. … 41 more files in changeset.
Changed the design of status dialog to make place for more information (mostly subtask stats) (CH-65)

  1. … 27 more files in changeset.
Fixed: Docking button functionality changes the window dimensions (CH-45)

  1. … 5 more files in changeset.
Rewritten statistics handling for sub tasks, tasks and task manager (this commit introduces some issues that needs to be further fixed). Only basic tests performed (!)

  1. … 32 more files in changeset.
Added new subtask class handling fast move operation before scanning directories for files.

  1. … 14 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 buffer management to chcore library + some basic refactoring.

  1. … 17 more files in changeset.
Increased usage of TSmartPath and TString.

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

  1. … 22 more files in changeset.
Bugfix: filtering incorrectly shown in status dialog.

Refactoring: increased usage of TSmartPath objects throughout the code.

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