Re: [Development] Proposal: All Qt modules must use the same version number

2014-06-29 Thread Lisandro Damián Nicanor Pérez Meyer
On Friday 27 June 2014 11:28:14 Koehne Kai wrote: [snip] > My 2 cents from the packaging/installer side: Any artifact that is heavily > bound to a specific Qt build / release, but isn't part of the Qt package > itself, is making things complicated. As distro packager, yes, it's making things com

Re: [Development] Qt 5 on Linux: QAudioRecorder::setOutputLocation() behaviour differs from docs

2014-06-29 Thread Thiago Macieira
Em dom 29 jun 2014, às 19:01:18, Dmitriy Purgin escreveu: > open("file:///tmp/temp.ogg", O_WRONLY|O_CREAT|O_TRUNC, 0666) = -1 > ENOENT (No such file or directory) > > So the solution is to setOutputLocation with just QUrl("/tmp/temp.ogg"). Looks like it needs to call toLocalFile() somewhere. --

[Development] Qt 5 on Linux: QAudioRecorder::setOutputLocation() behaviour differs from docs

2014-06-29 Thread Dmitriy Purgin
Hi there, I'm trying to make a sound recording using QAudioRecorder. After setting encoder, codec and input device I'm calling setOutputLocation(QUrl::fromLocalFile()) as it's proposed in the docs and QAudioRecorder example. setOutputLocation() returns true but QAudioRecorder emits error() signal

Re: [Development] New Qt5.3.1 snapshot available

2014-06-29 Thread Sergio Ahumada
El 29/06/14 07:31, Ben Lau escribió: > > Windows packages are now there, too: > > http://download.qt-project.org/snapshots/qt/5.3/5.3.1/2014-06-19_118/ > > Linux: > > http://download.qt-project.org/snapshots/qt/5.3/5.3.1/2014-06-19_108/ > > Mac: > > http://download.qt-projec