StatusDlg.h

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added possibility to change feedback options for existing tasks (CH-376)

  1. … 7 more files in changeset.
Simplified status dialog by removing two stats related to entire task - processed items/size and processing speed - those are more relevant in subtask stats. Adjusted naming in various labels.

  1. … 4 more files in changeset.
Removed rarely needed buttons from status dialog in favor of using those functionalities through context menu (CH-368).

  1. … 3 more files in changeset.
Adjusted mini-view to avoid custom drawing on title bar (CH-46) Added task context menus to status dialog and mini-view. Adjusted paused progress bar color on mini-view to make it more readable.

  1. … 14 more files in changeset.
Split libchcore to several libraries (libstring, libserializer, libchengine) (CH-319)

  1. … 593 more files in changeset.
Fixed various issues reported by resharper. Added move constructors/move assignment operators to various classes. Exceptions cleanups. Removed unused code. Removed copy constructors/copy assignments from various noncopyable classes. (CH-318).

  1. … 120 more files in changeset.
Added override keyword to virtual functions (CH-318)

  1. … 43 more files in changeset.
Added explorer taskbar progress bar for status window (CH-289).

  1. … 5 more files in changeset.
Added automatic selection of task when opening status dialog with no task hint (CH-277).

  1. … 1 more file 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 additional warnings reported by cppcheck (CH-216) Disabled cstyleCast from being reported by cppcheck.

  1. … 23 more files 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.
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.
Refactoring:

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

  1. … 15 more files in changeset.
Got rid of global config usage in task processing - replaced with local task config.

  1. … 6 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 task state from other flags (i.e. subtask and task options).

  1. … 4 more files in changeset.
Extracted operation time tracking to a local stats object.

  1. … 3 more files in changeset.
Got rid of unused error code/message field in status dialog.

  1. … 5 more files in changeset.
Switched from CArray to std::vector in CTaskArray.

  1. … 11 more files in changeset.
Added information about time to finish task (closes [#2604192]) - patch [#2823576] received from eegee.

  1. … 3 more files in changeset.
Added resize capabilities to most of the dialog boxes used in CH (closes 2774255).

  1. … 13 more files in changeset.
Separated task classes to a separate files.

  1. … 7 more files in changeset.
Changed default line endings for source files to a consistent state with svn properties (closes [2536028]).

  1. … 122 more files in changeset.
Updated the license headers in source files.

  1. … 101 more files in changeset.
Removed unneeded attributes from language files.

  1. … 17 more files in changeset.