[Interest] QApplication.activeWindow().pos() not returning correct value after sacling on OSX

2016-02-15 Thread Frank Rueter | OHUfx
Hi, I am trying to figure out my host application's window geometry reliably and am struggling a bit. I use QApplication.activeWindow().geometry() to drive my custom widget's geometry (I need to sit exactly on top of the host application). All works fine and my widget sits exactly on top of

[Interest] qt.labs.controls and colors

2016-02-15 Thread ekke
Hi, as I understand it right, I can define two colors for Material: * primary * accent and one for Universal : accent. At the moment I'm only focussing on Material. to follow Android Material Design Guide I also need a darker and lighter variation of primary is it ok, to do it this way:

Re: [Interest] Speeding up linking for iOS?

2016-02-15 Thread Thiago Macieira
On segunda-feira, 15 de fevereiro de 2016 15:22:24 PST Bob Hood wrote: > On 2/15/2016 3:00 PM, Thiago Macieira wrote: > > On segunda-feira, 15 de fevereiro de 2016 18:24:48 PST Jason H wrote: > >> It takes forever for my app to link for iOS. Is there anyway to speed > >> this > >> up? > > > >

Re: [Interest] Speeding up linking for iOS?

2016-02-15 Thread Bob Hood
On 2/15/2016 3:00 PM, Thiago Macieira wrote: On segunda-feira, 15 de fevereiro de 2016 18:24:48 PST Jason H wrote: It takes forever for my app to link for iOS. Is there anyway to speed this up? Upgrade to 5.7 and start using the shared library build of Qt for iOS. 5.7? Did I miss an entire

Re: [Interest] Speeding up linking for iOS?

2016-02-15 Thread Thiago Macieira
On segunda-feira, 15 de fevereiro de 2016 18:24:48 PST Jason H wrote: > It takes forever for my app to link for iOS. Is there anyway to speed this > up? Upgrade to 5.7 and start using the shared library build of Qt for iOS. -- Thiago Macieira - thiago.macieira (AT) intel.com Software

Re: [Interest] QtWebEngine in 5.6 OSX 32 bit

2016-02-15 Thread Allan Sandfeld Jensen
On Monday 15 February 2016, Konstantin Tokarev wrote: > 15.02.2016, 22:01, "Glenn Ramsey" : > > On 16/02/16 00:01, Koehne Kai wrote: > >>> -Original Message- > >>> From: Interest [mailto:interest-boun...@qt-project.org] On Behalf Of > >>> Glenn Ramsey > >>> Sent:

Re: [Interest] QtWebEngine in 5.6 OSX 32 bit

2016-02-15 Thread Konstantin Tokarev
15.02.2016, 22:01, "Glenn Ramsey" : > On 16/02/16 00:01, Koehne Kai wrote: >>>  -Original Message- >>>  From: Interest [mailto:interest-boun...@qt-project.org] On Behalf Of Glenn >>>  Ramsey >>>  Sent: Sunday, February 14, 2016 9:24 PM >>>  To:

Re: [Interest] QtWebEngine in 5.6 OSX 32 bit

2016-02-15 Thread Glenn Ramsey
On 16/02/16 00:01, Koehne Kai wrote: > > >> -Original Message- >> From: Interest [mailto:interest-boun...@qt-project.org] On Behalf Of Glenn >> Ramsey >> Sent: Sunday, February 14, 2016 9:24 PM >> To: interest@qt-project.org >> Subject: [Interest] QtWebEngine in 5.6 OSX 32 bit >> >> Hi,

[Interest] Speeding up linking for iOS?

2016-02-15 Thread Jason H
It takes forever for my app to link for iOS. Is there anyway to speed this up? ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] qt.labs.controls - gallery - scrolling gestures and StandardKeys not working from capazitive keyboard

2016-02-15 Thread Nurmi J-P
> On 14 Feb 2016, at 11:58, ekke wrote: > > before entering bug issues I wanted to ask if I'm doing something wrong or I > forgot to add something to the controls > > Scrolling from Capazitive Keyboard > tried with gallery example (ScrollBar) and own code > > I'm using

Re: [Interest] Qt 5.6 and labs.controls for mobile development

2016-02-15 Thread Nurmi J-P
Hi, > On 14 Feb 2016, at 19:56, ekke wrote: > > just before starting my blog articles about Qt 5.6 for mobile development > have some questions: > > Mobile Development for Android, iOS (later W10) > What's the best way to develop for more then one platform from one Qt

Re: [Interest] QtWebEngine in 5.6 OSX 32 bit

2016-02-15 Thread Koehne Kai
> -Original Message- > From: Interest [mailto:interest-boun...@qt-project.org] On Behalf Of Glenn > Ramsey > Sent: Sunday, February 14, 2016 9:24 PM > To: interest@qt-project.org > Subject: [Interest] QtWebEngine in 5.6 OSX 32 bit > > Hi, > > In 5.6 is it still supposed to be possible

Re: [Interest] qt.labs.controls Material Toasts

2016-02-15 Thread Samuel Gaist
Hi, Ok, I see what you mean :) I was asking because I've started some time ago to implement (early WIP) a pluggable notification system for Qt so I was wondering if it could benefit to these custom notifications. If interested, you can take a look at