Summary: | Image docker is not functional | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Antoine <alecail> |
Component: | Dockers | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | christer.stenbrenden, halla, paulgeraskin |
Priority: | NOR | ||
Version: | 2.4-snapshots | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Image docker color picker patch
Image docker scales horizontally to fit filenames Selected icon gets a green frame and resizing of icon area is better Use the theme highlight color instead of poison green |
Description
Antoine
2012-04-05 13:44:08 UTC
Created attachment 82017 [details]
Image docker color picker patch
Displays a color picker when hover over the image in the docker
Created attachment 82018 [details]
Image docker scales horizontally to fit filenames
Created attachment 82019 [details]
Selected icon gets a green frame and resizing of icon area is better
Created attachment 82036 [details]
Use the theme highlight color instead of poison green
Git commit c2434f03d721df157de3d780d62709aac308b931 by Boudewijn Rempt. Committed on 31/08/2013 at 07:25. Pushed by rempt into branch 'master'. Improvements to the Image docker patches by Christer Stenbrenden (christer.stenbrenden@gmail.com) * Displays a color picker when hover over the image in the docker * Image docker scales horizontally to fit filenames * Use the theme highlight color for selected icon M +16 -1 krita/plugins/extensions/dockers/imagedocker/forms/wdgimagedocker.ui M +15 -2 krita/plugins/extensions/dockers/imagedocker/imagedocker_dock.cpp M +3 -0 krita/plugins/extensions/dockers/imagedocker/imagedocker_dock.h M +4 -1 krita/plugins/extensions/dockers/imagedocker/kis_image_strip_scene.cpp M +4 -0 krita/plugins/extensions/dockers/imagedocker/kis_image_view.cpp http://commits.kde.org/calligra/c2434f03d721df157de3d780d62709aac308b931 Hi guys. My Wish/improvement about Image Reference Docker: Zooming from a center of the docker's canvas. At present the docker zooms from the Top-left corner. Thanks. Three of these issues remain. Closing this bug, and creating individual tasks. |