Re: QIcon::fromTheme

2015-05-24 Thread Jeremy Whiting
, Jeremy Whiting va escriure: Hello all, I'm confused about how QIcon::fromTheme works (or maybe how it's supposed to work?) I've got Kmouth frameworks branch built and installed into /usr/local on two different machines. In both cases it installs phrase.png and phrasebook.png icons into /usr

Re: QIcon::fromTheme

2015-05-24 Thread Albert Astals Cid
work, have you straced it? Cheers, Albert BR, Jeremy On Sat, May 23, 2015 at 9:38 PM, Albert Astals Cid aa...@kde.org wrote: El Dissabte, 23 de maig de 2015, a les 19:45:57, Jeremy Whiting va escriure: Hello all, I'm confused about how QIcon::fromTheme works (or maybe how it's

Re: QIcon::fromTheme

2015-05-24 Thread Jeremy Whiting
, I'm confused about how QIcon::fromTheme works (or maybe how it's supposed to work?) I've got Kmouth frameworks branch built and installed into /usr/local on two different machines. In both cases it installs phrase.png and phrasebook.png icons into /usr/local/share/icons/hicolor/XxY/actions

Re: QIcon::fromTheme

2015-05-24 Thread Alexander Semke
Hi Jeremy, I'm confused about how QIcon::fromTheme works (or maybe how it's supposed to work?) I've got Kmouth frameworks branch built and installed into /usr/local on two different machines. In both cases it installs phrase.png and phrasebook.png icons into /usr/local/share/icons/hicolor

Re: QIcon::fromTheme

2015-05-23 Thread Albert Astals Cid
El Dissabte, 23 de maig de 2015, a les 19:45:57, Jeremy Whiting va escriure: Hello all, I'm confused about how QIcon::fromTheme works (or maybe how it's supposed to work?) I've got Kmouth frameworks branch built and installed into /usr/local on two different machines. In both cases

Re: QIcon::fromTheme on non linux platforms

2014-12-13 Thread Albert Astals Cid
El Dimarts, 9 de desembre de 2014, a les 20:34:23, Jeremy Whiting va escriure: Hey all, In looking into building some kde applications on windows and mac besides linux I've come across a minor hiccup. In many applications and frameworks possibly we use QIcon::fromTheme to get icons from

QIcon::fromTheme on non linux platforms

2014-12-09 Thread Jeremy Whiting
Hey all, In looking into building some kde applications on windows and mac besides linux I've come across a minor hiccup. In many applications and frameworks possibly we use QIcon::fromTheme to get icons from a named icon. This is even recommended in the kf5 porting notes, however on non linux