Author Archives: Jesse van den Kieboom

gedit clang plugin progress

A quick update on the gedit clang integration. Here is a screenshot of the latest visualization of errors in source code: You can checkout the code on github for now: https://github.com/jessevdk/gedit-code-assistance. If you want to try it out, install the … Continue reading

Posted in gedit | 12 Comments

New gedit goodies

Just a quick update of what I’m currently working on: clang integration in gedit That’s right, that’s clang integrated in gedit (with the very nice libclang). For now only error reporting is implemented but libclang will also gives us the … Continue reading

Posted in gedit | 20 Comments

Rhythmbox webinterface plugin

A while ago I managed to buy an iPad. I am using/planned to use it for various things. One of those things was to be able to remotely control my music player (which is nice when sitting outside on the … Continue reading

Posted in gedit | 19 Comments

gnome 3.0 for application developers

I wanted to write a little post on what it means for application developers to try to get ready for GNOME 3.0. Many people might already realize what I try to outline here, but I think it’s still good to … Continue reading

Posted in Uncategorized | 8 Comments

Fun with gstreamer (controlling volume of channels independently)

Recently I wanted to use gstreamer to add some very basic audio support to an application. I just used the playbin element to play audio files and added some logic to control volume (easy enough with playbin since you can … Continue reading

Posted in Uncategorized | 2 Comments

On cycling

I saw some posts on pgo recently on cycling, so I thought it would be a good occasion to do the monthly or so blog. Cycling is something very natural where I come from (which is flatland), but since it’s literally flat … Continue reading

Posted in Uncategorized | 4 Comments

guitar software

Dear all, I’m looking for a nice piece of software that will assist me in my recently revitalized guitar playing activities. What I would like is really just a tool for my convenience in playing along with songs that I … Continue reading

Posted in Uncategorized | 9 Comments

gitg – git repository browser

With the latest release (0.0.6) just out the door I think it’s about time to write a little post about one of my pet projects, gitg. I guess most people will think ‘argh, not yet another git GUI’, but hear … Continue reading

Posted in gitg | 35 Comments

gedit gobby collaboration

After some more hacking we have most of the functionality ready for real collaborative editing in gedit. Here is me and Armin collaborating (me with gedit and Armin with gobby, sorry, interface in Dutch): In contrast to my previous post, … Continue reading

Posted in gedit | 11 Comments

gedit collaboration plugin

Just finished a big chunk of a new gedit plugin which uses the excellent infinote library (gobby, libinfinity) to do collaborative editing. Being pretty tired, I’ll keep this post short, but be sure to get an update on the plugin’s … Continue reading

Posted in gedit | 19 Comments