[Development] Font rendering on X11/Wayland: New FreeType API to toggle LCD filters and stem darkening on a per-font basis, would love a review

2016-11-17 Thread Nikolaus Waxweiler
Hi! people in #qt-labs directed me here. I'm working on FreeType and want to merge a new API (FT_Face_Option) that would allow setting LCD filter weights and stem darkening properties on a per-face basis. The goal is to enable toolkits like Qt to finally turn on linear alpha blending and gamma cor

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

2016-11-17 Thread Konstantin Tokarev
18.11.2016, 01:03, "Thiago Macieira" : > On quinta-feira, 17 de novembro de 2016 11:35:54 PST Marc Mutz wrote: >>  The bigger problem is that while owner does not affect the ABI, all other >>  GSL types do, and we're back to our §$%&!§ rule that we can't accept other >>  libs' types in our ABI, p

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

2016-11-17 Thread Thiago Macieira
On quinta-feira, 17 de novembro de 2016 11:35:54 PST Marc Mutz wrote: > The bigger problem is that while owner does not affect the ABI, all other > GSL types do, and we're back to our §$%&!§ rule that we can't accept other > libs' types in our ABI, preventing anything other than owner from being >

[Development] Doing a new release of qtstyleplugins?

2016-11-17 Thread Dmitry Shachnev
Hi all, I sent the below mail to releasing mailing list a week ago, and got no reply. I wanted a new qtstyleplugins release so that I could package it for Debian. Is there anyone here who can make it, or would it be better for me to just package the latest Git snapshot? - My message to relea

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

2016-11-17 Thread Marco Bubke
I want to remind you this is about Qt Creator, not Qt. Please use a different thread for it. [?] From: Development on behalf of Marc Mutz Sent: Thursday, November 17, 2016 11:35:54 AM To: development@qt-project.org Subject: Re: [Development] Basing Qt Creator C

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

2016-11-17 Thread Marc Mutz
On Thursday 17 November 2016 10:46:24 Edward Welbourne wrote: > 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? >

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

2016-11-17 Thread Edward Welbourne
From: Development on behalf of Jake Petroules Sent: 16 November 2016 20:06 To: J-P Nurmi Cc: development Subject: Re: [Development] Naming of path/directory-related environment variables in Qt >> On 11 Nov 2016, at 17:10, Matthew Woehlke wrote: >> Pl

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

2016-11-17 Thread Edward Welbourne
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 >>