Changelog for
kdevelop5-5.2.4-lp150.164.2.x86_64.rpm :
* Fri Aug 31 2018 Christophe Giboudeaux
- Add requirements for kdevplatform-devel which are not detected automatically.
* Fri Aug 31 2018 Christophe Giboudeaux - Add kdevplatform-reduce-dependencies.diff to prevent adding unneeded requirements to the kdevplatform-devel package.
* Wed Aug 29 2018 Christophe Giboudeaux - Run spec-cleaner
* Tue Aug 21 2018 wbauerAATTtmo.at- New upstream release 5.2.4
* Fix resizing of variable tooltip
* Fix various problems with filters in the output view (kde#343124)
* Fix a crash which could happen when using the class browser in debug builds with Qt >= 5.11
* Only show cppcheck menu for cpp files- Move all plugins from kdevplatform to the main package following upstream more closely, the kdevplatform package now only contains files coming from the \"kdevplatform\" directory in the source (kdevelop5 is the only application using kdevplatform anyway)
* Fri May 25 2018 wbauerAATTtmo.at- New upstream release 5.2.3 (5.2.2 has been skipped)
* KDevelop : support whitespace between the \'#\' and \'include\' (or \'import\') (kde#394200)
* Shell: Display generic project managers again
* Github: Fix Github repositories not fetched (kde#392553)
* Avoid emptry entries in project files filter list
* Note org.kdevelop.IBasicVersionControlAATTkdevgit as dep for kdevghprovider
* Never assert when the assert can fire sporadically (kde#357585)
* Sublime: Release space in tab bar when no status (kde#314167)
* Shell: Save entries of recent projects action (kde#385915)
* Lldb: don\'t issue command when there\'s no env variables to set (kde#391897)
* Fix crash when activating code completion item (kde#391742)
* Do not add return type to constructors declaration when editing definition in signature assistant (kde#365420)
* Make lambda introduce a context in DU chain (kde#387994)
* Fix bug 384082 - cppcheck is checking CMake generated files (kde#384082)
* Never run qmlplugindump on plugins that already offer plugins.qmltypes
* Fix CodeCompletion of Strongly Typed Enum
* Make sure qmlplugindump works on my system
* Make sure we don\'t crash when stopping all jobs
* Help automoc to find metadata JSON files referenced in the code
* Link against KF5::Purpose if it\'s available
* Properly quote expected string value in lldb formatter unittests
* Unbreak the GDB QUrl pretty printer test
* Unbreak QtPrintersTest::testQString
* Also unbreak QtPrintersTest::testQByteArray
* Work around bug in kLineEdit (kde#373004)
* Fix crash when stopping process
* Performance: Reuse the global icon loader
* Cache ProblemPointers per translation unit (kde#386720)
* Only set CMAKE_AUTOMOC_MACRO_NAMES with KF5 < 5.42
* Format comments before setting them on the DUChain
* Set toolbar/toolbutton font on quickopen line edit- New upstream release 5.2.1
* Fix a crash which often happened when switching git branches in the background in C++ projects. This temporarily disables documentation warnings, as well as parsed documentation display in the tooltips, until the underlying issue is fixed upstream. (kde#358205)
* Fix a crash happening on some systems when opening a session (kde#384162)
* Fix include path completion not showing project-defined system includes (i.e. includes added as system includes but by your project) (kde#386421)
* Fix crash when batch-editing defines in the define editor (kde#386709)
* Fix an assert (only happened in debug mode) and potential crash when showing problem tooltip (kde#386901)
* Fix targets being duplicated when using CMake subprojects (kde#387095)
* Fix console toolview asking to delete a temporary file interactively (kde#379652)
* Fix a lot of AUTOMOC warnings while compiling with CMake 3.10
* Fix some tool view context menus having empty entries (kde#386911)
* Fix the progress widget in the statusbar not showing in some sessions
* Adapt cache clear logic to ensure that the code model cache (~/.cache/kdevduchain) is always cleared when changing to a different KDevelop version (including patch versions). Unsuitable data in the cache has caused a range of issues in the past, including crashes. If you really need to keep the cache, you can create an (empty) file with the version suffix of the target version in the cache folder.
* Fix KDevelop not starting up with the welcome page enabled (which it is by default) on systems without OpenGL support (kde#386527)
* Fix build with Qt version 5.5- New upstream release 5.2.0
* For a list of changes, see: https://www.kdevelop.org/news/kdevelop-520-released
* New analyzers: heaptrack, cppcheck
* Improved C++ support, notable fixes include: + Properly pass on some categories of compiler flags from the build system to the analyzer, fixing e. g. parse errors in some Qt header files which cannot be parsed if a certain compiler configuration is not respected + Improve performance of C++ code completion in some situations + Restore some completion features from 4.x, such as automatic insertion of semicolons in some cases- Add (lib)kdevplatform subpackages that were provided by kdevplatform previously which is merged into kdevelop itself now- Recommend cppcheck and heaptrack-gui to make the new analyzer plugins work out of the box- Adjust build requirements and filelists- Mark license files with %license instead of %doc- Make libkdevplatform52 obsolete libkdevplatform10 to prevent update problems, and don\'t require the exact same version of kdevplatform to avoid such problems in the future when the so version is bumped again
* Tue Aug 29 2017 wbauerAATTtmo.at- New upstream release 5.1.2
* Fixed a crash in the cmake lexer (kde#363269)
* Various small improvements in cmake and C++ code completion
* Fix placement of C++ #include completions
* Fix a crash with JS projects on remote directories (kde#369573)
* Source formatting preview is back
* Wed Jun 07 2017 jengelhAATTinai.de- Remove empty phrasing from description.
* Sat May 27 2017 wbauerAATTtmo.at- New upstream release 5.1.1
* Install xdg mimetype definition for OpenCL C
* Move print from int to unsigned int
* Fix build for MinGW (kde#379454)
* Look for Cppcheck as RUNTIME dependencies
* The OpenCL language is actually called OpenCL C
* Remove unneeded mimetype for
*.kdevinternal files
* Create KAboutData object only after QApp instance, for working translations
* CMake - fix bug with dropping changed settings for existing build directory
* Drop explicit %{PROJECTDIR}/ from templates\' ShowFilesAfterGeneration
* Remove unused \"VersionControl\" entries from kdev4 samples/templates
* Fix ShowFilesAfterGeneration to match generated files (kde#378499)
* Update Qt logo image- Changed package summary/description as requested in boo#1034320
* Thu Mar 23 2017 wbauerAATTtmo.at- New upstream release 5.1.0
* For a list of changes, see: https://www.kdevelop.org/news/kdevelop-510-released- Add okteta-devel BuildRequires to re-enable the okteta plugin
* Sun Mar 05 2017 wbauerAATTtmo.at- New upstream release 5.0.4
* QObject template: fix typo screwing redefinition of block extra_definitions
* Update version number to 5.0.4
* Clang: Fix missing DUChain lock
* Custom-buildsystem: Fix crash while configuring (kde#335470)
* Try to fix testGccCompatibility test for me
* Clang: Also rename destructors when renaming class (kde#373452)
* Fix bug with wrong CMake arguments during adding new build directory
* Clang: Don\'t propose to refactor function defs
* Fix comments in file template for Python unit test for setUp/tearDown (kde#321005)
* Fix TestCustomBuildSystemPlugin by readding .kdev4 folders of test data
* Providers: Fix some Qt runtime warnings
* Update TestProblems::testMissingInclude() to current ClangFixitAssistant
* QtHelp CSS images fix
* QtHelp page loading fix
* Update INSTALL
* Streamline README
* File_templates: Remove \'#include \"foo.moc\"\' footer
* Prefer qmake over qmake-qt5 over qmake-qt4
* Appimage: do not fail on git stash pop
* Fix default icon for some plugin
* I18n fixes
* Fri Dec 02 2016 wbauerAATTtmo.at- New upstream release 5.0.3
* Make the \"Forward declare\" problem solution assistant only pop up when it makes sense
* Fix GitHub handling authentication (kde#372144)
* Fix Qt help jumping to the wrong function sometimes
* Wed Nov 16 2016 wbauerAATTtmo.at- New upstream release 5.0.2
* Fix a possible crash when activating a clang FixIt (kde#369176)
* Fix a crash when performing various actions with the Make plugin disabled (kde#369326)
* Fix \"Install as root\" action not working
* Fix CMake build plugin sometimes rebuilding everything when it should not
* Tue Oct 04 2016 lbeltrameAATTkde.org- Add missing find_lang macros for additional translations
* Tue Oct 04 2016 lbeltrameAATTkde.org- Add KArchive to BuildRequires and bump Frameworks versions (they were lower than in kdevplatform, and that did not make any sense)
* Mon Oct 03 2016 lbeltrameAATTkde.org- New upstream release 5.0.1
* Do not display the \"project is already open in a different session\" dialog on starting up a session under some circumstances.
* Mouseover highlight now uses the \"Search highlight\" color from the configuration dialog, instead of a hard-coded bright yellow.
* Fix working directory of Custom Makefile plugin
* Fix a possible crash on triggering an assistant popup action
* Fix a freeze under some circumstances when the welcome page is displayed.
* Thu Sep 22 2016 lbeltrameAATTkde.org- Drop %lang_package and use an explicit Conflicts on kdevelop4-lang to workaround issues in the Factory submission bot
* Wed Aug 24 2016 cgiboudeauxAATTgmx.com- Update to 5.0.0
* Thu Jul 21 2016 wbauerAATTtmo.at- Remove libQt5Declarative/QtQuick1 build requirement to fix build with Qt 5.7, it\'s not needed/used anyway
* Thu Jan 28 2016 tittiatcokeAATTgmail.com- Initial package for kdevelop 5 based on Frameworks
* Kdevelop 5 Beta 3