From: Xavier V. <xav...@fr...> - 2004-02-26 21:28:38
|
Little fixes : > - it lags a lot ! Dunno if there's an option to configure refresh rate, > if so, default value is too high. Sory, the lag is from xmms(), I don't know why (maybe marquee text). It works great with half a dozen of icons, good job ! > - visible attribute for icons is inverted ! It shows if visible<0, and > hides if visible>0 :/ I think the problem is in drv_generic_graphic.c I checked, the problem is in drv_generic_graphic. Here's a patch to correct it. In fact, the problem was in the :? statement. I dislike this syntax, if statements are cleaner, and less prone to errors. > - some icons don't display : karo works, but squirell doesn't show !! I > really don't know where the bug is, but I didn't look at the code, I'll > do it this WE. Just a consequence of the above ! Squirell had visible=1, so it didn't show ;) Last but not least, will you implement a 'zoom' configuration ? By now, a 'logical' pixel is displayed with a 'dot' of multiple pixels. This 'resolution' should be configurable, for example for gnome applet (which I would use to display graphs only). For posterity, I would dream about using multiple colors on X11 (example one graph in blue, one in red, ...), but we may implement it later. Bye ! -- Xavier VELLO <xav...@fr...> |