FeedbackHandler.cpp

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Changed feedback handling to return also the information if the response was automatic or made by user (CH-165).

  1. … 15 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.
Bugfix: restarting task did not reset the 'do not ask again' flags of feedback handler (CH-150).

  1. … 5 more files in changeset.
Bugfix: missing paths in some feedback dialogs (CH-147).

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

  1. … 22 more files in changeset.
Moved subtask handling to chcore library.

  1. … 24 more files in changeset.
Moved file filtering and file info classes to chcore library (possibly needs some more work on ATL::CTime export problem).

  1. … 33 more files in changeset.
Rewritten configuration system to use boost::property_tree (to allow easy embedding parts of configuration in task definition).

  1. … 23 more files in changeset.
Changed locking system from simple critical section in task objects (CTask, CTaskArray) to the boost::shared_lock for improved multi-threadedness and safety (might be a bit buggy though).

  1. … 18 more files in changeset.
Added support for displaying feedback dialog boxes in places where error messages stopped processing (untested).

  1. … 9 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]).

    • -0
    • +108
    ./FeedbackHandler.cpp
  1. … 34 more files in changeset.