Monday, January 24, 2011

Second Linux Kernel patch accepted

After my first ever Linux Kernel patch 8 years ago (yes I'm getting old) i successfully got a new one accepted a few weeks ago that fixes the temperature problem i was having with my laptop. Yay for scratching your own itch :-)

Tuesday, January 11, 2011

KDE Spain looking for a place to host Akademy-es 2011

We are looking for a place to host the annual Spanish KDE event, if you feel like helping us co-organize the event please visit http://www.kde-espana.es/akademy-es2011/ubicacion.php

Sunday, January 02, 2011

KWalletEditor no longer depends on Qt3Support

I've just commited to trunk (KDE 4.7) the last of the changes I started doing a few days ago to make KWalletEditor not depend on Qt3Support/KDE3Support. Basically that meant rewriting all the Q3IconView and K3ListView as KListWidget and QTreeWidget with the associated Drag&Drop changes. I've been testing the code for the usual problems of this type of porting while doing the code changes but something might have escaped me so I'll be more than happy if you give it some usage and report to me any problem you might find.