David Mohammed
David Mohammed
A side responsive design sounds interesting. Lets talk how it would work. From GTK we can get the screen size - both height and width. For the rhythmbox application we...
The circle version of an image probably can be done via a Cairo clipped drawing. I'll have a play. You can't have a gtk label over an iconview cell. What...
I have been busy with my moderator duties on Ask Ubuntu as well as stuff on another project - so no time in the last week. I am also away...
Circles vs squares are a good idea. The mathematics though is problematic and will need careful thought. Need to work out how to grab the centre part of an image...
@me4oslav ( possibly @satya164 ?) I've spent a fair bit of fruitless time on this. Creating a circle based image is very simple - cairo drawing here is possible. What...
@satya164 I've only a rudimentary knowledge of CSS with Gtk - https://www.dropbox.com/s/9p4arelkgscx2wf/testcircle.tar.gz?dl=0 I've uploaded a test program showing an GTK iconview with a circular image renderer extract and run within...
thanks @satya164 maybe another way is to apply a greyish circle slightly offset from the image - gives a slightly 3D effect in this example - https://www.dropbox.com/s/28y8jdwcwb08gym/test-circle2.tar.gz?dl=0
the code is very straightfoward - look at the cellrendererthumb two layers first is the image second is the shaded circle. last part you can see that the shaded circle...
hmm? doing the same for what? Dont know what "subtler and prettier shadow" means - the grey circle is just a grey circle. All I was talking about above was...
@me4oslav were you actually referring to changing the grey circle and replacing it with a circular PNG shadow of some-sort? If so - yes that is indeed possible to do...