windows
KDevelop 5.2 beta 1 released
We are happy to announce the release of KDevelop 5.2 Beta! Tons of new stuff entered KDevelop 5.2, a bigger blog post show-casing all the features in 5.2 will follow when we release the final version. Here's a brief summary of what's new in this version:
Internal changes After someone triggered discussions at Akademy, KDE's annual developer conference, about why there are still two different repositories -- kdevelop.git and kdevplatform.git -- for the main functionality of KDevelop, the KDevelop team decided that it's time to ditch the idea of having two separate repositories and merged kdevplatform.
Read More
KDevelop 5.0.4 released
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.
Read More
KDevelop 5.1 Beta 1 released
We are happy to announce the release of KDevelop 5.1 Beta! Tons of new stuff entered KDevelop 5.1, a bigger blog post show-casing all the features in 5.1 will follow when we release the final version. Here's a brief summary of what's new in this version:
LLDB support We had a great student for GSoC 2016 implementing LLDB support in KDevelop. The end result is that we now have a debugger framework which can be used both for the GDB & LLDB MI communcation.
Read More
KDevelop 5.0.3 released
Today, we are happy to announce the release of KDevelop 5.0.3, the third bugfix and stabilization release for KDevelop 5.0. An upgrade to 5.0.3 is strongly recommended to all users of 5.0.0, 5.0.1 or 5.0.2.
Together with the source code, we again provide a prebuilt one-file-executable for 64-bit Linux, 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.
Read More
KDevelop 5.0.2 released for Windows and Linux
Four weeks after the release of KDevelop 5.0.1, we are happy to announce the availability of KDevelop 5.0.2, a second stabilization release in the 5.0 series. We highly recommend to update to version 5.0.2 if you are currently using version 5.0.1 or 5.0.0.
Along with the source code, we release an updated 64-bit AppImage for Linux as well as updated installers for Microsoft Windows. We've got the pleasure to announce a 32-bit version of KDevelop for Windows now, too!
Read More
KDevelop for Windows: Official 5.0.1 beta installer available now
Sunday, 9 October 2016 | sbrauch | Tags:
KDevelop 5
windows
Today, we are happy to announce the availability of the first official KDevelop installer for Microsoft Windows. The installer is for the stable KDevelop 5.0.1 release, but we still release it as a beta, since there might be Windows-specific issues.
The installer contains the standard C++ and QML/JS language plugins, as well as the Python and PHP plugins, such that you can use KDevelop to write code in those languages on Windows as well.
Read More
KDevelop 5.0.1 released
One month after the release of KDevelop 5.0.0, we are happy to release KDevelop 5.0.1 today, fixing a list of issues discovered with 5.0.0. The list of changes below is not exhaustive, but just mentions the most important improvements; for a detailed list, please see our git history.
An update to version 5.0.1 is highly recommended for everyone using 5.0.0.
Issues fixed in 5.0.1 Fix a deadlock in the background parser, which especially occured on projects containing both C++ and Python/JS/QML code and caused either parsing or the whole application to freeze randomly.
Read More
First Beta release of KDevelop 5.0.0 available
After more than a year of continuous work by our community, I'm very pleased to finally announce the first beta release of KDevelop 5.0.0. This release is made up of hundreds of commits, and marks a huge step forward:
We have ported our huge code base to Qt 5 and KDE frameworks 5 (KF5). We replaced our legacy C++ parser and semantic analysis plugin with a much more powerful one that is based on Clang from the LLVM project.
Read More