Skip to content

KDE Blogs 

Wednesday, 8 July 2009

WMIface 2.0 - CLI scripting of any (decently wm-spec-compliant) window manager

I noticed yesterday that at the kde-apps.org page for WMIface, a tool that allowed scripting the window manager used by KDE3 from command line, a comment appeared asking about a version for KDE4. It felt like a good idea to do something as simple as this in the evening as a relaxation, so, after quite some time playing with C++ templates and so on (since I'm a lazy developer and therefore I went with doing some extra work that would save me from doing work), I have to disappoint you. There is no version specifically for KDE4. In order to reduce the dependencies I made it depend on just QtCore and X11 libs, with those few important classes from kdeui copied into the project. No KDE dependency whatsoever. This provides the CLI tool with startup time decent enough for direct usage, and makes it usable on every system, KDE, GNOME, Xfce, whatever. Read More
Tuesday, 7 July 2009

...and Refactoring for All

Killerfox  | 
Hello everybody, I should introduce myself first: I am Ramón Zarazúa, I am a GSOC student working on C++ refacoring support for KDevelop. I am very pleased to be contributing to KDE and the community, and want to make us the best we can be! Read More
Tuesday, 7 July 2009

Good news ! :-)

Indeed, I've got good, no, very good news from Real Life ! :-) About one month ago me and Antje married, so she is now Mrs. Neundorf :-) The weather that day was slightly rainy and misty in the morning, but became better as soon as we were married, and we had a great party in the evening with our relatives and friends :-) Read More
Monday, 6 July 2009

The Desktop Summit is so much fun

Oever  | 
The Desktop Summit in Gran Canaria is very enjoyable. The conference center is very luxurious. It comes with uniformed assistants in every presentation room helping by changing the name signs and refreshing the water. The main conference hall has a wonderful view on the ocean. There are people from KDE, GNOME and many other projects here, so there are many interesting people that I have not met before. The conference is located near the ocean, so attendees can go swimming for lunch. The talks are all recorded with the slides as insets, so if you are not here or cannot attend two talks at the same time, you can view the talks later. Read More
Monday, 6 July 2009

What Hot Tub Magazine

Jriddell  | 
What Hot Tub Magazine, the magazine for the discerning Kubuntu contributor. The things you find in airport lounges...
Sunday, 5 July 2009

Adding custom objects to Qt Webkit

Rich  | 
One question I've seen come up several times on #qt and qt-interest is how to add custom (application specific) APIs to those available by default in QtWebKit. This is actually pretty easy (once you know how) as I'll show below. This post will show a simple example of how to make an object available from javascript, including calling methods on the object and returning values from C++. Read More
Sunday, 5 July 2009

Life in the Gran Canaria Penthouse

Jriddell  | 
KDE's conference opened today after the Canonical sponsored party last night. The location is superb, the auditorium is massive and right next to the beach. The people as always are the highlight with more than twice as many as usual. The hotel is nice too with our rooftop penthouse suite. Read More
Sunday, 5 July 2009

RSS Support for Akonadi and the Akregator/Akonadi port

If you're a developer interested in RSS in KDE (and maybe you are at GCDS right now), please scroll to the end. Akregator development was slowed down for quite some time: The development team was basically reduced to one person, me, and I had not much time for it. That's why Akregator only slowly recovered from porting regressions introduced during the KDE4 port. Also, the article storage layer showed its limitations (see startup time and memory consumption) and the metakit backend implementation lacks robustness, thus it became clear that something must happen to make both the user experience pleasant and hacking Akregator fun again. Another long outstanding wish of mine was to decouple feed list handling and item storage from the core Application to a central desktop service, to make both accessible to other applications without the need to run Akregator. Read More
Saturday, 4 July 2009

GCDS and Python in KDE 4.3

A small status report about the Python bindings and support in the almost arrived, KDE 4.3. All of the APIs have been updated of course and I've added support for polkit-qt. This makes it possible to write applications and configuration tools which feature the much needed (and working) "Administrator" button. Read More
Saturday, 4 July 2009

If the Qt WebKit KPart is not answer for a KDE browser, why does it seem to (kind of) work for me?

This may look like beating a dead horse, but it seems like many people discussing the WebKit issue not only actually don't have much of a relevant technical knowledge, but even fail to simply do a reality check. Because I have tried the WebKit KPart and while I can't say it worked perfectly, it worked. I don't see why I should even myself feed my personal data to Google or what's the point of suddenly needing a webpage for friends, so no GMail of Facebook, but I tried a couple of sites, including YouTube or using two online bank systems to make payments, and I mostly got done what I wanted to get done. Ironically the worst breakages I found were search on kde-apps.org or Martin Graesslin's blog, which possibly may be bugs in WebKit itself. Not that I tried that hard to break it, but after all, you can try out WebKit in Konqueror for yourself (openSUSE users can get the WebKit KPart from the KDE:KDE4:Factory:Desktop repository together with the rest of KDE4.3RC1) Change the association in 'keditfiletype text/html' or temporarily in Konqueror's View menu. Read More