Re: [Development] Which branch to commit patch

2015-09-06 Thread Daniel Levin
In Git fixup commits should be rebased onto lowest revision, ideally the one that introduced bug. So it can be merged into nested branches later. If issue was added into 5.3 then that is your rebase point. On Sun, Sep 6, 2015 at 8:27 AM, Allan Sandfeld Jensen wrote: > On Sunday 06 September 2015

Re: [Development] Backwards compatibiltiy break in Qt 5.5

2015-07-28 Thread Daniel Levin
I would repeat what I said in JIRA. Everything that Thiago explained makes sense to me as soon as it does not break behavior of existing applications. If global flag to enable escaping of QString contents is going to be introduced then it should be disabled by default. On changes that might break