File kdevplatform4.changes of Package kdevplatform4
-------------------------------------------------------------------
Wed Aug 24 09:55:19 UTC 2016 - cgiboudeaux@gmx.com
- Rename kdevplatform (KDE4 based) to kdevplatform4.
-------------------------------------------------------------------
Thu Jun 23 15:32:09 UTC 2016 - buschmann23@opensuse.org
- add fix-for-null-pointer-dereference-with-gcc6.patch to fix bug
kde#360707 on openSUSE Tumbleweed / GCC6
-------------------------------------------------------------------
Tue Jan 26 14:32:28 UTC 2016 - wbauer@tmo.at
- Update to 1.7.3
* No upstream changelog provided
* Bugfix release
-------------------------------------------------------------------
Tue Dec 1 19:23:10 UTC 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 14:34:52 UTC 2015 - tittiatcoke@gmail.com
- Drop obsolete requirement on commoncpp2
-------------------------------------------------------------------
Sun Aug 23 16:34:52 UTC 2015 - hrvoje.senjan@gmail.com
- Added make-subversion-plugin-compile-with-subversion-1.9.patch
-------------------------------------------------------------------
Tue Feb 10 22:51:23 UTC 2015 - lbeltrame@kde.org
- Update to 1.7.1
* No upstream changelog provided
* Bugfix release
-------------------------------------------------------------------
Wed Aug 27 18:21:56 UTC 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 7 23:06:48 UTC 2013 - cgiboudeaux@gmx.com
- Update to 1.6.0
No changelog provided
-------------------------------------------------------------------
Thu Oct 31 16:53:39 UTC 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 23:23:10 UTC 2013 - hrvoje.senjan@gmail.com
- Adjust filelists, so it builds on 12.2
-------------------------------------------------------------------
Thu May 30 13:46:04 UTC 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 10:52:29 UTC 2013 - hrvoje.senjan@gmail.com
- Obsolete libkdevplatform0 with libkdevplatform7
-------------------------------------------------------------------
Fri Apr 26 16:16:27 UTC 2013 - dmitry_r@opensuse.org
- Update to version 1.5.0
* Unit tests improvements
* Improved file/project templates support
* C++ support improvements
-------------------------------------------------------------------
Mon Dec 3 20:46:23 UTC 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 4 12:10:52 UTC 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 10:51:50 UTC 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 06:30:43 UTC 2012 - wstephenson@suse.com
- update to 1.3.1
* no changelog
-------------------------------------------------------------------
Tue Mar 13 10:01:37 UTC 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 13:13:04 UTC 2011 - toddrme2178@gmail.com
- Added check for duplicate files (fix for RPMLINT warning)
- Cleaned up spec file formatting
-------------------------------------------------------------------
Wed Jun 29 21:37:48 UTC 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 18:06:32 UTC 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.
-------------------------------------------------------------------
Thu Apr 28 13:45:20 UTC 2011 - idoenmez@novell.com
- Add kdevplatform-1.2.0-gcc46.patch to fix compilation with gcc 4.6
-------------------------------------------------------------------
Mon Jan 24 13:41:22 UTC 2011 - wstephenson@novell.com
- update to 1.2.0
* remove warning that is triggered whenever the cleanup asserts
for a proper removal
* Save the status of the 'Use lower case filenames' checkbox for
next time. Defaults to ticked as before.
* Rehash every time, we can change the repository between calls,
so it has to be calculated every time.
* Don't display all commits in the OutputView.
* don't an add infinite number of rows of output, instead limit
to 50k lines and only keep the most recent ones
* Fix Patch review closes all open documents from other worksets
(bko#263021)
* Only try creating one parse-job at a time. If more parse-jobs
need to be created, queue an event to re-try. This way, the UI
stays responsive when many many files we cannot handle are iterated.
* Delete the view _after_ emitting "viewRemoved(..)".
This fixes a possible crash, because the working-set will call "view->document()" in the connected slot.
* Also use the cache if the cached list is "empty", it means that
no mimetype could be determined.
-------------------------------------------------------------------
Sat Jan 15 15:02:47 UTC 2011 - wstephenson@novell.com
- update to 1.1.90
* fix compilation for some compilers
* Don't care about navigation tooltips when a context-browser view
is visible, the view will handle this alone
* regression fixes to context browser plugin refactor
* Clear the file-modification cache instantly when the user has
saved the file in the editor.
* Don't completely ignore the retrieved top-context if it is still
flagged to require an update. Instead, simply show a warning message
on the status bar. (TODO: Find out why the update flag is not correct)
* Exclude the "." when extracting the extension
* Move qHash of {Cursor,Range}InRevision into the KDevelop NS too.
* Move qHash overload for SimpleRange and SimpleCursor into the
KDevelop NS.
* make sure we generate colors in the ctor (undelayed)
* Introduce a fallback cache based on the file extension for
LanguageController::languagesForUrl
* use full canonical file path for urls in duchainify, required for
isLocalFile checks to succeed
* append _STATIC to macros in appendedlist_static.h to prevent clash
with appendedlist.h, should fix compilation in
KDE4_ENABLE_FINAL=ON mode
* Do not mess with other active working sets when calling for a
review. BUG: 260663
* properly emitResult when internal SVN job failed, prevents
indefinite wait in isVersionControlled on invalid URLS
* Simplify code in DUContextDynamicData assertion.
-------------------------------------------------------------------
Sun Nov 21 19:15:22 UTC 2010 - tittiatcoke@gmail.com
- Update to a new git snapshot to enable build on KDE 4.6 Beta 1
-------------------------------------------------------------------
Tue Oct 19 07:59:56 UTC 2010 - wstephenson@novell.com
- update to 1.1.0
* Add missing i18n
* finally fix 'close all' for all areas
* Don't add semicolon when autocompleting void function when one
of ',;)' follows
* Use the proper icon for debug->run action.
* ensure that ProjectFolderItem url's have the trailing slash
* Use KIO::stat rather than KIO::NetAccess::stat so that we can pass
HideProgressInfo, otherwise a progress dialog would pop up at
every keystroke while typing the hostname of sftp://hostname.
* Make launch config enable "Apply" the project target changes.
-------------------------------------------------------------------
Sun Jul 18 07:40:15 UTC 2010 - beineri@opensuse.org
- update to 1.0.1 bugfix release
-------------------------------------------------------------------
Sat May 1 12:31:58 UTC 2010 - tittiatcoke@gmail.com
- update to version 1.0 final
* Don't crash if dynamic_cast fails (bko#235781)
* Fix progress popups being transparent.
* More view/tab switching optimizations
* Make patch review toolview layout (margins/spacing) consistent
with the rest of KDevelop
* Set default mainwindow size only when showing "code" area for
the first time (bko#207990)
* Fix closing of changed documents. (bko#228774)
* Turn an assertion into a warning, as this seems to happen
sometimes.(bko#227675)
-------------------------------------------------------------------
Sat Apr 17 07:29:14 UTC 2010 - wstephenson@novell.com
- update to 0.10.2
-------------------------------------------------------------------
Fri Apr 16 09:23:38 UTC 2010 - wstephenson@novell.com
- update to 0.10.1
-------------------------------------------------------------------
Tue Apr 6 09:31:41 UTC 2010 - wstephenson@novell.com
- update to 0.10.0
-------------------------------------------------------------------
Tue Mar 9 09:43:48 UTC 2010 - wstephenson@suse.de
- update to 0.9.99
-------------------------------------------------------------------
Fri Feb 12 21:14:06 UTC 2010 - tittiatcoke@gmail.com
- update to 0.9.98
-------------------------------------------------------------------
Fri Jan 29 12:39:31 UTC 2010 - llunak@novell.com
- fix file conflict
-------------------------------------------------------------------
Tue Dec 15 19:45:45 UTC 2009 - tittiatcoke@gmail.com
- update to 0.9.97
-------------------------------------------------------------------
Tue Nov 3 21:33:01 UTC 2009 - beineri@opensuse.org
- update to 0.9.96
-------------------------------------------------------------------
Fri Aug 21 23:32:54 CEST 2009 - beineri@opensuse.org
- update to 0.9.95
-------------------------------------------------------------------
Fri Jul 31 22:59:52 CEST 2009 - beineri@opensuse.org
- fix build with boost 1.39.0
-------------------------------------------------------------------
Sun Jun 28 16:46:04 CEST 2009 - binner@kde.org
- update to 0.9.94
-------------------------------------------------------------------
Sun May 24 12:36:52 CEST 2009 - beineri@opensuse.org
- update to 0.9.93
-------------------------------------------------------------------
Thu Mar 5 19:02:45 CET 2009 - coolo@suse.de
- fix file list
-------------------------------------------------------------------
Wed Feb 4 18:15:10 CET 2009 - dmueller@suse.de
- update to 0.9.91
-------------------------------------------------------------------
Wed Jan 14 22:23:10 CET 2009 - stbinner@suse.de
- update to 0.9.85
-------------------------------------------------------------------
Fri Dec 12 17:07:14 CET 2008 - dmueller@suse.de
- update to 0.9.84
-------------------------------------------------------------------
Sat Nov 22 10:19:38 CET 2008 - stbinner@suse.de
- update to 0.9.83
-------------------------------------------------------------------
Sun Nov 9 19:05:34 CET 2008 - stbinner@suse.de
- update to 0.9.82
-------------------------------------------------------------------
Thu Oct 2 19:58:12 CEST 2008 - dmueller@suse.de
- update to svn867065
-------------------------------------------------------------------
Sat Sep 13 08:00:53 CEST 2008 - stbinner@suse.de
- update to current SVN version
-------------------------------------------------------------------
Tue May 27 17:00:15 CEST 2008 - dmueller@suse.de
- update to Alpha2 release (0.91)