Re: [Development] Git clone hangs on Linux using SSH

2015-03-15 Thread Thiago Macieira
On Sunday 15 March 2015 22:57:26 Denis Shienkov wrote: > > It might be your network connection. > > It is the simplest answer. :) > > Hmm.. but why? E.g. on Windows all works fine (with the latest MSys Git).. > > Where there can be a problem? What I need to look? Because I have not > ideas.. Pa

Re: [Development] Git clone hangs on Linux using SSH

2015-03-15 Thread Denis Shienkov
> It might be your network connection. It is the simplest answer. :) Hmm.. but why? E.g. on Windows all works fine (with the latest MSys Git).. Where there can be a problem? What I need to look? Because I have not ideas.. BR, Denis 2015-03-15 22:46 GMT+03:00 Thiago Macieira : > On Sunday 15 M

Re: [Development] Git clone hangs on Linux using SSH

2015-03-15 Thread Thiago Macieira
On Sunday 15 March 2015 22:16:58 Denis Shienkov wrote: > Now I reinstalled the ArchLinux and replaced it with Fedora 21 (KDE). But > the problem remained - I can't use SSH access to codereview. > > For example, the attempt to upload a hook hangs forever: Works from here. It might be your network

Re: [Development] Git clone hangs on Linux using SSH

2015-03-15 Thread Denis Shienkov
Hi all, again. Now I reinstalled the ArchLinux and replaced it with Fedora 21 (KDE). But the problem remained - I can't use SSH access to codereview. For example, the attempt to upload a hook hangs forever: " [denis@denis serial]$ scp -v -p codereview.qt-project.org:hooks/commit-msg .git/hooks E

Re: [Development] Two source incompatibilities in Qt 5.5 with Clang

2015-03-15 Thread Thiago Macieira
On Sunday 15 March 2015 19:28:22 André Pönitz wrote: > On Fri, Mar 13, 2015 at 12:41:32PM -0700, Thiago Macieira wrote: > > > Which can still be done in one line. But we don't even need to do it. > > > We > > > can leave the old one as it, and use Q_ASSERT_UNUSED for the new asserts > > > > Befor

Re: [Development] Two source incompatibilities in Qt 5.5 with Clang

2015-03-15 Thread Giuseppe D'Angelo
On 13 March 2015 at 20:41, Thiago Macieira wrote: > > Before we discuss the name, we have to discuss doing a 10k-line change to 1884 > files in Qt. But why would such a change be necessary? -- Giuseppe D'Angelo ___ Development mailing list Development

Re: [Development] Two source incompatibilities in Qt 5.5 with Clang

2015-03-15 Thread André Pönitz
On Fri, Mar 13, 2015 at 12:41:32PM -0700, Thiago Macieira wrote: > > Which can still be done in one line. But we don't even need to do it. We > > can leave the old one as it, and use Q_ASSERT_UNUSED for the new asserts > > Before we discuss the name, we have to discuss doing a 10k-line change to

Re: [Development] Qt for iOS: Management Retina vs Non-Retina Images

2015-03-15 Thread Robert Iakobashvili
On Thu, Feb 19, 2015 at 3:03 PM, Sorvig Morten wrote: > >> On 18 Feb 2015, at 10:59, Robert Iakobashvili wrote: >> >> What about support for @3x? >> Is it inside or is it planned? > > I’ve started implementing @3x support here: > > https://codereview.qt-project.org/106717 > https://codereview.qt-