8.04.1 Released, Planet Powers
Friday, 4 July 2008
Two micro blogs while I wait for ibuprofen to stop my wisdom tooth from hurting so much...
Kubuntu 8.04.1 has been released, featuring a large bunch of updates.
I can now edit the planetkde configuration file. If you're too lazy to e-mail clee, feel free to ping me on IRC.
Support KOffice with your spare "10 minutes" or so
Friday, 4 July 2008
Hi! We, at KOffice, are looking for volunteers to make screenshots for 'visual changelogs' of each release. It's really welcome especially alpha and beta stages. Someone would just interview the devs on time, asking about important features, make the screenshots and publish them.
Read More
A lament for the system tray
Thursday, 3 July 2008
O woe is me, your poor systray. I work so hard to show you statuses, and even then I get no respect. I make your panel shine with glee, O please say a prayer for me.
Read More
Playing with words
Thursday, 3 July 2008
Two great pictures brought to you by Wordle in combination with my blog and Planet SUSE.
<a href="http://wordle.net/gallery/wrdl/49581/My_Blog" title="Wordle: My Blog"><img src="http://wordle.net/thumb/wrdl/49581/My_Blog" style="padding:4px;border:1px solid #ddd" ></a> <a href="http://wordle.net/gallery/wrdl/49578/Planet_SUSE" title="Wordle: Planet SUSE"><img src="http://wordle.net/thumb/wrdl/49578/Planet_SUSE" style="padding:4px;border:1px solid #ddd" ></a> Beautiful.
Read More
W3C: Standardizing the widget landscape
Tuesday, 1 July 2008
The World Wide Web Consortium is looking into the feasibility of standardizing desktop widgets. They have done a survey on the widget frameworks available in the market. The frameworks they have surveyed are Konfabulator, Windows Sidebar, Google Desktop Gadgets, Opera Widgets, Mac OSX Dashboard, Web-Runtime by Nokia, and Joost Widgets.
Read More
Context menus with just a touchscreen
Sunday, 29 June 2008
An issue I encountered while running plasma on my Neo1973 is the lack of a right mouse button (the screen can't really distinguish between ends of the stylus/which finger I use). A situation where this lack of an RMB is most clear is when you want to use some functionality that is only available in a context-menu. I've implemented one way this is sometimes handled on other devices: if you hold your 'left' button for more than a certain delay (without moving more than a certain distance), the widget will receive a context menu event instead of the original left mouse button down and up events. I've implemented this by installing an event filter on the application object that intercepts all mouse events and when it detects a left mouse press, this event is saved and not immediately passed to the program. Instead a timer is started. If the left mouse button is released or the mouse is moved far enough before the timer fires, the original event will be send, so the application will just think a normal click or drag happened, however if the timer fires before the button is released or the mouse is moved, both the press and release events will be eaten by the event filter and instead a QContextMenuEvent is sent.
Read More
KDE with high DPI
Sunday, 29 June 2008
As I mentioned in my previous blog entry, I'm working on making KDE and plasma behave better on systems that are quite different from 'normal' computers, specificaly small devices. As currently the only physical device I have access to for this project is a Neo1973 Openmoko phone, most of my initial work will be for that device.
Read More
Team kubuntu-de.org cross 2000. Nightly KDE builds.
Sunday, 29 June 2008
5-A-Day is a simple way for everyone to get involved in helping Kubuntu or other parts of the Ubuntu family, just triage 5 bug reports a day. Today the statistics show Team Kubuntu-de.org are the first team to triage 2000 beasties. Well done folks (especially top triager txwikinger who I had the pleasure of meeting earlier this week).
Read More
Clarification
Friday, 27 June 2008
I got some good comments on my last post. Let me try to clarify what I was trying to say, because I don't want to be misunderstood as being denigrating toward users:
Read More
openSUSE KDE 4 Build Guide Updated
Friday, 27 June 2008
I just updated the Build Guide for KDE on openSUSE for 11.0, some fixes for recent package splits, and some better formatting. Unless you are or want to become a developer, our Build Service 4.1 Beta packages should be new enough for you - they are updated weekly.