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

2017-06-28 Thread Thiago Macieira
On Wednesday, 28 June 2017 10:04:56 PDT René J. V. Bertin wrote: > Thiago Macieira wrote: > > Except I want to change that. I personally think it's wrong to require the > > translators to supply that information. Instead, we should extract from > > CLDR and store it in QLocale. > > I don't see

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

2017-06-28 Thread René J . V . Bertin
Thiago Macieira wrote: > Except I want to change that. I personally think it's wrong to require the > translators to supply that information. Instead, we should extract from CLDR > and store it in QLocale. I don't see anything in the .ts files that carries this kind of instruction. Instead it

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

2017-06-28 Thread Thiago Macieira
On quarta-feira, 28 de junho de 2017 01:24:09 PDT René J. V. Bertin wrote: > Thiago Macieira wrote: > > Actually, it can. The Qt translation contains some extra information, like > > whether the language is R2L and the plural rules. If you don't load the > > .qm > > file for Qt itself (the qtbase

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

2017-06-28 Thread René J . V . Bertin
René J. V. Bertin wrote: > Note (to self): Konsole does the following to force QPainter::drawText to do > L2R rendering; will probably work for the shortcut rendering too. Indeed it does: https://github.com/RJVB/osx-integration/commit/b0c5c13d1f211f664e4d29bf0c29146ef62687d6

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

2017-06-28 Thread René J . V . Bertin
This is side-ways related: among the few bundled *applications* that have a Hebrew (R2l) translation there's a qmlviewer application, for which I cannot seem to find the source. Just trying to find a suitable application with a sufficient UI complexity to test the layout ("pure Qt", otherwise

[Development] [FYI] me & reviews & retargeting requests

2017-06-28 Thread Oswald Buddenhagen
moin, as the situation has developed to a point where i often literally don't get anything else done after handling mails, incoming bug reports, and reviews, i'm now trying to stick to a cycle where i do reviews only every other working day (monday-wednesday-friday in first approximation). for

Re: [Development] ActiveQt Events

2017-06-28 Thread neel patel
Hi, I tried the steps provided by you and it is working nicely.. Thank you Henry for your support. Couple of queries regarding same:- 1) As I have QTabWidget and i am opening another URL in new window with custom Back/Forward button. When user navigate to URL and again come back then we are

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

2017-06-28 Thread René J . V . Bertin
Thiago Macieira wrote: >> Shortcut hints are displayed as "C" instead of "C" > > That looks like a Unicode BiDi issue. The  symbol is in the private use area, > so it has no BiDi flow, but "C" does. Note (to self): Konsole does the following to force QPainter::drawText to do L2R rendering;

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

2017-06-28 Thread René J . V . Bertin
Thiago Macieira wrote: > Actually, it can. The Qt translation contains some extra information, like > whether the language is R2L and the plural rules. If you don't load the .qm > file for Qt itself (the qtbase one), you'll have problems. Yeah, I installed the Hebrew translations and can confirm

Re: [Development] New Qt 5.9.1 snapshot available

2017-06-28 Thread Akseli Salovaara
> -Original Message- > From: Kari Oikarinen > Sent: keskiviikko 28. kesäkuuta 2017 08:57 > To: Vincent Hui ; Akseli Salovaara > > Cc: development@qt-project.org; releas...@qt-project.org > Subject: Re: [Development] New Qt 5.9.1 snapshot