Re: [Interest] Strange socket problem. QTcpSocket. Windows/Linux

2014-01-27 Thread Thiago Macieira
On segunda-feira, 27 de janeiro de 2014 07:35:05, Guido Seifert wrote: On Window the D series behaves strangely. I send a UPnP command to it and it responds... or not. Totally unreliable. Very often I get a very unhelpful error message: QAbstractSocket::error = -1. I can hammer the socket with

Re: [Interest] libeay32.dll - The Ordinal 4369 could not be located

2014-01-27 Thread Till Oliver Knoll
Am 26.01.2014 um 20:46 schrieb Thiago Macieira thiago.macie...@intel.com: On sexta-feira, 24 de janeiro de 2014 18:47:33, Till Oliver Knoll wrote: ... which on its turn - or whatever Qt component in the end - seems to search for an OpenSSL.dll in the PATH (according to the OP the program

Re: [Interest] libeay32.dll - The Ordinal 4369 could not be located

2014-01-27 Thread Till Oliver Knoll
Am 27.01.2014 um 10:05 schrieb Till Oliver Knoll till.oliver.kn...@gmail.com: ...Loading OpenSSL libraries The ssl libraries are handled specially, and searched in this order (we cannot expect them to always be in the system folder): 1. Application path 2. System libraries path 3. Trying all

Re: [Interest] Strange socket problem. QTcpSocket. Windows/Linux

2014-01-27 Thread Guido Seifert
My guess is that the TCP/IP stack on the D series TV is broken and is somehow failing to deal with the packets from the Windows machine. Yes, do you know if there is anything I can do? I don't see many options in QTcpSocket. What could be the difference between a Windows and a Linux

[Interest] Qt 5 release PDBs for MSVC2012

2014-01-27 Thread Philipp Kursawe
are they available somewhere? They are not installed. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] [Development] Linux: Qt support with ZeroMQ..

2014-01-27 Thread Rahul Mathur
I have qt toolchain as - $ /usr/lib64/qt4/bin/qmake -v QMake version 2.01a Using Qt version 4.6.2 in /usr/lib64 With 'makefile' command, it does generate the Makefile $/usr/lib64/qt4/bin/qmake-qt4 -makefile But while doing 'make', it gives below error message - # make g++ -c -m64 -pipe -O2 -g

Re: [Interest] [Development] Linux: Qt support with ZeroMQ..

2014-01-27 Thread Frédéric Marchal
I have qt toolchain as - $ /usr/lib64/qt4/bin/qmake -v QMake version 2.01a Using Qt version 4.6.2 in /usr/lib64 With 'makefile' command, it does generate the Makefile $/usr/lib64/qt4/bin/qmake-qt4 -makefile But while doing 'make', it gives below error message - # make g++ -c

Re: [Interest] Code Formatting with Artistic Style in Qt Creator

2014-01-27 Thread Soroush Rabiei
On Sun, Jan 26, 2014 at 11:14 PM, Thiago Macieira thiago.macie...@intel.com wrote: Why have you just compiled 2.8.1 when 3.0 is out? -- Because README[1] says: Compiling Qt Creator Prerequisites: * Qt 5.2.0 or later (with restrictions also Qt 4.8.x) I don't know

Re: [Interest] Qt 5 release PDBs for MSVC2012

2014-01-27 Thread Koehne Kai
Subject: [Interest] Qt 5 release PDBs for MSVC2012 are they available somewhere? They are not installed. They aren't installed, and not available anywhere AFAIK. The reason is that the the source locations in the .pdb files are specific to the build machine, and there doesn't seem to be an

Re: [Interest] Code Formatting with Artistic Style in Qt Creator

2014-01-27 Thread Soroush Rabiei
Alexey Ivanov maintains a PPA[1] which provides Qt Creator 3.0.0 packages linked against Qt 4.8.1 on Ubuntu 12.04 LTS. This one saved me from compiling Qt Creator. Now I'm on QtC 3.0.0 [1] https://launchpad.net/~alexey-ivanov/+archive/qtcreator?field.series_filter=precise

Re: [Interest] Code Formatting with Artistic Style in Qt Creator

2014-01-27 Thread Koehne Kai
From: interest-bounces+kai.koehne=digia@qt-project.org [mailto:interest-bounces+kai.koehne=digia@qt-project.org] On Behalf Of Soroush Rabiei Compiling Qt Creator Prerequisites:   * Qt 5.2.0 or later (with restrictions also Qt 4.8.x) I don't know what are those

