Categories:
Thursday, 29 January 2004
We need to embrace freedesktop.org
What's up with freedesktop.org? Daniel says KDE people don't care about it, Ian says we have to abandon it. I say let's embrace it and make it what it's meant to be, a common building block for all desktops, KDE, GNOME and whatever else.
Read More
Thursday, 29 January 2004
We should carefully examine specifications and code on freedesktop.org
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
Wednesday, 28 January 2004
*sigh*
Daniels
|
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.
Read More
Wednesday, 28 January 2004
Making a start on XPath
Rich
|
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
Wednesday, 28 January 2004
we need to abandon freedesktop.org
Geiseri
|
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
Monday, 26 January 2004
KHotKeys mouse gestures for download
Datschge
|
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.
Read More
Saturday, 24 January 2004
An Alternative Syntax for Multiple Return Values in C-based Languages
Tjansen
|
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
Friday, 23 January 2004
Ripping out parts of oscar
Mattr
|
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
Wednesday, 21 January 2004
lwe ny
Chouimat
|
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.
Tuesday, 20 January 2004
Thoughts on Umbrello 1.3
Jriddell
|
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