MainWnd.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 CH crashing when task sqlite database cannot be stored on disk (CH-252).

  1. … 10 more files in changeset.
Fixed several issues reported by coverity scan (CH-249).

  1. … 3 more files in changeset.
Fixed unintialized members reported by Coverity Scan (CH-249).

  1. … 5 more files in changeset.
Possible fix to a problem with shell extension communication with CH (CH-230).

  1. … 2 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 serialization crash (CH-185).

  1. … 5 more files in changeset.
Bugfix/improvement: user choices selected in feedback dialogs now are stored in the database when 'don't ask again' is selected (CH-154).

  1. … 25 more files in changeset.
Fixed a few problems found with VS2013 static analysis.

  1. … 3 more files in changeset.
Bugfix: CH crashes when shell ext version mismatch occurs (CH-129).

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

  1. … 67 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.
Bugfix: resuming task worked incorrectly (CH-101).

  1. … 9 more files in changeset.
Bugfix: Same paths added to the favorite list when using custom copy dialog (CH-95)

  1. … 4 more files in changeset.
Modified feedback handler code to use shared_ptr internally instead of ugly memory management scheme (CH-86).

  1. … 19 more files in changeset.
Added support for re-creating task manager database when there is a problem with loading existing one.

  1. … 13 more files in changeset.
Improved handling sqlite schemas for task manager and task object (CH-79).

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

  1. … 44 more files in changeset.
General improvements in the task manager serialization (CH-79)

  1. … 16 more files in changeset.
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.
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.
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.
Bugfix: tray icon incorrectly reported portable mode in case non-portable mode was enabled.

  1. … 2 more files in changeset.
Bugfix: Tasks loaded at startup did not start automatically when the status was right.