Summary: | Visual clue: show coordinates when marking an area of a picture. | ||
---|---|---|---|
Product: | [Applications] kolourpaint | Reporter: | Goran Brannstrom <goranbr> |
Component: | ui | Assignee: | kolourpaint-support |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | cfeck, kde, kollix |
Priority: | NOR | ||
Version: | Comes with KDE | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kolourpaint/1476efa8ebab1f85e8fc78cb8126ba544a1a91f8 | Version Fixed In: | |
Sentry Crash Report: |
Description
Goran Brannstrom
2011-10-19 12:10:03 UTC
Remembered what the visual clue was: The cursor used to change to a crosshair upon entering the editing area. A simple a very useful clue! Please bring me back the crosshair, pretty please? ...with sugar on top? :-) The selection cursor was changed to fix bug 116783. You can do the following to solve your issue: - Zoom in. - Use the coordinates located in the statusbar. The behaviour where the window is moved by clicking it anywhere is not kolourpaint specific; this is the style which does that (I think this is only done with the default style oxygen, but I'm not sure as I don't use it). Check your style settings if you can disable this behaviour or use a different style. There is nothing kolourpaint can do here. Thanks for your suggestion, but it does not really work well in reality. Why? Because you have to move the focus of your eye back and forth between the cursor and the status bar. You need to see when the cursor is correctly placed where the focus of your eye is. That is why changing the cursor depending on where it's pointed would be far superior, especially for high def pictures. I have used this tool for like thousands of hours and for editing more than 50,000 pictures, so I just thought someone might be interested in my suggestion. If not, then I'll just have to do without this feature. Yes, I guess I might find some way to disable this move-the-whole-windows-feature, but I haven't found it yet. Also, that only solves half the problem. > disable this move-the-whole-windows-feature
Run "oxygen-settings", Widget Style > General tab > Window's drag mode: Drag windows from title bar only.
Hi! Thanks, that helps half-way at least! /Goran On Sat, Feb 4, 2012 at 14:35, Christoph Feck <christoph@maxiom.de> wrote: > https://bugs.kde.org/show_bug.cgi?id=284456 > > > Christoph Feck <christoph@maxiom.de> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > CC| |christoph@maxiom.de > > > > > --- Comment #5 from Christoph Feck <christoph maxiom de> 2012-02-04 > 13:35:27 --- > > disable this move-the-whole-windows-feature > > Run "oxygen-settings", Widget Style > General tab > Window's drag mode: > Drag > windows from title bar only. > > -- > Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email > ------- You are receiving this mail because: ------- > You reported the bug. > Ok, I think I can make a fix which solves both requests - this one and the older bug: I will use a hardcoded cursor shape which has exactly a 1 pixel wide crosshair so that you can 1) easily find the hot-spot in the middle regardless of what an artist thought might look nice for the standard crosshair cursor shape 2) the cursor will change when the mouse leaves the drawing area, so you again have the "visual clue" Git commit bebf9ddfbfd5be3731953d6c9124aa9dd3f892f3 by Martin Koller. Committed on 04/02/2012 at 20:05. Pushed by mkoller into branch 'KDE/4.8'. Use a hardcoded 1-pixel crosshair cursor for exactly seeing the hot-spot M +26 -1 tools/selection/kpAbstractSelectionTool_Create.cpp http://commits.kde.org/kolourpaint/bebf9ddfbfd5be3731953d6c9124aa9dd3f892f3 Git commit e0c40e95637c30ec455824a15f2fe657bfc527e1 by Martin Koller. Committed on 04/02/2012 at 20:05. Pushed by mkoller into branch 'master'. Use a hardcoded 1-pixel crosshair cursor for exactly seeing the hot-spot M +26 -1 tools/selection/kpAbstractSelectionTool_Create.cpp http://commits.kde.org/kolourpaint/e0c40e95637c30ec455824a15f2fe657bfc527e1 That would be greatly appreciated! In the future, an effect like lowering the brightness of the area not selected would be ultra cool. But I know, that's more like an enhance than a bug correction. Many thanks! Hi! Not to be ungrateful or anything but... It is now impossible to see the hair-cross in a dark area. Best solution would be a black cross with white outline, or vice versa. /Goran On Sat, Feb 4, 2012 at 18:44, Goran Brannstrom <goranbr@gmail.com> wrote: > Hi! > > Thanks, that helps half-way at least! > > /Goran > > > > On Sat, Feb 4, 2012 at 14:35, Christoph Feck <christoph@maxiom.de> wrote: > >> https://bugs.kde.org/show_bug.cgi?id=284456 >> >> >> Christoph Feck <christoph@maxiom.de> changed: >> >> What |Removed |Added >> >> ---------------------------------------------------------------------------- >> CC| |christoph@maxiom.de >> >> >> >> >> --- Comment #5 from Christoph Feck <christoph maxiom de> 2012-02-04 >> 13:35:27 --- >> > disable this move-the-whole-windows-feature >> >> Run "oxygen-settings", Widget Style > General tab > Window's drag mode: >> Drag >> windows from title bar only. >> >> -- >> Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email >> ------- You are receiving this mail because: ------- >> You reported the bug. >> > > > > -- > ** The funniest thing about this signature is that by the time you realize > it doesn't say anything it's too late to stop reading it. ** > I just wondered what happened and then saw this commit: The crosshair is impossible to spot on a dark/black area :( Isn't it possible to use a crosshair that has "inverted" colors? Thanks for your input, Mr Broulik. Yes a white cross-hair on dark areas and a black one in light areas of an image might work. The same goes for the line marking the selected area. The ideal would be to have a dashed line with alternately white and black dashes, or to darken out the un-selected area. However, changing the cursor for every pixel it traverses might give a very flickering impression as you move the cursor across an image. You might not want that. At work I use an older version of Kolourpaint 4.6.5 and this version has a very clear cross-hair, made up of a white cross-hair with a black outline. Works like a charm! it would be nice to revert to this high-visibility cross-hair. Ps. Gimp uses a black cross-hair with a white outline, and the crosshairs do not meet in the middle in gimp. This would also work. /Goran Git commit 2b823873ef13e03ce5adf2e499af0e3d49a5fa53 by Martin Koller. Committed on 13/05/2012 at 14:58. Pushed by mkoller into branch 'master'. make the crosshair cursor more visible by using a black crosshair with white outline. M +19 -18 tools/selection/kpAbstractSelectionTool_Create.cpp http://commits.kde.org/kolourpaint/2b823873ef13e03ce5adf2e499af0e3d49a5fa53 Git commit 1476efa8ebab1f85e8fc78cb8126ba544a1a91f8 by Martin Koller. Committed on 13/05/2012 at 14:58. Pushed by mkoller into branch 'KDE/4.8'. make the crosshair cursor more visible by using a black crosshair with white outline. M +19 -18 tools/selection/kpAbstractSelectionTool_Create.cpp http://commits.kde.org/kolourpaint/1476efa8ebab1f85e8fc78cb8126ba544a1a91f8 |