FeedbackReplaceDlg.cpp

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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).

  1. … 23 more files in changeset.
Added "custom rules" button on "already exists" dialog box. Fixed problems with sqlite data storage. Auto-selection of data in rule edit combos.

  1. … 23 more files in changeset.
Changed "file already exists" dialog to operate on full set of rules (preparation for rule editor embedding). Serializable object/container improvements. Changed file filtering to use serializable object/container base.

  1. … 11 more files in changeset.
Added support for renaming files when encountering existing file (CH-363) Modified replace dialog to show original destination name as a separate field from rename edit box.

  1. … 20 more files in changeset.
Merged double buttons to a proper menu buttons on replace dialog.

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

  1. … 75 more files in changeset.
Added proper sizing of the file replace dialog (CH-355)

  1. … 1 more file in changeset.
Fixed problem with replace dialog box sizing (CH-355)

  1. … 1 more file in changeset.
Added context menus to attach to feedback overwrite dialog (with sample handlers).

  1. … 3 more files in changeset.
Replaced buttons with mfc buttons. Added mfc button to language dialog handler.

  1. … 4 more files in changeset.
Partial redesign of file overwrite dialog. Removed CMemDC in favor of MFC version.

  1. … 18 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.
Removed unnecessary includes. Sorted member initialization in constructors. (CH-318)

  1. … 143 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.
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.
Fixed the task error state when overwriting larger file (CH-222).

  1. … 3 more files in changeset.
Added group boxes to the feedback replace dialog to make it more readable (CH-221).

  1. … 2 more files in changeset.
Feedback file replace dialog now have readable file information (CH-221).

  1. … 4 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.
Added serialization to TFileInfo and TFileInfoArray objects (CH-75).

  1. … 26 more files in changeset.
Refactoring:

  1. … 22 more files in changeset.
Improved naming convention inside chcore library.

  1. … 23 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.
Refactoring: increased usage of TSmartPath objects throughout the code.

  1. … 14 more files in changeset.
Corrected code formatting.

  1. … 20 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.