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

Re: [Development] Retina display

2012-06-13 Thread Jason Dictos
Yup that works. -Original Message- From: jiang.ji...@nokia.com [mailto:jiang.ji...@nokia.com] Sent: Wednesday, June 13, 2012 9:45 AM To: Jason Dictos Cc: morten.sor...@nokia.com; development@qt-project.org Subject: Re: [Development] Retina display On Jun 13, 2012, at 3:35 PM, ext Jason

Re: [Development] Retina display

2012-06-13 Thread jiang.jiang
On Jun 13, 2012, at 3:35 PM, ext Jason Dictos wrote: > Oh wait, I see, so I moved it out of the bundle and ran Designer, and wow > looks great. > > I wonder how I can enable this mode in my application, since I'm using my own > bundle. Try adding: NSPrincipalClass NSApplication to the Info.pl

Re: [Development] Retina display

2012-06-13 Thread Jason Dictos
pment-bounces+jdictos=barracuda@qt-project.org] On Behalf Of morten.sor...@nokia.com Sent: Wednesday, June 13, 2012 8:29 AM To: development@qt-project.org Subject: Re: [Development] Retina display On Jun 12, 2012, at 6:01 PM, ext Jason Dictos wrote: > So I built qt from source, and build wi

Re: [Development] Retina display

2012-06-13 Thread Jason Dictos
n.sor...@nokia.com Sent: Wednesday, June 13, 2012 8:29 AM To: development@qt-project.org Subject: Re: [Development] Retina display On Jun 12, 2012, at 6:01 PM, ext Jason Dictos wrote: > So I built qt from source, and build with cmake using my own Info.plist for > our app bundle (and I don&#x

Re: [Development] Retina display

2012-06-13 Thread morten.sorvig
On Jun 12, 2012, at 6:01 PM, ext Jason Dictos wrote: > So I built qt from source, and build with cmake using my own Info.plist for > our app bundle (and I don't use Qt as a framework). > > How would I enable hidpi mode in Qt? We tested it and ours is definitely not > rendering any higher rest

Re: [Development] Retina display

2012-06-12 Thread Jason Dictos
From: development-bounces+jdictos=barracuda@qt-project.org [mailto:development-bounces+jdictos=barracuda@qt-project.org] On Behalf Of morten.sor...@nokia.com Sent: Tuesday, June 12, 2012 9:05 AM To: development@qt-project.org Subject: Re: [Development] Retina display On Jun 11, 2012, at 8:

Re: [Development] Retina display

2012-06-12 Thread morten.sorvig
On Jun 11, 2012, at 8:30 PM, ext Jason Dictos wrote: > You can actually run it now, on any mac: > > http://www.redmondpie.com/how-to-enable-hidpi-display-mode-retina-like-in-os-x-lion-video/ In my experience Qt 4 looks good on HiDPI displays - you get high resolution text and Mac style. QPaint

Re: [Development] Retina display

2012-06-11 Thread Jason Dictos
012 1:59 PM To: Jason Dictos Cc: development@qt-project.org Subject: Re: [Development] Retina display On Mon, Jun 11, 2012 at 2:45 PM, Jason Dictos wrote: > So apple announced just now the retina display 15 inch macbook. > > > > What plans does QT have for this support? Is there any

Re: [Development] Retina display

2012-06-11 Thread Alexis Menard
On Mon, Jun 11, 2012 at 2:45 PM, Jason Dictos wrote: > So apple announced just now the retina display 15 inch macbook. > > > > What plans does QT have for this support? Is there any way we can get qt 4 > to render its widgets for this new resolution? > Dude people needs to get hardware to test fi

[Development] Retina display

2012-06-11 Thread Jason Dictos
So apple announced just now the retina display 15 inch macbook. What plans does QT have for this support? Is there any way we can get qt 4 to render its widgets for this new resolution? -Jason 'Like' us on Facebook for exclusive content and other resources on all Barracuda Networks solutions.