[Interest] Code Formatting with Artistic Style in Qt Creator

2014-01-27 Thread Soroush Rabiei
On Mon, Jan 27, 2014 at 3:19 PM, Koehne Kai kai.koe...@digia.com wrote: Compiling Qt Creator 3.0 with Qt 4.x disables the Welcome mode, Qml Profiler and Qt Quick Designer. Qt Creator on top of Qt 4.x is also not much tested, so you might run into bugs that aren't reproducible with Qt 5.2 ...

Re: [Interest] Qt 5 release PDBs for MSVC2012

2014-01-27 Thread Philipp Kursawe
The source informations can be fixed during runtime. VS asks to locate the source files (which we do have installed). So it would be very, very helpful to have them available *without* forcing us to build Qt ourselfs (which could introduce bugs because of different compilers/linkers used than in

Re: [Interest] Qt 5 release PDBs for MSVC2012

2014-01-27 Thread Yves Bailly
Le 27/01/2014 13:27, Philipp Kursawe a écrit : The source informations can be fixed during runtime. VS asks to locate the source files (which we do have installed). So it would be very, very helpful to have them available *without* forcing us to build Qt ourselfs (which could introduce

[Interest] Qt 5.2 basic example on iOS not working, what am I doing wrong?

2014-01-27 Thread Thomas Sevaldrud
Hello, I wanted to play around with Qt 5.2 on iOS, but it just doesn’t seem to work... I have simply gone through the example in this video: https://www.youtube.com/watch?v=WFGRr0DV3oM Everything runs nicely on the desktop. I have the iOS simulator running, but when I try to run it on the

Re: [Interest] Qt 5.2 basic example on iOS not working, what am I doing wrong?

2014-01-27 Thread nicola
Hi, i wrote this http://qt-project.org/wiki/IOS_SOUND__IMAGE I hope it can help you. Nicola Hello, I wanted to play around with Qt 5.2 on iOS, but it just doesn’t seem to work... I have simply gone through the example in this video: https://www.youtube.com/watch?v=WFGRr0DV3oM

Re: [Interest] libeay32.dll - The Ordinal 4369 could not be located

2014-01-27 Thread Thiago Macieira
On segunda-feira, 27 de janeiro de 2014 16:15:26, Bo Thorsen wrote: But it would be nice if qt.conf had a disallow ssl option. Then it's easy to avoid a crash from a bad ssl library picked up from somewhere else. Sounds like a reasonable feature and easily implementable for Qt 5.3. Feature

Re: [Interest] Strange socket problem. QTcpSocket. Windows/Linux

2014-01-27 Thread Thiago Macieira
On segunda-feira, 27 de janeiro de 2014 10:24:22, Guido Seifert wrote: My guess is that the TCP/IP stack on the D series TV is broken and is somehow failing to deal with the packets from the Windows machine. Yes, do you know if there is anything I can do? I don't see many options in

Re: [Interest] Multi language/font display in qt4

2014-01-27 Thread Bo Thorsen
Hi Simone, Sorry for the late answer. I'm sure there are ways to do this in general. But there's no generic Qt way to do it. You have to look at solutions outside of Qt. Bo. Den 26-01-2014 12:57, Simone skrev: Hello Bo, Thank you for your reply. Are you sure of that? I read some article

Re: [Interest] Unit test with multiple data

2014-01-27 Thread Tony Rietwyk
Hi Soroush, I hit the same problem, and used this: // Can't use QTEST_MAIN, since we have our own parameters as well. // QTEST_MAIN( TTestPitchXml ) int main(int argc, char *argv[]) { #ifdef QT_GUI_LIB QApplication app(argc, argv); QTEST_DISABLE_KEYPAD_NAVIGATION #else

[Interest] QML performance on iOS?

2014-01-27 Thread Jason H
I have been talking to many people about the iOS availability of QML. Repeatedly, I run into the response We want to keep it native because of performance Invariably, these people have tried Flash and it didn't work out well. What can I do/say to convince them otherwise. I figure QML would

Re: [Interest] Qt 5.2 basic example on iOS not working, what am I doing wrong?

2014-01-27 Thread Till Oliver Knoll
Am 28.01.2014 um 00:39 schrieb Thomas Sevaldrud tho...@silentwings.no: ... the examples that are installed with qt, and which are tagged with ios in Qt Creator. None of these will even compile when targeting the iOS simulator. None of the Qt headers can be found when compiling for iOS..