Categories:
Wednesday, 24 September 2003
An endless cycle - the highs and lows of OSS development
Mattr
|
Here's the mandanatory blurb about having not posted a blog in awhile: "I haven't posted anything here in awhile, sorry bout that" And now on to the bulk of the content. :) (It's going to be rather long)
Read More
Tuesday, 23 September 2003
mailing list archive
so after weeks of flakiness with our sourceforge mailing list, I finally requested a kstars-devel@kde.org mailing list, which we have been happily using for a few weeks now. It's great!
Read More
Saturday, 20 September 2003
Optimizations
I haven't updated my blog in quite a while. The car accident, moving to a new place and a lot of work didn't leave with me a lot of spare time. People have been complaining about the speed of kabc (or rather the lack of it). I wrote a few simple tests. Run them a few times and started looking at the profile data. I was quite happy with what I found. There are still things I see as bottlenecks but we're getting there and I'm quite confident we can make kabc very fast. Aaron asked me to profile libkcal. It's going slowly, because I'm lacking good tests. In kabc, I knew where most of the slow paths at least may be, in libkcal I have no idea. We'll see how it goes. Martijn was also telling me that something has to be done about Kopete's memory footprint. Today I also grew tired of the way we render large jpeg files. Which pretty much means that sometime this week I'll allocate enough time to fix bug 39693 (and a lot of other bugs that are related to the slow/memory consuming jpeg loading). If there's one thing I'm very unhappy about is that I didn't switch KNode's article viewer to khtml before the feature freeze. It still uses KTextBrowser which is simply bad for KNode needs. I also have to fix the in-place suggestions in KMail and KNode composers. I promised coolo to do it like two weeks ago. I've been toying around with the idea of adding Makefile.am checker to kde-emacs. Most of the errors seems to repeat themselves all over the place, which is already a good reason to automatize it. You'd M-x kde-emacs-check-makefile and it'd make sure your makefile follows our standards.
Read More
Thursday, 18 September 2003
Disappointed
Uga
|
So yes, another step back in the Krecipes usability. SQLite is nice, easy to install, easy to code... but in two (or 3) words: "it's crap". Slower than a cow trying to climb up a ladder.
Read More
Thursday, 18 September 2003
KHTML and context
Unknow
|
So, with revision of 1.25 to kdelibs/khtml/khtml_popupmenu.rc, Stephan Binner removed a function from the context menu in KHTML that I happen to use quite frequently. This commit was the one that took away the 'View document source' action from my right-click menu in Konqueror, and I can't begin to tell you how unhappy that makes me.
Read More
Tuesday, 16 September 2003
KDE 4.0: Die kapp, die!?
Recently, a discussion about KApplication::random() popped up on kde-cvs. People were asking to move this in a Math tool class. This reminded me of something the KDE-Qt integration group in n7y discussed as a "would-be-nice-to-have" thing. But let me first describe my POV: IMHO KApplication was way to long the place to store everything but the kitchensink. I'd love to get rid of KApplication in KDE 4 if that is possible somehow (or strip it down to a minimal layer that provides no new methods. The motivations:
Read More
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