Re: [Development] Revisiting high-DPI configuration options

2016-06-22 Thread Morten Sorvig
> On 22 Jun 2016, at 15:32, ekke wrote: > > Am 22.06.16 um 14:46 schrieb Morten Sorvig: >>> >> What I have for Android devices are tables like this: (there are various >> sources, see below) >> >> 0.75 - ldpi >> 1.0 - dpi >> 1.5 - hdpi >> 2.0 - xhdpi >> 3.0 - xxhdpi >> 4.0 - xxxhdpi >> >> The

Re: [Development] Multiple Windows Dead-Lock Observed on QNX with Qt-5.3.2

2016-06-22 Thread Prashant Purohit
Hi James, Thanks for your reply. Sorry that it took me few days to try these commands . I have tried the mentioned command by you and below is the output for the same: Output of pidin -p : -- pidtid name

Re: [Development] [Releasing] brown paper bag issue in Qt 5.6.1 packages

2016-06-22 Thread Thiago Macieira
On quarta-feira, 22 de junho de 2016 06:28:12 PDT Jani Heikkinen wrote: > Hi, > > > To be clear: There isn't version bump in qt, it is still 5.6.1. Are the source packages the same? No? Then it's a new version. > We just > re-packed the release from '5.6.1' branch with that new change for fixin

Re: [Development] [Releasing] brown paper bag issue in Qt 5.6.1 packages

2016-06-22 Thread Thiago Macieira
On quarta-feira, 22 de junho de 2016 06:48:39 PDT Lars Knoll wrote: > >Also: update MODULE_VERSION qtdeclarative/.qmake.conf. It MUST be different > > from the original 5.6.1 version. > > Why? So that when someone reports an issue, we can tell from the sources whether it included the fix or not

Re: [Development] Revisiting high-DPI configuration options

2016-06-22 Thread ekke
Am 22.06.16 um 14:46 schrieb Morten Sorvig: >> On 22 Jun 2016, at 10:30, Michael Zanetti >> wrote: >> >> >> >> On 20.06.2016 15:00, Morten Sorvig wrote: >>> Another reason to not spend time on it would be that integer is, or is going >>> to be, the dominating use case. Wayland and Apple is intege

Re: [Development] Revisiting high-DPI configuration options

2016-06-22 Thread Michael Zanetti
On 22.06.2016 14:46, Morten Sorvig wrote: > >> On 22 Jun 2016, at 10:30, Michael Zanetti >> wrote: >> >> >> >> On 20.06.2016 15:00, Morten Sorvig wrote: >>> >>> Another reason to not spend time on it would be that integer is, or is going >>> to be, the dominating use case. Wayland and Apple is

Re: [Development] Revisiting high-DPI configuration options

2016-06-22 Thread Morten Sorvig
> On 22 Jun 2016, at 10:30, Michael Zanetti > wrote: > > > > On 20.06.2016 15:00, Morten Sorvig wrote: >> >> Another reason to not spend time on it would be that integer is, or is going >> to be, the dominating use case. Wayland and Apple is integer, so are most of >> the Android device cate

Re: [Development] [Releasing] brown paper bag issue in Qt 5.6.1 packages

2016-06-22 Thread Oswald Buddenhagen
On Wed, Jun 22, 2016 at 06:48:39AM +, Lars Knoll wrote: > The only thing that changes when the Linux distributions do such an > update is the version number of the package, not of the .so’s inside. > > We basically do the same here. > but we can't, because we are upstream. if the qt company's

Re: [Development] [Qt-creator] [OS X] Dock icon progress widget

2016-06-22 Thread René J . V . Bertin
On Wednesday June 22 2016 11:50:04 Marc Mutz wrote: >It probably makes sense to add a couple of slots to QSystemTrayIcon (is there >something similar in GUI?). Except that the tray icon isn't related to the Dock icon on OS X ... It shows up in the menubar and is much too small to add a sensible

Re: [Development] [Qt-creator] [OS X] Dock icon progress widget

