Re: [Development] Retina display support

2012-09-28 Thread Sorvig Morten
image as a correctly set DPI scale factor. Patch is still not ready, sorry! Morten From: P Bai [ap...@yahoo.com] Sent: Monday, September 24, 2012 8:59 PM To: Sorvig Morten; development@qt-project.org Subject: Re: [Development] Retina display support

Re: [Development] Retina display support

2012-09-24 Thread P Bai
uot; Cc: Sent: Monday, September 24, 2012 6:02 AM Subject: Re: [Development] Retina display support On 21 Sep 2012, at 15:30, P Bai wrote: > Thank you, Eike. From what I read in the codereview, a function to get the > scale factor qt_mac_get_scalefactor() is available as a patch, but &

Re: [Development] Retina display support

2012-09-24 Thread Sorvig Morten
On 21 Sep 2012, at 15:30, P Bai wrote: > Thank you, Eike. From what I read in the codereview, a function to get the > scale factor qt_mac_get_scalefactor() is available as a patch, but > QPixmap/QImage HiDPI support is still a WIP. Does that mean even if I were > able to detect HiDPI mode, I

Re: [Development] Retina display support

2012-09-21 Thread Ziller Eike
Message - > From: Ziller Eike > To: Kai-Uwe Behrmann > Cc: P Bai ; "development@qt-project.org" > > Sent: Friday, September 21, 2012 4:37 AM > Subject: Re: [Development] Retina display support > > > On 21 Sep 2012, at 07:12, Kai-Uwe Behrmann wrote: &

Re: [Development] Retina display support

2012-09-21 Thread P Bai
Image support becomes available. Is that right? Thank you again! P - Original Message - From: Ziller Eike To: Kai-Uwe Behrmann Cc: P Bai ; "development@qt-project.org" Sent: Friday, September 21, 2012 4:37 AM Subject: Re: [Development] Retina display support On 21 Sep 2012, at

Re: [Development] Retina display support

2012-09-21 Thread Ziller Eike
On 21 Sep 2012, at 07:12, Kai-Uwe Behrmann wrote: > Am 20.09.12, 19:09 -0700 schrieb P Bai: >> I have a few questions about how to add retina display support to my >> application. I understand by reading an earlier discuss that you can add a >> few lines in the info.plist to enable HiDPI rende

Re: [Development] Retina display support

2012-09-20 Thread Kai-Uwe Behrmann
Am 20.09.12, 19:09 -0700 schrieb P Bai: I have a few questions about how to add retina display support to my application. I understand by reading an earlier discuss that you can add a few lines in the info.plist to enable HiDPI render. That would only work for text and standard widgets, right?

[Development] Retina display support

2012-09-20 Thread P Bai
Hi all, I have a few questions about how to add retina display support to my application. I understand by reading an earlier discuss that you can add a few lines in the info.plist to enable HiDPI render. That would only work for text and standard widgets, right? How about icons and pixmaps? How