KDE is moving to Git, Qt did a while ago, like many other free software project did before. I’m sure you would expect your favorite IDE to properly integrate with your Free Software projects seemlessly, well from the upcoming KDevelop 4.1 version you’re going to find them supported by default.
So, what kind of integration do we provide?
- Same integration we get from Centralized VCS’s, such as commiting, checking for differences, moving, copying, etc. Which is already a huge step forward when it comes to the KDevelop experience.

- Also we support some distributed or git specific features. We can Push/Pull, Branch management and Stash management.

- And of course, cloning projects, as I showed on a recent blog post:

I hope that you will be able to take advantage of the new features we are providing now and in the future from it.
And of course, if you have any question remember we have a mailing list and an IRC channel to get to us!
As some of you will know, given some kate recent changes, now it’s not possible to work with KDevelop/KDevPlatform master together with up-to-date kdelibs trunk, so if you want to keep up to date with KDevelop development you will want to freeze your svn trunk to some revision before r1162564.
Another option you have, if you’re a brave KDevelop user is to use the movingranges branch which david’s fixes to work with the new kate ranges system, that will be merged once 4.1 is released.
We understand that it’s a little disturbing for everyone but we hope it’s going to be better really soon
, kdevelop gears don’t stop turning. ^^
Regards!
Hi,
It’s becoming a tradition already, new release, new KDE dinner in Barcelona
.
If you want to come just add yourself!
For more information see: http://community.kde.org/Promo/ReleaseParties/4.5#Barcelona
See you there!
Hi,
I’ve been willing to talk about my progress on the GSoC project for a while, never found the time though, so I decided to do it today given my sleepy state.
The first part that’s working (besides some little issues) is the new Import Wizard page for importing projects from the VCS locations in case it’s needed. The idea is that we won’t force the user to rely on other tools than KDevelop for starting to work on a project.

There are some little issues still, mostly regarding usability but that will be addressed in the future.
There’s been some improvement on the Laucher Configuration dialog which nobody liked either, here’s the first iteration I worked on today. If you have any idea for improvements just tell me

If anyone is interested on improvements or further development please contact us on our mailing list, stop me at Akademy or any other non violent and friendly way
.
Good night!
When preparing these KDE presentation we usually need some artwork from the KDE icons and sometimes I’m too lazy to find them. That won’t happen anymore since I created this really small tool that solves part of this problem
.
Works like that:
This generates a 128px kalgebra.png file with the KAlgebra icon:
kde-devel@tatilx:~$ kicons kalgebra 128
This generates a 128px kalgebra128.png file with the KAlgebra icon:
kde-devel@tatilx:~$ kicons kalgebra 128 kalgebra128.png
And of course, the real reason to post 

Just a quick technical note.
I was recently seeing how one of the tutors on the project I’m working on behaved with MacOS X and the console, I realised that he was using a lot the command open [filename] to open any document and decided I wanted that (I figured out that KDE had that but I couldn’t find the command open was not there).
Just after that, I realised at some other moment that we indeed have some kde-open command which does exactly that.
Since I didn’t like that it’s a little too long to write it all the time and that I don’t like to have my console polluted with doubtfully useful debug information I created this simple alias:
alias open="kde-open 2> /dev/null > /dev/null"
Maybe it can be useful for somebody.
Cheers!
I haven’t found the laptop of my dreams yet (yes, I’m a romantic, probably I should write some series about How I Met My Laptop when I’m done) but life has not stopped, au contraire, it just kept moving on.
For starters, I spent last week with the KDE Edu and KDE Multimedia teams in Randa where we gathered to get our projects some steps forward. Personally it was a great experience, I was actually looking forward to discuss some issues with the KDE Edu people mostly and I think we did great, we’ll see how it turns out in the future but I’m quite optimistic about it
. Also I could meet Percy, our new KAlgebra contributor in person, so we could discuss about some technical issues we found and about how are we going to rule the world in the future. 
On the other hand, with my Kamoso developer hat on, it was a nice experience also to get to talk to some VLC developer to sort our problems out which is going to mean a new version soon. \o/ Great, and kudos to Alex who is doing some really tough work (VLC has bugs too! we had a hard time to realize that). And last but not least it was great to be able to show KDevelop to some KDE developers who had not realized its awesomeness yet, I even think I convinced some of them so, yay us!
Other than that, I keep working on my GSoC, I’ll have some flash visit home tomorrow and much more to come
.
So we were watching the FOSDEM stands and we saw that Kamoso was being shown by the OpenSUSE guys, this made our day
. Yay!
It’s always nice when you see someone slightly caring about what you did
, like by having a link on the desktop ^^.
Proof:

It’s a pleasure to be a KDE Developer
.
Hey! Yes, I’m still alive!!
Last week I moved to Paris since I will be staying here for 4 months studying at EFREI studying my last lecture credits for my university. That’s great because that way I get to know better the city and practice the language a little more, which is always nice
.
But that’s not all, tomorrow I’ll be going to Bruxelles to attend the FOSDEM conferences and to try to help a little with my own (KDevelop and KDE España) which I hope will be of some use for someone.
That’s all for now, I hope to see all this people who will be going there (there’s a lot from KDE!! Nice!). I haven’t seen a lot of free software in EFREI, but it will be nice to meet any KDE community here in Paris as well!

\o/
This is something that has been worrying me for a while and it’s coming stronger every day, and today a blog post pushed me to start a blog post about that.
We, free (libre, as in freedom) software users are used to prefer open source software over closed source, and I think it’s great, I’m not going to discuss about that now though, there’s plenty of literature about that. My concern today is about distributed services (some people call it the cloud if you wish). A lot of them have appeared lately, and that’s great, but as great as it is I’d like to discuss how much do we want to embrace that, just having a free client is not enough freedom, implementing an open protocol if there are no free servers is not enough freedom. We can compromise, but we don’t compromise by default.
We all want to be able to access our data everywhere, with multiple clients, multiple platforms, etc. It’s so great we’re writing software to support distributed services, distributed systems are great. The problem is we’re providing them our data just by exchanging some “I Agree” contract when signing in which we think could protect us to some extent. We wouldn’t trust on that locally, why do we when distributed?
I think the inflection here comes to the “Am I capable to install that service on my own server?”. If we have an alternative, it’s just our choice to be using the distributed service or not. I think we don’t want to introduce people to closed source software just because it’s easy. Do we?
PS: Yes, I have a Skype account and use it.