Ticket #365 (closed enhancement: fixed)
Advanced select/unselect group dialog
Reported by: | andrew_b | Owned by: | andrew_b |
---|---|---|---|
Priority: | minor | Milestone: | 4.7 |
Component: | mc-core | Version: | master |
Keywords: | commited-master | Cc: | |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description
Current select/unselect files engine and dialog (Gray+/Gray-/Gray*) do not allow the following:
- select/unselect files and dirs at the same time. The special mask for dirs is required: dir mask must started or finished by slash;
- ignore case. For example, photo cameras creat files in upper case. So, if *.jpg and *.JPG files are present in a directory, you cannot select all JPEG pictures at the same time.
My proposal is redesign the select/unselect dialog: add two checkboxes:
[x] Case sensitive
[ ] Files only
Change History
comment:1 Changed 16 years ago by andrew_b
- Priority changed from major to minor
- Status changed from new to assigned
- Version changed from 4.6.2 to master
- Owner set to andrew_b
comment:2 Changed 15 years ago by slavazanko
- Blocked By 381 added
(In #381) Fix of this bug placed in '365_select_unselect' branch.
changeset:a4f828fb8c7612dd2d67dd80084edbaa701e210b
Therefore, this ticket will closed after close of #365
comment:2 Changed 15 years ago by slavazanko
- Keywords review added
- Blocked By 381 removed
My last change: changeset:a4f828fb8c7612dd2d67dd80084edbaa701e210b
review, please.
comment:3 Changed 15 years ago by andrew_b
- Keywords vote-andrew_b added
Last changeset looks good. Vote.
comment:5 Changed 15 years ago by slavazanko
- Keywords commited-master added; vote-andrew_b vote-slyfox approved removed
- Status changed from assigned to testing
- Resolution set to fixed
Se summary patch by command:
git diff edc9264a2791e372ac379dcca5a4fc632e124851^...3708dd28b5670fdb5c73ed238b337005e0653636
Note: See
TracTickets for help on using
tickets.
365_select_unselect branch is created. Parent branch: master.