FeedbackNotEnoughSpaceDlg.cpp

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed resizing of "not enough space" dialog.

Changed feedback dialog settings to not use system modal style. Implemented custom rules button in remaining feedback dialogs. Redesigned remaining feedback dialogs to use more consistent styling (CH-360, CH-361).

    • -109
    • +97
    ./FeedbackNotEnoughSpaceDlg.cpp
  1. … 23 more files in changeset.
Changed remaining feedback dialogs interface to use all types of rules.

  1. … 8 more files in changeset.
Compilable version of main batch of feedback improvements.

  1. … 75 more files in changeset.
Fixed several issues reported by ReSharper (CH-318).

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

  1. … 593 more files in changeset.
Fixed issue with pressing X button in feedback dialogs forcing some random action (CH-315).

  1. … 6 more files in changeset.
Reduced scope of variable as suggected by cppcheck (CH-272).

Fixed code issues reported by cppcheck (CH-272)

  1. … 6 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.
Added ch icons to the title bars of most of the dialog boxes replacing the old, generic one (CH-260).

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

  1. … 22 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.
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.
Removed another almost unused file.

  1. … 3 more files in changeset.
Removed unused file with button IDs (used in only one place by mistake).

  1. … 2 more files in changeset.
Rewritten part of the main processing thread method to not use exceptions to signalize pausing, cancelling, error and kill requests.

  1. … 3 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 resize capabilities to most of the dialog boxes used in CH (closes 2774255).

  1. … 13 more files in changeset.
Fixed problem with 'apply to all items' (closes [2571926]).

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

  1. … 32 more files in changeset.
Fixed some warnings reported from the static code analysis (/analyze).

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

    • -149
    • +149
    ./FeedbackNotEnoughSpaceDlg.cpp
  1. … 122 more files in changeset.
Extracted the feedback handling outside of the copying routine (closes [#294]).

    • -0
    • +149
    ./FeedbackNotEnoughSpaceDlg.cpp
  1. … 34 more files in changeset.