Re: [Development] Whoever is responsible for QtGamepad

2016-11-27 Thread Alexander Blasche
> -Original Message- > From: Development [mailto:development- > bounces+alexander.blasche=qt...@qt-project.org] On Behalf Of Thiago > Macieira > Please have a component created for you in JIRA and take ownership of > https://bugreports.qt.io/browse/QTBUG-57338 Done and assigned to Andy.

[Development] Whoever is responsible for QtGamepad

2016-11-27 Thread Thiago Macieira
Please have a component created for you in JIRA and take ownership of https://bugreports.qt.io/browse/QTBUG-57338 I've made the bug report unassigned meanwhile. If you don't do that, it'll be in the limbo forever. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel

Re: [Development] New library in qtbase

2016-11-27 Thread Aleix Pol
On Sat, Nov 26, 2016 at 12:51 AM, Samuel Gaist wrote: > Hi, > > As requested by Thiago in https://codereview.qt-project.org/#/c/166456/ I’d > like to open a discussion about adding a new library in qtbase. > > Why this discussion ? > > Currently in work a pluggable notification system developed i

Re: [Development] New library in qtbase

2016-11-27 Thread Thiago Macieira
On domingo, 27 de novembro de 2016 20:22:25 PST Samuel Gaist wrote: > Currently there’s macOS and iOS already working. > > The plan is to add > - Android > - Linux through DBus > - Win10 (there will be some constraints if I understood their documentation > correctly) How about the older X11 / XEm

Re: [Development] New library in qtbase

2016-11-27 Thread Samuel Gaist
> On 26 Nov 2016, at 07:50, Thiago Macieira wrote: > > On sábado, 26 de novembro de 2016 00:51:06 PST Samuel Gaist wrote: >> The library as it is currently could even be in its own repository however >> the goal in the long run is to replace the code used in QSystemTrayIcon by >> calls to this m

Re: [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-27 Thread Nikolaus Waxweiler
> Note, we need a FreeType API for getting to the module-name from the face, or > a direct getter of the stem-darkening on the face. Werner had this to say: > Get the font format with `FT_Get_Font_Format'; the returned string can > then be mapped to the corresponding module name. > > CFF