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

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

[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

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

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

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.