SHA256
1
0
forked from pool/krita

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

- Update to 4.1.7: (4.1.6 has been skipped)
  * See https://krita.org/en/item/krita-4-1-7-released/
  * Remove news feed widget, it could cause problems with WiFi
    connections because Qt's network manager class checks the wifi
    settings all the time (QTBUG-46015, QTBUG-40332)
  * Work around a bug in Qt 5.12 that would cause an instant crash
    when using a tablet
  * Fix showing wrongly that there is no audio support in the
    animation timeline audio menu
  * Don't hang when trying to load recent files thumbnails for
    files in a location that's no longer accessible (kde#401939)
  * Remember whether anti-aliasing was enabled in selection tools
    (kde#401730)
  * Add a shortcut to activate the text tool (kde#401655)
  * Make the toolbars movable again
  * Make Select by Color Range check the entire image (kde#346138)
  * Enable HiDPI support by default: the problems with the canvas
    scaling have been solved
  * Allow krita to import more than file at a time when started
    from a file manager (kde#401476)
  * Fix using the scrollwheel in comboboxes on Linux (kde#399379)
  * Fix the calculation of Average Desaturation (kde#400493)
  * Do not crash when exporting Compositions (kde#400627)
  * Make the move tool show the correct cursor in all modes
  * Let the move tool move invisible layers
  * Fix a crash in the artistic color selector (kde#399860)
- Drop fix-build-with-Qt5.6.patch, merged upstream
- Remove no longer used kio-devel build requirement

OBS-URL: https://build.opensuse.org/request/show/657826
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krita?expand=0&rev=87
This commit is contained in:
Luca Beltrame
2018-12-15 19:49:44 +00:00
committed by Git OBS Bridge
parent 780e338014
commit 1dccc367ec
5 changed files with 36 additions and 43 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Thu Dec 13 12:16:31 UTC 2018 - wbauer@tmo.at
- Update to 4.1.7: (4.1.6 has been skipped)
* See https://krita.org/en/item/krita-4-1-7-released/
* Remove news feed widget, it could cause problems with WiFi
connections because Qt's network manager class checks the wifi
settings all the time (QTBUG-46015, QTBUG-40332)
* Work around a bug in Qt 5.12 that would cause an instant crash
when using a tablet
* Fix showing wrongly that there is no audio support in the
animation timeline audio menu
* Don't hang when trying to load recent files thumbnails for
files in a location that's no longer accessible (kde#401939)
* Remember whether anti-aliasing was enabled in selection tools
(kde#401730)
* Add a shortcut to activate the text tool (kde#401655)
* Make the toolbars movable again
* Make Select by Color Range check the entire image (kde#346138)
* Enable HiDPI support by default: the problems with the canvas
scaling have been solved
* Allow krita to import more than file at a time when started
from a file manager (kde#401476)
* Fix using the scrollwheel in comboboxes on Linux (kde#399379)
* Fix the calculation of Average Desaturation (kde#400493)
* Do not crash when exporting Compositions (kde#400627)
* Make the move tool show the correct cursor in all modes
* Let the move tool move invisible layers
* Fix a crash in the artistic color selector (kde#399860)
- Drop fix-build-with-Qt5.6.patch, merged upstream
- Remove no longer used kio-devel build requirement
-------------------------------------------------------------------
Fri Oct 12 12:07:02 UTC 2018 - wbauer@tmo.at