View Issue Details

IDProjectCategoryView StatusLast Update
0000362Comica 2User Interfacepublic2019-05-07 08:59
ReporterBootBlock Assigned ToBootBlock  
PrioritynormalSeverityminorReproducibilityN/A
Status assignedResolutionopen 
Product Version1.23 
Target Version2.00 
Summary0000362: Add Fit to View to Image Viewer
Description

I'm fairly sure Comica 1.xx had a Fit to View option for the image strip viewer; add it to Comica 2.

TagsUI

Relationships

parent of 0000364 resolvedBootBlock Fit To View results in Viewer still being scrollable 

Activities

BootBlock

2019-05-05 14:40

administrator   ~0000082

The Zoom Level is now persisted across sessions; not sure why this wasn't originally the case.

BootBlock

2019-05-07 08:26

administrator   ~0000087

Last edited: 2019-05-07 08:58

Added FitToViewCriteria, which can have the following options:

''' <summary>Always scale the image to the viewport regardless of any size differences.</summary>
''' <remarks>
''' No scaling will be performed if the image is the same dimensions as the viewport, as a minor optimisation.
''' Minor because the FitToView code already checks relative dimensions being performed prior to the fit.
''' </remarks>
Always

''' <summary>Scale the image up if it is smaller than the viewport, magnifying the image.</summary>
ImageIsSmallerThanViewPort

''' <summary>Scale the image down if it is smaller than the viewport so scrolling isn't required.</summary>
ImageIsBiggerThanViewPort

Issue History

Date Modified Username Field Change
2019-05-05 11:22 BootBlock New Issue
2019-05-05 11:22 BootBlock Assigned To => BootBlock
2019-05-05 11:22 BootBlock Tag Attached: UI
2019-05-05 13:57 BootBlock Status new => assigned
2019-05-05 14:32 BootBlock Relationship added parent of 0000364
2019-05-05 14:40 BootBlock Status assigned => closed
2019-05-05 14:40 BootBlock Resolution open => fixed
2019-05-05 14:40 BootBlock Note Added: 0000082
2019-05-07 08:26 BootBlock Note Added: 0000087
2019-05-07 08:27 BootBlock Note Edited: 0000087
2019-05-07 08:28 BootBlock Note Edited: 0000087
2019-05-07 08:28 BootBlock Note Edited: 0000087
2019-05-07 08:29 BootBlock Note Edited: 0000087
2019-05-07 08:31 BootBlock Note Edited: 0000087
2019-05-07 08:31 BootBlock Note Edited: 0000087
2019-05-07 08:31 BootBlock Note Edited: 0000087
2019-05-07 08:36 BootBlock Note Edited: 0000087
2019-05-07 08:45 BootBlock Note Edited: 0000087
2019-05-07 08:46 BootBlock Note Edited: 0000087
2019-05-07 08:47 BootBlock Note Edited: 0000087
2019-05-07 08:58 BootBlock Note Edited: 0000087
2019-05-07 08:59 BootBlock Status closed => assigned
2019-05-07 08:59 BootBlock Resolution fixed => open