Accepting request 712276 from home:wolfi323:branches:KDE:Extra
- Update to 4.2.2: * See https://krita.org/en/item/krita-4-2-2-released/ * Text editor: make sure the background color is the one set in the settings (kde#408344) * Fix a crash when creating a text shape (kde#407554) * Make sure the text style is not reset when removing the last character in the text editor (kde#408441) * Use a highlighted tool button in the selection tool option dockers so it's easier to see which selection action is active * Fix the nearest neighbour transform algorithm (kde#408182) * Fix a styling issue in the filter layers properties dialog (kde#408171) * Fix an issue where if Krita was set to use a language other than English, vector strokes were drawn wrongly * Fix selecting colors from the combobox in the palette docker * Fix a crash when loading a broken KPL file (kde#408447) * Fix an issue where a transparent pattern fill loader was loaded incorrectly (kde#408169) * Make it possible to make the onion skin docker smaller (kde#407646) * Improve loading GPL palettefiles with thousands of columns * Fix the slider widget to make it impossible to get negative values * Improve the tiff import/export filter (kde#408177) * Fix loading the scripter Python plugin when using a language other than English * Improve the reference image tool and optimize loading images from clipboard * Make the camera raw import filter honor batch mode * Fix rendering of clone layers if the source layer is not visible (kde#408167, kde#405536) * Fix move and transform tools after a quick layer duplication (kde#408593) * Fix a crash when selecting the opaque pixels on a transform mask (kde#408618) * Fix loading sRGB EXR files (kde#408485) * Make the new image dialog choose the last used option even when the user's language has changed * Fix the "Enforce Palette Colors" feature (kde#408256) * Update the brush preview on every brush stamp creation (kde#389432) * Make it possible to edit vector shapes on duplicated vector layers (kde#408028) * Hide the color picker button in the vector object properties docker, it's unimplemented * Fix color as mask export in GIH and GBR brush tip export (kde#389928) * Restore the default favorite blending modes * Add a header to all right-click menus on the canvas so the first thing under the cursor isn't something dangerous, like 'cut' (kde#408696) * Fix an incorrect condition when rendering animations where Krita would complain to be out of memory * Keep the community links in the welcome screen visible when changing theme (kde#408686) * Check after saving whether the saved file can be opened and has correct contents * Improve the import/export error handling and reporting * Make sure the filter dialog shows up in front of Krita's main window (kde#408867) * Make sure that the contiguous selection tool provides the antialiasing switch (kde#408733) * Fix the fuzziness setting in the contiguous selection tool * Fix putting the text shape behind every other shape on a vector layer after editing text (kde#408693) * Fix switching the pointer type by stylus tip (kde#408454, kde#405747) * Fix an issue on Linux where switching from pen to mouse would prevent the mouse from drawing on the canvas (kde#407595) * Fix a crash when the user undoes creating layers too quickly (kde#408484) * Fix using .KRA and .ORA files as file layers (kde#408087) * Clear all points in the outline selection on clicking (kde#408439) * Fix a crash when using the fill tool in fast mode on a pixel selection mask * Fix merging layers with inactive selection masks (kde#402070) * Remove default actions from the Reference Image tool that were inappropriate (kde#408427) * Fix undo/redo not restoring the document to unmodified (kde#402263) * Fix the deform tool leaving darkish traces when scrubbing a lot on a 16 bit canvas (kde#290383) - Adjust package license: the LGPL-2.1-only files have been changed to GPL-2.0-or-later or LGPL-2.0-or-later (kde#408071) OBS-URL: https://build.opensuse.org/request/show/712276 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krita?expand=0&rev=101
This commit is contained in:
parent
e91cd20efa
commit
0d396abb9b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3271934b960d1b43559d6dda5999f94d5887d62fc6a06184c233f01b4e123e94
|
|
||||||
size 167544272
|
|
3
krita-4.2.2.tar.xz
Normal file
3
krita-4.2.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fdca0624e6e4deec20598ea141344086de75a9208687fcc9cd4b14597caa811a
|
||||||
|
size 164181148
|
@ -1,3 +1,92 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 27 10:11:29 UTC 2019 - wbauer@tmo.at
|
||||||
|
|
||||||
|
- Update to 4.2.2:
|
||||||
|
* See https://krita.org/en/item/krita-4-2-2-released/
|
||||||
|
* Text editor: make sure the background color is the one set in
|
||||||
|
the settings (kde#408344)
|
||||||
|
* Fix a crash when creating a text shape (kde#407554)
|
||||||
|
* Make sure the text style is not reset when removing the last
|
||||||
|
character in the text editor (kde#408441)
|
||||||
|
* Use a highlighted tool button in the selection tool option
|
||||||
|
dockers so it's easier to see which selection action is active
|
||||||
|
* Fix the nearest neighbour transform algorithm (kde#408182)
|
||||||
|
* Fix a styling issue in the filter layers properties dialog
|
||||||
|
(kde#408171)
|
||||||
|
* Fix an issue where if Krita was set to use a language other
|
||||||
|
than English, vector strokes were drawn wrongly
|
||||||
|
* Fix selecting colors from the combobox in the palette docker
|
||||||
|
* Fix a crash when loading a broken KPL file (kde#408447)
|
||||||
|
* Fix an issue where a transparent pattern fill loader was loaded
|
||||||
|
incorrectly (kde#408169)
|
||||||
|
* Make it possible to make the onion skin docker smaller
|
||||||
|
(kde#407646)
|
||||||
|
* Improve loading GPL palettefiles with thousands of columns
|
||||||
|
* Fix the slider widget to make it impossible to get negative
|
||||||
|
values
|
||||||
|
* Improve the tiff import/export filter (kde#408177)
|
||||||
|
* Fix loading the scripter Python plugin when using a language
|
||||||
|
other than English
|
||||||
|
* Improve the reference image tool and optimize loading images
|
||||||
|
from clipboard
|
||||||
|
* Make the camera raw import filter honor batch mode
|
||||||
|
* Fix rendering of clone layers if the source layer is not
|
||||||
|
visible (kde#408167, kde#405536)
|
||||||
|
* Fix move and transform tools after a quick layer duplication
|
||||||
|
(kde#408593)
|
||||||
|
* Fix a crash when selecting the opaque pixels on a transform
|
||||||
|
mask (kde#408618)
|
||||||
|
* Fix loading sRGB EXR files (kde#408485)
|
||||||
|
* Make the new image dialog choose the last used option even when
|
||||||
|
the user's language has changed
|
||||||
|
* Fix the "Enforce Palette Colors" feature (kde#408256)
|
||||||
|
* Update the brush preview on every brush stamp creation
|
||||||
|
(kde#389432)
|
||||||
|
* Make it possible to edit vector shapes on duplicated vector
|
||||||
|
layers (kde#408028)
|
||||||
|
* Hide the color picker button in the vector object properties
|
||||||
|
docker, it's unimplemented
|
||||||
|
* Fix color as mask export in GIH and GBR brush tip export
|
||||||
|
(kde#389928)
|
||||||
|
* Restore the default favorite blending modes
|
||||||
|
* Add a header to all right-click menus on the canvas so the
|
||||||
|
first thing under the cursor isn't something dangerous, like
|
||||||
|
'cut' (kde#408696)
|
||||||
|
* Fix an incorrect condition when rendering animations where
|
||||||
|
Krita would complain to be out of memory
|
||||||
|
* Keep the community links in the welcome screen visible when
|
||||||
|
changing theme (kde#408686)
|
||||||
|
* Check after saving whether the saved file can be opened and has
|
||||||
|
correct contents
|
||||||
|
* Improve the import/export error handling and reporting
|
||||||
|
* Make sure the filter dialog shows up in front of Krita's main
|
||||||
|
window (kde#408867)
|
||||||
|
* Make sure that the contiguous selection tool provides the
|
||||||
|
antialiasing switch (kde#408733)
|
||||||
|
* Fix the fuzziness setting in the contiguous selection tool
|
||||||
|
* Fix putting the text shape behind every other shape on a vector
|
||||||
|
layer after editing text (kde#408693)
|
||||||
|
* Fix switching the pointer type by stylus tip (kde#408454,
|
||||||
|
kde#405747)
|
||||||
|
* Fix an issue on Linux where switching from pen to mouse would
|
||||||
|
prevent the mouse from drawing on the canvas (kde#407595)
|
||||||
|
* Fix a crash when the user undoes creating layers too quickly
|
||||||
|
(kde#408484)
|
||||||
|
* Fix using .KRA and .ORA files as file layers (kde#408087)
|
||||||
|
* Clear all points in the outline selection on clicking
|
||||||
|
(kde#408439)
|
||||||
|
* Fix a crash when using the fill tool in fast mode on a pixel
|
||||||
|
selection mask
|
||||||
|
* Fix merging layers with inactive selection masks (kde#402070)
|
||||||
|
* Remove default actions from the Reference Image tool that were
|
||||||
|
inappropriate (kde#408427)
|
||||||
|
* Fix undo/redo not restoring the document to unmodified
|
||||||
|
(kde#402263)
|
||||||
|
* Fix the deform tool leaving darkish traces when scrubbing a lot
|
||||||
|
on a 16 bit canvas (kde#290383)
|
||||||
|
- Adjust package license: the LGPL-2.1-only files have been changed
|
||||||
|
to GPL-2.0-or-later or LGPL-2.0-or-later (kde#408071)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 5 09:05:27 UTC 2019 - wbauer@tmo.at
|
Wed Jun 5 09:05:27 UTC 2019 - wbauer@tmo.at
|
||||||
|
|
||||||
|
@ -24,10 +24,10 @@
|
|||||||
%bcond_with vc
|
%bcond_with vc
|
||||||
%endif
|
%endif
|
||||||
Name: krita
|
Name: krita
|
||||||
Version: 4.2.1
|
Version: 4.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Digital Painting Application
|
Summary: Digital Painting Application
|
||||||
License: GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND GPL-3.0-or-later AND LGPL-2.1-only AND BSD-2-Clause AND CC0-1.0 AND LGPL-2.0-only
|
License: GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND GPL-3.0-or-later AND BSD-2-Clause AND CC0-1.0 AND LGPL-2.0-only
|
||||||
Group: Productivity/Graphics/Bitmap Editors
|
Group: Productivity/Graphics/Bitmap Editors
|
||||||
URL: https://www.krita.org/
|
URL: https://www.krita.org/
|
||||||
Source0: https://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.xz
|
Source0: https://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user