GNOME Bugzilla – Bug 733417
Fixes for HiDPi support
Last modified: 2014-07-23 03:08:53 UTC
Some SVG assets in the panels are not rendered with the correct scale factor; the GNOME logo in the Details panel and the test area background in the Mouse and Touchpad panel. Needs https://bugzilla.gnome.org/show_bug.cgi?id=733416 to actually work, but the patches could go in without that too (with no change in functionality)
Created attachment 281201 [details] [review] info: use resource instead of pixbuf to load SVG This will let us load the image with appropriate scale factor when necessary.
Created attachment 281202 [details] [review] mouse: use resource instead of pixbuf to load SVG This will let us load the image with appropriate scale factor when necessary.
Created attachment 281219 [details] [review] background: render the preview top bar with scale factor Otherwise on hi-dpi only the top left quarter will be rendered.
Review of attachment 281201 [details] [review]: ++
Review of attachment 281202 [details] [review]: ++
Review of attachment 281219 [details] [review]: There are already patches for that in bug 731792. See also bug 732375
Attachment 281201 [details] pushed as 8b3a689 - info: use resource instead of pixbuf to load SVG Attachment 281202 [details] pushed as 059ee0b - mouse: use resource instead of pixbuf to load SVG OK - I'll close this bug for now and use the others for the background panel fix.