From 1e704fbf05753e1e59f2d9310d39bc19c827928f37738edf9ca9dcf8c44c6e5c Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Fri, 29 Sep 2017 22:28:54 +0000 Subject: [PATCH] Accepting request 529160 from home:wolfi323:branches:KDE:Extra MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 3.3.0: * Some visual glitches when using hi-dpi screens are fixed (remember: on Windows and Linux, you need to enable this in the settings dialog). * If you create a new image from clipboard, the image will have a title * Favorite blending modes and favorite brush presets are now loaded correctly on startup * GMIC + the plugin has been updated to the latest version for Windows and Linux. + the configuration for setting the path to the plugin has been removed. Krita looks for the plugin in the folder where the krita executable is, and optionally inside a folder with a name that starts with ‘gmic’ next to the krita executable. + there are several fixes for handling layers and communication between Krita and the plugin * Some websites save jpeg images with a .png extension: that used to confuse Krita, but Krita now first looks inside the file to see what kind of file it really is. * PNG: + 16 and 32 bit floating point images are now converted to 16 bit integer when saving the images as PNG. + It’s now possible to save the alpha channel to PNG images even if there are no (semi-) transparent pixels in the image * When hardware accelerated display is disabled, the color picker mode of the brush tool showed a broken cursor; this has been fixed. * The Reference Images docker now only starts loading images when it is visible, instead on Krita startup. Note: the reference images docker uses Qt’s imageio plugins to load images. If you are running on Linux, remove all Deepin desktop components. Deepin comes with severely broken qimageio plugins that will crash any Qt application that tries to display images. * File layers now correctly reload on change again * Add several new commandline options: + –nosplash to start Krita without showing the splash screen + –canvasonly to start Krita in canvas-only mode + –fullscreen to start Krita full-screen + –workspace Workspace to start Krita with the given workspace * Selections + The Select All action now first clears the selection before selecting the entire image + It is now possible to extend selections outside the canvas boundary * Performance improvements: in several places superfluous reads from the settings were eliminated, which makes generating a layer thumbnail faster and improves painting if display acceleration is turned off. * The smart number input boxes now use the current locale to follow desktop settings for numbers * The system information dialog for bug reports is improved * See also https://krita.org/en/item/krita-3-3-0/ OBS-URL: https://build.opensuse.org/request/show/529160 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krita?expand=0&rev=53 --- krita-3.2.1.tar.gz | 3 --- krita-3.3.0.tar.gz | 3 +++ krita.changes | 57 ++++++++++++++++++++++++++++++++++++++++++++++ krita.spec | 2 +- 4 files changed, 61 insertions(+), 4 deletions(-) delete mode 100644 krita-3.2.1.tar.gz create mode 100644 krita-3.3.0.tar.gz diff --git a/krita-3.2.1.tar.gz b/krita-3.2.1.tar.gz deleted file mode 100644 index 99896ce..0000000 --- a/krita-3.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef06cee677d75861edca0e1f825bca42ff59b7200aeb827e16f8d1fb5ef14e39 -size 207014866 diff --git a/krita-3.3.0.tar.gz b/krita-3.3.0.tar.gz new file mode 100644 index 0000000..dcaf464 --- /dev/null +++ b/krita-3.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adeb84f0550def80b29403e40ed97c32cb043680ed3ec47bb8685b04b9cc0b45 +size 207033740 diff --git a/krita.changes b/krita.changes index 8c7037b..1806c84 100644 --- a/krita.changes +++ b/krita.changes @@ -1,3 +1,60 @@ +------------------------------------------------------------------- +Thu Sep 28 08:55:33 UTC 2017 - wbauer@tmo.at + +- Update to 3.3.0: + * Some visual glitches when using hi-dpi screens are fixed + (remember: on Windows and Linux, you need to enable this in the + settings dialog). + * If you create a new image from clipboard, the image will have a + title + * Favorite blending modes and favorite brush presets are now + loaded correctly on startup + * GMIC + + the plugin has been updated to the latest version for Windows + and Linux. + + the configuration for setting the path to the plugin has been + removed. Krita looks for the plugin in the folder where the + krita executable is, and optionally inside a folder with a + name that starts with ‘gmic’ next to the krita executable. + + there are several fixes for handling layers and communication + between Krita and the plugin + * Some websites save jpeg images with a .png extension: that used + to confuse Krita, but Krita now first looks inside the file to + see what kind of file it really is. + * PNG: + + 16 and 32 bit floating point images are now converted to 16 + bit integer when saving the images as PNG. + + It’s now possible to save the alpha channel to PNG images + even if there are no (semi-) transparent pixels in the image + * When hardware accelerated display is disabled, the color picker + mode of the brush tool showed a broken cursor; this has been + fixed. + * The Reference Images docker now only starts loading images when + it is visible, instead on Krita startup. Note: the reference + images docker uses Qt’s imageio plugins to load images. If you + are running on Linux, remove all Deepin desktop components. + Deepin comes with severely broken qimageio plugins that will + crash any Qt application that tries to display images. + * File layers now correctly reload on change again + * Add several new commandline options: + + –nosplash to start Krita without showing the splash screen + + –canvasonly to start Krita in canvas-only mode + + –fullscreen to start Krita full-screen + + –workspace Workspace to start Krita with the given workspace + * Selections + + The Select All action now first clears the selection before + selecting the entire image + + It is now possible to extend selections outside the canvas + boundary + * Performance improvements: in several places superfluous reads + from the settings were eliminated, which makes generating a layer + thumbnail faster and improves painting if display acceleration is + turned off. + * The smart number input boxes now use the current locale to follow + desktop settings for numbers + * The system information dialog for bug reports is improved + * See also https://krita.org/en/item/krita-3-3-0/ + ------------------------------------------------------------------- Fri Aug 25 12:46:36 UTC 2017 - wbauer@tmo.at diff --git a/krita.spec b/krita.spec index 564a1a4..b7344a7 100644 --- a/krita.spec +++ b/krita.spec @@ -19,7 +19,7 @@ %bcond_without lang Name: krita -Version: 3.2.1 +Version: 3.3.0 Release: 0 Summary: Digital Painting Application License: GPL-2.0+ and LGPL-2.1+