Archive for the ‘KDE’ Category

KDE on mobile phone #0 (building ofono)

Tuesday, April 26th, 2011

Sadly KDE mobile phone stack hasn’t been accepted as google summer of code project (we had other 50 proposals with higher priority).  Personally I don’t agree, so I plan to work on it anyway.

If you want to build a KDE mobile stack that is able to connect to GMS/UMTS/CDMA network you need to build ofono (or any other similar daemon) as first thing. You just need to download phonesim and ofono from here. Then you just have to build both with ./configure && make. If you want you can run both from source directory (but you’ll need to copy src/ofono.conf to /etc/dbus-1/system.d/ofono.conf).

Ofono configuration is rather simple, you just have to copy the following configuration in /usr/local/etc/ofono/phonesim.conf.

[phonesim]
Driver=phonesim
Address=127.0.0.1
Port=12345

Now you are ready to run phonesim and ofono.

Our mobile phone stack depends also on ofono-qt library.

We love fresh wallpapers :)

Wednesday, April 20th, 2011

As usual we would like to see new wallpapers included in the next KDE SC release and we need your help.  So a new wallpaper contest is started!

If you want to participate you must keep to 3 fundamental rules:

  • you must be the author of the photograph, you must provide your full name and you have to state the license (lgpl v3 is better).
  • entries must be at least 1920×1200 resolution and a copy of the photo in RAW format (if available) is apprecitated.
  • you must send your photographs to davide.bettio@kdemail.net before the 13th of june with the word “WALLPAPER” in the subject

Your wallpapers will be evaluted by some of the KDE artists and the best wallpapers will be released with KDE SC 4.7.

Akademy Photos 1

Wednesday, July 7th, 2010


KDE SC 4.5 Wallpapers

Thursday, June 24th, 2010

The wallpaper contest has ended and now I can announce that KDE SC 4.5 will have 12 shiny new wallpapers:
New KDE SC 4.5 Wallpapers

Autumn, Grass, Hanami and Stripes will be part of kdebase, while all the other wallpapers will go into kdeartwork.

Thanks to:

  • Alexandre Courbot (Hanami, Korea)
  • Helena Świderska (Yellow Flowers)
  • Ivan Čukić (Stripes)
  • Jonas Arnfred (Blue Wood)
  • Jorge Sandín (City at Night)
  • Piotr Adamek (Autumn)
  • Risto Saukonpää (Chess, Dragonfly, Field, Grass)
  • Sebastian Schubert (Osterkaktus)
  • and to everyone who has sent photos.

I'm going to Akademy 2010

KDE needs you :)

Tuesday, May 4th, 2010

KDE SC 4.5 will be released soon in August and we would love to see some of your photos beeing part of the KDE SC wallpaper collection :)

If you want to participate you must keep to 3 fundamental rules:

  • you must be the author of the photograph, you must provide your full name and you have to state the license (lgpl v3 is better).
  • entries must be at least 1920×1200 resolution and a copy of the photo in RAW format (if available) is apprecitated.
  • you must send your photographs to davide.bettio@kdemail.net before the 13th of june with the word “WALLPAPER” in the subject

Your wallpapers will be evaluted by some of the KDE artists and the best wallpapers will be released with KDE SC 4.5.

more tokamak photos

Monday, March 1st, 2010

Plasma and QGesture*

Wednesday, February 24th, 2010

Plasma has support for mulitouch events but for some reasons I can’t get any QGestureEvent, does anyone have any idea about why QGesture doesn’t work with Plasma?

It seems that QGestureRecognizers can receive QEvent::TouchBegin but they can’t receive QEvent::TouchUpdate or QEvent::TouchEnd.

Any idea?

tokamak

Wednesday, February 24th, 2010

Plasma Web Browser and WebKit

Sunday, February 21st, 2010

Recently I’ve been working on the web browser plasmoid and since yesterday it’s possible to use it like a complete stand alone browser (with advanced rendering capabilities thanks to QtWebKit), moreover Plasma::WebView has been recently ported to KGraphicsWebView so it has KDE integration too.

The summary of recent changes is:

  • Plasma::WebView does the same (and better) with less lines of code.
  • Plasma::WebView uses now a KDE integrated WebKit.
  • Web Browser now supports windows (with overlays).
  • The progress bar has been replaced with a ProgressComboBox (like rekonq).

By the end of the tokamak plasma will provided to users a complete web experience.

tokamak 4

Sunday, February 21st, 2010