diff options
author | maya <maya@pkgsrc.org> | 2018-04-11 15:15:55 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2018-04-11 15:15:55 +0000 |
commit | 85fbc1f294de8538ad9b4f13aa07b26c72205acd (patch) | |
tree | 94e5d1417475608e60adb06abdebf2442b6a7a92 /graphics/krita | |
parent | bae22d949b09a745018759f9e060d105e0485808 (diff) | |
download | pkgsrc-85fbc1f294de8538ad9b4f13aa07b26c72205acd.tar.gz |
krita: update to 4.0.1
Improvements
Windows
Patch QSaveFile so working on images stored in synchronized folders (dropbox, google drive) is safe
Shortcuts
Fix duplicate shortcut on Photoshop scheme
Alphabetize shortcut to make the diffs easier to read when doing changes
UI
Make the triangles larger on the categorized list view so they are more visible
Disable the macro recorder and playback plugin
Remove the docker titlebar lock and collapse buttons. BUG:385238 BUG:392235
Set the pixel grid to show up at 2400% zoom by default. BUG:392161
Improve the layout of the palette docker
Disable drag and drop in the palette view: moving swatches around did not actually change the palette. BUG:392349
Fix selecting the last used template in the new document dialog when using appimages. BUG:391973
Fix canvas lockup when using Guides at the top of the image. BUG:391098
Do not reset redo history when changing layer’s visibility. BUG:390581
Fix shifting the pan position after using the popup widget rotation circle. BUG:391921
Fix height map to normal map in wraparound mode. BUG:392191
Text
Make it possible to edit the font size in the svg text tool. BUG:392714
Let Text Shape have empty lines. BUG:392471
Fix updates of undo/redo actions. BUG:392257
Implement “Convert text into path” function. BUG:391294
Fix a crash in SvgTextTool when deleting hovered/selected shape. BUG:392128
Make the text editor window application modal. BUG:392248
Fix alignment of RTL text. BUG:392065 BUG:392064
Fix painting parts of text outside the bounding box on the canvas. BUG:392068
Fix rendering of the text with relative offsets. BUG:391160
Fix crash when transforming text with Transform Tool twice. BUG:392127
Animation
Fix handling of keyframes when saving. BUG:392233 BUG:392559
Keep show in timeline and onion skin options when merging layers. BUG:377358
Keep keyframe color labels when merging layers. BUG:388913
Fix exporting out audio with video formats MKV and OGV.
File handling
Do not load/save layer channel flags anymore (channel flags were removed from the UI in Krita 2.9). BUG:392504
Fix saving of Transform Mask into rendered formats. BUG:392229
Fix reporting errors when loading fails. BUG:392413
Fix a memory leak when loading file layers
Fix loading a krita file with a loop in the clone layers setup. BUG:384587
Fix showing a wait cursor after loading a PNG image. BUG:392249
Make bundle loading feedback a bit clearer regarding the bundle.
Vector bugs
Fix crash when creating a vector selection. BUG:391292
Fix crash when doing right-click on the gradient fill stop opacity input box of a vector BUG:392726
Fix setting the aspect ratio of vector shapes. BUG:391911
Fix a crash if a certain shape is not valid when writing SVG. BUG:392240
Fix hidden stroke and fill widgets not to track current shape selection BUG:391990
Painting and brush engines
Fix crash when creating a new spray preset. BUG:392869
Fix rounding of the the pressure curve
Fix painting with colorsmudge brushes on transparency masks. BUG:391268
Fix uninitialized distance info for KisHairyPaintOp BUG:391940
Fix rounding of intermediate pressure values
Fix the colorsmudge brush when painting in wraparound mode. BUG:392312
Layers and masks
Fix flattening of group layers with Inherit Alpha property set. BUG:390095
Fix a crash when using a transformation mask on a file layer. BUG:391270
Improve performance of the transformation mask
Diffstat (limited to 'graphics/krita')
-rw-r--r-- | graphics/krita/Makefile | 6 | ||||
-rw-r--r-- | graphics/krita/PLIST | 4 | ||||
-rw-r--r-- | graphics/krita/distinfo | 10 |
3 files changed, 9 insertions, 11 deletions
diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile index fcd4ddb9137..b57d7cea38e 100644 --- a/graphics/krita/Makefile +++ b/graphics/krita/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2018/04/06 03:44:19 maya Exp $ +# $NetBSD: Makefile,v 1.2 2018/04/11 15:15:55 maya Exp $ -DISTNAME= krita-4.0.0 +DISTNAME= krita-4.0.1 CATEGORIES= misc kde -MASTER_SITES= ${MASTER_SITE_KDE:=krita/4.0.0/} +MASTER_SITES= ${MASTER_SITE_KDE:=krita/4.0.1/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.krita.org/ diff --git a/graphics/krita/PLIST b/graphics/krita/PLIST index 8322e65ca60..13453b17ef2 100644 --- a/graphics/krita/PLIST +++ b/graphics/krita/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2018/04/06 03:44:19 maya Exp $ +@comment $NetBSD: PLIST,v 1.2 2018/04/11 15:15:55 maya Exp $ bin/krita lib/kritaplugins/krita_colorspaces_extensions.so lib/kritaplugins/krita_filtereffects.so @@ -17,7 +17,6 @@ lib/kritaplugins/kritaarrangedocker.so lib/kritaplugins/kritaartisticcolorselector.so lib/kritaplugins/kritaasccdl.so lib/kritaplugins/kritaassistanttool.so -lib/kritaplugins/kritabigbrother.so lib/kritaplugins/kritablurfilter.so lib/kritaplugins/kritabrushexport.so lib/kritaplugins/kritabrushimport.so @@ -875,7 +874,6 @@ share/krita/workspaces/Default.kws share/krita/workspaces/Minimal.kws share/krita/workspaces/Small_Vector.kws share/krita/workspaces/VFX_Paint.kws -share/kritaplugins/bigbrother.xmlgui share/kritaplugins/buginfo.xmlgui share/kritaplugins/clonesarray.xmlgui share/kritaplugins/colorrange.xmlgui diff --git a/graphics/krita/distinfo b/graphics/krita/distinfo index 832f36ec497..a169314a33f 100644 --- a/graphics/krita/distinfo +++ b/graphics/krita/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1 2018/04/06 03:44:19 maya Exp $ +$NetBSD: distinfo,v 1.2 2018/04/11 15:15:55 maya Exp $ -SHA1 (krita-4.0.0.tar.gz) = efb0b4132fda635d21e59995b5d4829b58ff73ab -RMD160 (krita-4.0.0.tar.gz) = 2df4acc90e2c3ac4c92f2431ec0b4348970bd8f8 -SHA512 (krita-4.0.0.tar.gz) = 026f15c747eedf1335791a607984acbda049a63550b94fe19c99028499668ccbc723dcd66d8b4d3f981035a040121a5fd6a8f35ced911748578af5c88408eaab -Size (krita-4.0.0.tar.gz) = 237309220 bytes +SHA1 (krita-4.0.1.tar.gz) = 547b8fd015ce16e78bceeee86e850be27c76e85b +RMD160 (krita-4.0.1.tar.gz) = 46c157532e049ef2f7250753872d0bd9938894f2 +SHA512 (krita-4.0.1.tar.gz) = 51ec8bfa7936a081bd62ef7020b16f534042fc50abc1218a5d40721f6b6672791700cb09d006a4975491fddc23358d5ef64322231dd7e3284f943bbabc16a980 +Size (krita-4.0.1.tar.gz) = 237493152 bytes SHA1 (patch-krita_data_CMakeLists.txt) = bc0a37c1a60a2e0702c4a87b70ae0abf8359cc45 SHA1 (patch-xcftools.h) = eeeed207e9b1995999a16efbbae91ed8f6255f48 |