Skip to content

KDE Blogs 

Saturday, 5 August 2006

Maintainer requested

Amantia  | 
Following the call to ask for maintainers for those applications that do not have one, here is a post requesting maintainer for two applications from the KDEWebDev module. The first one is KImageMapEditor, the HTML image map editor application that can be embedded in Quanta Plus or used as a standalone application. It has only a few open bugs, and some automatic porting was done for KDE4, but requires more work. It was basicly not maintained through 3.5.x cycle, aside of keeping it working. The second is KFileReplace that has a wider target audience, and this fact shows up also in the number of open bugs. It is not web developer specific application, but it found a home in our module, mostly because I took over his maintainership after it was abandoned on SourceForge and we found it to be useful. It suffered a rewrite during KDE 3.4 and 3.5 and got several enhancements (thanks Emiliano), but it needs a new maintainer now. The biggest job is to go away from using processEvents which causes nothing but trouble. Using threads or at least timers would be much better. Both applications need an updated homepage as well. Anyone interested in these apps should contact me or us at the Quanta developer list. Read More
Saturday, 5 August 2006

News Feed now as RSS

Blackie  | 
It didn't take long from me setting up my RSS reader til KPhotoAlbum's news section could be read using such a guy, Now point your RSS reader at http://www.kphotoalbum.org/news.rss
Friday, 4 August 2006

Moving on...

Geiseri  | 
Some of you may have heard already that I am moving on from SourceXtreme, Inc. Due to the stress of being involved as a partner in a small company I decided to set it aside for a while so I could concentrate on my mental health and KDE development again. Read More
Thursday, 3 August 2006

Bug of the week

Zander  | 
In KWord the main library is called kwordprivate. So doing a recompile after changing something inside of kword cmake has this nice gem: make kwordprivate/fast install/fast Works nice in general, except for this fantastic dependency problem: Read More
Thursday, 3 August 2006

Optimizing Linker Load Times

LWN has a very interesting article summing up Michael Meeks' work on improving shared libraries loading as a part of his work to improve OpenOffice.org startup times (his paper linked from the article is worth reading as well). And the dynsort and hashval optimizations that improve the data used while dynamically linking are finding their way into glibc as the --hash-style option. Read More
Wednesday, 2 August 2006

10 weeks 4 days ago

Wow, it's been a long time since my last blog entry, exactly 10 weeks and 4 days... A brief summary of the last weeks would be: a great time at a couple of talks (at the 802.party in Jerez de la Frontera, Cádiz and at the Technological Park of Málaga), some great time working on the digikam-web interface and related things, and boring time being until late at work (my advice: don't have anything to do with gsoap). Fortunately, today I've started my holidays :) and although usually I would use that time to develop something, this year I'm going to travel with some friends around Spain, so I guess I'll have little internet access from next Saturday on. Read More
Wednesday, 2 August 2006

KDE 3.5.4 in openSUSE Build Service

Beineri  | 
KDE 3.5.4 was released today and the openSUSE Build Service has unsupported rpms of it: SUSE Linux 10.1 YUM repository (32bit and 64bit) SUSE Linux 10.0 YUM/YaST repository (32bit and 64bit) SUSE Linux 9.3 YUM/YaST repository (32bit and 64bit) Btw, we need more mirrors of the Build Service repositories. Please read how to mirror and get in contact with ftpadmin@opensuse.org if you are able to help. Read More
Tuesday, 1 August 2006

I hate telemarketers

Rich  | 
I just got a spam call from some telemarketers called Eurointerview who are based in Germany. They seem to think that because they're not in the UK the telephone preference service doesn't apply to them, and presumably that because they're calling the UK the German laws don't apply either. If anyone has any spare junk mail they don't want they could give it to them at: EuroInterview GmbH, Hansestraße 69, 48165 Muenster, Germany. Phone: +49 (0) 2501-968-0, Fax: +49 (0) 2501-968-190, E-Mail: info@eurointerview.com.
Tuesday, 1 August 2006

KDE:Playground; KOffice 1.6 Alpha

Beineri  | 
We have founded yet another KDE project over at the openSUSE Build Service. It's called KDE:Playground (SUSE Linux 10.1 repo view). Its purpose? To allow the SUSE developers to test development versions like the current Beta releases of Amarok, Basket, Digikam and Gwenview. You can even find today's KOffice 1.6 Alpha in there (until now only 10.1/i586 rpms built, 10.0 rpms [without Krita] will follow).
Tuesday, 1 August 2006

More Kraziness

Awinterz  | 
We have a new "pass-by-value" check in Krazy written by Andreas. It is the first plugin written in C++ (and not perl). And it requires Qt4. So, we had to do a bit of tweaking of things on the EBN. Seems to be working well. Read More