Skip to content

KDE Blogs 

Wednesday, 10 September 2008

only kdevelop in a virtual machine

Tstaerk  | 
Many of us know this: You are on KDE version "from yesterday" and suddenly, everything breaks. Maybe someone broke the kompile or it is just a bunch of bad code that went in before your checkout and prevents the window manager from starting. Read More
Wednesday, 10 September 2008

Pointer: KDE in openSUSE 11.1 and beyond

Beineri  | 
Zonker has posted on openSUSE News and his own blog our decision that openSUSE 11.1 will be the last release to include the KDE 3.5 desktop. This is a compromise how to handle the KDE4 transition after long discussions with many users. Read More
Wednesday, 10 September 2008

The Swaporific N810

I only discovered today that the n810 doesn't have any swap file turned on by default. It has only 128Mb of memory, which is quite easy to fill up. And when you fill up the memory you don't get a 'consumer friendly dialog' telling you that your machine is full. No instead of anything helpful, the machine will behave slowly, erratically and then ultimately crash. And after is has crashed you will often find that it won't boot anymore and you need to restore your root partition from a backup. Read More
Tuesday, 9 September 2008

Spiraling calender clock

Oever  | 
After blogging about clocks a few times, let me post some code for a clock. Click on the image below to see it. Your browser must support SVG. This clock was inspired by an entry on kde-apps which was blogged about by Cornelius Schumacher. A lot ofthe HTML, SVG and javascript was helped by the SVG+javascript clock page by Kam-Hung Soh. Read More
Tuesday, 9 September 2008

SVG transitions

Oever  | 
Playing with SVG is a lot of fun. I expanded the spiral clock I made yesterday with animated transitions between different panels. The SVG above can be viewed with Firefox 3.0 or Opera 9. It is only 232 lines of SVG and Javascript. Read More
Sunday, 7 September 2008

Antikythera mechanism simulation

Oever  | 
Yesterday, Adriaan blogged about the Antikythera mechanism. This is a fascinating piece of early machinery. Read all about it on the wikipedia page. Ade called for a plasmoid to be created of it and I think this is a good idea. So I looked around on the web if there is some software simulating the mechanism. I found a webpage where you can download an OpenGL implementation that is compiled for windows. You can run it with Wine on a i386 Linux machine. The source code is not available on the site. I was struck by backside of the mechanism. The inward spiraling lines look very much like the Akonadi clock Cornelius blogged about some time ago. Read More
Saturday, 6 September 2008

create call graphs with Doxygen

Tstaerk  | 
Since some years, I have searched for an elegant solution to generate call graphs out of C++ source code. Today I found it. It is doxygen. I have evaluated doxygen years ago, but I threw it away. The reason is that you have to know two things about doxygen: Read More
Friday, 5 September 2008

Better algorithm for QPainter::fillRect() with raster based painting

Manyoso  | 
In my last blog I found out that Qt is being evil when using QPainter::eraseRect() with a QImage based textured brush. How evil? Well, calling QPainter::fillRect() with the same brush results in something like a 30-50% speedup while achieving the exact same results. Not only that, but the QPainter::eraseRect() codepath makes QImage not thread safe for painting outside the main thread because it is silently using QPixmap behind the scenes. However, this isn't the whole story. I was surprised that even with all this fixed the algorithm is still not optimal. Read More
Thursday, 4 September 2008

KOffice on Maemo

As KOffice is supposed to be a lightweight office suite, I figured it would be nice to see how well it would run on maemo based devices. Thanks to Thomas Zander who replaced a lot of the double usage in koffice with qreals it was quite straightforward to get koffice to compile and packaged. Well, for the most part that is, I didn't manage to get kspread to link as apparently the old gcc version I'm using has some problems with inner classes in templated classes and duplicate symbols. After fixing some trivial issues, I could install koffice on maemo and run it: Read More
Thursday, 4 September 2008

On travelling (to Jamaica)

As many of you will know, I'm not really keen on travelling. This has much to do with the dislike of leaving my zone of comfort, my fear of flying, etc. However, when I do have to travel, I try to inform myself of issues that might arise from travelling to the specific country I'm supposed to go to. For instance, like a lot of Europeans, I do not look forward to the idea of travelling to the US because of the issues with immigration (like privacy). Issues like these (luckily) still generate some press coverage so that most people know vaguely what to expect. Similarly, it's probably pretty well-known that you better don't start waving around Swastika's when you're visiting Germany. Read More