Skip to content

KDE Blogs 

Sunday, 14 September 2003

4.0 Wishlist: KURL -> KDE::Net::URI + KDE::Net::URL

Tjansen  | 
I hope this becomes a loose series of various things that I would like to change for KDE 4.0. The code may appear in kdenonbeta/kdeutil where I keep utility classes for the KDE namespace. Read More
Sunday, 14 September 2003

Ensuring the future of evil

Unknow  | 
So, I've spent the last 3 days porting the Redmond KWin decoration to the new kwin_iii style API in my spare time. In case anyone actually cares, here's how it broke down by the day. Read More
Sunday, 14 September 2003

I suck !

Bruggie  | 
It's been a while since i posted last but i fixed some merging bugs... I dont know why they happened but i guess it is because i suck. I should not have committed this stuff before properly trying if it was safe to commit. Read More
Saturday, 13 September 2003

Kivio development

Psn  | 
It's been a while since my last entry here, so I thought I'd tell everyone what I've been up to. :) As there is a feature freeze right now I haven't commited anything, but I thought people wanted to know how things are progressing. :) Read More
Wednesday, 10 September 2003

I think we've still got a lot to do.

Unknow  | 
So much to code, so little time... I found an older .plan, and was reading through it. It's from roughly two months ago, and it has notes such as "Find all configuration pages that have a sucky UI, and make them suck less." Heh. Was I really that naive so recently? Read More
Tuesday, 9 September 2003

Freedesktop.org vs. the KDE platform

Tjansen  | 
Seth Nickell wrote a blog entry about the relation between Gnome and KDE. The short summary is that Gnome and KDE are just two flavours of the free desktop(.org) that are technically too different to be merged, but work toward a common higher goal and should thus share as much components and standards as possible. Read More
Saturday, 6 September 2003

KJSEmbed support for event handling

Rich  | 
KJSEmbed can now handle events. At the moment only mouse events, but the rest will come soon. The example below shows how this can be used in practice. Note that I haven't committed this code yet, so it'll be a couple of days before you can use it. Read More
Friday, 5 September 2003

Fixing bug 5241

Today I fixed the oldest KOrganizer bug which was in the bug tracking system. The report was more than three years old. It was about the "awkward implementation of the 'add event' use case" and said that it should be possible to select a time range with the mouse and then create the event by just typing the summary. Ok, now it finally works. I was always reluctant to address this issue, because it would have meant to implement in-line editing for events. Other organizers have this and it's confusing as hell, because it means that an event can exist in different modi and it's not obvious how to switch between the modi, how to switch an event that is being edited into a state where it can be moved by the mouse or where it just is selected etc. Other problems with in-line editing are that many events are so small that the line edit would only have room for a couple of characters and that it adds a lot of complexity to the implementation of the event widgets. We discussed this issue in Nove Hrady a couple of times. The relevantive usability study addressed this issue and some people had suggestions. So on the last day I decided to finally give it a try and try to come up with something which would solve the problem. The result is not in-line editing but type-ahead support for the event editor. When the user starts typing in the agenda view, an event editor gets opened and all the typed text is forwarded to the summary line edit. This way it's very easy to add new events, but it avoids the problems of in-line editing. I'm sure there will be people who dislike this behaviour, but after using it for a couple of days I have to say I'm quite satisfied with it. So finally bug 5241 got fixed. Read More
Friday, 5 September 2003

New evil widget style...

Unknow  | 
Well, I said originally that I wasn't going to release this, but the reactions have just been too funny so far to pass it up. It's not an official release, yet, of course - I still have to implement the rendering code for the sliders and tabbars and probably a few other widgets too. But the sneak preview is out... Read More
Thursday, 4 September 2003

How much I don't know about the KDE framework

Mattr  | 
I've been porting the Kopete config dialogs for the plugins for the last couple of days. Man, I knew that I knew very little of what the KDE framework offers, but I had no clue. :( The stuff in kutils (The KConfigureDialog stuff) that Matthias Kretz has wrote is just plain cool. Sadly, I'm sure I've just barely touched the surface. Read More