KDevelop 5.1.1 released
We are happy to announce the release of KDevelop 5.1.1, the first bugfix and stabilization release for KDevelop 5.1!
Get it
Together with the source code, we again provide a prebuilt one-file-executable for 64-bit Linux (AppImage), as well as binary installers for 32- and 64-bit Microsoft Windows. You can find them on our download page.
The 5.1.1 source code and signatures can be downloaded from here.
Please give this version a try and as always let us know about any issues you find via our bug tracker.
ChangeLog
Prebuilt binaries
- Windows installer: Fix missing icons on Windows installers.
- AppImage: Ship Breeze widget style. T3538
- AppImage: Ship Sonnet plugins (based on aspell, hunspell, hspell). T4100
- AppImage: Ship some default colour schemes (to be used with Settings -> Colour Scheme) with AppImage.
- AppImage: Built with KF5SysGuard support: Enables "Attach to process" in the AppImage. T5878
kdevplatform
- Do not extract all template preview images, load from archives on demand. Commit. Phabricator Code review D5701
- Use https://www.google.com instead of http://www.google.de in google selection external script. Commit. Phabricator Code review D5719
- Use consistent icon names for build stuff, remove left-over legacy icons. Commit. Phabricator Code review D5651
- Appwizard: fix broken disconnect in ProjectVcsPage. Commit. Phabricator Code review D5536
- Stop unused & broken exposure of Project object on D-Bus. Commit. Phabricator Code review D5607
- Appwizard: store chosen vcsPlugin in developer .kdev4 file. Commit. Phabricator Code review D5513
- Backgroundparser: Relax assert a bit. Commit. See bug #378933
- Work-around issue in Path(QString) ctor. Commit. See bug #378933
- Fix preview file wrongly added on project generation from app template. Commit. Phabricator Code review D5314
- Fix support for multiple files and relative paths in ShowFilesAfterGeneration. Commit. Phabricator Code review D5316
- Load Template From File dialogs: fix wrong filter strings usage. Commit. Fixes bug #376040. Phabricator Code review D5155
- Find/Replace in files: Do not wrap content of tooltip for an output line. Commit. Phabricator Code review D5135
kdevelop
- Install xdg mimetype definition for OpenCL C. Commit. Phabricator Code review D5621
- Move print from int to unsigned int. Commit. Phabricator Code review D5654
- Fix build for MinGW. Commit. Fixes bug #379454
- Look for Cppcheck as RUNTIME dependencies. Commit. Phabricator Code review D5632
- The OpenCL language is actually called OpenCL C. Commit. Phabricator Code review D5485
- Remove unneeded mimetype for *.kdevinternal files. Commit. Phabricator Code review D5624
- Create KAboutData object only after QApp instance, for working translations. Commit. Phabricator Code review D5598
- CMake - fix bug with dropping changed settings for existing build directory. Commit. Phabricator Code review D5609
- Drop explicit %{PROJECTDIR}/ from templates' ShowFilesAfterGeneration. Commit. Phabricator Code review D5531
- Remove unused "VersionControl" entries from kdev4 samples/templates. Commit. Phabricator Code review D5512
- Fix ShowFilesAfterGeneration to match generated files. Commit. Fixes bug #378499
- Update Qt logo image. Commit. Phabricator Code review D5278
kdev-python
- Fix crash in syntax fix-up code. Commit. Partially fixes bug #378827.
- Pep8: Make pep8 warnings less annoying. Commit. Phabricator Code review D5397