Skip to content

Posts 

KDevelop Assistant

Friday, 7 May 2004
Every time I wanted to look at documentation, I started Qt Assistant for Qt API and Konqueror for KDE API. This annoyed me for quite a long time. I always dreamed about a program like Qt Assistant capable of browsing KDE API and indexing it. KDevelop had something like that for ages, it was an old documentation plugin. But it has two problems - it's index was really slow and unusable and the viewer could not be run standalone. Eventually I decided to fix that problems and now I'm proud to present KDevelop Assistant (kdevassistant). It is the only documentation viewer that is capable of browsing, indexing and full text searching various types of API docs in your system. Currently it supports Qt API, KDE API and Devhelp (GTK/GNOME) docs, support for new types can be added in a hour by creating a documentation plugin. Check out KDevelop CVS HEAD to get not only the best IDE in the world but also the best API documentation viewer ;). Screenshot: [image:458]

KApplication or KDE::Application?

Wednesday, 5 May 2004
There's been some discussion on the kde-core-devel list this week about whether or not the KDE classes should be renamed for KDE 4.0. Should the class KMainWindow become MainWindow inside a KDE:: namespace for instance? Some people preferred it, and others thought it was a bad idea. Read More

searching frenzy

Wednesday, 5 May 2004
You know that a framework is great when adding a new feature (like, say, searching in a listview) takes under 5 minutes. I got annoyed of never being able to easily find offending keybindings in the kkeydialog's listview so I decided to use Scott Wheeler's ListViewSearchLine widget to fix the problem. It just took me 5 minutes (including the update and compilation of a fresh kdeui from the head cvs) and I got a perfectly useful new functionality. All is so intuitive... Read More

Brace yourself; I've gotten a little too close to doing graphics work for public safety.

Monday, 3 May 2004
So the JuK GUI hasn't exactly been stunning historically. There have been a few times that there have been plans to make it nicer, but they've never amounted to much. Well, I finally decided to try my own hand at it and had a little fun with Sodipodi. I think it's a pretty big improvement and if all goes well I'll have it checked in soon. [image:454] Read More

packing stuff from hell

Saturday, 1 May 2004
I hate packing my stuff but since I'm moving in 10 days I don't have any choice. This is the occasion to have a new start in my life, that was so boring lately. Anyway back to those stupid boxes

Take a look

Monday, 26 April 2004
Here is the digest from friday generated by the new! stuff. http://cvs-digest.org/?issue=apr232004 It doesn't look much different than the regular one, except the links to source code. Cacheing isn't enabled yet, so be patient. Or contribute to the "8 way server fund". Read More

C# override and new inheritance directives

Sunday, 25 April 2004
I've been learning about C# over the past month or two, and mostly I haven't found anything too much to get annoyed about. Maybe I'd prefer it if the method names started with a lower case letter. Some of the classes such as 'ContextBoundObject' have unwieldy confusing names, which makes reading about them harder than it should be. And worse, the C# books don't seem to have any jokes, and when you do something to save time it's in 'order to add business value', hmm exciting. They spell 'Marshaling' instead of 'Marshalling', which looks a bit wrong to me. Read More

bad at weaving?

Friday, 23 April 2004
I was reading the PyCon presentation at LJ (very interesting stuff) and got idly browsing the very cool SubEthaEdit notes (I will probably comment at some other time on my fascination with Python and about the enticing principles behind SubEthaEdit). Read More

it keeps sucking me back in!!!!

Friday, 23 April 2004
hmmm, ok, so much for not working on kopete for awhile. I was going to try to take a break, but I can't! It's like freaking quicksand, I keep getting sucked back in, so I fixed a few bugs, and now I'm better. In other news, I've kinda gotten hooked on Bitstream Vera Sans Mono. It's a cool font for editing code in. Although finding a font size that's just right with this 112 DPI screen is somewhat nerve racking. I think i'll need to play with the DPI a little bit. (ugh)

its coming along...

Friday, 23 April 2004
Wow this week was productive. I added transparent Javascript Array to QStringList handling and transparent Javascript Date to Qt DateTime classes with the help of Harri. Rich added support for setting the application name off of the script, so things like config files, xmlgui, and standard icons work as they do in normal KDE apps. Slowly we are even gaining some users. Even one that is using it for a commercial product. I'm impressed. Read More