Changelog for
kdevelop4-lang-4.7.4-lp150.8.2.noarch.rpm :
* Fri Dec 16 2016 wbauerAATTtmo.at- Update to 4.7.4
* Fix a crash when run under GCC6 UBSAN
* Ignore C99 _Pragma macros
* Fix places with undefined behavior- Adjust Source URL- Drop upstreamed fix-for-null-pointer-dereference-with-gcc6.patch- Drop missing-translations.tar.xz, the files are included again in this release- Remove no longer necessary hack to build the translations on 13.2 and below
* Thu Dec 08 2016 fabianAATTritter-vogt.de- Revert kde4_runtime_requires change
* Tue Nov 29 2016 olafAATTaepfle.de- Expand macro kde4_runtime_requires only when its available to fix quilt setup
* Wed Aug 24 2016 cgiboudeauxAATTgmx.com- BuildRequire libkdevplatform4-devel instead of the Qt5 based one.
* Thu Jun 23 2016 buschmann23AATTopensuse.org- add fix-for-null-pointer-dereference-with-gcc6.patch to fix bug kde#360707 on openSUSE Tumbleweed / GCC6
* Sun May 15 2016 hrvoje.senjanAATTgmail.com- Use share-mime-info macros (boo#979301)
* Thu Feb 11 2016 wbauerAATTtmo.at- Added missing-translations.tar.xz as source which contains missing translation files (taken from 4.7.2)
* Tue Jan 26 2016 wbauerAATTtmo.at- Update to 4.7.3
* No upstream changelog provided
* Bugfix release- Bump libkdevplatform-devel BuildRequires to 1.7.3
* Tue Dec 01 2015 wbauerAATTtmo.at- Update to 4.7.2
* No upstream changelog provided
* Bugfix release- Drop Do-not-use-function-returning-reference-to-temporary.patch, included upstream
* Fri Oct 09 2015 alarrosaAATTsuse.com- Modified BuildRequires to allow kdevelop4 to build in SLE12
* Wed Sep 30 2015 lbeltrameAATTkde.org- Fix version conditions to ensure that the package builds on Leap
* Wed Aug 26 2015 wbauerAATTtmo.at- Remove requirement on kate4-parts to make the package installable on 13.1 and 13.2 again. kate4-parts is the only provider of libktexteditor in Tumbleweed anyway, so the \"Requires: libktexteditor\" should be sufficient. (boo#943213)
* Thu Aug 20 2015 wbauerAATTtmo.at- Add Do-not-use-function-returning-reference-to-temporary.patch from upstream: fixes crashes in the cppsupport plugin when built with newer gcc (boo#942358, kde#347178)
* Mon Jul 13 2015 tittiatcokeAATTgmail.com- Explicitly require kate4-parts to get libktexteditor installed.
* Tue May 19 2015 hrvoje.senjanAATTgmail.com- BuildRequire okteta-devel only for openSUSE <= 13.2
* Fri Mar 13 2015 hrvoje.senjanAATTgmail.com- Require libktexteditor instead of kate, that package provides plugins used by kdevelop, and allows co-installability of kate5 and kdevelop4
* Tue Feb 10 2015 lbeltrameAATTkde.org- Update to 4.7.1
* No upstream changelog provided
* Bugfix release
* Wed Nov 12 2014 Led
- fix bashisms in post/postun scripts
* Wed Nov 12 2014 cgiboudeauxAATTgmx.com- Split the cpp support from the kdevelop4 package. The cpp and Clang plugins are mutually exclusive. Moving the cpp plugin to its own package allows installing the experimental clang package.- Fix some rpmlint warnings
* Wed Aug 27 2014 hrvoje.senjanAATTgmail.com- Update to 4.7.0
* No upstream changelog provided
* Last feature release based on kdelibs4 and Qt4- Bump libkdevplatform-devel BuildRequires to 1.7.0
* Sat Dec 07 2013 cgiboudeauxAATTgmx.com- Update to 4.6.0. No changelog was provided
* Thu Oct 31 2013 dmitry_rAATTopensuse.org- Update to version 4.5.2
* Make qt4.py compatible with Python 3.x
* Backport crash fixes for crash in Cpp TypeBuilder.
* When calling a constructor don\'t offer deleted ones for completion
* Do not offer explicitely deleted methods for code completion
* Do not insert spaces in function definition after void or type with no argument name
* Fix missing break in the c++ parser
* Fix build on big endian plattforms.
* Fix endless recursion in setSpecializedFrom
* Fix usage of PushValue for recursion counters in TemplateDeclaration.
* Gracefully react to a lack of a working directory
* cpp_header.h: Conditionally add license header
* Don\'t run an execute process command if the working dir is unknown
* Don\'t use the items after calling ::removeUrl
* Fix overloaded-virtual of computeCompletions.
* RETURN() also works with find_package() and include()
* Support return statement
* Update global vars when visiting set(..CACHE..FORCE) AST node
* Verify validity of type after deserialization from the storage.
* take() variables when they go out of scope
* Correct Basic C++ Template
* Fix builds for okteta in a separate prefix
* Thu May 30 2013 dmitry_rAATTopensuse.org- Update to version 4.5.1
* Fix crash while completing null types
* Do not offer signature assistant for changes in Qt signals.
* Raise kdelibs dependency to 4.7
* Fix conversion from QByteArray to QString
* Don\'t crash if we run list(FIND) without a find element
* Fix cmake icon sizes
* Don\'t store a ProjectBaseItem in the MakeJob
* New implementation for get_filename_component(PATH)
* Remove erroneous double-quotes around %c in Exec line
* Add missing msg extraction
* Tue Apr 30 2013 toddrme2178AATTgmail.com- Added missing libqjson-devel buildrequires. The build was complaining about not being able to find this.
* Fri Apr 26 2013 dmitry_rAATTopensuse.org- Update to version 4.5.0
* Unit tests improvements
* New file/project templates support
* C++ support improvements
* User interface polishing
* Mon Dec 03 2012 dmitry_rAATTopensuse.org- Update to 4.4.1
* Skip varibles when parsing Makefile for targets.
* Fix code completion: We used to hide const getter functions if they have a Q_PROPERTY of the same name.
* Call ::repaint explicitly on the QSplashScreen after showing it.
* Fix c++ completion bug: don\'t insert \"::::\"
* Don\'t crash when calling string(TOLOWER, TOUPPER or LENGTH) with too few arguments
* update splash to say v4.4
* Put the recent projects in a button+menu instead of a list
* Fix build on PPC.
* Sun Nov 04 2012 mailaenderAATTopensuse.org- update to 4.4.0
* Fix bug in signature assistant. Tested in master.
* Fix auto type-deduction for cases like \'auto foo(bar);\'.
* Extend unit test
* Improve properties fetching
* Tue Sep 25 2012 cooloAATTsuse.com- buildrequire explicit version of kdevplatform
* Mon Sep 10 2012 wstephensonAATTsuse.com- Update to 4.3.90 (4.4RC1)
* kdevelop_attach renamed to \"kdevelop!\"
* Fix auto type-deduction for cases like \'auto a(1.1);\'.
* Move plain Qt application templates into a Qt category
* Add Thread and Frame Information on Execution
* Improve the way we map to cmake\'s variables model
* support multiple location breakpoints
* Fix threading problem in the CMakeManager
* add support for padding parenthesis headers
* Improve KDev\'s Dashboard projects\' names
* Properly add the build directory
* Properly initialize CMAKE_INCLUDE_CURRENT_DIR
* Explicitly disable \"Apply\" button after re-reading CMake cache.
* Be less strict about named and unnamed arguments.
* Let the OutputView take ownership of the make output delegate.
* Directly set the model\'s data when we toggle a checkbox.
* Don\'t call load() in our ctor, that is done automatically.
* Don\'t tell the user the make config has changed when he first sees it.
* Fix memory leaks of Ui objects.
* Don\'t use raw Declaration pointers across unlocked DUChain code paths.
* Tue Apr 17 2012 wstephensonAATTsuse.com- Update to 4.3.1
* Bugfixes in C++ support
* Fri Mar 23 2012 idonmezAATTsuse.com- Change license to GPL-3.0+ per discussion in bnc#753628
* Tue Mar 13 2012 wstephensonAATTsuse.com- update to 4.3.0
* add c++11 support
* improved clang support
* improved session management
* many bug fixes
* Thu Nov 10 2011 ctrippeAATTopensuse.org- Require kate as it is a runtime dependency (bnc#729168)
* Thu Oct 13 2011 toddrme2178AATTgmail.com- Removed commented files (fix for RPMLINT warning)- Added valgrind buildrequires- Cleaned up spec file formatting
* Mon Jun 27 2011 javierAATTopensuse.org- update to 4.2.3 bugfix release
* Sat Apr 16 2011 javierAATTopensuse.org- update to 4.2.2 bugfix release
* Thu Feb 17 2011 wstephensonAATTnovell.com- call update-mime-database in pre/post install scripts
* Mon Jan 24 2011 wstephensonAATTnovell.com
* update to 4.2.0 final:
* Ported to Kate MovingCursors and MovingRanges apis
* Improved Search and Replace in multiple files
* Better embedded developer documentation including .qch support
* Better handling of locked sessions
* Improved look-and-feel for code assistants
* Filter added to the Projects toolview
* A much improved Problems toolview, which now tracks TODO and FIXME comments as well
* Improved standards compliancy for the C++ macro support
* Improvements to file and folder handling, in particular for CMake support
* Improvements to file and folder handling, in particular for CMake support
* Sat Jan 15 2011 wstephensonAATTnovell.com- update to 4.1.90 (4.2RC1)
* Fix duplicate brackets insertion when executing completion for a function.
* CMakeDUChainTest: store ranges in QSet instead of std::set.
* fixes the cmakeduchaintest: a list of uses is checked to see if they\'re all there, that\'s a set operation, the test failed, because the lists where in the `wrong\' order
* Fix token-names for GeneratorTest
* Don\'t look for kdevelop in gitorious anymore.
* Ignore the \'build\' directory.
* Don\'t add to the tree unexisting directories.
* Wed Jan 12 2011 ctrippeAATTgmx.net- BuildRequire okteta-devel to build the okteta plugin (bnc#656174)
* Sun Nov 21 2010 tittiatcokeAATTgmail.com- Update to a new git snapshot to enable build on KDE 4.6 Beta 1
* Tue Oct 19 2010 wstephensonAATTnovell.com- update to 4.1.0, require kdevplatform 1.1.0
* fix custommake manager crashes when deleting, renaming folders
* optimize: no need to call moveBehindComment if we found a last #include, just put include after that
* finally fix the missing include item placement...
* place includes/forward declarations after defines or comments if no empty line is found
* properly add include/forward definition at start of document when we don\'t find a position after that
* Check cached variables from conditionals too.
* Make it possible to reload CMakeFolders that don\'t have a cmakelists.txt (because it has been removed). Improve responsibity on file removal. Reload project branch when a CMakeLists.txt file was removed.
* use system colors instead of hardcoded colors in GDB command line toolview
* set focus on filter lineedit by default in \'attach to process\' dialog
* properly read debugger state when adding output widget after debug process was started
* Test the option command works properly with the cache.
* Fix project reloading when the cache is dirty.
* Don\'t set the variable in case it\'s already specified on the cache.
* Reload the project whenever the CMakeCache is modified.
* let view take ownership of widgets, prevents leakage and crashes
* CMake support: avoid infinite loop on foreach(RANGE) that never runs.
* Make it possible to parse properly projects with empty CMakeLists.txt files. Don\'t add the cmake project root directory two times to the watcher.
* Sun Jul 18 2010 beineriAATTopensuse.org- update to 4.0.1 bugfix release
* Sat May 01 2010 tittiatcokeAATTgmail.com- update to 4.0 final
* convert the mimetype definition to the XDG format and remove the old KDE 3 definition
* Fix crash when attachMaybe is called a second time before the first -var-create call returned (bko#219570)
* Hide broken option \"Use separate terminal for I/O\" for now. (bko#235335)
* Don\'t follow recursive make calls if the working directory didn\'t change (bko#232972)
* Add a maximum depth for recursive make calls (bko#232972)
* More precisely search the scopes for external class definitions. (bko#204100)
* Make the include-paths unique before computing a list of shown items. (bko#202321)
* Provide a stub implementation of __builtin_offsetof that allows correct use-building for the member (bko#187046)
* Add a zero-check after locking the duchain, to prevent a rare crash. (bko#231790)
* Sat Apr 17 2010 wstephensonAATTnovell.com- update to 3.10.2 (4.0 RC 3)-
* Fri Apr 16 2010 wstephensonAATTnovell.com- update to 3.10.1 (4.0 RC 2)
* Tue Apr 06 2010 wstephensonAATTnovell.com- update to 3.10.0 (4.0 RC 1)
* Tue Mar 09 2010 wstephensonAATTsuse.de- update to 3.9.99 (4.0 Beta 9)
* Fri Feb 12 2010 tittiatcokeAATTgmail.com- update to 3.9.98 (4.0 Beta 8)
* Tue Dec 15 2009 tittiatcokeAATTgmail.com- update to 3.9.97 (4.0 Beta 7)
* Tue Nov 03 2009 beineriAATTopensuse.org- update to 3.9.96 (4.0 Beta 6)
* Fri Aug 21 2009 beineriAATTopensuse.org- update to 3.9.95 (4.0 Beta 5)
* Sun Jun 28 2009 binnerAATTkde.org- update to 3.9.94
* Sun May 24 2009 beineriAATTopensuse.org- update to 3.9.93