KDevplatform 1.0.1, KDevelop 4.0.1 and KDevelop-PHP(-docs) 1.0.1 released

Milian Wolff mail at milianw.de
Wed Jul 21 15:27:33 BST 2010


Good news everyone!

I'm happy to announce the availability of our first patch level release for 
KDevelop 4. You can get it and the related packages from:

ftp://ftp.kde.org/pub/kde/stable/kdevelop/4.0.1/src/

This is a bugfix only release and everyone is urged to upgrade as soon as 
possible. Attached you find a list of changes that went into this release.

Users should wait for their distributions to provide packages for them.

Thanks to the KDevelop team for making this possible and to the users for 
giving us valuable feedback.

PS: I hope to release a second patch level release in a month, assuming we find 
more to fix.

Bye
-- 
Milian Wolff
mail at milianw.de
http://milianw.de
-------------- next part --------------
ChangeLog for KDevPlatform v1.0.1
=================================

* Milian Wolff: don't emit documentJumpPerformed when nothing changed
* Milian Wolff: prevent infinite loop when url gets saved and triggers loading of new language plugin
* Milian Wolff: fix ${selection} in snippets
* Milian Wolff: properly handle manual document switches in context browser toolbar
* Milian Wolff: fix: make it possible to activate repository in singleclick mode
* Andras Mantia: Really load (and use as a replace source) the global ui.rc file, not the local one.
* Milian Wolff: properly add codecompletion to existing documents
* Mantia Andras: Enable select all/copy in the frame widget.
* Mantia Andras: Propagate shortcuts setting to all the opened editor views.
* Andreas Pakulat: Fix accessing of temp-files for windows.
* Milian Wolff: properly handle unterminated strings in comments, fixes code completion after those
* Milian Wolff: properly remove watcher to prevent crashes in smartrange dtor
* Andreas Pakulat: Also set CMAKE_INSTALL_RPATH
* Andreas Pakulat: Make sure kdevplatform is properly linked
* Milian Wolff: put snippets completion items at end of list
* Milian Wolff: fix clearComments for unterminated comments
* Nicolás Alvarez: Create Class: Refresh move button state when a list item is removed too.
* Nicolás Alvarez: When moving items in Create Class inheritance list, update selection.
* Nicolás Alvarez: Update move up/down buttons when selection changes in inheritance list.
* Milian Wolff: prevent endless recursion
* Nicolás Alvarez: Change "Stop Jobs" icon from dialog-close to process-stop.
* Andreas Pakulat: Fix documentation for the .desktop files
* Milian Wolff: don't go into edit-item mode on doubleclick or single click
* Niko Sams: Fix crash when closing kdevelop with running debug session
* Niko Sams: Fix crash that can happen during shutdown with an active debug session
* Andras Mantia: Avoid calling emitResult() in failed case. internalJobDone() is called anyway, and that calls emitResult(). The problem is: when the error message is shown, the eventLoop is reentered, the job is deleted. The emitResult() call after tries to use the deleted job -> crash. This might be only a workaround, but fixes bug 229557 (and its duplicates), bug 227823, bug 232444, 227584.
* Milian Wolff: properly escape dot before git folder
* Andreas Pakulat: End the namespace before the macros.
* Jonathan Schmidt-Dominé: Fixed syntax-errors in ibrowsableversioncontrol.
* Milian Wolff: add a \c where appropriate, add missing dot
* Andreas Pakulat: Add some api dox how to get at plugins and load them properly.
* Andreas Pakulat: Use the complete url of the active document.
* Milian Wolff: make snippet invalid when name contains spaces
* Milian Wolff: allow anything non-space in snippet's code completion model
* Eike Hein: Meet HIG rules about alignment in forms.
* Milian Wolff: make QuickOpen look like a proper menu/dropdown
* Hugo Pereira Da Costa: Fixed setting of maximum height for button and stack so that expander arrow pixmap is not trunkated when small font is used.
* Hugo Pereira Da Costa: Removed unnecessary calls to "setAutoFillBackground(true)". this allows main window background gradient (if any) to be painted right. (like in e.g. oxygen, bespin). Does not affect other styles.
* Hugo Pereira Da Costa: Keep vertical size policy unchanged when embedding KLineEdit inside toolbar.
* Hugo Pereira Da Costa: Rotate back icon so that it is still painted horizontally even for vertical buttons Use option->iconSize to decide which pixmap must be rotated.
* Hugo Pereira Da Costa: This patch modifies the painting of sidebar vertical toolbuttons so that - the button frame is painted "non-rotated" - only the text is painted rotated. This fixes how buttons shadows are rendered. Screenshot at http://www.flickr.com/photos/hugo-oxygen-icons-org/4584572966/sizes/o/
* Andreas Pakulat: Increase minor version.
* Andreas Pakulat: Remove kross from subdirs list
* Bertjan Broeksema: Port away from deprecated KLibLoader::self to KPluing loader.
* Bertjan Broeksema: Initialize members in the right order.
* Bertjan Broeksema: Clean up
* Bertjan Broeksema: Fix warning and clean up.
* Bertjan Broeksema: Fix a compile warning related to deprecated hash_map.
* Bertjan Broeksema: Fix a bunch of trivial compile time warnings.
* Milian Wolff: fix LGPL file as proposed by TZander
* Milian Wolff: fix compile when ifDebug is enabled
* Niko Sams: Debugger: Only switch back to code area if there is an active MainWindow.
* Volker Krause: build with -pedantic
* Andreas Pakulat: Don't crash if dynamic_cast fails.
* Thomas McGuire: Fix progress popups being transparent.
-------------- next part --------------
ChangeLog for KDevelop v4.0.1
=============================

