https://bugs.kde.org/show_bug.cgi?id=270203

Martin Koller <kol...@aon.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://commits.kde.org/kol
                   |                            |ourpaint/4ac4fa0bebc4b73b07
                   |                            |74b8fe5b3d561ce9686375
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #10 from Martin Koller <kol...@aon.at> ---
Git commit 4ac4fa0bebc4b73b0774b8fe5b3d561ce9686375 by Martin Koller.
Committed on 05/02/2017 at 19:14.
Pushed by mkoller into branch 'master'.

Add setting for anti-aliased drawing; lots of code cleanup

The mentioned bug is about rounded rectangle and anti-aliased drawing.
This patch fixes both: rounded-rectangles are now drawn with the same
radius in x and y direction, which makes it look much better and
avoids the mentioned problem in the bug report.
An additional option in the settings menu allows now to define if
the tools draw with anti-aliasing (default) or not.
GUI: added a new option in the settings menu for anti-aliased drawing

M  +5    -0    environments/tools/kpToolEnvironment.cpp
M  +2    -0    environments/tools/kpToolEnvironment.h
M  +0    -81   imagelib/kpPainter.cpp
M  +0    -50   imagelib/kpPainter.h
M  +2    -1    kolourpaintui.rc
M  +1    -0    kpDefs.h
M  +4    -6    layers/selections/kpAbstractSelection.cpp
M  +5    -7    mainWindow/kpMainWindow.cpp
M  +1    -0    mainWindow/kpMainWindow.h
M  +20   -4    mainWindow/kpMainWindow_Settings.cpp
M  +5    -36   pixmapfx/kpPixmapFX.h
M  +8    -222  pixmapfx/kpPixmapFX_DrawShapes.cpp
M  +5    -6    tools/kpToolZoom.cpp
M  +26   -9    tools/polygonal/kpToolCurve.cpp
M  +6    -25   tools/polygonal/kpToolLine.cpp
M  +0    -1    tools/polygonal/kpToolLine.h
M  +37   -9    tools/polygonal/kpToolPolygon.cpp
M  +2    -7    tools/polygonal/kpToolPolygonalBase.cpp
M  +0    -8    tools/polygonal/kpToolPolygonalBase.h
M  +22   -13   tools/polygonal/kpToolPolyline.cpp
M  +1    -2    tools/polygonal/kpToolPolyline.h
M  +39   -4    tools/rectangular/kpToolEllipse.cpp
M  +5    -0    tools/rectangular/kpToolEllipse.h
M  +40   -5    tools/rectangular/kpToolRectangle.cpp
M  +5    -0    tools/rectangular/kpToolRectangle.h
M  +1    -5    tools/rectangular/kpToolRectangularBase.cpp
M  +1    -0    tools/rectangular/kpToolRectangularBase.h
M  +44   -5    tools/rectangular/kpToolRoundedRectangle.cpp
M  +5    -0    tools/rectangular/kpToolRoundedRectangle.h

https://commits.kde.org/kolourpaint/4ac4fa0bebc4b73b0774b8fe5b3d561ce9686375

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to