MW

KDevelop 4.2 Available

Hey all!

I wanted to quickly notify you all about the availability of KDevelop 4.2.0 final, you can download it here: http://download.kde.org/download.php?url=stable/kdevelop/4.2.0/src/ . Most people should be fine with waiting for updated packages from their distributor though.

This is a feature release with lots of shiny improvements and fixes. And - which is why I announce it now - it is required for users of the new KDE 4.6. So if you happen to use that, make sure you update to KDevelop 4.2 as well. Stay tuned for a full blown release announcement on the Dot soon. If you are interested in the changes now, take a look at this, this, and that. Thanks to all contributors who made this release possible, especially I would like to emphasize the contributions by new people - welcome!

Changes since KDevelop 4.2.0 RC1

    ChangeLog for kdevplatform v1.2.0
    =================================
     
    * Milian Wolff: set version to 1.2.0 in preparation of release
    * Milian Wolff: remove warning that is triggered whenever the cleanup asserts for a proper removal
    * Adam Pigg: Save the status of the 'Use lower case filenames' checkbox for next time. Defaults to ticked as before.
    * Aleix Pol: Rehash every time, we can change the repository between calls, so it has to be calculated every time.
    * Aleix Pol: Don't display all commits in the OutputView. Makes the process considerably faster
    * Milian Wolff: don't add infinite number of rows of output, instead limit to 50k lines and only keep the most recent ones
    * David Nolden:  Make sure that working sets are unique to the patch-review area before changing them. 
    * David Nolden: Only try creating one parse-job at a time. If more parse-jobs need to be created, queue an event to re-try.
    * David Nolden: Delete the view _after_ emitting "viewRemoved(..)". This fixes a possible crash.
    * David Nolden: Also use the cache if the cached list is "empty", it means that no mimetype could be determined.
    ChangeLog for kdevelop v4.2.0
    =============================
     
    * Milian Wolff: set version to 4.2.0 and look for kdevplatform 1.2.0 in preparation of release
    * David Nolden: Fix a very rare crash
    * David Nolden: Fix code-completion within incomplete function-macros, like "Q_ASSERT("
    * David nolden: Properly skip hexadecimal numbers in pp_skip_number.
    * Aleix Pol: Applied Valentyn Pavliuchenko patch to fix GLOB_RECURSIVE behaviour.
    ChangeLog for php v1.2.0
    ========================
     
    * Milian Wolff: set version to 1.2.0 and look for same versioned kdevplatform in preparation of release
    * Milian Wolff: fix test logic
    * Milian Wolff: only take encountered declarations into account when checking for redeclarations
    * Milian Wolff: don't report use for same range as declaration of parent-namespace, happens with nested namespaces, fixes test
    * Milian Wolff: properly pass topducontext to update along
    * Milian Wolff: force updated range when encountering variable declaration
    * Milian Wolff: prevent explicitlyGlobal import identifiers for namespace alias declaration, fixes assert
    * Milian Wolff: prevent crash when visiting encapsed variables in class context

Sorry for not having a proper Dot announcement on time, I hope to do better for the next release…

Comments

Want to comment? Send me an email!

Comment by SpikyJT (not verified) (2011-04-06 18:57:00)

Hi Milian. Thanks for your amazing dedication to Kdevelop. I know that it must be really tough being a KDE developer these days. I’ve been a KDE user for many years now. Like many others, I really miss Quanta+ and I’m looking to get into contributing code to OSS projects. Can you give me some advice on getting started?

Comment by Milian Wolff (2011-04-08 21:55:00)

start writing little Qt toy applications (follow the tutorial). then try to find a pet project and get started :)

Comment by Roland (not verified) (2011-01-27 13:43:00)

Glad to see a new release. To bad though that every new release needs the latest KDE version. I am on debian. Even the unstable branch only has KDevelop 4.0.1. Seems that I need to wait for years to see KDevelop 4.2 on debian :(

Comment by Milian Wolff (2011-01-27 20:34:00)

You can at least update to KDevelop 4.1.x by compiling it from hand. That version did not increase our KDE dependency and works just fine on Debian. For 4.2 we had no other choice due to the Kate internal changes.

bye

Comment by Rolando Martins (not verified) (2011-01-27 12:25:00)

Hi, Does this version have a better support for c++ templates? Up until now, virtual functions that are overridden in sub-classes (i.e. sub-templates) aren’t recognized.

Comment by Milian Wolff (2011-01-27 13:04:00)

I don’t know, did you report a bug for this - are we aware of this issue? http://bugs.kde.org is the place for this. Don’t forget to add a code snippet that shows this error.

Comment by dominik (not verified) (2011-01-27 09:24:00)

Sorry, about being lazy (I did I quick unsuccessful google search): What is the progress of porting Quanta+ to the new KDevelop infrastructure. Can we expect some alpha/beta/… releases in the near future?

Comment by Milian Wolff (2011-01-27 13:05:00)

I’m swamped with work (will blog about that soon), so sadly - nothing in the near future :( I really need help with Quanta, more contributors etc. pp….

Comment by Anonymous (not verified) (2011-01-27 01:46:00)

Thanks for sharing another KDevelop release.

Congrats!

Published on January 27, 2011.