Browsed by
Tag: OpenMoko

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

Congratulation OpenMoko.com

Congratulation OpenMoko.com

Hija, congratulation OpenMoko Inc. for launching OpenMoko.com and setting up the webshop. Let us create a kick-ass product/consumer device! happy hacking. z. PS: You have to buy a Neo. Even if it is not green it is awesome!PPS: It looks like I will have to try the webshop soon as well as the lovely DHL/Deutsche Post did a favor to me and lost a package…

WebKit progress

WebKit progress

Today and most of the previous night was spent hacking on WebKit. The result is GdkLauncher can load google.com without valgrind complaining. It needed a couple of hours to finally get the relation between FontCache, FontData and FontPlatformData, fixing values that get stuffed into a hash function to make thousands of valgrind errors go away Fixing a couple of other minor uninitialized variables. A fraction of time was spent to make RenderThemeGdk (read this d as t) use native controls….

Read More Read More

Pythong Bindings, where is the source

Pythong Bindings, where is the source

In contrast to some other people posting screenshots of OpenGL applications and not showing the code because it is not clean enough all the code I intend to release is developed publically. Oh and I hate people having this attitude of not showing the code. If this is a proto-type, learning process or whatever it doesn’t really matter how clean the code is, for a prototype the result and gained experience counts and you should be happy to share this….

Read More Read More

Creating Python Examples

Creating Python Examples

I have used the boring movies during yesterday and today to create some python examples. Today during the movie on RTL I have created a python example modeling the RSS Reader and other applications.I have slightly improved, polished some parts of the bindings during this process, I have noticed some constructs that are not easily wrappable. A patch for libmokojournal was sent to mickey and I hope to have some time to chat about it. Then there are a couple…

Read More Read More

State of the Bindings

State of the Bindings

So yesterday evening and today afternoon was an unscheduled OpenMoko hacking day. To confirm that I can commit to the repository of the OpenMoko bindings project I checked in the rather old version of the bindings. Then I started to make them compile again, decided to remove cruft from OpenMoko libraries, fixed all warnings to make openmokoui compile with -Wall and -Werror and refactored libmokojournal to make it more easily bindable. I hope mickey will be able to review this…

Read More Read More

Call for Participation

Call for Participation

Hello fellow hackers, as part of our course at the Software Engineering class at the Freie University of Berlin/Germany we are holding a survey and looking for developers to participate. Our research context is Free and Open Source Software with a focus on (Distributed) Pair Programming[1]. We try to explore how familiar you are with Pair Programming in itself, if you have tried to use Pair Programming in one of your projects, which tools you are familiar with for communication…

Read More Read More

Thank you Google

Thank you Google

I’m still trying to understand why I ended up with a signed copy of a book from Karl Fogel sent from Mountain View without a letter inside the envelope. Anyway I have started to read this book and with any book I’m trying to extract knowledge and will try to apply it. The obvious target is OpenEmbedded and future projects I might end up starting.So Google it would be nice to understand why I deserve to receive a book or…

Read More Read More

WebKit/Gdk Google Gears

WebKit/Gdk Google Gears

Due the LinuxTag I didn’t do any work on WebKit this week. In the last week I have implemented ScrollBars using GtkLayout. I have found my first WebKit bug/issue which I will hopefully resolve soon. mitzpettel helped me to understand the issue and laid down a possible solution I’m going to implement. To support websites with static background I’m going to need to reimplement parts of GtkLayout. I’m not certain inheritance will work in the worst case I’m going to…

Read More Read More