QtHeaders 4.7.2
April 12th, 2011
I updated my QtHeaders plugin for Eclipse to Qt version 4.7.2.
Xpost and QtHeaders Update
August 20th, 2010
Yesterday I released a new Xpost version. But already today I am releasing another one, which also includes one new feature beneath bug fixes. The plugin contains now another small plugin which can be activated in the target blogs. It adds a widget displaying whether a post was crossposted. However this will only work with new posts. Old ones will show up as “not crossposted”.
Moreover, I updated my QtHeaders plugin for Eclipse to the recent Qt version 4.6.3. The plugin is like Xpost hosted at gitorious.org, now.
Meta Programming
May 17th, 2009
The programming language C includes a so called preprocessor. With this you can make (halfway complex) replacements in the code before it gets compiled. A short while ago I asked myself what would happen if you continue this principle, so that you can do replacements in the preprocessor code and in the code for these replacements also and so on. You may think of it as a king selfreferencing programming language, that is possible to do any number of replacement cycles in the source code before the compilation.
This is a somewhat fascinating thougt to me. Anyways, there are probably only a few very special cases in which this will be of any use. Even then you might need only two or three replacement cycles. Moreover, every thing else might get to complex to understand.
Qt and Eclipse under Mac OS X
May 13th, 2009
There is a plugin for Eclipse which makes it possible to develop Qt applications with Eclipse. However, there are only versions for Linux and Windows at the moment. If you are working with Mac OS X you cannot use the plugin. I will show, how you are be able to develop Qt applications with Ecplise and Mac OS X.
Digikam 0.10.0 under Mac OS X
April 10th, 2009
With the release of Digikam 0.10.0 for KDE4 it is possible to compile Digikam for Mac OS X. There are remaining some minor bugs and, maybe, it does not run as stable as under Linux, but it runs! The steps to compile Digikam for Mac OS X are as follows:




To the top