Skip to content

Posts 

KSplash, kdesktop, and miscellany

Sunday, 20 July 2003
KSplash plugin loading scheme changes, and probably will change again before 3.2. Grid spacing on kdesktop needs to be made flexible. No Perl: Python or Ruby? Am I happy that I am the only one hacking on the new ksplash plugins! Probably going through a few more BIC changes and naming scheme changes before we see a final stable API. No time for that to happen before N7y as I am defending my doctoral dissertation on the 12th of next month. I wish I was going to N7y - no money, no time, no job yet. The other thing to do in the short term is to provide configurable grid spacing for kdesktop - quite a few bug reports about it. Unfortunately, the current icon layout algorithm, while nice, does not lend itself greatly to configurability. Let's see what comes of it. Also, based on an informal survey of people in my lab, there is no need for three alignment options on the RMB menu: horizontal, vertical, grid. Everyone prefers something, and uses only their preferred means. This means that we could move the options into the KControl module, and have just one Align item on the RMB menu. Now that I have given up on Perl (impossible to maintain code for any long period of time, see am_edit for an example of well-known mess), the question is: Python or Ruby? Or are there other languages out there that require consideration? Stuff I hope someone else will fix/create: ksmserver - saving multiple sessions kmail - crash on session exit qdockwindow - sane API designed for subclassing kmdi - working IDEAl mode khtml - pluggable modules to add support on demand for MathML, etc. KEmacs :-)

KStringHandler::tagURLs

Sunday, 20 July 2003
Trying to fix http://bugs.kde.org/show_bug.cgi?id=60522 isn't a problem in kSirc. It's a generic problem in KStringHandler::tagURLs. URL entries that are of the form http://url/~ or end in any none-word or none-number entry gets poorly highlighted. Read More

Progress

Sunday, 20 July 2003
So, a quick primer for people who aren't familiar with me. I wrote and maintain the dotNET widget style. A lot of people have given me a bunch of different compliments on it, so I've gotten kind of a big head. dotNET is about to be renamed, although I'm not sure as to what it's going to be renamed to - my own preference at this point is heavily leaning towards calling it 'Bytecode' but we'll see if anybody comes up with something more clever or appropriate. Read More

what goes through my mind

Sunday, 20 July 2003
Well, i am working on gadu for few weeks now. But there was not even single bug reported during this time (on bugs.kde.org). Maybe i should consider entering few bugs my self :->

Of KControl and Other Needs

Saturday, 12 July 2003
Alright, this time less philosophy and more "what I'm doing and thinking about doing, as if you care" ... I am nearly ready to start working on some major KControl issues, but am stalled on a couple of fronts. Hoping inspiration (and some bits of code i'm waiting on) will arrive soon. Read More

The status

Saturday, 12 July 2003
Okay, the members page is in a usable state, but I think im going to have to rewrite the module because it wont use any of the current filters or i18n stuff. Read More

First Post!

Friday, 11 July 2003
Just testing the site while i hack KJSEmbed.

test blog with image

Friday, 11 July 2003
This is a test blog with image Test

The Dream

Thursday, 10 July 2003
What does every dedicated KDE hacker dream of? Well, besides unlimited amounts of beer, fullfilling relationships with people of the sex of their choice and world peace... working on KDE fulltime, of course! Read More

Automake and unsermake

Wednesday, 9 July 2003
Great! now KDevelop can be compiled with both Automake and Unsermake. That's a great news, because Unsermake is a very nice replacement of Automake, and i'm sure it will be another killer feature of KDE.