SHA256
1
0
forked from pool/krita

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

- Update to 4.1.3: (4.1.2 has been skipped)
- Update fix-build-with-Qt5.6.patch to fix a new compilation
  problem with Qt 5.6 (kde#399130), the previous one is fixed in
  this release
- Drop fix-build-with-dcraw-0.19.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/638715
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krita?expand=0&rev=83
This commit is contained in:
Luca Beltrame
2018-09-27 10:07:39 +00:00
committed by Git OBS Bridge
parent 5c92849434
commit 5befdd4272
6 changed files with 164 additions and 195 deletions

View File

@@ -1,3 +1,142 @@
-------------------------------------------------------------------
Thu Sep 27 08:09:31 UTC 2018 - wbauer@tmo.at
- Update to 4.1.3: (4.1.2 has been skipped)
* See https://krita.org/en/item/krita-4-1-3-released/
* Add a workaround for loading broken files with negative frame
ids (kde#395378)
* Delete existing frame files only within exported range
(kde#377354)
* Fix a problem of Insert Hold Frames action. We should also
"offset" empty cell to make sure the expanding works correctly.
(kde#396848)
* Fix an assert when trying to export a PNG image sequence
(kde#398608)
* Fix updates when switching frame on a layer with scalar channel
* Use user-selected color label for the auto-created animation
frames (kde#394072)
* saving of the multiple frames insertion/removal options to the
config
* Improvements to support for various file formats
* Fix an assert if an imported SVG file links to non-existent
color profile (kde#398576)
* Fix backward compatibility of adjustment curves. Older versions
supported fewer adjustable channels, so we can no longer assume
the count in configuration data to matches exactly. (kde#396625)
* Fix saving layers with layer styles (kde#396224)
* Let Krita save all the kinds of layers into PSD (in rasterized way)
(kde#399002)
* PNG Export: convert to rgb, if the image isn't rgb or gray
(kde#398241)
* Remove fax-related tiff options. In fax mode tiff can store
only 1 bit per channel images, which Krita doesn't support. So
just remove these options from the GUI (kde#398548)
* Add a shortcut for the threshold filter (kde#383818)
* Fix Burn filter to work in 16-bit color space (kde#387102)
* Make color difference threshold for color labels higher
* Restore the shortcut for the invert filters
* Remove hardcoded brush size limit for the Quick Brush (kde#376085)
* Fix rotation direction when the transformed piece is mirrored
(kde#398928)
* Make Stamp brush preview be scaled correctly (kde#399065)
* Add a workaround for tablets not reporting tablet events in
hover mode (kde#363284)
* Do not reset text style when selecting something in text editor
* Fix saving line breaks when the text is not left aligned
(kde#395769)
* Fix reference image cache update conditions (kde#397208)
* Fix build with dcraw 0.19
* Disable pixel grid action of opengl is disabled (kde#388903)
* Fix painting of selection decoration over grids (kde#362662)
* Fix to/fromLab16/Rgb16 methods of the Alpha color space
* Fix undo in the cloned KisDocument (kde#398730)
* Automatically avoid conflicts between color labels and system
colors
* Fix cursor jumps in the Layer Properties dialog (kde#398958)
* Fix resetting active tool when moving layers above vector
layers (kde#398095)
* Fix selecting of the layer after undoing Flatten Image (kde#398814)
* Fix showing two nodes when converting to a Filter Mask
* Fix updates of Clone Layers when the nodes are updated with
subtree walker
* a spurious assert in layer cloning (kde#398788)
* Fix a memory access problem in KisExifIO
* Fix memory access problems in KisExifIo
* Show metadata in the dublin core page of the metadata editor.
The editor plugin is still broken, with dates not working,
bools not working, but now at least a string one has entered
is shown again. (kde#396672)
* SegFault in LibKis Node mergeDown (kde#397043)
* apidox for Node.position() (kde#393035)
* Add modified() getter to the Document class (kde#397320)
* Add resetCache() Python API to FileLayer (kde#398740)
* Fix memory management of the Filter's InfoObject (kde#392183)
* Fix setting file path of the file layer through python API
(kde#398740)
* Make sure we wait for the filter to be done
* Fix saving a fixed bundle under the original name
* Fix "stroke selection" to work with local selections (kde#398007)
* Fix a crash when moving a vector shape selection when it is an
overlay
* Fix crash when converting a shape selection shape into a shape
selection
* Fix crash when undoing removing of a selection mask
* Fix rounded rectangular selection to actually work (kde#397806)
* Fix selection default bounds when loading old type of
adjustment layers
* Stroke Selection: don't try to add a shape just because a
layer doesn't have a paint device (kde#398015)
* Fix color picking from reference images. Desaturation now
affects the picked color, and reference images are ignored for
picking if hidden.
* Fix connection points on cage transform (kde#396788)
* Fix minor UIX issues in the move tool:
1) adds an explicit frame when the move stroke is in progress
2) Ctrl+Z now cancels the stroke if there is nothing to undo
(kde#392014)
* Fix offset in Move Tool in the end of the drag
* Fix shift modifier in Curve Selection Tool. The modifier of the
point clicked the last should define the selection mode. For
selection tools we just disable shift+click "path-close"
shortcut of the base path tool. (kde#397932)
* Move tool crops the bounding area by exact bounds
* Reduce aliasing in reference images (kde#396257)
* Add the default shortcut for the close action: when opening Krita
with an image, the close document shortcut was not available.
* FEATURE: Add a hidden config option to lock all dockers in place
* Fix KMainWindow saving incorrect widget settings
* Fix broken buddy: Scale to New Sizes Alt-F points to Alt-T
(kde#396948)
* Fix http link color in KritaBlender.colors: The link are now
visible on the startup page of Krita and were dark blue, exact
same value as the background making the frame hard to read.
Switching them to bright cyan improves the situation.
* Fix loading the template icons
* Fix the offset dialog giving inaccurate offsets (kde#397218)
* Make color label selector handle mouse release events (kde#394072)
* Remember the last opened settings page in the preferences dialog
* Remember the last used filter bookmark
* Remove the shortcut for wraparound mode: It's still available
from the menu and could be put on the toolbar, or people could
assign a shortcut, but having it on by default makes life too
hard for people who are trying to support our users.
* Remove the shortcuts from the mdi window's system menu's
actions. The Close Window action can now have a custom shortcut,
and there are no conflicts with hidden actions any more.
(kde#398729, kde#375524, kde#352205)
* Set color scheme hint for compositor. This is picked up by KWin
and sets the palette on the decoration and window frame,
ensuring a unified look.
* Show a canvas message when entering wraparound mode
* Show the zoom widget when switching documents (kde#398099)
* Use KSqueezedTextLabel for the pattern name in the pattern
docker and brush editor (kde#398958)
* sort the colorspace depth combobox
- Update fix-build-with-Qt5.6.patch to fix a new compilation
problem with Qt 5.6 (kde#399130), the previous one is fixed in
this release
- Drop fix-build-with-dcraw-0.19.patch, merged upstream
-------------------------------------------------------------------
Fri Aug 31 10:53:09 UTC 2018 - wbauer@tmo.at