Skip to content

KDE Blogs 

Monday, 13 September 2004

KDevelop C# Language Support

Manyoso  | 
So, I've been working on some kdevelop language support C# for the past few days. I already have some pretty interesting screenshots, but I recently discovered that KDevelop is going through a major change in the way it handles different build systems. Roberto Raggi is working on a New Project Manager (NPM) that will form the basis of a common project editor widget for all the various languages. Individual language/buildsystems will then customize the interfaces to this NPM in order to provide language/buildsystem specific features. It is a great idea as it will cut down on the duplication of code in KDevelop and provide some standard and uniform UI widgets. Since I found out about it, I've been porting my initial C# build part to this new architecture. More... Read More
Sunday, 12 September 2004

libkcal hacking

I got my hands into the KDEPIM API the past few days... libkcal to be specific. I wanted a better interface for sorting Events which KonsoleKalendar needed. For consistency, I added similar code for sorting Todos and Journals. The patch will be going off to the kdepim mailing list for review in a few minutes (after I test one more time). This was fun for a change with no human interface to worry about. Since my favorite sports team won its first game of the season today (American Football) I am double-happy. Read More
Saturday, 11 September 2004

Cairo

Oh, I almost forgot. I sat down yesterday night and played a little bit with Cairo. It does have quite a nice API. A full example is at http://vortex.bd.psu.edu/~mkr137/qcairo.tar.bz2 . It's a pure Qt application. You don't need KDE to compile it. It shows how to use Cairo API natively from a QWidget:: paintEvent (you may need to adjust the library paths in the qcairo.pro file). Read More
Saturday, 11 September 2004

Hello, and what to expect from the Quality Team

Cwoelz  | 
Hello you all. I got into KDE development for fun, and I hope to have a nice journey while here. I have some nice ideas about why what we do is important, and I was already a financial contributor to Quanta before starting to help directly. You probably know me (or not) for my Quality Team work. Read More
Saturday, 11 September 2004

Improving the public visibility of Krita

Krita is a very promising application. Its problem is that the potential user currently has to build all of KOffice only to get krita. At aKademy, Ken Wimer told about that at the artists meeting. I first thought it would be the best to get Krita out of the KOffice into kdeextragear or something, but the downside is that it would take a duplication of all the cool koffice libs features, so I had a look into the issue. Read More
Saturday, 11 September 2004

Mozilla

I think by now almost everyone knows that together with Lars we started working on the Mozilla code. Essentially the story is that on Sunday night on a winefest in Ludwigsburg we started talking about having Mozilla run natively on KDE. To make the long story short, two days later I and Lars had an example compiling and four days later we had it rendering pages as a QWidget. It was fun. Real fun. This is not some experimental hack. We're looking at the whole thing rendering natively in Qt. This is the full-monty. Since the announcement I'm expecting a lot of very weird comments, questions and flames. I'll try to answer some of the more common questions I've seen already here. So in no particular order: Read More
Saturday, 11 September 2004

off, like a herd of flying mongoose

Ok, so as has been mentioned a handful of times, I'm headed to Chile for a while. I'm looking forward to it and my talk there (summary is slightly out of date, the talk won't be identical to my aKademy talk). See everyone in October! Read More
Friday, 10 September 2004

xcompmgr, transset and transparent windows

Jriddell  | 
With the release of Xorg 6.8 I decided I ought to work out how to get the fancy trasparent windows stuff working so I could demo it at the expo in London next month. I wrote a short guide. Read More
Thursday, 9 September 2004

So where's the party...

Geiseri  | 
One thing I always come back from the KDE meetings in Europe from is how friggen spread out the US developers are. Every year Zack and I try to get a few east coast KDE devels together for a hackfest. Last year we had a cool meeting with Adam and Hammish, but ironicly Zack could not make it... Read More
Wednesday, 8 September 2004

Hello, KonsoleKalendar, and Stuff

Howdy, this is my first KDE developers blog entry! I got into KDE development because I had a feature I asked to be implemented in KonsoleKalendar -- the itch. Cornelius asked me if I wanted to work on that feature... so I did -- the scratch. So now I'm the KonsoleKalendar co-maintainer along with Tuukka Pasanen. KonsoleKalendar is a CLI program so it doesn't seem to get much attention and it has suffered from lack of attention recently but it is a handy utility. I'm happy to say that I've helped to implement new features like inserting and deleting and modifying events, and also adding new export formats. And, of course, I've fixed a bunch of bugs too. Check it out help:konsolekalendar There are two projects I want to get back to work on: Read More