Re: KDE Frameworks 5.28.0 released

2016-11-15 Thread Dominik Haumann
On Tue, Nov 15, 2016 at 2:37 PM, David Faure  wrote:
> 15th November 2016. KDE today announces the release of KDE Frameworks 5.28.0.
>
> KDE Frameworks are 70 addon libraries to Qt which provide a wide variety of·
> commonly needed functionality in mature, peer reviewed and well tested·
> libraries with friendly licensing terms. For an introduction see the·
> Frameworks 5.0 release announcement.
>
> New framework: syntax-highlighting
> Syntax highlighting engine for Kate syntax definitions
>
> This is a stand-alone implementation of the Kate syntax highlighting engine.
> It's meant as a building block for text editors as well as for simple
> highlighted text rendering (e.g. as HTML), supporting both integration with a
> custom editor as well as a ready-to-use QSyntaxHighlighter sub-class.

Nitpick: The announcement [1] is missing this paragraph :-)

[1] https://www.kde.org/announcements/kde-frameworks-5.28.0.php

Besides that, good work everyone and thanks for the release & packaging work!

Greetings
Dominik


KDE Frameworks 5.28.0 released

2016-11-15 Thread David Faure
15th November 2016. KDE today announces the release of KDE Frameworks 5.28.0.

KDE Frameworks are 70 addon libraries to Qt which provide a wide variety of·
commonly needed functionality in mature, peer reviewed and well tested·
libraries with friendly licensing terms. For an introduction see the·
Frameworks 5.0 release announcement.

New framework: syntax-highlighting
Syntax highlighting engine for Kate syntax definitions

This is a stand-alone implementation of the Kate syntax highlighting engine.
It's meant as a building block for text editors as well as for simple 
highlighted text rendering (e.g. as HTML), supporting both integration with a 
custom editor as well as a ready-to-use QSyntaxHighlighter sub-class.

Breeze Icons

  update kstars action icons (bug 364981)
  Breeze Dark is listed as Breeze in System Settings wrong .themes file (bug 
370213)

Extra CMake Modules

  Make KDECMakeSettings work with KDE_INSTALL_DIRS_NO_DEPRECATED
  Don't require the python bindings dependencies for ECM
  Add the PythonModuleGeneration module

KActivitiesStats

  Ignoring link status when sortin UsedResources and LinkedResources model

KDE Doxygen Tools

  [CSS] reverse changes done by doxygen 1.8.12
  Add doxygenlayout file
  Update way of defining group names

KAuth

  Make sure we can do more than one request
  Make sure we get to know about progress by reading the program output

KConfig

  Make sure we don't break compilation with past broken units
  Don't be fatal on File field not being properly parsed

KCoreAddons

  Display bad url
  Load user avatars from AccountsServicePath if it exists (bug 370362)

KDeclarative

  [QtQuickRendererSettings] Fix default to be empty instead of "false"

KDELibs 4 Support

  Make the France flag actually use all the pixmap

KDocTools

  Fix 'checkXML5 generates html files in workdir for valid docbooks' (bug 
371987)

KIconThemes

  Support non integer scale factors in kiconengine (bug 366451)

KIdleTime

  Disabled spamming the console output with 'waiting for' messages

KImageFormats

  imageformats/kra.h - overrides for KraPlugin capabilities() and create()

KIO

  Fix HTTP date format sent by kio_http to always use the C locale (bug 
372005)
  KACL: fix memory leaks detected by ASAN
  Fix memory leaks in KIO::Scheduler, detected by ASAN
  Removed duplicate clear button (bug 369377)
  Fix editing autostart entries when /usr/local/share/applications doesn't 
exist (bug 371194)
  [KOpenWithDialog] Hide TreeView header
  Sanitize the symlink name buffer size (bug 369275)
  Properly finish DropJobs when triggered is not emitted (bug 363936)
  ClipboardUpdater: fix another crash on Wayland (bug 359883)
  ClipboardUpdater: fix crash on Wayland (bug 370520)
  Support non integer scale factors in KFileDelegate (bug 366451)
  kntlm: Distinguish between NULL and empty domain
  Don't show overwrite dialog if file name is empty
  kioexec: use friendly filenames
  Fix focus ownership if url is changed before showing the widget
  Major performance improvement when turning previews off in the file dialog 
(bug 346403)

KItemModels

  Add python bindings

KJS

  Export FunctionObjectImp, used by khtml's debugger

KNewStuff

  Separate sort roles and filters
  Make it possible to query installed entries

KNotification

  Don't deref an object we haven't referenced when notification has no action
  KNotification will no longer crash when using it in a QGuiApplication and no 
notification service is running (bug 370667)
  Fix crashes in NotifyByAudio

KPackage Framework

  Make sure we're looking both for json and desktop metadata
  Guard against Q_GLOBAL_STATIC being destroyed at app shutdown
  Fix dangling pointer in KPackageJob (bug 369935)
  Remove discovery associated to a key when removing a definition
  Generate the icon into the appstream file

KPty

  Use ulog-helper on FreeBSD isntead of utempter
  search harder for utempter using basic cmake prefix as well
  workaround find_program ( utempter ...) failure(s)
  use ECM path to find utempter binary, more reliable than simple cmake prefix

KRunner

  i18n: handle strings in kdevtemplate files

KTextEditor

  Breeze Dark: Darken current-line background color for better readability 
(bug 371042)
  Sorted Dockerfile instructions
  Breeze (Dark): Make comments a bit lighter for better readability (bug 
371042)
  Fix CStyle and C++/boost indenters when automatic brackets enabled (bug 
370715)
  Add modeline 'auto-brackets'
  Fix inserting text after end of file (rare case)
  Fix invalid xml highlighting files
  Maxima: Remove hard-coded colors, fix itemData Label
  Add OBJ, PLY and STL syntax definitions
  Add syntax highlighting support for Praat

KUnitConversion

  New Thermal and Electrical Units and Unit Convienience Function

KWallet Framework

  If Gpgmepp is not found, try to use KF5Gpgmepp
  Use Gpgmepp from GpgME-1.7.0

KWayland

  Improved relocatability of CMake export
  [tools] Fix generation of wayland_pointer_p.h