Package Release Info

kdevplatform-1.7.3-2.1

Update Info: openSUSE-2016-810
Available in Package Hub : 12 SP1-SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kdevplatform
kdevplatform-lang
libkdevplatform-devel
libkdevplatform8

Change Logs

* Tue Jan 26 2016 wbauer@tmo.at
- Update to 1.7.3
  * No upstream changelog provided
  * Bugfix release
* Tue Dec 01 2015 wbauer@tmo.at
- Update to 1.7.2
  * No upstream changelog provided
  * Bugfix release
- Drop make-subversion-plugin-compile-with-subversion-1.9.patch,
  included upstream
* Tue Nov 17 2015 tittiatcoke@gmail.com
- Drop obsolete requirement on commoncpp2
* Sun Aug 23 2015 hrvoje.senjan@gmail.com
- Added make-subversion-plugin-compile-with-subversion-1.9.patch
* Tue Feb 10 2015 lbeltrame@kde.org
- Update to 1.7.1
  * No upstream changelog provided
  * Bugfix release
* Wed Aug 27 2014 hrvoje.senjan@gmail.com
- Update to 1.7.0
  * No upstream changelog provided
  * Last feature release based on kdelibs4 and Qt4
- Bump kdevelop_version to 4.7.0
- Bump libkdev_major to 8
- Use kde4 macros for includes, kdevplatform respects kdelibs4 includes
* Sat Dec 07 2013 cgiboudeaux@gmx.com
- Update to 1.6.0
  No changelog provided
* Thu Oct 31 2013 dmitry_r@opensuse.org
- Update to version 1.5.2
  * Disable color output for git-pull call
  * Make sure delayedModificationWarningOn() is always called as a slot
  * Use relativePath instead of relativeUrl to properly display spaces.
  * Cleanup and fixup ProjectUtils to not leak and not trigger crashes.
  * Add "--force" to git-rm call
  * Fix crash / odd behavior in project tree view
  * Fix uninitialized value found by valgrind
  * Fix crash when re-loading the file manager plugin
  * Fix licensing mistake in output view
* Sun Oct 27 2013 hrvoje.senjan@gmail.com
- Adjust filelists, so it builds on 12.2
* Thu May 30 2013 dmitry_r@opensuse.org
- Update to version 1.5.1
  * Fix possible crash in IBreakPointController
  * Fixup "Fetch Project" dialog
  * Rename some methods
  * Check for QtWebKit.
  * Use macro_log_feature for Grantlee.
  * Minor: Strip whitespace
  * Make "Create new class" preview aware of C++ specific variables.
  * Raise kdelibs dependency to 4.7
  * Fix crash in OutputExecutejob
  * RunController: Fix dialog stacking
  * Fix codeutils plugin, restoring Document/Rename Declaration.
  * Fix another implicit conversion to QString
  * React on errors of VcsJob
  * GitPlugin: Do basic check if remote-url is valid
  * Be more careful when accessing QList
  * Avoid crash in VcsEventModel for Git
  * Minor: Remove debugging output
  * Enforce picking up of the right plugin, otherwise we got two
    (plasmoid launcher and application) and the first one was used
    (plasmoid launcher) for native apps as well. That resulted in
    broken build & execution of the project.
  * i18n: fix singular
  * Add missing Messages.sh files
* Mon May 13 2013 hrvoje.senjan@gmail.com
- Obsolete libkdevplatform0 with libkdevplatform7
* Fri Apr 26 2013 dmitry_r@opensuse.org
- Update to version 1.5.0
  * Unit tests improvements
  * Improved file/project templates support
  * C++ support improvements
* Mon Dec 03 2012 dmitry_r@opensuse.org
- Update to 1.4.1
  * Don't allow to delete the project root, i.e. by pressing DEL.
  * Do not store const& to a shared pointer of AbstractType.
  * Fix C++ code completion bug: don't insert a ";" if there's already one
  * Fix some strings in execute script
  * Improve performance of context menu for git versioned projects
  * Ensure we do not listen to deleted signals for items in skipped folders.
  * Fix build of reviewboardtest.
  * Update copy of FindQJSON.cmake - from kdepimlibs.
  * Add filter lineedit to pick session dialog
* Sun Nov 04 2012 mailaender@opensuse.org
- update to 1.4.0
  * Fix a regression of AliasDeclaration handling in DUContext::findLocalDeclarationsInternal.
  * Add dots to lex/yacc file patterns.
  * Only handle document model once, not once for every top row.
  * Make it possible to show the history of CVS folders without crashing.
  * Fix conditional, reported by CppCheck
* Mon Sep 10 2012 wstephenson@suse.com
-update to 1.3.90 (1.4RC1)
  * Reviewboard: Disable the "OK" button of the export-dialog
    if no repository is selected.
  * Reviewboard: Improve usability of the reviewboard dialog
  * Debugger: when entering paused state set current frame to none
  * Debugger: Support unknown breakpoint hit count
  * Properly identify faulted executions in the CommandExecutor
  * Fix memory leak
  * Fix downstream builds.
  * Fix memory leaks of Ui objects.
* Tue Apr 17 2012 wstephenson@suse.com
- update to 1.3.1
  * no changelog
* Tue Mar 13 2012 wstephenson@suse.com
- update to 1.3.0:
  * more fixes to gcc 4.7 and cvstest in regard to macro handling
  * Only store katepart session information for the last 20 files
  * cleanup includes
  * Give a warning and return false on isTextDocument if the
    text-document is not properly initialized.
  * Translate session picker
  * Save and reload settings exposed by katepart per file
  * skip files that are larger than 5MiB during parsing
  * Activate the new active view through the main-window after
    switching working-set, to get the correct focus.
  * Don't disable updates while changing working-sets. There seems
    to be a bug in Qt which can cause the updates to stay disabled
    forever, ignoring setUpdatesEnabled(true).
  * Fix a regression caused by the introduced quickopen-timer which
    led to the previous quickopen-filter being used instead of a blank one.
  * fix serious memory leak of kate documents
  * Calling toString() is very slow, use the native way of filtering
    empty identifiers.
  * optimize: .contains && .value can be reduced to a single call to
    .value()
  * fallback to document-controller when looking for a mimetype of
    files without a file extension
  * optimize: apply quickopen filter after 150ms timeout
  * delay calls to QuickOpenModel::restart
  * hide quickopen project items with empty identifier
* Thu Aug 18 2011 toddrme2178@gmail.com
- Added check for duplicate files (fix for RPMLINT warning)
- Cleaned up spec file formatting
* Wed Jun 29 2011 javier@opensuse.org
- update to 1.2.3
  * Make declarations from macros get appended instead of
    prepended.
  * make sure we don't crash on (broken?) declarations without
    internal context in create class wizard
  * Fix black scrollbars in context browser views.
  * step into/over instruction did the wrong thing
  * Fix more clang build errors.
  * In AppendedList, qualify call to KDevVarLengthArray::append
    with 'this'.
  * calling PTHREAD_MUTEX_INITIALIZER  is not nessary because
    pthread_mutex_init() does the work, also it causes compile
    error on some systems (cherry picked from commit
    7d8c4d89b981680b77d547c7a2e2b64a56b2b098)
  * try to protect against crash triggered by nested event loops
    and failing svn jobs
  * fix: left-hand operand of comma has no effect
  * remove IRequired=IStatus from grepview
* Fri Jun 24 2011 javier@opensuse.org
- update to 1.2.2
  * Fix crash when kate (or other editor) is not found
  * prevent assert in outdated annotation line
  * connect to proper signal
  * Remove 'mutable' from reference variables.