Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adjusted mini-view to avoid custom drawing on title bar (CH-46) Added task context menus to status dialog and mini-view. Adjusted paused progress bar color on mini-view to make it more readable.

    • -0
    • +26
    ./TaskContextMenu.cpp
  1. … 1 more file in changeset.
Fixed 32-bit build.

Updated polish language resources with additional adjustments to control sizes.

Simplified task edit dialog by removing unnecessary checkboxes. Added new copy option to skip creation of empty destination directories (useful especially when using filtering). Fixed problem with filter combo boxes not being able to fit more text than actually visible on screen. Changed labels of filter list and feedback list from include/exclude mask to just include/exclude.

  1. … 11 more files in changeset.
Changed the way task xml is generated for enum values - now, instead of enum value number there are string values generated (and consumed).

  1. … 25 more files in changeset.
Added simple regex validation on rule edit dialogs and filter dialog. Aligned rule edit dialogs' buttons.

  1. … 4 more files in changeset.
Added filter helper buttons on rule edit dialog boxes to make it coherent with filter dialog box.

    • -0
    • +55
    ./FilterTypesMenuWrapper.cpp
    • -0
    • +36
    ./FilterTypesMenuWrapper.h
Changed the separator used for filters (vertical line was replaced with semicolon). Adjusted filtering settings dialog to include helper menu buttons with basic explanation of filter possibilities.

  1. … 1 more file in changeset.
Added support for defining feedback rules in task edit dialog.

  1. … 2 more files in changeset.
Added graying out controls on rule edit dialog.

Fixed problem with rule data not shown in rule edit dialog box. Fixed tab ordering in rule edit dialog box. Added support for reordering rules in rule edit dialog box.

Fixed sizing of error dialog. Small redesign to avoid blank spaces when not all data available.

Fixed resizing of "not enough space" dialog.

Fixed resizing of rule edit dialog.

Fixed incomplete data filling when using rule edit dialogs. Limit responses available in the rule edit dialogs to those appropriate for specific feedback type.

    • -0
    • +62
    ./ComboDataWrapper.h
  1. … 3 more files in changeset.
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. … 13 more files in changeset.
Changed remaining feedback dialogs interface to use all types of rules.

  1. … 3 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. … 16 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. … 8 more files in changeset.
Added basic implementation of two remaining rule edit editors.

    • -0
    • +191
    ./RuleEditErrorDlg.cpp
    • -0
    • +60
    ./RuleEditErrorDlg.h
    • -0
    • +135
    ./RuleEditNotEnoughSpaceDlg.cpp
    • -0
    • +56
    ./RuleEditNotEnoughSpaceDlg.h
Added basic implementations of rule edit dialog and "file already exists" rule editor.

    • -0
    • +190
    ./RuleEditAlreadyExistsDlg.cpp
    • -0
    • +60
    ./RuleEditAlreadyExistsDlg.h
    • -0
    • +712
    ./RuleEditDlg.cpp
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. … 15 more files in changeset.
Increased spacing between replace dialog buttons.

Merged double buttons to a proper menu buttons on replace dialog.

Compilable version of main batch of feedback improvements.

  1. … 68 more files in changeset.
Added preliminary feedback rules handler. Small refactoring of filters handling.

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

Fixed problem with replace dialog box sizing (CH-355)

Added context menus to attach to feedback overwrite dialog (with sample handlers).

Replaced buttons with mfc buttons. Added mfc button to language dialog handler.

  1. … 1 more file in changeset.