SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libkdevplatform-devel-1.7.3-31.1.x86_64.rpm :
Thu Jun 23 14:00:00 2016 buschmann23AATTopensuse.org
- add fix-for-null-pointer-dereference-with-gcc6.patch to fix bug
kde#360707 on openSUSE Tumbleweed / GCC6

Tue Jan 26 13:00:00 2016 wbauerAATTtmo.at
- Update to 1.7.3

* No upstream changelog provided

* Bugfix release

Tue Dec 1 13:00:00 2015 wbauerAATTtmo.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 13:00:00 2015 tittiatcokeAATTgmail.com
- Drop obsolete requirement on commoncpp2

Sun Aug 23 14:00:00 2015 hrvoje.senjanAATTgmail.com
- Added make-subversion-plugin-compile-with-subversion-1.9.patch

Wed Feb 11 13:00:00 2015 Led
- remove patches:

* kdevplatform-1.7.0-fix-bashisms.patch

Tue Feb 10 13:00:00 2015 lbeltrameAATTkde.org
- Update to 1.7.1

* No upstream changelog provided

* Bugfix release

Sat Nov 29 13:00:00 2014 Led
- fix bashism in kdev_format_source script
- fix shebang in kdevplatform_shell_environment.sh script that
contains bash-specific constructions
- add patches:

* kdevplatform-1.7.0-fix-bashisms.patch

Wed Aug 27 14:00:00 2014 hrvoje.senjanAATTgmail.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 13:00:00 2013 cgiboudeauxAATTgmx.com
- Update to 1.6.0
No changelog provided

Thu Oct 31 13:00:00 2013 dmitry_rAATTopensuse.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 13:00:00 2013 hrvoje.senjanAATTgmail.com
- Adjust filelists, so it builds on 12.2

Thu May 30 14:00:00 2013 dmitry_rAATTopensuse.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 14:00:00 2013 hrvoje.senjanAATTgmail.com
- Obsolete libkdevplatform0 with libkdevplatform7

Fri Apr 26 14:00:00 2013 dmitry_rAATTopensuse.org
- Update to version 1.5.0

* Unit tests improvements

* Improved file/project templates support

* C++ support improvements

Mon Dec 3 13:00:00 2012 dmitry_rAATTopensuse.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 13:00:00 2012 mailaenderAATTopensuse.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 14:00:00 2012 wstephensonAATTsuse.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 14:00:00 2012 wstephensonAATTsuse.com
- update to 1.3.1

* no changelog

Tue Mar 13 13:00:00 2012 wstephensonAATTsuse.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 14:00:00 2011 toddrme2178AATTgmail.com
- Added check for duplicate files (fix for RPMLINT warning)
- Cleaned up spec file formatting

Wed Jun 29 14:00:00 2011 javierAATTopensuse.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 14:00:00 2011 javierAATTopensuse.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 14:00:00 2011 idoenmezAATTnovell.com
- Add kdevplatform-1.2.0-gcc46.patch to fix compilation with gcc 4.6

Mon Jan 24 13:00:00 2011 wstephensonAATTnovell.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 13:00:00 2011 wstephensonAATTnovell.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 13:00:00 2010 tittiatcokeAATTgmail.com
- Update to a new git snapshot to enable build on KDE 4.6 Beta 1

Tue Oct 19 14:00:00 2010 wstephensonAATTnovell.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 14:00:00 2010 beineriAATTopensuse.org
- update to 1.0.1 bugfix release

Sat May 1 14:00:00 2010 tittiatcokeAATTgmail.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 14:00:00 2010 wstephensonAATTnovell.com
- update to 0.10.2

Fri Apr 16 14:00:00 2010 wstephensonAATTnovell.com
- update to 0.10.1

Tue Apr 6 14:00:00 2010 wstephensonAATTnovell.com
- update to 0.10.0

Tue Mar 9 13:00:00 2010 wstephensonAATTsuse.de
- update to 0.9.99

Fri Feb 12 13:00:00 2010 tittiatcokeAATTgmail.com
- update to 0.9.98

Fri Jan 29 13:00:00 2010 llunakAATTnovell.com
- fix file conflict

Tue Dec 15 13:00:00 2009 tittiatcokeAATTgmail.com
- update to 0.9.97

Tue Nov 3 13:00:00 2009 beineriAATTopensuse.org
- update to 0.9.96

Fri Aug 21 14:00:00 2009 beineriAATTopensuse.org
- update to 0.9.95

Fri Jul 31 14:00:00 2009 beineriAATTopensuse.org
- fix build with boost 1.39.0

Sun Jun 28 14:00:00 2009 binnerAATTkde.org
- update to 0.9.94

Sun May 24 14:00:00 2009 beineriAATTopensuse.org
- update to 0.9.93

Thu Mar 5 13:00:00 2009 cooloAATTsuse.de
- fix file list


 
ICM