I’ve implemented several little, but usefull features in inventory today. Like import/export now working, cloning of table layouts, etc. But I’ve hit bit performance issues with sqlite, because I am an gigantic SQL n00b. So I am looking for a good sql book. If you have suggestions please leave a comment. I also realized I’ve read more
Monthly Archives: July 2006
Nice rendering withouth textview or html widget
Just build out of gtkimages, tables, and vboxes. and only the background uses expose-event signal todo some custom rendering. I think the result came out very nice. How it looks in gmpc:Â here
Tiles, Tiles and more Tiles.
I wrote a plugin for gmpc-svn that users tiles to select albums. It’s pretty simple. you can get it from my svn server: svn co https://svn.qballcow.nl/gmpc-tiles/trunk/ gmpc-tiles/ and a screenshot: here (it’s a big bit to embed)
Tiles, Everybody is doing it!
sorry for the crappy recording, but had a bit of a fight with it. http://images.qballcow.nl/gmpc-tiles-mov.gif
More Inventory
Cleaned up some more code today, implemented searching. So where almost at the functionality of the old inventory. and offcourse another screenshot. (I realy should start working on a webpage for it)
Inventories config system
I got a quick and dirty config system in place (using g_key_file_* from glib). And by implementing that I got to try out multiple (only sqlite for now) databases. And ofcourse a screenshot:
Inventory Icon
I did some more work on inventory. It now saves column width, can export to csv, and fixed up some other things. I also hit a nasty sqlite3 bug. it returned a result array number of rows en number of columns. Following the api the size of result is (row+1)*columns. But if the last column read more
Inventory
Implemented another few options today… Like editing an item, changing columns and a few other things. It’s getting closer and closer to the old inventory functionality. (and superseeds it in parts). For anybody willing to try, here is a tarball: http://download.qballcow.nl/inventory-0.1.tar.gz if the tarball doesn’t work let me know. You can also try svn: svn read more