Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ui] ImageGallery: Add "Remove All Images" menu to clear all images #2221

Merged
merged 2 commits into from
Oct 11, 2023

Commits on Oct 9, 2023

  1. [ui] ImageGallery: Add "Remove All Images" menu to clear all images

    In addition to the existing "Remove" menu action in the Image Gallery that
    deletes the currently selected image, add a "Remove All Images" menu
    action that performs the same action as "Clear Images" from the "File"
    menu.
    
    The "Del" key was used as a shortcut to remove the currently selected
    image when the Image Gallery has the focus, "Shift+Del" can now also be
    used to remove all the images at once.
    cbentejac committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    d2dc78d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. [ui] Rename "Clear Images" actions into "Remove All Images"

    Update the names of the commands that remove images in the "File"
    menu to match with those in the Image Gallery menu.
    
    "Clear Images" becomes "Remove All Images" and "Clear All Images" becomes
    "Remove Images From All CameraInit Nodes".
    cbentejac committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    66ffe01 View commit details
    Browse the repository at this point in the history