We should carefully examine specifications and code on freedesktop.org
Thursday, 29 January 2004
freedesktop.org is a website. Really! It contains code and documentation. We could use some of that for KDE, if it suits us. But KDE is a volunteer effort, and we don't have to read any particular website, nor use any particular code, nor implement any particular specifications.
Read More
*sigh*
Wednesday, 28 January 2004
I have only one thing to say. kde-core-devel mail: one reply - from myself, one 'good work' on IRC, one 'I don't care, go away' (hi coolo) on IRC. desktop-devel-list (GNOME) mail: seventeen replies, all up, and many 'rock on's on IRC from GNOME hackers.
That is all.
Making a start on XPath
Wednesday, 28 January 2004
I've started taking another look at how to best add support for XPath to KHTML. I've got a bunch of code I'm busy reexamining that lets you define an AST for XPath. It needs cleaning up but I think it is a decent first cut.
Read More
we need to abandon freedesktop.org
Wednesday, 28 January 2004
In the beginning it was a neat idea. They wanted a common set of standards for interop on the desktop... Then somehow it all went wrong, somehow implementations started to pollute these standards. This has caused quite a quandary, now somehow we have these standards that are bound to technology, some of which we could argue is pretty poor technology. IMHO this is reason to abandon efforts to follow these standards until they become standards once again, instead of implementations.
Read More
KHotKeys mouse gestures for download
Monday, 26 January 2004
Nothing big, I just created two importable khotkeys mouse gesture settings for download mimicking some of the Mozilla and Opera mouse gestures. Feel free to suggest and contribute more. Also a couple of Mozilla/Opera mouse gestures are not realized yet since I don't know which way a mouse gesture would ideally affect an element (ie. link, image etc.) it is hovering.
An Alternative Syntax for Multiple Return Values in C-based Languages
Saturday, 24 January 2004
Most functions do not need more than one return value, but when you need more there's no easy way around it. Java has this problem, functions are limited to one return value, and in my experience it is often complicated to get along with this limitation. In most cases you either write more functions than necessary or you need to create a additional classes that need even more constructors, accessor methods and documentation. C++ and C# allow multiple return values using pointers and references. This solves the problem, but I think it feels wrong and especially the C++ syntax does not create very readable code. So I am going to show you an alternative, derived from Python's tuples. But first the existing syntax variants and their disadvantages:
Read More
Ripping out parts of oscar
Friday, 23 January 2004
so, yup, i started ripping out parts of kopete's oscar plugin last night. The first thing to go was the old Kit API and so the AIMBuddy and AIMGroup classes are gone. abracadabra and poof. :) However, this means that contact list handling is completely broken right now. good thing i'm doing this in my own branch. :)
Read More
lwe ny
Wednesday, 21 January 2004
Hi, I'm writing this blog to let people know that kdevelop won the award for the "Best Development Tool" here at LWE in NY.
Thoughts on Umbrello 1.3
Tuesday, 20 January 2004
Dearest Umbrello and KDE Developers,
KDE has been branched for 3.2 and Umbrello UML Modeller 1.2 will soon be released with it. My impression of Umbrello 1.2 is that it is a good release with features that were defiantly lacking in the previous version. Developing as part of KDE has been a good thing, our release cycle has matched well and we get quite a bit of development, translation and packaging support as well as publicity with it although I hope it doesn't put off non-KDE users from using Umbrello. Two commercial UML tool have bought Google Adwords for 'Umbrello' which affirms in my mind that we compete with the commercial competition (and in many ways surpass it). We have gained a couple of top class developers in the last year and a few equally important beastie reporters. My most proud achievement is getting Americans to use the word 'beastie' :)
Read More
ChangeLogs shall plague me no more
Monday, 19 January 2004
I've started working on a (currently small) app that will parse the ChangeLog files created by cvs2cl and display them in a KListView and allow me to edit them and produce a new ChangeLog file from that. The current code is pretty rough and is something I did this weekend to be more of a proof of concept just to see how hard it would be. Why was I worried about how hard it would be? Well, I wrote a somewhat similar program (it also parsed text output) in Windows w/o using QT and it's about 75 times bigger than the program that I just wrote this weekend. :) I love QT. Anyways, now that I'm off my soapbox about that crappy windows program, I had a few more things in mind for this ChangeLog parser thingie (currently, it's name is KChangeLogMaker, but well, names change :) ). Here are some of the ideas:
Read More