Activity log for bug #1184569

Date Who What changed Old value New value Message
2013-05-27 10:51:54 David Planella bug added bug
2013-05-27 10:53:48 David Planella description I'm trying to use system icons on a Toolbar using the gicon schema for iconSource. This still doesn't seem to work for scalable icons (i.e. the .svg ones): Action { text: i18n.tr("Settings") iconSource: "image://gicon/settings" onTriggered: pageStack.push(pageSettings) } Expected: * The toolbar action shows the /usr/share/icons/ubuntu-mobile/actions/scalable/settings.svg icon installed on my system Actual result: * The toolbar action shows no icon at all I'm trying to use system icons on a Toolbar using the gicon schema for iconSource. This doesn't seem to work for scalable icons (i.e. the .svg ones):                 Action {                     text: i18n.tr("Settings")                     iconSource: "image://gicon/settings"                     onTriggered: pageStack.push(pageSettings)                 } Expected:   * The toolbar action shows the /usr/share/icons/ubuntu-mobile/actions/scalable/settings.svg icon installed on my system Actual result:   * The toolbar action shows no icon at all
2013-05-27 12:50:26 Florian Boucault ubuntu-ui-toolkit: importance Undecided High
2013-05-27 12:50:28 Florian Boucault ubuntu-ui-toolkit: assignee Florian Boucault (fboucault)
2013-05-27 12:50:42 Florian Boucault tags icons
2013-08-09 15:44:59 Nekhelesh Ramananthan ubuntu-ui-toolkit: status New Confirmed
2013-08-09 15:45:04 Nekhelesh Ramananthan bug added subscriber Nekhelesh Ramananthan
2014-10-07 14:40:23 Cris Dywan ubuntu-ui-toolkit: status Confirmed Fix Released