Developer Blogs http://kdevelop.org/developer-blogs/feed en KDevelop 4.3.0 Beta 2 Released http://milianw.de/blog/kdevelop-430-beta-2-released <p>Hey all!</p> <p>I&#8217;ve just posted the news on the <a href="http://kdevelop.org">KDevelop website</a>: <a href="http://kdevelop.org/43/kdevelop-430-beta-2-released">KDevelop 4.3.0 Beta 2</a> is released!</p> <p>Please test it and report feedback as usual. I think it&#8217;s safe to assume that we will release 4.3.0 final in about 2-4 weeks from now.</p> <p>Considering that my university semester is nearing its end, I will finally have more royal hacking time again! I&#8217;ll continue to squash bugs and improve the performance of KDevelop of course :) Most definitely I&#8217;ll try to further improve the C++11 support. But maybe I finally have some time again to work on &#8220;something bigger&#8221;, like helping Miha Čančula in writing a kick-ass unit-test integration for KDevelop (see unittest branches). Then I plan to finally release some more of our &#8220;playground&#8221; plugins, most notably CSS language support and QMake project management&#8230;</p> <p>Stay tuned for a bright KDevelop future :]</p> <p>PS: I&#8217;ll step up as a mentor for a KDevelop GSOC this year, yet I&#8217;m still wondering about a proper topic&#8230; Ideas?</p> Tue, 14 Feb 2012 13:10:59 +0000 Milian Wolff 174 at http://milianw.de Road to KDevelop 4.3, Beta Available http://www.proli.net/2012/01/16/road-to-kdevelop-4-3-beta-available/ <p>Hi!<br /> It&#8217;s been probably too much time since we announced a <a href="http://kdevelop.org/43/kdevelop-430-beta-released" title="official announcement">KDevelop</a> version for the last time, but hey! Here we are, as alive as ever! <img src='http://www.proli.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p> <p>Actually it hasn&#8217;t been a quiet year, there&#8217;s been quite a lot of development going on, specially with regard to stabilization, improved integration facilities and, of course, Milian&#8217;s c++11 work, which is not ready yet, but much closer than it used to.</p> <p>Long story short, here we can find the packages to compile it <a href="http://download.kde.org/download.php?url=unstable/kdevelop/4.2.81/src/" title="release tarballs">here</a>, together with some verbose changelogs in case you&#8217;re interested.</p> <p>Also you can wait for your-favorite-distro to package it, but more on that in the future! <img src='http://www.proli.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p> Mon, 16 Jan 2012 21:22:11 +0000 apol http://www.proli.net/?p=336 KDevelop4 Custom-Buildsystem moved to git.kde.org http://apaku.wordpress.com/2010/12/10/kdevelop4-custom-buildsystem-moved-to-git-kde-org/ <p>Today the repository for the Custom-BuildSystem plugin moved to git.kde.org. So you&#8217;ll have to adjust your remote urls accordingly. The right url can be found easily on the new <a href="http://projects.kde.org/projects/extragear/kdevelop/plugins/kdev-custom-buildsystem">project page of the plugin</a>. I&#8217;ll delete the gitorious project sometime next week so people are not getting confused too much.</p> <br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apaku.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apaku.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/apaku.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/apaku.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/apaku.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/apaku.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/apaku.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/apaku.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/apaku.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/apaku.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/apaku.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/apaku.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/apaku.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/apaku.wordpress.com/222/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apaku.wordpress.com&amp;blog=1182522&amp;post=222&amp;subd=apaku&amp;ref=&amp;feed=1" width="1" height="1" /> Fri, 10 Dec 2010 20:05:48 +0000 http://apaku.wordpress.com/?p=222 Custom Buildsystem Plugin released! http://apaku.wordpress.com/2010/12/04/custom-buildsystem-plugin-released/ <p>Its been quite a while since I blogged, but this is really worth it.</p> <p>I was talked into doing a first release of a KDevelop 4 plugin I&#8217;ve worked for some time now (thanks Milian <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ). There&#8217;s been already <a href="http://apaku.wordpress.com/2010/02/19/custom-buildsystem-support-for-kdevelop4/">a blog entry about it before</a> that highlighted the features the plugin has and what its intended use is. Just a quick recap: It allows to setup executables to be run for build/configure/install/&#8230; and configure include paths and defines per build directory so that projects using something other than make/cmake/qmake can be nicely worked on with KDevelop.</p> <p>Additionally it now properly supports multiple build-directories and switching between them by making sure that the language support is re-parsing the project to update the data based on the new includes. I&#8217;m using<br /> that now quite a bit to switch between my Qt3 and Qt4 build dirsectories.</p> <p>Reporting bugs has also been improved by re-using <a href="http://bugs.kde.org">KDE infrastructure</a> instead of mailing me directly which I almost always forget about&#8230; So in case you do find a bug or have a feature suggestions, simply file a bug against kdevelop (if possible directly choose the &#8220;custom-buildsystem&#8221; component in bugzilla) and I&#8217;ll try to take care of it.</p> <p>The source code is currently still hosted on gitorious.org but will move to git.kde.org soon. I just wanted to have a release out in the wild to demonstrate my willingness to maintain this plugin and hence be able to move to the stable-plugins subproject within KDevelop (yeah they setup rules for that <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ).</p> <p>You can find the <a href="http://download.kde.org/stable/kdevelop/custom-buildsystem/1.0.0/src/kdevelop-custom-buildsystem-1.0.0.tar.bz2">source code on any of the KDE mirrors</a> and here are the hashsums to verify you&#8217;ve got the proper package:</p> <p>MD5Sum: 2d373002ddac5f5c23f67620bcbcc63d kdevelop-custom-buildsystem-1.0.0.tar.bz2<br /> SHA1Sum: 25e08a67f653eae5210ad360c7cb559b2178e0cd kdevelop-custom-buildsystem-1.0.0.tar.bz2</p> <br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/apaku.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/apaku.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/apaku.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/apaku.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/apaku.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/apaku.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/apaku.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/apaku.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/apaku.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/apaku.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/apaku.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/apaku.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/apaku.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/apaku.wordpress.com/212/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=apaku.wordpress.com&amp;blog=1182522&amp;post=212&amp;subd=apaku&amp;ref=&amp;feed=1" width="1" height="1" /> Sat, 04 Dec 2010 08:38:33 +0000 http://apaku.wordpress.com/?p=212