Comment 20 for bug 333263

Revision history for this message
Krzysztof Kosinski (tweenk) wrote :

There are really four issues here:
1. Some missing IDs - all those you've mentioned are fixed in 20836
2. Silghtly blurry icons - Apparently the icons in icons.svg must be grid-aligned to be sharp (WTF!). Fixed in 20836 as well.
3. edit-select-all - this one's really weird because the icon on the select toolbar is supposed to be looked up with exactly the same name as the one in the menu. However, both those items should probably use GTK_STOCK_SELECT_ALL instead of a named icon.
4. Very blurry icons - icons are upscaled instead of being rendered again. This is an old bug which was present for a long time and my changes have made more visible. widgets/icon.cpp is a big pile of spaghetti so it isn't going to be easy to track down.