Planet maemo: category "feed:809965271ce886434dc6fc7296d6887e"

Kenneth Rohde Christiansen

FOSDEM talk

2011-02-18 06:18 UTC  by  Kenneth Rohde Christiansen
0
0

I will upload the slides soon.
[Update] Slides are up here at slideshare.net
Kenneth Rohde Christiansen

QtWebKit goes Mobile

2010-06-23 11:24 UTC  by  Kenneth Rohde Christiansen
0
0
Repost of Jesus' post, that I helped write.

There is a lot of effort being put into QtWebKit in order to make it attractive on the mobile front.

Click to read 3618 more words
Kenneth Rohde Christiansen

New Qt WebKit nearing release

2010-05-31 17:05 UTC  by  Kenneth Rohde Christiansen
0
0
So, for the first time, we are going to release Qt WebKit as a separate project. This does not mean that we will stop releasing it as part of Qt, but that if you are stuck on an older Qt 4.6 release, it is still possible to use a newer Qt WebKit. In the future this also allows us to release more often, independently of Qt.
Click to read 2098 more words
Kenneth Rohde Christiansen

Bossa Conference

2010-03-15 22:51 UTC  by  Kenneth Rohde Christiansen
0
0
So, once more I'm in the Amazon, but this time not for any fancy jungle trip, but instead for the great Bossa Conference! The conference has been really great, with a focus a bit different that other conferences as the focus is on socializing, getting to know people, and actually getting stuff done.
It was really nice to meet my friends from Qt again, as well as meet my fellow WebKit hacker, Ariya Hidayat, who has since moved on to Qualcomm. The conference spotted a lot of technical talks about everything from audio details, bluetooth to now we should develop UI widgets in the near future.
This year is the first year that I did any presentation, so I started out by doing two :-) Here you have the first one, enjoy.
Connecting Technology for Great Experiences - How does QML and Web fit together?View more presentations from kchristi.
Kenneth Rohde Christiansen

Nokia WebKit Code Camp

2009-12-15 10:48 UTC  by  Kenneth Rohde Christiansen
0
0
So last week Nokia ASF hosted a Qt WebKit Code Camp in Wiesbaden, Germany. It was the first time most of the people working on - or using WebKit inside Nokia, got together and met face-to-face. It is obvious that we have a great bunch of clever people, but also that we still have a lot of work to do before out Qt port is up to the level of the Google and Apple ports, but don'tworry, we are definitely getting there!



Before the event, I had a look at adding tiling support to see if it would actually bring noticable performance improvements. I did a small presentation about it, which you can find below. [UPDATE] The implementation is an experiment to avoid doing unnecessary calls into WebCore and is only meant as input for other people working on adding tiling support to WebKit. I would like to thanks ProFusion, Antti Koivisto and Benjamin Poulain for fruitful discussions who helped to the current implementation.Considering Tiling for a better User InterfaceView more documents from kchristi.
Having working on NPAPI plugin support before, I can tell you it is not a very beautiful part of a browser. Some time ago, we were so lucky that Girish joined us and implemented support for windowless plugins. Now he has even gone one step further and written a huge blog post about it, something that is definately worth checking out. You can find it here:

http://blog.forwardbias.in/2009/12/flash-in-qgraphicsview.html

Also, join me in congratulating him in becoming an official WebKit committer!

At the office we are starting to get into Christmas mood! and friday I'm heading off to Europe to celebrate the Christmas holidays with my family and girlfriend.

Anselmo just took this nice picture from our office:



Merry Christmas to you all!
Kenneth Rohde Christiansen

The world just became a bit cuter

2009-12-01 10:20 UTC  by  Kenneth Rohde Christiansen
0
0
Today is an important day for me, as Qt 4.6 has been released; the first release that I have been deeply involved in.

Actually, I can say that my employer Nokia Technology Institute, INdT, has done a great job on Qt 4.6, as we have contributed to various areas:

  • QGraphicsAnchorLayouts: My ex-team implemented a new layout together with Jan Arve, where one can anchor widgets together in the Graphics View. It is extremely flexible, as the layout has no pre-defined concept of how should the items be arranged. The final position of each item is totally dependent on how you set the anchors.

  • Qt Mobile Demos: Three great demos, showing off the power and flexibility of the Qt 4.6 development framework. This video says it all:


    A cool video by my co-worker Ian Andrade

  • PySide: A Python binding for Qt 4.6, that currently works on Linux, Maemo and Mac OS X, with Windows on the way.

  • QtWebKit: Great works has happened on the WebKit front. Personally I have worked on plugin issues, a new QGraphics-based widget, testing framework, API reviewing, DOM access from C++, among other things. It has been a crazy 9 months since 4.5, and it is amazing how much we have got done.

    For more information on the WebKit work, checkout my Maemo Summit presentation, but keep in mind that the PluginDatabase support has been postponed for the next release.
    Developments in the Qt WebKit IntegrationView more documents from Nokia, Qt Development Frameworks.

Please enjoy Qt 4.6! Download it today!
Kenneth Rohde Christiansen

There we Go.

2009-11-12 17:51 UTC  by  Kenneth Rohde Christiansen
0
0
Last week I visited Google for the first time. I even passed by Rob Pikes office...

Today I'm using the language he and his team just created. Lots of inspirations from C, python, limbo and friends, and I actually had fun playing around with it.

