Re: Proposal to use Qocoa to support native-look widgets on different platform

2013-03-11 Thread Jaroslaw Staniek
On 11 March 2013 10:17, C. Boemann wrote: > On Sunday 10 March 2013 Mar, Yuë Liu wrote: >> What's your opinion on this? At leaset we need all the application >> maintainers' support. > > I don't think this is the right way to go. If we want it to look good on osx, > we should work on the qstyle, w

Re: Proposal to use Qocoa to support native-look widgets on different platform

2013-03-11 Thread C. Boemann
On Sunday 10 March 2013 Mar, Yuë Liu wrote: > What's your opinion on this? At leaset we need all the application > maintainers' support. I don't think this is the right way to go. If we want it to look good on osx, we should work on the qstyle, which will benefit other projects as well. It may n

Re: Proposal to use Qocoa to support native-look widgets on different platform

2013-03-11 Thread Boudewijn Rempt
On Sunday 10 March 2013 Mar, Yuë Liu wrote: > What's your opinion on this? At leaset we need all the application > maintainers' support. I'm in two minds. On the one hand, yes, I would like a good native look and feel for Krita. On the other hand, artists want a dark theme, and native OSX doesn

Re: Proposal to use Qocoa to support native-look widgets on different platform

2013-03-11 Thread Jaroslaw Staniek
On 11 March 2013 08:59, Cyrille Berger wrote: > On 2013-03-10 23:29, Jaroslaw Staniek wrote: >> >> I have not investigated it a lot, questions: >> - is it maintained? >> - it would needs change for two reasons: license (not LGPL), naming >> (uses Q prefix reserved for the Qt Project); > > > For th

Re: Proposal to use Qocoa to support native-look widgets on different platform

2013-03-11 Thread Cyrille Berger
On 2013-03-10 23:29, Jaroslaw Staniek wrote: I have not investigated it a lot, questions: - is it maintained? - it would needs change for two reasons: license (not LGPL), naming (uses Q prefix reserved for the Qt Project); For the record, the project is licensed under MIT, which is roughly equ

Re: Proposal to use Qocoa to support native-look widgets on different platform

2013-03-10 Thread Jaroslaw Staniek
On 10 March 2013 17:49, Yuë Liu wrote: > Hi, > > Currently Calligra looks ugly on OS X because many qt widgets don't > have good styles for OS X, to get pixel perfection, we have to wrap > native widgets in Qt codes. But adding ifdefs is uglier than this, so > we better use small library who has d