* Milian Wolff: fix overflow in CMakeFunctionArgument::unescapeValue
* Andras Mantia: Remove some conflicting shortcuts from the katepart.
* Milian Wolff: fix: allow incr as identifier, it's not the ++ token after all
* Milian Wolff: don't crash on nullptr type in getPointerTarget
* Milian Wolff: fix shouldStartCompletion when writing a path in a #include, inserted is not only a single char
* Milian Wolff: don't crash when getContainerType does not find a declaration for the identified type in the given topcontext
* Andreas Pakulat: Fix opening files with relative path.
* Andreas Pakulat: Set CMAKE_INSTALL_RPATH to lib-installdir
* Andreas Pakulat: Make sure kdevplatform is properly linked
* Milian Wolff: use canonicalFilePath as absoluteFilePath might lead to problems when resolving relative includes in symlinked directories
* Nicolás Alvarez: Fix another possible leak
* Nicolás Alvarez: Fix memory leak in CMakeListsParser::readCMakeFile.
* Milian Wolff: don't advance over EOF, might lead to invalid tokens and crashes
* Aleix Pol: Prevent calling a null pointer.
* Aleix Pol: Add proper support for the Break command.
* Andreas Pakulat: Don't try to open a non-existing file.
* Milian Wolff: make __volatile__ a synonym for volatile
* Milian Wolff: don't recurse into the same class in typeutils::getMemberFunctions
* Esben Mose Hansen: Find build directory even in root CMakeLists.txt
* Milian Wolff: fix uses in argument lists of pure virtuals
* Esben Mose Hansen: Use config mode as fallback if no module is found, and set package_DIR in all cases where a module was not found
* David nolden: Turn an assertion into a warning BUG: 236411
* Niko Sams: Remove support for building the whole extragear/sdk.
* Kovarththanan Rajaratnam: Remove FindCppUnit.cmake now that the CppUnit plugin no longer exists
* Kovarththanan Rajaratnam: Remove FindCheck.cmake now that the Check plugin no longer exists
* Andreas Pakulat: Increase version number
* Niko Sams: Quote variable expressions correctly.
* Milian Wolff: set invalid range on final location of problem when include path resolver found more paths than the build manager
* Andreas Pakulat: Fix kdevelop app icon for windows.
* David nolden: Use a mutex to prevent setupStandardMacros() and setupStandardIncludePaths() from being called multiple times at the same time, preventing a crash.     BUG: 236434
* Bertjan Broeksema: Fix compile warnings related to deprecated hash_map
* Andreas Pakulat: Also search for qmake-qt4
-------------- next part --------------
ChangeLog for KDevelop-PHP v1.0.1
=================================

* Milian Wolff: fix compile
* Milian Wolff: remove includebuilder
* Milian Wolff: support $a->{$...}
* Milian Wolff: dont fail parsing on $c::func(); or $c::const; BUG: 244076
* Milian Wolff: fix use builder in static member arrays
* Milian Wolff: remove obsolete cmake file that never got run in the first place
* Milian Wolff: fix build of stable, we don't depend on kdevelop-pg-qt there
* Milian Wolff: fix logic to find already up-to-date files in the parsejob
* Milian Wolff: don't start include parsejob when there is already a background parsejob for that file, should prevent deadlock
* Milian Wolff: invalidate declaration done in method body when it got added to class body
* Milian Wolff: don't search in parent contexts for variables
* Niko Sams: Improve implementation helper: don't add return statement for void functions
* Niko Sams: Fix implementation helper for static methods
* Niko Sams: increase version number
* Niko Sams: Remove support for building the whole extragear sdk.
-------------- next part --------------
ChangeLog for KDevelop-PHP-Docs v1.0.1
======================================

* Milian Wolff: remove cmake_minimum_required, obsolete (due to KDE requirement) and breaks build when po files are included
* Niko Sams: Remove support for building the whole extragear sdk.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kdevelop/attachments/20100721/c7cd278b/attachment.sig>


More information about the KDevelop mailing list