CascadesCarnivoreProject / Carnassial

Carnassial: Simplifying Remote Camera Data
Other
3 stars 0 forks source link

Remove the propagate/copy context menu from standard controls #22

Closed saulgreenberg closed 8 years ago

saulgreenberg commented 8 years ago

Remove the propagate/copy forward/copy all context menu from the Folder, RelativePath, File, Date, Time, and ImageQuality controls as they don't make much sense for those.

twest820 commented 8 years ago

What about DeleteFlag/MarkForDeletion? There's already special delete all handling elsewhere.

I've turned off context menu generation in DataEntryControls.Generate() for File, RelativePath, Folder, Date, and Time as part of updating the logic for RelativePath in feature/editor.

saulgreenberg commented 8 years ago

We want to leave the menus for delete flag/mark for deletion. For example, a user may filter on dark images, then use the above to mark all those for deletion in one operation. So you can likely close this issue as you fixed the other menus.