Monthly Archives: March 2007

GMPC, tango love

Not only gtk got some tango love. But also gmpc got _some_ tango love last week. But unlike gtk, it’s far from done. But it’s a good start, and a huge improvement.. I hope to make a release soonish. Q

Blog spam

This is just crazy: Caught Spam Akismet has caught 2,013 spam for you since you installed it. 898 in the last 15  days. What is the use of this, 1/2 the spam messages aren’t even human readable anymore. Is this just to bump the google rating or something?? This makes me want to become a read more »

MPD 0.12.2

Last weekend we discovered a serious bug in mpd, that allowed you to remotely crash mpd. Yesterday we released a new version that fixes this bug (0.12.2), I’ve reported this on launchpad last night, and with this morning update I  got the new version (on my feisty-ppc ). I wish they where so fast with read more »

Scary compile messages

I am compiling gtk on mac osX, and I see this scroll by…. “-DGTK_PRINT_PREVIEW_COMMAND=\”evince –unlink-tempfile –preview %f\””

GMPC – Going Media-Box style

After seeing this screenshot, and a discussion about how to implement it (clutter, or cairo). I’ve decided to implement it with normal gtk widgets.  There is only one point I use cairo, and that is for drawing the background. It isn’t fully functional, but it’s getting there: And it scaled too: Next time I will read more »

GMPC, Custom Treeview

I’ve wrote a small custom treeview implementation (200 lines of gob code), It takes a MpdData.  It add’s columns and provides an interface to move, hide and shows columns and save the order, width’s and visibility. The more I do out-of-the-box the more I begin to appreciate gtk and the gobject system. So now the read more »