Re: [Development] [Releasing] brown paper bag issue in Qt 5.6.1 packages

2016-06-25 Thread Thiago Macieira
On sexta-feira, 24 de junho de 2016 08:50:01 PDT Thiago Macieira wrote: > I disagree. This problem is going to affect Support a lot more, as it will > be difficult to get the actual version number from people. When customers > come for support and say they have 5.6.1, Support will have to tell the

Re: [Development] [Releasing] brown paper bag issue in Qt 5.6.1 packages

2016-06-25 Thread Thiago Macieira
On sexta-feira, 24 de junho de 2016 08:51:51 PDT Thiago Macieira wrote: > On sexta-feira, 24 de junho de 2016 10:26:37 PDT Tuukka Turunen wrote: > > Hi, > > > > I do not know why 5.6.1 has been deleted, but it is of course a mistake. > > However, we need to make sure no-one accidentally takes it,

Re: [Development] [Qt-creator] [OS X] Dock icon progress widget

2016-06-25 Thread René J . V . Bertin
Thiago Macieira wrote: > On sexta-feira, 24 de junho de 2016 18:12:25 PDT René J. V. Bertin wrote: >> The remark above did make me wonder if QtDBus couldn't use a >> platform-native backend transparently. It seems unlikely (just as you >> probably cannot replace dbus itself by something that isn

Re: [Development] Push to Gerrit

2016-06-25 Thread Sean Harmer
Hi Harald, often on Windows it's easiest to install PuTTy and it's helper program, pageant. Run pageant and import/convert your ssh key and set this up in your gerrit webui. Cheers, Sean On 25/06/2016 16:06, Harald Vistnes wrote: Hi, I'm trying to make my first ever contribution to Qt, bu

[Development] Push to Gerrit

2016-06-25 Thread Harald Vistnes
Hi, I'm trying to make my first ever contribution to Qt, but I am struggling with the last part of actually pushing to Gerrit. I've followed the guidelines in the Wiki, but I have probably done something wrong. I've added and committed the patch locally, but when I try to run git push gerrit HEA

[Development] Input events handling ideas and feedback

2016-06-25 Thread Filippo Cucchetto
hi everyone, this is going to be a lengthy email so i'd like to thank those who will read it and maybe give me their opinions. The topic here is throwing some ideas for improving QtQuick event handling (both for mouse and keyboard). First let's take a look at some simple/silly keyboard examples tha