Skip to content

Posts 

Updates to freebsd.kde.org

Sunday, 19 December 2010
A few days ago, Alberto Villa committed some changes to the KDE on FreeBSD website: it is now using the Chihuaha framework, which means it looks a lot more like the rest of the kde.org websites. As noted in the commit message, many thanks to the KDE on Windows webmasters, since Alberto originally got the code from their website. Read More

One-liner: killing mouse events

Monday, 13 December 2010
Tomaz shares a hint with us: Have you ever tried to create an overlay on top of some QWidgets to make them not acessible, but still visible to the user? I’m not saying about setEnabled(false), but to create a semitransparent – mask on top of some widgets with something inside, a modal dialog or so. [..] aseigo had already told me that it was possible by using a QGraphicsView... Read More

dealing with Microsoft Exchange, when you really want to use SMTP

Thursday, 9 December 2010
I've been doing some work on <a href="http://www.openchange.org>OpenChange, including parsing RFC2822 format messages into Exchange RPC properties. One of the test tools I have can parse up some kinds of RFC2822 / MIME messages (plain text, HTML, some mime/alternative and text/calendar) and upload the results to a Microsoft Exchange server as a particular user. Read More

Calligra Suite

Wednesday, 8 December 2010
Calligra Suite project is up! The roots of the name are in Calligraphy. Announcement can be read at the dot.kde.org. Here's how I see this. We're widening the scope, definitely we are not starting from scratch. Changes like moving to the git version control system from Subversion would be needed anyway, so there are no that much overhead related to the move as observers would think. And finally you have direct access to roughly the same group of fellow developers as before. Read More

FOSDEM Accommodation

Wednesday, 8 December 2010
If you are coming to FOSDEM, one of the largest gathering of free software developers you probably want some accommodation. Claudia will be booking beds for KDE people next week, if you want to stay with the KDE spods put your name on the KDE at FOSDEM wiki page before Thursday. Read More

KDEPIM 4.4.8 Tagged and Released

Saturday, 4 December 2010
I just finished tagging and releasing KDEPIM 4.4.8. Should be showing up in the usual place on ftp.kde.org soonish. Here's the Changelog: 2010-12-02 20:26 djarvie * [r1202940] Make disabled icon more distinguishable for colour blind users 2010-11-30 22:41 tmcguire Read More

Call for Talks at FOSDEM 2011

Wednesday, 1 December 2010
Talks wanted for Cross-Desktop room at FOSDEM. Doing something interesting in KDE? Tell the world of developers about it. Submissions by 22nd December 2010 to: crossdesktop@lists.fosdem.org

New Job: Baby Wrangler

Sunday, 28 November 2010
This news is perhaps a little bit late, but I can assure you I've been very busy in the meantime. The first day of November Debbie and I were able to welcome our first child to the world, Toby Edwards. We are all very happy. It was a pretty tough labour and result was a health boy who has since been busy growing and stacking on weight. The parenting learning curve is quite steep at the start but I think we're finally getting the hang of managing the baby and sleeping enough. Read More

Unittests, now with automatic upload of results

Friday, 19 November 2010
As a followup to my previous post: I just added a feature to kdesrc-build which makes it possible to run the tests and upload the result to http://my.cdash.org. Just add the line "run-tests upload" in your module definition for kdelibs, and others if wanted. Read More

How to package?

Wednesday, 17 November 2010
Linux fragmentation requires extra effort from packagers, and extra communication efforts between software vendors and packagers. To lower this unnecessary pain I shall remind, how to package Kexi? Kexi depends on many packages that are highly optional, only suggested for "full installation", which in turn is rarely needed in real world. So each database driver ideally should be packaged separately for the best user experience. For example there is no need for user of file databases to install PostgreSQL or Sybase package(s). Did I mention Oracle? Read More