KDE Applications 20.03.80

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kfind?expand=0&rev=123
This commit is contained in:
2020-03-28 13:57:34 +00:00
committed by Git OBS Bridge
parent b1cdf3457a
commit c2fd086dc9
6 changed files with 43 additions and 20 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Mar 22 09:16:57 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.03.80
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-beta
- Changes since 19.12.3:
* Make it compile against qt5.15. SkipEmptyParts is part of Qt::.
* Make it compile against last qt5.15 without deprecated method
* Fix compile it's a new api from qt5.15
* Make it compile against qt5.15. Constructor is deprecated
* Make it compiles against qt5.15 (endl other other use Qt:: namespace now)
* Q_DECL_OVERRIDE -> override
* Don't use nullptr as flag value
* Disable for the moment KRegExpEditorInterface usage
* [KFind] Natural auto-scrolling during new items insertion into search results view
-------------------------------------------------------------------
Thu Mar 5 20:36:04 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>