Skip to content

KDE Blogs 

Monday, 27 October 2003

Seeking help for bug #65429

The skinny: two people have reported that KStars will not compile for them; both are using Redhat 9 and gcc 3.2.2. The error message is: lx200classic.cpp:29: structure `eqNum' with uninitialized const members Read More
Thursday, 23 October 2003

Security and the much needed unification of servers

Tjansen  | 
Today news sites repeated the monthly Microsoft execute says "Linux is insecure" articles. And while they are comparing apples with oranges (as Linux distributions ship with far more servers and network services than Microsoft offers), it's hard to deny the fact that Linux is also insecure. Essential and security critical packages like OpenSSH, LSH and OpenSSL had exploits in the last weeks and this should have convinced the last conservatives that it is not possible to write a complex server in C without having a remote exploit per year. All these exploits were caused by manual memory management that is relatively hard to avoid in C. But that's not even the point that I want to make, you can also have security problems in other languages. What free software (and also the proprietary competition mostly) lacks is a way to make securing your computer easy. Read More
Thursday, 23 October 2003

The TODO list that has snuck up on me

Mattr  | 
It's snuck up on me. It's been growing item by item until it can go unnoticed no longer. Yup, my TODO list has become so long, I can no longer ignore it. So, I thought i'd write it down. I imagine that I haven't gotten everything I need to do on here, but here's some of it. Read More
Monday, 20 October 2003

Too quiet lately.

Unknow  | 
So, I've been rather quiet on the KDE front lately. I've been busy, though. As much as it might shock and dismay a lot of you, I've been playing around with GNOME. I've even immersed myself in it, seeing exactly how their desktop works and taking notes of things that I like and don't like. The main reason for this is that I was reading through a thread on the Nautilus mailing list entitled "We're going all spatial." Read More
Saturday, 18 October 2003

Digest NG

Dkite  | 
Time to redo the digest. I'm getting bored with what is produced, and frustrated with the limitations of static pages. Most complaints I receive are from developers whose work isn't highlighted. Read More
Saturday, 18 October 2003

more... More... MORE!!!

Unknow  | 
I know, that I should study geography / history these days (and will, too), but instead of doing that I am again working on kmameleon... This week there has been some drastic changes in the (core) of the kmameleon proggy, so basically this is what is new: Read More
Monday, 13 October 2003

How to store data intelligently?

Cniehaus  | 
I have been thinking about how to store the data in Kalzium (chemistryapp in kdeedu). Currently I have a class called kalzium in which 110 "elements" are. An "element" is of course an object which stores the data available for one of the 110 elements in the periodic table. Read More
Sunday, 12 October 2003

KJSEmbed marches on

Rich  | 
I haven't written much about KJSEmbed for the last couple of weeks because I've been concentrating on squashing bugs in kasbar, but over the last couple of days I've had a chance to work on some kjsembed stuff that has been becoming more and more important. Read More
Tuesday, 7 October 2003

A walk down memory lane

Mattr  | 
Ok, now that i've thought of a snappy title for my blog to get people to read it, I'll actually write something here I've had an interesting weekend. I was supposed to release Kopete 0.7.3 source tarballs on Sunday, but that didn't quite happen since I spent most of sunday troubleshooting hardware problems and building all kinds of source code. :) I got some upgrades and things didn't go at all as planned. :( Read More
Thursday, 2 October 2003

Diving into the OpenGL pool...

So, does anyone know any good resources for OpenGL programming under KDE? I've started looking at the Qt OpenGL examples, and that seems straightforward enough. However, Someone at the dot told me about the Coin project, which is an implementation of SGI's high-level Open Inventor API for OpenGL. Even better, they have a library called SoQt which is supposed to let you easily make openGL Qt apps. I'd really like to try to use SoQt for KStars, but from what I have read so far, it isn't very flexible. You have to place "SoQt::init(argc,argv)" inside your app's main function, which instantiates a main window for drawing OpenGL stuff. This would seem to preclude making the window a KMainWindow. Is there a way to use SoQt to just make a widget, instead of a toplevel window? Also, it wasn't clearly stated, but I got the impression that it wasn't supported under Qt 3.x yet. Can anyone confirm/refute that? Read More