1 package main
2
3 import "fmt"
4
5 func PrintAll(x interface{}) {
6 var str string;
7 switch value := x.(type) {
8 case bool:
9 if value {
10 str = "True"
11 } else {
12 str = "False"
13 }
14 case string:
15 str = value
16 default:
17 return
18 }
19 fmt.Printf(str + "\n")
20 }
21
22
23 func main() {
24 PrintAll("Hello world");
25 PrintAll(true);
26 PrintAll(false);
27 }

Now look at that :-) Hello World, here we Go.
$ 6g test.go && 6l test.6 && ./6.out
Hello world
True
False

PS: "!" replaced with ".", emphasising that I'm talking about "Go" and not the "Go!" language.
Kenneth Rohde Christiansen

LatinoWare 2009

2009-10-20 14:49 UTC  by  Kenneth Rohde Christiansen
0
0
So, tomorrow 7 people from the Qt Labs Americas at the Brazilian Nokia Technology Institute are going to the biggest South American open source conference, LatinoWare in Foz de Iguaçu.





Jesus Sanchez-Palencia and Anselmo Melo will do a mini introduction-course to most the new features on Qt 4.6, and I will do a more elaborated presentation about what we have done with out WebKit support in 4.6, and where we are heading!

Artus Souza, Caio Marcelo e Eduardo Fleury will also be doing very interesting presentations about the KDE Plama Netbook edition, as well about Qt Anchor Layouts.

So, hope to see many of you there!
Kenneth Rohde Christiansen

Great week of Qt/Maemo events

2009-10-16 14:53 UTC  by  Kenneth Rohde Christiansen
0
0



So I arrived in Brazil again after one great week in Europe, attending the Maemo Summit in Amsterdam and the Qt Developer Days in Munich.

The Maemo Summit was a great event and it was nice to finally meet the community, now that I have worked with Maemo for 3 years.



I did a short presentation (25 min) about QtWebKit, what it is, why we chose WebKit for Qt, and about what we have been working on the last year. It was surprisingly well received, as different people told me that it was one of the best presentations there.

I also got to meet one of the guys from the Nokia Starlight project, which has since when been opensourced (read more here!). Their work is really great and I'm looking forward cooperation more with the guys and getting their changes reviewed and integrated in the upstream WebKit.



As you can probably deduct from the above, I have been working remotely at part of the Qt WebKit team for about a year now. Great gang of people, so it has been a very interesting and productive year.

Qt 4.6 is looking really good and I'm currently thinking much about what we should concentrate on for Qt 4.7. Shortly, I expect to be looking into creating a clean and open backlog on the WebKit wiki.



After the Maemo Summit, I went to Munich to give a more elaborated and detailed WebKit talk. Qt Developer Days is growing! Almost 700 people present, very professional presentations, great oppotunities to meet up with the trolls - something that just has to be experienced.



Personally it was a great oppotunity for me to meet the difference people working on WebKit, such as people from Starlight, a WebKit performance hacker from The University of Szeged, people working on the Nokia Web Runtime etc. and it was also nice to be among many of my friends again :-)

After the Qt Dev Days in San Francisco, I will see if it will be possible to publish the slides online, so watch this space!
Kenneth Rohde Christiansen


I am very happy to announce that our OpenBossa labs have just released LGPL licensed Python bindings for Qt, endorced by Nokia. It is our first product being released as part of our newly founded Qt Labs Americas, and we hope they will be well received by the Python and Qt communities.

Though, not being part of the Python team, I have long followed the project and tried to encourage the team and their work, and I think that they can all be very proud.

The product is not a binding alone, but also a Binding Generator and an API Extractor, which should make it easier to generate bindings for other languages as well as easily bind other Qt libraries, and make them accessibly through Python.

Please check out the brand new site: http://www.pyside.org
Kenneth Rohde Christiansen
Last week a wrote a small article, taking a good look at Qt's new declarative UI format, QML as well as the new CSS3 features in WebKit, allowing for somewhat similar features.

Both are very interesting technologies, that might become quite important in the long run, so if you are interested in one of the above, you should really go check out the article :-)

The article introduces the two technologies, their concepts, and tries to look at their similarities and differences. Write writing the article I implemented some examples in both QML and CSS3, and I have based some of the article on these findings.

You can find the article here:

http://kenneth.christiansen.googlepages.com/DUI.html
Kenneth Rohde Christiansen
So first I would like to thanks everyone for their interest and support for the EFL-port of WebKit. People have been asking me for some screenshots, so I made one.

It doesn't look like much as our test browser doesn't even have an address field yet, but at least it shows that I have logged into my google account and that it is possible to use Google Reader :-)



Later I hope to do a nice browser demo using Edje, if someone else doesn't step up and does it.

Anyway, we also got our first patch today from Cedric Bail that fixes some crashes he had running on his system. Really nice knowing that people are already playing around with the code!

EDIT: People asked me how to get and compile the code, well it is easy:

  • git clone git://code.staikos.net/webkit webkit
  • cd webkit
  • git checkout origin/kenneth/efl-port
  • ./autogen.sh –with-port=efl --enable-web-workers=no
  • make
In order to test, you can run the test launcher:
  • Programs/EWebLauncher http://www.enlightenment.org