2016-06-22 Thread Kevin Funk
On Mittwoch, 22. Juni 2016 10:08:03 CEST Eike Ziller wrote: > > On Jun 22, 2016, at 11:50 AM, Marc Mutz wrote: > > > > On Tuesday 21 June 2016 12:36:02 René J.V. Bertin wrote: > >> On Tuesday June 21 2016 09:50:52 Eike Ziller wrote: > >>> I think this would be more a question to the Qt/macOS deve

Re: [Development] [Qt-creator] [OS X] Dock icon progress widget

2016-06-22 Thread Eike Ziller
> On Jun 22, 2016, at 11:50 AM, Marc Mutz wrote: > > On Tuesday 21 June 2016 12:36:02 René J.V. Bertin wrote: >> On Tuesday June 21 2016 09:50:52 Eike Ziller wrote: >>> I think this would be more a question to the Qt/macOS developers, to be >>> asked on the development@ mailing list ;) >> >> OK

Re: [Development] [Qt-creator] [OS X] Dock icon progress widget

2016-06-22 Thread Marc Mutz
On Tuesday 21 June 2016 12:36:02 René J.V. Bertin wrote: > On Tuesday June 21 2016 09:50:52 Eike Ziller wrote: > >I think this would be more a question to the Qt/macOS developers, to be > >asked on the development@ mailing list ;) > > OK then :) > > I've, erm, borrowed some code from Qt Creator t

Re: [Development] Revisiting high-DPI configuration options

2016-06-22 Thread Morten Sorvig
> On 21 Jun 2016, at 15:24, Samuel Stirtzel via Development > wrote: > > 2016-06-21 14:15 GMT+02:00 Shawn Rutledge : >> >>> On 20 Jun 2016, at 18:09, Thiago Macieira wrote: >>> 160x90 mm is a valid screen size, correspoding to a 7.2" monitor. >> >> Of course, it’s just suspicious (being a fa

[Development] LTS and the "free"/non-commercial license

2016-06-22 Thread René J . V . Bertin
On Saturday June 18 2016 21:39:58 Konstantin Tokarev wrote: Hi, >Qt 5.6 is LTS release: > >https://blog.qt.io/blog/2015/12/18/introducing-long-term-support/ Quick question: it looks like the long term support isn't interesting for users with commercial licenses only? IOW, Linux distributions or

Re: [Development] Revisiting high-DPI configuration options

2016-06-22 Thread Shawn Rutledge
> On 22 Jun 2016, at 10:21, Morten Sorvig wrote: > > >> On 22 Jun 2016, at 09:17, Shawn Rutledge wrote: >> >> >>> On 21 Jun 2016, at 21:26, Thiago Macieira wrote: >>> >>> On terça-feira, 21 de junho de 2016 18:02:05 PDT Morten Sorvig wrote: I think using screen names can be a good mat

Re: [Development] Revisiting high-DPI configuration options

2016-06-22 Thread Michael Zanetti
On 20.06.2016 15:00, Morten Sorvig wrote: > >> On 17 Jun 2016, at 14:54, Frank Hemer wrote: >> >> Can you give a hint on what causes these glitches and how to avoid them? >> I'm not talking about general usage of fractional methods for painting here. >> >> For example when drawing to a pixmap

Re: [Development] Revisiting high-DPI configuration options

2016-06-22 Thread Morten Sorvig
> On 22 Jun 2016, at 09:17, Shawn Rutledge wrote: > > >> On 21 Jun 2016, at 21:26, Thiago Macieira wrote: >> >> On terça-feira, 21 de junho de 2016 18:02:05 PDT Morten Sorvig wrote: >>> I think using screen names can be a good match for cases where you are >>> sometimes connecting to external

Re: [Development] Revisiting high-DPI configuration options

2016-06-22 Thread Shawn Rutledge
> On 21 Jun 2016, at 21:26, Thiago Macieira wrote: > > On terça-feira, 21 de junho de 2016 18:02:05 PDT Morten Sorvig wrote: >> I think using screen names can be a good match for cases where you are >> sometimes connecting to external screens, provided that the string returned >> by name() is un