Opened 12 years ago
Closed 12 years ago
#4364 closed enhancement (fixed)
Mythgallery scale to fullscreen
Reported by: | Joep Admiraal | Owned by: | paulh |
---|---|---|---|
Priority: | minor | Milestone: | 0.21 |
Component: | mythgallery | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
I created a little patch which allows mythgallery to scale the images to fill the whole screen. This patch also contains an boolean option on the gallery setting screen.
Attachments (1)
Change History (4)
Changed 12 years ago by
Attachment: | scaleMax.diff added |
---|
comment:1 Changed 12 years ago by
I forgot to mention, I tested this with the current SVN (15233) version.
comment:2 Changed 12 years ago by
Milestone: | unknown → 0.21 |
---|---|
Owner: | changed from Isaac Richards to paulh |
Status: | new → assigned |
Version: | unknown → head |
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [15271]) Add option to either scale images to full screen or scale to fit in MythGallery.
This is based on the patch by Joep Admiraal. I've modified it so it doesn't need a new setting instead you can toggle the behaviour in the single view screens using the FULLSCREEN key binding ('W' by default). The setting is remembered when you leave the single view screens and will be restored when you next use it.
Closes #4364.
1st version of the scalemax patch.