The following patches add a new set of images for dialogs. The sources are vector based images stored in .svg files. The vector images are sampled at 32x32 pixels and added to the .ico files.
Dialogs in Windows needs two resolution icons: 32x32 for alt-tab, and 16x16 for the window bar. The present implementation of hggtk.shlib.set_tortoise_icon and pygtk will only use the highest resolution image for dialogs, even if lower resolution images are provided. This means that the 32x32 images are downscaled to 16x16 instead of using the image provided in the .ico file. I'm not sure of the best way to fix this, but when it is fixed it will allow higher quality images for window icons by providing optimized 16x16 images. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
