Browsed by
Author: hfreyther

WebKit Demos for Qt4.4

WebKit Demos for Qt4.4

The Qt4.4 Technology Preview 1 is out and webkit is integrated into it. It is the same code as on the public WebKit.git repository, actually the copy in Qt is always a bit behind as we do the development in the public git repository. After integrating QtWebKit into Qt we needed a small demo application. So we wrote a small browser and the result can be found in demos/browser, an older snapshot can be seen below, and the rsync copy…

Read More Read More

Inspecting the Web

Inspecting the Web

WebKit offers two neat tools for web developers. This is Drosera a JavaScript debugger and the Web Inspector. Some weeks ago I wanted to find out how hard it would be to enable the WebInspector for the WebKit/Qt port and it is really easy. Almost everything of the Web Inspector is portable code, ready to use by the available ports. So everything one has to do is to implement the InspectorClient clas which accounts for a couple of hundred lines…

Read More Read More

Arte messing with my mind

Arte messing with my mind

Wow no channel like arte is messing with my mind. I just saw Reds about the live of John Reed and Louise Bryant and it is a wonderful movie. It is totally messing up my mind, really touching on so many levels…. I really recognize how much I would like to have someone like Louise in my life but that is getting even more off-topic. More movies on arte tonight and immortal yesterday so I’m slowly making up my TV-less…

Read More Read More

OpenEmbedded at T-Dose

OpenEmbedded at T-Dose

I was at T-Dose the last two days. I did arrive on Friday and had certain difficulties to find a place to sleep. I had to find out that the train station actually closes at 1:30 in the morning…So today I had my talk on OpenEmbedded and I’m going to upload my slides, it was my first talk using keynote and I think it went quite well. It was quite an easy talk without going into details too much. E.g….

Read More Read More

Thank you for the nice food!

Thank you for the nice food!

Woglinde has recently worked with Robert Schuster of tarent on the OpenEmbedded Java integration. He approached Robert and asked if tarent would be interested in inviting the visitors of the OEDEM 2007 to a dinner. The result is we had a fantastic dinner with great food at the Oderquelle. So Robert and tarent a big thank you for inviting us and continue the work on documentation and java integration as it is highly appreciated as well.

Traveling, Planning, Failing

Traveling, Planning, Failing

It is almost a week ago that I left Eindhoven to visit Michael and Daniel and since Wednesday I’m back in Eindhoven, the tuesday was spent in Amsterdam and I stayed in a christian hostel (http://www.shelter.nl). I had planned/expected to be in the north (think of Finland, Denmark, Sweden) by this time but I’m somehow stuck at my family in Eindhoven, no idea if I will leave them before OEDEM, if I’m going to manage it to go to London/o-hand…

Read More Read More

WebKit, GSoC 2007 at an end prototyping

WebKit, GSoC 2007 at an end prototyping

Officially I’m on vacation. The plan is to travel a bit, prepare for at least one exam and hack on a new OpenMoko application. I hope to not really skip the traveling part but it will probably suffer due studying. I will be at least in Eindhoven on the 15th and in Frankfurt on the 16th of September 2007 but with the goal to go north. Hopefully visiting two friends one in Rostock one somewhere in Denmark and then hopefully…

Read More Read More

Chaos Camp Update

Chaos Camp Update

Today is the fourth day of the camp. Before the camp started I was busy improving the feedreader, at the camp I have been busy preparing, splitting and merging patches for WebKit. So WebKit can now properly handle ScrollBar’s of div elements and such, we support multiple frames so Google maps, which recently introduced iframes, works again. You can select text and input non ascii charachters. So WebKit/Gtk+ is nicely improving. In a month or two we are most likely…

Read More Read More

WebKit/Gtk

WebKit/Gtk

ChangeLog | 6 WebCore/ChangeLog | 11 + WebCore/WebCore.pro | 27 +++ WebCore/platform/gdk/ScrollViewGdk.cpp | 4 WebKit.pri | 3 WebKit/ChangeLog | 26 +++ WebKit/gtk/Api/webkitgtkdefines.h | 48 ++++++ WebKit/gtk/Api/webkitgtkframe.cpp | 87 ++++++++++++ WebKit/gtk/Api/webkitgtkframe.h | 100 +++++++++++++ WebKit/gtk/Api/webkitgtkframedata.cpp | 29 ++++ WebKit/gtk/Api/webkitgtkframedata.h | 65 +++++++++ WebKit/gtk/Api/webkitgtkglobal.cpp | 39 +++++ WebKit/gtk/Api/webkitgtkglobal.h | 41 +++++ WebKit/gtk/Api/webkitgtknetworkrequest.cpp | 29 ++++ WebKit/gtk/Api/webkitgtknetworkrequest.h | 65 +++++++++ WebKit/gtk/Api/webkitgtkpage.cpp | 208 +++++++++++++++++++++++++++++ WebKit/gtk/Api/webkitgtkpage.h | 132 ++++++++++++++++++ WebKit/gtk/Api/webkitgtkprivate.cpp | 47 ++++++ WebKit/gtk/Api/webkitgtkprivate.h | 82 +++++++++++ WebKit/gtk/Api/webkitgtksettings.cpp | 69 +++++++++ WebKit/gtk/Api/webkitgtksettings.h | 117…

Read More Read More

A lovely respond to Lorn Potter of Trolltech

A lovely respond to Lorn Potter of Trolltech

Dear Lorn, in your recent blog entry you make a couple of claims I would like to analyse/respond to. Lorn: “You can make phone calls, send SMS messages, AND easily add your own customized functionality, right now!. (they would too, had they used Qtopia) Heck you can even use it as your primary phone. I have been using mine for almost a year now.You can hack on applications all you want, because Qtopia is GPL, and will always remain GPL….

Read More Read More