Modify ↓
Opened 3 years ago
Closed 3 years ago
#21469 closed enhancement (fixed)
[PATCH] First/Last buttons in image display window should remember which images they come from
Reported by: | taylor.smock | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 21.10 |
Component: | Core image mapping | Version: | |
Keywords: | Cc: |
Description
When I first changed the Mapillary image viewing window to be similar to JOSM's, prior to replacing it this month, one of the feedback items I got was "I accidentally pressed first/last, and couldn't figure out where I was".
What the attached patch does:
- Fixes an issue where non-deletable/removable objects did not disable the delete buttons
- Adds a property change listener for actions so that the button they are part of is updated when the action is enabled/disabled
- Adds some super classes (
ImageAction
/ImageRememberAction
) to de-duplicate some code. - Attempts to keep the behavior from
setNextEnabled
/setPreviousEnabled
intact as much as possible
Attachments (3)
Change History (7)
by , 3 years ago
Attachment: | 21469.patch added |
---|
comment:1 by , 3 years ago
Summary: | [PATCH] First/Last buttons in image display window should remember which images they come from → [WIP PATCH] First/Last buttons in image display window should remember which images they come from |
---|
comment:2 by , 3 years ago
Summary: | [WIP PATCH] First/Last buttons in image display window should remember which images they come from → [PATCH] First/Last buttons in image display window should remember which images they come from |
---|
by , 3 years ago
Attachment: | 21469.mapillary.patch added |
---|
Mapillary specific patch, so I don't lose/forget it
comment:3 by , 3 years ago
Milestone: | → 21.10 |
---|
Note:
See TracTickets
for help on using tickets.
Remember last image selected for first/last buttons