Skip to content

KDevelop 5.0.4 released

Saturday, 4 March 2017 | kfunk


Today, we are happy to announce the release of KDevelop 5.0.4, the fourth bug fix and stabilization release for KDevelop 5.0. An upgrade to 5.0.4 is strongly recommended to all users of 5.0.3 and below.

Together with the source code, we again provide a pre-built 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.

List of notable fixes and improvements since version 5.0.3:

ChangeLog

kdevelop

  • QObject template: fix typo screwing redefinition of block extra_definitions. Commit.
  • Update version number to 5.0.4. Commit.
  • Clang: Fix missing DUChain lock. Commit.
  • Custom-buildsystem: Fix crash while configuring. Commit. See bug #335470
  • Try to fix testGccCompatibility test for me. Commit.
  • Clang: Also rename destructors when renaming class. Commit. Fixes bug #373452
  • Fix bug with wrong CMake arguments during adding new build directory. Commit.
  • Clang: Don't propose to refactor function defs. Commit.
  • Fix comments in file template for Python unit test for setUp/tearDown. Commit. Fixes bug #321005
  • Fix TestCustomBuildSystemPlugin by readding .kdev4 folders of test data. Commit.
  • Providers: Fix some Qt runtime warnings. Commit.
  • Update TestProblems::testMissingInclude() to current ClangFixitAssistant. Commit.
  • QtHelp CSS images fix. Commit.
  • QtHelp page loading fix. Commit.
  • Update INSTALL. Commit.
  • Streamline README. Commit.
  • File_templates: Remove '#include "foo.moc"' footer. Commit.
  • Prefer qmake over qmake-qt5 over qmake-qt4. Commit.
  • Appimage: do not fail on git stash pop. Commit.
  • Fix default icon for some plugin. Commit.
  • I18n fixes. Commit.

kdevplatform

  • Don't open nonexistent documents from problems view + assertion fix. Commit.
  • Assertion fix for ProblemModel. Commit.
  • Note more explicit in API dox that nullptr can be returned. Commit.
  • File templates dialog: Fix crash in overrides page with unknown base class. Commit.
  • Silence runtime warnings about missing methods. Commit.
  • Pass KTextEditor::MainWindow to text views created from TextDocuments. Commit.
  • File templates tool: with no open document, use base dir of project or home. Commit.
  • Update version number to 5.0.4. Commit.
  • Cleanup: Remove unused member. Commit.
  • Register EnvironmentSelectionWidget properly with KConfigDialogManager. Commit.
  • Disable the Revision Graph feature. Commit.
  • Fix crash on triggering "Reformat Source" without no more file loaded. Commit.
  • Restore hiding of help buttons in assistant dialogs. Commit.
  • Cleanup: Remove unused method. Commit.
  • Quickopenfilter: Fix documentation. Commit.
  • Fix checkboxes in file template custom options page being misplaced. Commit.
  • Speed up test_projectcontroller a bit. Commit.
  • Fix layout accidently being tried to replace OutputPage's main layout. Commit.
  • Fix opening of remote URLs without filename. Commit. Fixes bug #373213
  • TestTemplatesModel, TestGenerationTest: C locale to avoid translated strings. Commit.
  • Raise prev/next history context buttons. Commit.
  • SourceFormatterController: Fix 'Reformat files'. Commit. Fixes bug #373842
  • SourceFormatterController: More debug output. Commit.
  • Fix infinite loop on cloning environment group with another clone present. Commit.
  • Revert "Restore About dialog for plugins in "Loaded Plugins" dialog". Commit.
  • Fix deprecation warning. Commit.
  • Add fallback code for KAboutData::fromPluginMetaData() for old kf5 versions. Commit.
  • Restore About dialog for plugins in "Loaded Plugins" dialog. Commit.
  • LoadedPluginsDialog: Fix memleak. Commit.
  • StandardDocumentationView positioning fixes. Commit.
  • Update INSTALL. Commit.
  • Add bits about contributing to KDevelop. Commit.
  • Streamline README. Commit.
  • Style: C++11ify. Commit.
  • Projectfilter: Filter out VS artifacts. Commit.
  • ProjectConfigSkeleton: Remove FIXME. Commit.
  • Fix typo in CMake message. Commit.
  • Fix extraction of multi-line UI strings from welcome page. Commit.
  • Hotfix for restoring build with newer KConfig. Commit.
  • Fix default icon for some plugins. Commit.
  • Hide progress bar after all jobs finished. Commit.
  • DUChainPointer::dynamicCast() - don't segfault if no target. Commit.

kdev-php

  • Update version number to 5.0.4. Commit.

kdev-python

  • Update version number to 5.0.4. Commit.
  • Fix crash when requesting raise items without the docfile being parsed. Commit. Fixes bug #373349

The 5.0.4 source code and signatures can be downloaded from here.

See also: