I wouldn’t call me a great cooker, but I like to cook once in a while. After all it’s a creative activity, and I enjoy creating stuff.
So, this evening I came up with a funny variation on the classical sausages + rice meal (as I told you, I am not a great cooker). I believe [...]
Archive for October, 2007
Sausages 180
Posted in Tips, tagged sausage rice recipe on October 30, 2007 | 11 Comments »
Rotation 2.0
Posted in Gwenview, KDE on October 13, 2007 | 9 Comments »
A few days ago I committed a feature I have been wanting for a long time in Gwenview: rotating images directly from the thumbnail view. It works this way: when you move your mouse over a thumbnail, a small button bar appears. This button bar contains three buttons: save, rotate left and rotate right.
Mandatory screenshot:
It [...]
Crop this, sidebar edition
Posted in Gwenview, KDE on October 11, 2007 | 13 Comments »
I worked a bit more on image cropping in Gwenview. The new version no longer uses a floating dialog which was always coming in the way. The content of the crop dialog is now shown in place of the sidebar, as you can see on this screenshot:
CMake2assistant
Posted in Other projects, tagged cmake, CMake2assistant on October 6, 2007 | 9 Comments »
I have been using CMake Help for a while, but I was missing some of the nice features of Qt Assistant. I first thought about adding those missing features, but I realized it would be even nicer to go the other way: integrate CMake documentation in Qt Assistant.
The result is CMake2assistant, which you can grab [...]
Note to self: Path to Vim files on Windows
Posted in Tips, tagged Vim, windows on October 4, 2007 | 4 Comments »
I have been wondering for a long time why my beloved Vim plugins would not load under Windows. It turns out Vim looks for them in $HOME/vimfiles/plugins under Windows. More information can be found with :help runtimepath.
Who knows, this might help other Unix refugees working on Windows.