Package Release Info

kdevplatform-5.1.2-bp150.2.4

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kdevplatform
kdevplatform-devel
kdevplatform-lang
libkdevplatform10

Change Logs

* Tue Aug 29 2017 wbauer@tmo.at
- New upstream release 5.1.2
  * Fix a hang-on-exit bug (kde#379669)
  * Fix duplicated context menu on icon border
  * Fix code display in the uses widget on some systems
  * Fix "Format Files" context menu action
  * Fix a possible crash when parsing Python code with old-style
    Mac line endings ('\r' only) (kde#378827)
  * Fix jumping to breakpoint location in the breakpoint model
    (kde#382652)
  * Fix crash on CPUs without SSE2
  * Fix launching executables with spaces in paths on windows
  * Fix possible crash on clicking "show documentation" in tooltip
* Sat May 27 2017 wbauer@tmo.at
- New upstream release 5.1.1
  * Do not extract all template preview images, load from archives
    on demand
  * Use https://www.google.com instead of http://www.google.de in
    google selection external script
  * Use consistent icon names for build stuff, remove left-over
    legacy icons
  * Appwizard: fix broken disconnect in ProjectVcsPage
  * Stop unused & broken exposure of Project object on D-Bus
  * Appwizard: store chosen vcsPlugin in developer .kdev4 file
  * Backgroundparser: Relax assert a bit (kde#378933)
  * Work-around issue in Path(QString) ctor (kde#378933)
  * Fix preview file wrongly added on project generation from app
    template
  * Fix support for multiple files and relative paths in
    ShowFilesAfterGeneration
  * Load Template From File dialogs: fix wrong filter strings usage
    (kde#376040)
  * Find/Replace in files: Do not wrap content of tooltip for an
    output line
* Thu Mar 23 2017 wbauer@tmo.at
- New upstream release 5.1.0
  * For a list of changes, see:
    https://www.kdevelop.org/news/kdevelop-510-released
* Sun Mar 05 2017 wbauer@tmo.at
- New upstream release 5.0.4
  * Don't open nonexistent documents from problems view + assertion
    fix
  * Assertion fix for ProblemModel
  * Note more explicit in API dox that nullptr can be returned
  * File templates dialog: Fix crash in overrides page with unknown
    base class
  * Silence runtime warnings about missing methods
  * Pass KTextEditor::MainWindow to text views created from
    TextDocuments
  * File templates tool: with no open document, use base dir of
    project or home
  * Update version number to 5.0.4
  * Cleanup: Remove unused member
  * Register EnvironmentSelectionWidget properly with
    KConfigDialogManager
  * Disable the Revision Graph feature
  * Fix crash on triggering "Reformat Source" without no more file
    loaded
  * Restore hiding of help buttons in assistant dialogs
  * Cleanup: Remove unused method
  * Quickopenfilter: Fix documentation
  * Fix checkboxes in file template custom options page being
    misplaced
  * Speed up test_projectcontroller a bit
  * Fix layout accidently being tried to replace OutputPage's main
    layout
  * Fix opening of remote URLs without filename (kde#373213)
  * TestTemplatesModel, TestGenerationTest: C locale to avoid
    translated strings
  * Raise prev/next history context buttons
  * SourceFormatterController: Fix 'Reformat files' (kde#373842)
  * SourceFormatterController: More debug output
  * Fix infinite loop on cloning environment group with another
    clone present
  * Revert "Restore About dialog for plugins in "Loaded Plugins"
    dialog"
  * Fix deprecation warning
  * Add fallback code for KAboutData::fromPluginMetaData() for old
    kf5 versions
  * Restore About dialog for plugins in "Loaded Plugins" dialog
  * LoadedPluginsDialog: Fix memleak
  * StandardDocumentationView positioning fixes
  * Update INSTALL
  * Add bits about contributing to KDevelop
  * Streamline README
  * Style: C++11ify. Commit
  * Projectfilter: Filter out VS artifacts
  * ProjectConfigSkeleton: Remove FIXME
  * Fix typo in CMake message
  * Fix extraction of multi-line UI strings from welcome page
  * Hotfix for restoring build with newer KConfig
  * Fix default icon for some plugins
  * Hide progress bar after all jobs finished
  * DUChainPointer::dynamicCast() - don't segfault if no target
- Drop upstreamed Hotfix-for-restoring-build-with-newer-KConfig.patch
* Wed Feb 01 2017 adam.majer@suse.de
- use individual libboost-*-devel packages instead of boost-devel
* Mon Dec 05 2016 hrvoje.senjan@gmail.com
- Hotfix-for-restoring-build-with-newer-KConfig.patch: build with
  kconfig 5.29
* Fri Dec 02 2016 wbauer@tmo.at
- New upstream release 5.0.3
  * Fix a performance issue which would lead to the UI becoming
    unresponsive when lots of parse jobs were created (kde#369374)
  * Fix some behaviour quirks in the documentation view
  * Fix a possible crash on exit (kde#371752)
  * Fix tab order in problems view
* Wed Nov 16 2016 wbauer@tmo.at
- New upstream release 5.0.2
  * Fix a locking issue in the background parser, causing frequent
    crashes on Windows
  * Fix broken search in the documentation view
  * Fix various issues with the breakpoints view
  * Fix text files being parsed as CMake under some circumstances,
    leading to bad performance and crashes
  * Use correct font in documentation view (kde#285162)
  * Fix a crash when clicking "Rename declaration" without an
    editor being open
  * Fix "Download more ..." feature not working on some systems
  * Fix "Select next/previous toolview" behaving incorrectly in
    some cases
  * Fix "Hide/Restore docks" behaving incorrectly in some cases
  * Various UI improvements
* Mon Oct 03 2016 lbeltrame@kde.org
- New upstream release 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.
  * Fix a crash which sometimes happened when switching git
    branches on command line.
  * Fix some translation issues.
* Mon Sep 26 2016 lbeltrame@kde.org
- Conflicts on lang-package to work around Factory bot bug
* Wed Aug 24 2016 cgiboudeaux@gmx.com
- Update to 5.0.0
* Thu Jul 21 2016 wbauer@tmo.at
- Remove libQt5Declarative/QtQuick1 build requirement to fix build
  with Qt 5.7, it's not needed/used anyway
* Thu Jan 28 2016 tittiatcoke@gmail.com
- Initial package for the Frameworks based Kdevplatform
  * Kdevplatform 5 Beta 3