MainWnd.h

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added override keyword to virtual functions (CH-318)

  1. … 43 more files in changeset.
Simplified shell extension menu management as a preparation to move its configuration to shared memory (CH-284)

  1. … 28 more files in changeset.
Implemented preliminary versions of remaining logger files (buggy) (CH-206).

  1. … 55 more files in changeset.
Added preliminary (very incomplete) multi-file log backend with rotation support (CH-206)

  1. … 54 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 unintialized members reported by Coverity Scan (CH-249).

  1. … 5 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.
Partial implementation of basic serialization mechanism (part 2) (CH-79).

  1. … 44 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.
Refactoring:

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

  1. … 15 more files in changeset.
Added new string class (TString) along with exportable containers for them, that will help solving problem of non-exportable std::wstring (and lack of CString at some places in code).

  1. … 54 more files in changeset.
Improvements in command-line option '--ImportTaskDefinition' - now properly passes command line arguments to already running instance (advances [#2544046]).

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

  1. … 11 more files in changeset.
Bugfix: crash at startup (activation context) - first try to fix the problem not reproducible at home.

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

  1. … 7 more files in changeset.
Cleaned up header files from unnecessary includes.

  1. … 32 more files in changeset.
Moved task management from MainWnd to CTask (where it should be placed from the beginning).

  1. … 11 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.
Extracted the feedback handling outside of the copying routine (closes [#294]).

  1. … 34 more files in changeset.
Preliminary support for checking for updates (advances [#427]).

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

  1. … 101 more files in changeset.
Bugfix: quickfix for the problem with files being deleted even when they was skipped when copying.(closes [#293]).

  1. … 3 more files in changeset.
Added unicode configuration, x64 platform support and made it build.

  1. … 51 more files in changeset.
FS reorganization - next phase (advances [#303]).

  1. … 309 more files in changeset.