TConfig.cpp

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix: configuration items did not have modification state reset when loading, causing the serializer to try to insert the items again in the database (CH-74).

  1. … 1 more file in changeset.
Added serialization of task configuration (CH-74). Still buggy.

  1. … 22 more files in changeset.
Separated config-related classes to separate files (CH-74).

  1. … 8 more files in changeset.
Bugfix: when storing array-values to config file, it wasn't cleared properly earlier, causing multiple entries to be added.

Possible fix for problem with activation context when launching CH (exception thrown from CMainWnd::OnCreate() caused Create() to fail).

  1. … 30 more files in changeset.
Replaced obsolete TWStringData with newer TString.

  1. … 11 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.
Changed the way shell extension communicates with CH from binary protocol to XML (advances [#2544046]).

  1. … 23 more files in changeset.
Formatting fixes.

  1. … 16 more files in changeset.
Bugfix: fixed warnings reported as errors resulting from commit 361.

  1. … 1 more file in changeset.
Moved TConfig class to libchcore library.

  1. … 26 more files in changeset.