Activity log for bug #1421293

Date Who What changed Old value New value Message
2015-02-12 16:22:02 Albert Astals Cid bug added bug
2015-02-12 16:22:25 Albert Astals Cid attachment added The qml file to test https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1421293/+attachment/4318108/+files/main.qml
2015-02-12 16:22:42 Albert Astals Cid attachment added The logo file for the test https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1421293/+attachment/4318109/+files/logo.png
2015-02-12 16:23:13 Albert Astals Cid attachment added A screenshot depicting the issue at 25 and 50 pixels per grid unit https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1421293/+attachment/4318110/+files/icon.png
2015-03-30 19:14:24 Zsombor Egri ubuntu-ui-toolkit (Ubuntu): status New Incomplete
2015-03-31 07:15:48 Albert Astals Cid ubuntu-ui-toolkit (Ubuntu): status Incomplete New
2015-08-21 08:58:55 Zsombor Egri ubuntu-ui-toolkit (Ubuntu): importance Undecided Low
2015-08-21 08:59:00 Zsombor Egri ubuntu-ui-toolkit (Ubuntu): status New Triaged
2016-04-22 21:24:14 Michał Sawicz branch linked lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk-fix-icon-svg-image-loading
2016-04-28 15:04:18 Lukáš Tinkl branch linked lp:~lukas-kde/ubuntu-ui-toolkit/staging-fix-icon-svg-image-loading
2016-05-05 15:43:15 Michał Sawicz ubuntu-ui-toolkit (Ubuntu): status Triaged Fix Committed
2016-05-05 15:44:44 Michał Sawicz ubuntu-ui-toolkit (Ubuntu): status Fix Committed Fix Released
2016-05-20 13:28:32 Albert Astals Cid description The width of an Icon {} depends if the Icon is an SVG coming from image://theme/ or a JPG. For the SVG the width grows as the units.gu grow, but for the JPEG it does not and one has to manually add code to maitain the aspect ratio. See the attached code and files. The width of an Icon {} depends if the Icon is an SVG coming from image://theme/ or a JPG. For the SVG the width grows as the units.gu grow, but for the JPEG it does not and one has to manually add code to maitain the aspect ratio. See the attached code and files. ****** Trying to explain the bug a bit better. The problem is basically that the first image looks "correct" at any GRID_UNIT_PX value while the second does not, you need to add extra code (i.e. the third) for it to look correct. See in http://i.imgur.com/EBb8PEU.png how the first and third images always keep the aspect ratio nice while the second gets distorted as we increase the GRID_UNIT_PX value
2016-05-20 13:28:36 Albert Astals Cid ubuntu-ui-toolkit (Ubuntu): status Fix Released Triaged
2016-05-23 06:41:10 Jean-Baptiste Lallement bug task added canonical-devices-system-image
2016-05-23 06:41:17 Jean-Baptiste Lallement canonical-devices-system-image: status New Fix Committed
2016-05-23 06:41:20 Jean-Baptiste Lallement canonical-devices-system-image: importance Undecided Low
2016-05-23 06:41:23 Jean-Baptiste Lallement canonical-devices-system-image: milestone 12
2016-05-30 15:39:00 Launchpad Janitor ubuntu-ui-toolkit (Ubuntu): status Triaged Fix Released
2016-05-30 15:49:13 Albert Astals Cid canonical-devices-system-image: status Fix Committed Confirmed
2016-05-30 15:49:16 Albert Astals Cid ubuntu-ui-toolkit (Ubuntu): status Fix Released Confirmed
2016-06-02 11:22:12 Andrea Cimitan bug added subscriber Andrea Cimitan
2016-06-30 21:35:55 Pat McGowan canonical-devices-system-image: milestone 12 backlog
2016-06-30 21:35:55 Pat McGowan canonical-devices-system-image: assignee Zoltan Balogh (bzoltan)
2016-06-30 21:36:09 Pat McGowan ubuntu-ui-toolkit (Ubuntu): assignee Zsombor Egri (zsombi)
2017-02-03 13:39:44 Albert Astals Cid attachment removed The qml file to test https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1421293/+attachment/4318108/+files/main.qml
2017-02-03 13:39:55 Albert Astals Cid description The width of an Icon {} depends if the Icon is an SVG coming from image://theme/ or a JPG. For the SVG the width grows as the units.gu grow, but for the JPEG it does not and one has to manually add code to maitain the aspect ratio. See the attached code and files. ****** Trying to explain the bug a bit better. The problem is basically that the first image looks "correct" at any GRID_UNIT_PX value while the second does not, you need to add extra code (i.e. the third) for it to look correct. See in http://i.imgur.com/EBb8PEU.png how the first and third images always keep the aspect ratio nice while the second gets distorted as we increase the GRID_UNIT_PX value The width of an Icon {} depends if the Icon is an SVG coming from image://theme/ or a JPG. For the SVG the width grows as the units.gu grow, but for the JPEG it does not and one has to manually add code to maitain the aspect ratio. See the attached code and files.
2017-02-03 13:40:30 Albert Astals Cid attachment added QML file to try https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1421293/+attachment/4812571/+files/main.qml