Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. Today we're releasing Krita 5.1.7, another bug fix release in the Krita 4.1 series.
  2.  
  3. The most important fix is a weird one: it might help your wifi connection. The problem is that we started building a widget that would show you the news feed from krita.org. The widget isn't active, and doesn't make any kind of network connection... But Qt's network manager class still checks your wifi settings all the time. See these bugs: <a href="https://bugreports.qt.io/browse/QTBUG-46015">https://bugreports.qt.io/browse/QTBUG-46015</a> and <a href="https://bugreports.qt.io/browse/QTBUG-40332">https://bugreports.qt.io/browse/QTBUG-40332</a>.
  4.  
  5. Apart from that, we've worked around a bug in Qt 5.12 that would cause an instant crash when using a tablet. Our own builds do not use that version of Qt, so the Windows builds, macOS build and the Linux appimage are fine, but users of rolling Linux releases like Arch would suffer from this issue.
  6.  
  7. And there are more bug fixes, of course:
  8. <ul>
  9. <li>Fix showing wrongly that there is no audio support in the animation timeline audio menu</li>
  10. <li>Disable the disk-based animation cache rendering backend on Windows: this would give problems with animations bigger than about 150 frames. (<a href="https://bugs.kde.org/show_bug.cgi?id=401326">BUG 401326</a>)</li>
  11. <li>Don't hang when trying to load recent files thumbnails for files in a location that's no longer accessible. (<a href="https://bugs.kde.org/show_bug.cgi?id=401939">BUG:401939</a>)</li>
  12. <li>Make it possible to use the LUT docker when Angle is enabled on Windows. We have also updated the OpenColorIO library to the latest release.</li>
  13. <li>Remember whether anti-aliasing was enabled in selection tools (<a href="https://bugs.kde.org/show_bug.cgi?id=401730">BUG:401730</a>)</li>
  14. <li>Add a shortcut to activate the text tool (<a href="https://bugs.kde.org/show_bug.cgi?id=401655">BUG:401655</a>)</li>
  15. <li>Make the toolbars movable again</li>
  16. <li>Make Select by Color Range check the entire image (<a href="https://bugs.kde.org/show_bug.cgi?id=346138">BUG:346138</a>)</li>
  17. <li>Enable HiDPI support by default: the problems with the canvas scaling have been solved.</li>
  18. <li>Allow krita to import more than file at a time when started from a file manager (<a href="https://bugs.kde.org/show_bug.cgi?id=401476">BUG:401476</a>)</li>
  19. <li>Fix using the scrollwheel in comboboxes on Linux (<a href="https://bugs.kde.org/show_bug.cgi?id=399379">BUG:399379</a>) Patch by Mykola Krachkovsky.</li>
  20. <li>Fix the calculation of Average Desaturation (<a href="https://bugs.kde.org/show_bug.cgi?id=">BUG:400493</a>)</li>
  21. <li>Do not crash when exporting Compositions (<a href="https://bugs.kde.org/show_bug.cgi?id=400627">BUG:400627</a>)</li>
  22. <li>Make the move tool show the correct cursor in all modes</li>
  23. <li>Let the move tool move invisible layers</li>
  24. <li>Fix a crash in the artistic color selector (<a href="https://bugs.kde.org/show_bug.cgi?id=399860">BUG:399860</a>)</li>
  25. </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement