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 : ... > 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.. Uhm... This might so

[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 per

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] Qt 5.2 basic example on iOS not working, what am I doing wrong?

2014-01-27 Thread Thomas Sevaldrud
Forgot to cc the list on my answer :-) Maybe someone else have any ideas? Since this I have also tried many of 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

[Interest] Qt 5.2 Self Built Assistant Application has no index

2014-01-27 Thread Michael Jackson
I built Qt 5.2 this weekend on OS X 10.8.5 using Xcode 4.6.x and after installation the QtAssistant application does not seem to have an "index" or anyway to search for anything. All the GUI elements are there but if I click on the "Index" tab and type something (QString) nothing shows in the li

[Interest] Is there a way to get QGraphicsScene's items at some position if they flagged as ItemIgnoresTransformations?

2014-01-27 Thread Dmitrii Volosnykh
Hi, I create several circles and while dragging one of them I'd like it to snap to the position of the other. This works O'kay when scene is viewed with default zoom. When I zoom out circles, do not change in size because they ignore transformations (apparently the increase in size with respect t

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] 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] libeay32.dll - The Ordinal 4369 could not be located

2014-01-27 Thread Thiago Macieira
On segunda-feira, 27 de janeiro de 2014 10:14:32, Till Oliver Knoll wrote: > So the search order of the QSystemLibrary is /not/ the same as the one of a > (naive) hard-dependency DLL ("DLL search order"), but still involves PATH > (if a malicious process can change PATH, them it's probably too late

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

2014-01-27 Thread Bo Thorsen
Hi Till, It looks to me like the discussion you are bringing up here has several different questions: 1) How can we protect a Qt binary from picking up a bad ssl library - for example a wrong version? 2) How can we protect a Qt binary against an attack with a hacked ssl library? 3) What is t

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 arti

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=WFGRr0D

[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 simulato

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 introduc

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 th

[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 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 ... Not that I'm aware

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 a

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] 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
On Sun, Jan 26, 2014 at 11:14 PM, Thiago Macieira 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 what are those restri

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

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

[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] 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 socke

[Interest] QML QList as modelData

2014-01-27 Thread Damian Ivanov
Hi, I have QML c++ plugin which I import inside the .qml files using import MyPlugin 1.0 In the plugin I have a QList which I want to expose to .qml for a ListView(and other views) as the modelData. What is the right way to do it? Thanks in advance. Damian ___

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 : > "...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 paths > inside the PAT

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 : > 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 >> folders of "Tortoise" a

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 wit