[Ubuntu-phone] Should we remove cdimage-[touch,legacy]?

2013-11-02 Thread Chris Wayne
Hi Guys, As far as I know, cdimage-[touch,legacy] are really no longer used/maintained. Should we remove them from documentation/phablet-flash? If they're no longer used I think keeping them adds unnecessary confusion. If we're okay with removing them from the docs/phablet-flash, I'm happy to d

Re: [Ubuntu-phone] Add image for toolbar buttons?

2013-11-02 Thread Israel
The icons do show up in 13.10 with the mobile icons installed. We use this bit of code: *in our main.qml* function getIcon(name, type) { if (type === undefined) type = "actions" return "/usr/share/icons/ubuntu-mobile/" + type + "/scalable/" + name + ".svg" }