Skip to content

KDE Blogs 

Saturday, 11 June 2005

Qt4 moc format and Smoke v2

Over on the kdebindings mailing list Ashley Winters has started thinking about doing a version of the Smoke libary using the Qt4 meta object system. My best summary description of Smoke has been 'a moc on steriods', so designing a better Smoke by extending the slots/signals idea to cover an entire api does seem a logical step. Read More
Friday, 10 June 2005

A little update

Cwoelz  | 
I haven't blogged for a while... I had the pleasure of having Andras Mantia with me here in Brazil. I showed Rio de Janeiro to him, and Buzios, a very nice beach place, before he went to a free software conference in Porto Alegre. I bugged him about making Quanta better for DocBook editing, and he fixed some entity quirks, but other than that, it was leisure time. Read More
Friday, 10 June 2005

Return to M2

Chouimat  | 
I spent the last few days, discussing with various people about M2 and what we can do with it. The current stage of the project is: not yet ready for public consumption, I still have to make it more generic, currently it's coupled to my own setup. And some part of it need to be clarified so it can be used be other people. What it is I can say for now ... I'm writing this blog just to tease people out of here. Read More
Friday, 10 June 2005

The wonderful KDE community...

What does it take to join KDE development? Entertainment? Delicious Food? Wonders of Nature? Or meditation? In case you wonder what these images are, I finally got around to upload my pictures from the KDE PIM developer meeting which took place Achtmaal, the Netherlands, two weeks ago. I put the full gallery here, thanks to the kind Fruit Salad crew for providing me web space without the bandwidth worries of my own ADSL. If you feel left out and also want to enjoy the pleasures of being a KDE developer, why not join the community? Google has a wonderful incentive for students all over the world to join open source development called Google's Summer of Code that is just waiting for you to submit the abstract of your first addition to KDE! So far the promo-talk. However, despite being half-joking, the message is real: if you like KDE (and you do, or you wouldn't bother reading the developer blogs :)), why not help us out and become part of the community? We can always use talented artists, documentation writers, developers, marketeers and testers. Take a look at the KDE Developer's Corner and start contributing! I for one am looking forward to seeing your part of this wonderful desktop in action. And perhaps next time you will be the one spinning the wheel. ;-) Read More
Thursday, 9 June 2005

4 at 10th

Beineri  | 
Let us all together ensure that KDE 4.0 will be released at latest before the 10th anniversary of the KDE project (14th October 2006): this will put us into a good position against that legacy OS' major release "late next year". But do not let it us name "KDE X". :-) Read More
Thursday, 9 June 2005

a SEGV in Xlib doesn't mean it's actually caused by Xlib ...

the Subject: line is very Zen-like. :-) i can hear the sound of my left hand clapping in the woods. Konsole for 3.4.1 was driving me nuts. it would crash every 3rd time i'd start it, but only on Solaris 10 x86, not on UltraSPARC. not the first time, and not the second time. only the third time, always in the same spot: Read More
Thursday, 9 June 2005

Slow down, and breathe

I figured that now was as good a time as any to jump on the blogwagon. My timing couldn't be worse though, everything is happening at the same time: New house! Got the keys this week. It's new as in "just been built" and hence is certainly not ready to move into. The whole inside needs to be finished off over the course of the next month (read: painting, light fittings etc and most importantly: deciding network topology and pulling Cat5 through walls :-) ). oh, something also needs to be done with the matching sandpits at the front and back of the house. Bought an Athlon64 3000+ CPU, motherboard and 512Mb RAM for €229, new of course. An impulse buy really. I was kind of planning to buy some hardware after house was ready but just couldn't help myself when I saw this advertised. Mind you I'm now running on an underclocked Athlon 1600 (~1300 stooopid motherboard) which I got off e-bay. Don't really know when I'm going to get a chance to install it in place of the P2. Pushed out version 0.3.0 of PyKDE Extensions. It is software for supporting the creation of KDE programs using Python. Adds things like build and installation system, i18n support, application templates, better Qt-Designer integration and now support for writing KControl modules. (Just added in 0.2.0). Trying to work on Guidance when I can, or at least trying to make sure that Sebas can work on it, since he's got the time right now. The good news is that in July I should have plenty of time for things.
Wednesday, 8 June 2005

Addressbook commandline access

Krake  | 
While preparing for my talk on KDE commandline scripting I discovered a couple of new commandline clients. So afterwards I continued to look for possibilities of accessing KDE from the commandline. After a while I thought it would be nice if one could access the KDE addressbook like konsolekalendar allows to access KOrganizer's data. Read More
Wednesday, 8 June 2005

Rich Burridge is a fellow walking antique..

Rich Burridge talks about how he first started working in the computer industry 30 years ago for ICL computers. Hey! That rings a bell, I started my first programming job in 1978 as a graduate trainee in the Advanced Systems Sector of Dataskil, which was a software house subsiduary of ICL in Reading. Read More
Wednesday, 8 June 2005

SCI-FI: Better Qt slots and signals with Qt5?

One of interesting proposals published in Technical Report 1, a specification for new functionality being added to C++'s standard library, is the Polymorphic Function Object Wrapper. Having that, QObject can just keep a list of function objects, aka signals connected to a slot. Hmm, perhaps a new C++ feature set will be implemented in all major compilers before Qt5? Read More