Re: [Development] right-to-left mode on Mac

2017-06-26 Thread Thiago Macieira
On segunda-feira, 26 de junho de 2017 14:10:56 PDT René J.V. Bertin wrote: > I presume you mean that the translation file will take care of the item text > - it cannot really do anything else, right? In any case I never saw text > rendering being reversed when activating R2L mode. Actually, it can

Re: [Development] right-to-left mode on Mac

2017-06-26 Thread René J . V . Bertin
On Monday June 26 2017 20:35:54 Gabriel de Dietrich wrote: > Are you referring to context menus or menubar menus? We fully layout the > former, but the latter are entirely delegated to macOS. Both, to some extent. I know Qt has very little control over how menus of the native menubar are render

[Development] New Qt 5.9.1 snapshot available

2017-06-26 Thread Akseli Salovaara
Hi all, We have a new Qt 5.9.1 snapshot available via online installer. It is a separate Qt 5.9.1 node, not as an update to Qt 5.9.0, but will overwrite previous Qt 5.9.1 snapshot. Instructions how to install it here: https://wiki.qt.io/How_to_get_snapshot_via_online_installer Content of the

Re: [Development] Detecting hunspell in virtualkeyboard: do we really need pkg-config?

2017-06-26 Thread Lisandro Damián Nicanor Pérez Meyer
On lunes, 26 de junio de 2017 14:26:53 -03 Oswald Buddenhagen wrote: > On Mon, Jun 26, 2017 at 08:10:15AM -0300, Lisandro Damián Nicanor Pérez Meyer wrote: > > I started to work on auto detecting hunspell in virtualkeyboard and later > > found out that: > > > > (1) It is currently relying on pkg-

Re: [Development] Detecting hunspell in virtualkeyboard: do we really need pkg-config?

2017-06-26 Thread Oswald Buddenhagen
On Mon, Jun 26, 2017 at 08:10:15AM -0300, Lisandro Damián Nicanor Pérez Meyer wrote: > I started to work on auto detecting hunspell in virtualkeyboard and later > found out that: > > (1) It is currently relying on pkg-config to do the job. > (2) If the embedded code is present is preferred over

[Development] Detecting hunspell in virtualkeyboard: do we really need pkg-config?

2017-06-26 Thread Lisandro Damián Nicanor Pérez Meyer
I started to work on auto detecting hunspell in virtualkeyboard and later found out that: (1) It is currently relying on pkg-config to do the job. (2) If the embedded code is present is preferred over the system version. I find (1) rather strange except maybe if pkg-config gives some other info