Accepting request 529160 from home:wolfi323:branches:KDE:Extra

- 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
This commit is contained in:
Luca Beltrame 2017-09-29 22:28:54 +00:00 committed by Git OBS Bridge
parent 1d82a8d389
commit 1e704fbf05
4 changed files with 61 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef06cee677d75861edca0e1f825bca42ff59b7200aeb827e16f8d1fb5ef14e39
size 207014866

3
krita-3.3.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:adeb84f0550def80b29403e40ed97c32cb043680ed3ec47bb8685b04b9cc0b45
size 207033740

View File

@ -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.
+ Its 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 Qts 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

View File

@ -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+