Re: [Development] Naming of path/directory-related environment variables in Qt

2016-11-16 Thread Jake Petroules
> On Nov 16, 2016, at 4:06 AM, J-P Nurmi wrote: > >> On 11 Nov 2016, at 17:10, Matthew Woehlke wrote: >> >> On 2016-11-11 10:13, Mitch Curtis wrote: >>> I'd like to establish some kind of convention for naming >>> path/directory-related environment variables in Qt, with the hope >>> that it co

Re: [Development] Basing Qt Creator Coding Style on C++ Core Guidelines?

2016-11-16 Thread Thiago Macieira
On quarta-feira, 16 de novembro de 2016 17:11:02 PST Marco Bubke wrote: > Like you maybe have learned there are C++ Core Guidelines. They are already > very comprehensive. What about basing the Qt Creator Code Style on it? > > > I see advantages like new developer can easier grasp out rules becau

[Development] Basing Qt Creator Coding Style on C++ Core Guidelines?

2016-11-16 Thread Marco Bubke
Hi This is a Qt Creator topic only so sorry to disturb every body else. Like you maybe have learned there are C++ Core Guidelines. They are already very comprehensive. What about basing the Qt Creator Code Style on it? I see advantages like new developer can easier grasp out rules because th

Re: [Development] Qt 5.7.1 packages available

2016-11-16 Thread Thiago Macieira
On quarta-feira, 16 de novembro de 2016 11:36:37 PST Helio Chissini de Castro wrote: > Hi > > Png configure detection is adding 3rd party directory to compile even if > told -system-png. > > Attached a patch to fix it. > Should i submit to 5.7 branch on gerrit ? Yes, unless it also applies to 5

Re: [Development] [HiDPI] Rethinking the scaling algorithm

2016-11-16 Thread Niccolò Belli
On mercoledì 16 novembre 2016 17:52:59 CET, Christoph Feck wrote: There is no perfect solution except to make sure the user can configure the pixmap scale (as he can configure the font size). Of course, but there are solutions which solve a problem for 90% of the userbase and solution which on

Re: [Development] [HiDPI] Rethinking the scaling algorithm

2016-11-16 Thread Christoph Feck
On 16.11.2016 17:22, Niccolò Belli wrote: Hi Morten, I'm sorry, I missed your reply. RoundPreferFloor Round up for .75 and higher RoundPreferFloor is the new default. Do you think this is sufficient? qFloor would help for my monitor, of course. Unfortunately the default (RoundPreferFloor)

Re: [Development] [HiDPI] Rethinking the scaling algorithm

2016-11-16 Thread Niccolò Belli
Hi Morten, I'm sorry, I missed your reply. RoundPreferFloor Round up for .75 and higher RoundPreferFloor is the new default. Do you think this is sufficient? qFloor would help for my monitor, of course. Unfortunately the default (RoundPreferFloor) wouldn't be enough, because my monitor is

Re: [Development] Naming of path/directory-related environment variables in Qt

2016-11-16 Thread J-P Nurmi
> On 11 Nov 2016, at 17:10, Matthew Woehlke wrote: > > On 2016-11-11 10:13, Mitch Curtis wrote: >> I'd like to establish some kind of convention for naming >> path/directory-related environment variables in Qt, with the hope >> that it could be set in stone with e.g. one of these newfangled >> QU

Re: [Development] Qt 5.7.1 packages available

2016-11-16 Thread Helio Chissini de Castro
Hi Png configure detection is adding 3rd party directory to compile even if told -system-png. Attached a patch to fix it. Should i submit to 5.7 branch on gerrit ? On Wed, Nov 16, 2016 at 9:58 AM, Erik Verbruggen wrote: > For my "use case" (the qml profiler in creator) it's done. But I don't

Re: [Development] Qt 5.7.1 packages available

2016-11-16 Thread Erik Verbruggen
For my "use case" (the qml profiler in creator) it's done. But I don't know if more patches have to go in. Maybe Morton can enlighten us? -- Erik From: Development on behalf of Dmitry Volosnykh Sent: 16 November 2016 07:29:25 To: Jani Heikkinen; development@qt-