Re: [Development] [closed] Using semicolons in JS (QML)

2016-10-06 Thread André Somers
So, now we need one of these QUIPs to document the descision if I understand it correctly ? André Op 06/10/2016 om 10:58 schreef Mitch Curtis: To make it a bit more formal and hopefully prevent it from being lost in the mail archives, let's update our QML coding conventions:

Re: [Development] [closed] Using semicolons in JS (QML)

2016-10-06 Thread Kai Koehne
> -Original Message- > From: Development [mailto:development-bounces+kai.koehne=qt.io@qt- > project.org] On Behalf Of André Somers > Sent: Thursday, October 06, 2016 11:11 AM > To: development@qt-project.org > Subject: Re: [Development] [closed] Using semicolons in JS (QML) > > So, now we

Re: [Development] [closed] Using semicolons in JS (QML)

2016-10-06 Thread Mitch Curtis
To make it a bit more formal and hopefully prevent it from being lost in the mail archives, let's update our QML coding conventions: https://codereview.qt-project.org/#/c/173027/ > -Original Message- > From: Development [mailto:development-bounces+mitch.curtis=qt.io@qt- > project.org]

Re: [Development] QtBase WIP branch request

2016-10-06 Thread Oswald Buddenhagen
On Wed, Oct 05, 2016 at 08:37:32PM +, Morten Sorvig wrote: > We’re working on an update to the macOS/Cocoa platform plugin, > and I would like to request a WIP branch where the changes can > be finalized: > >wip/remac > you have Good Reasons (TM) for creating a branch according to

Re: [Development] QtBase WIP branch request

2016-10-06 Thread Oswald Buddenhagen
On Thu, Oct 06, 2016 at 09:32:40PM +0800, Tim Blechmann wrote: > >> We’re working on an update to the macOS/Cocoa platform plugin, > >> and I would like to request a WIP branch where the changes can > >> be finalized: > >> > >>wip/remac > >> > > you have Good Reasons (TM) for creating a branch

Re: [Development] Question about keyboard mapping

2016-10-06 Thread Randall OReilly
Is this not incorporated into the main Qt codebase? If not, why not? I encountered a similar problem with the Mac Xserver in an earlier version of Qt (I think the first “fallback” fixed that but seems like this is a much more robust solution?). Cheers, - Randy > On Oct 6, 2016, at 8:50 AM,

Re: [Development] Question about keyboard mapping

2016-10-06 Thread Frank Richter
Hi, I think what happened is that at some point keyboard handling on X11 was changed to use xkb exclusively. This works fine if the server provides the xkb layout identity; this usually is the case for non-ancient(?) X.org servers, but not necessarily for other server vendors. Now, if that

Re: [Development] QtBase WIP branch request

2016-10-06 Thread Tim Blechmann
>> We’re working on an update to the macOS/Cocoa platform plugin, >> and I would like to request a WIP branch where the changes can >> be finalized: >> >>wip/remac >> > you have Good Reasons (TM) for creating a branch according to >