Re: [Interest] .rcc files and modules

2015-06-29 Thread Thiago Macieira
On Monday 29 June 2015 17:48:29 Jérôme Godbout wrote: > "It's automatic when you load the plugin." I assume it would if you compile > in the resources with the plugin library altogether into the same binary it > would be that way? If the resource is compiled into a binary (.so, .dylib, .exe, .dll,

Re: [Interest] Memory leak

2015-06-29 Thread Alex Malyushytskyy
Widget may be deleting itself when closed (for example if Qt::WA_DeleteOnClose flag is set ) which would be perfectly fine cool staff actually shows the widget one or another way. when std::shared_ptr temp( new Widget () ); does not make any sense unless widget is modal and exec() is called in

Re: [Interest] .rcc files and modules

2015-06-29 Thread Jérôme Godbout
"It's automatic when you load the plugin." I assume it would if you compile in the resources with the plugin library altogether into the same binary it would be that way? http://doc.qt.io/qt-5/resources.html#compiled-in-resources We don't use .pro file, we are inside Visual Studio. How do you gen

Re: [Interest] Different SSL Library than system provided?

2015-06-29 Thread Richard Moore
On 29 June 2015 at 19:30, Allan Sandfeld Jensen wrote: > > You must be using a Qt deployed alongside your application. You can then > > just modify qsslsocket_openssl_symbols.cpp to search for your deployed > > libssl.so.1 and libcrypto.so.1. > > I would assume LD_LIBRARY_PATH would also work on

Re: [Interest] .rcc files and modules

2015-06-29 Thread Thiago Macieira
On Monday 29 June 2015 16:09:05 Jérôme Godbout wrote: > Hi, > I'm looking for a way to load a specific resources files (.rcc) when a > modules or a plugins is used. It's automatic when you load the plugin. > Anybody have a better way to release resources/modules/plugins? Don't unload plugins. T

Re: [Interest] .rcc files and modules

2015-06-29 Thread Keith Gardner
On Mon, Jun 29, 2015 at 3:09 PM Jérôme Godbout wrote: > Hi, > I'm looking for a way to load a specific resources files (.rcc) when a > modules or a plugins is used. > > Small example: > > Module A (qml module with qmldir that include plugin A) > Plugin A (c++ implementation for some part of Modul

[Interest] .rcc files and modules

2015-06-29 Thread Jérôme Godbout
Hi, I'm looking for a way to load a specific resources files (.rcc) when a modules or a plugins is used. Small example: Module A (qml module with qmldir that include plugin A) Plugin A (c++ implementation for some part of Module A) A.rcc (would be the required resources for module A made with the

Re: [Interest] Different SSL Library than system provided?

2015-06-29 Thread Thiago Macieira
On Monday 29 June 2015 21:52:08 NoMercy wrote: > I was using the system Qt actually but even it sees and accepts system > provided LibreSSL as soon as I try to; > > QNetworkReply *reply = mgr.get(req); > > > it gives segfault and traces go from SSL_Library_init etc... even if the > url is not a

Re: [Interest] Different SSL Library than system provided?

2015-06-29 Thread NoMercy
I was using the system Qt actually but even it sees and accepts system provided LibreSSL as soon as I try to; QNetworkReply *reply = mgr.get(req); it gives segfault and traces go from SSL_Library_init etc... even if the url is not a https url... On Mon, Jun 29, 2015 at 9:07 PM, Thiago Macieira

Re: [Interest] Different SSL Library than system provided?

2015-06-29 Thread Allan Sandfeld Jensen
On Monday 29 June 2015, Thiago Macieira wrote: > On Monday 29 June 2015 16:44:28 NoMercy wrote: > > Hello everyone, > > as a last measure of resort due to desperate endless online searches, I'm > > asking to you if it is possible to not even try to load the system > > provided SSL Library, instead

Re: [Interest] QML ListView/Model currentIndexChanges not firing for synamic models

2015-06-29 Thread Dmitry Volosnykh
Jason, the only commented out line I see there is misspelled name of the component file. Also, I am able to interect each of three list views, and I see running numbers corresponding to current indices. What should be done to reproduce your issue, and how to know that the flaw was found? On Mon, J

Re: [Interest] Different SSL Library than system provided?

2015-06-29 Thread Thiago Macieira
On Monday 29 June 2015 16:44:28 NoMercy wrote: > Hello everyone, > as a last measure of resort due to desperate endless online searches, I'm > asking to you if it is possible to not even try to load the system provided > SSL Library, instead maybe locally provided libssl.so & libcrypto.so files? S

Re: [Interest] QUdpSocket not always signalling when datagrams are available.

2015-06-29 Thread Thiago Macieira
On Monday 29 June 2015 11:30:44 Robert Daniels wrote: > I've been testing with the new Qt 5.5 release candidate and have had > issues with our application ceasing to get notified of new datagrams. https://bugreports.qt.io/browse/QTBUG-46552 -- Thiago Macieira - thiago.macieira (AT) intel.com So

[Interest] QUdpSocket not always signalling when datagrams are available.

2015-06-29 Thread Robert Daniels
I've been testing with the new Qt 5.5 release candidate and have had issues with our application ceasing to get notified of new datagrams. We have a simple signal handler that follows the example given in the documentation that loops while the socket indicates that there are still datagrams availa

Re: [Interest] QML ListView/Model currentIndexChanges not firing for synamic models

2015-06-29 Thread Dmitry Volosnykh
Could you provide complete example? On Mon, Jun 29, 2015 at 8:10 PM, Jason H wrote: > We have two scrolling pickers which are based on ListView. They are the > same QML Component. When one is assigned a static model > (ListModel/ListElement) it works. When it is created programmatically, it > do

[Interest] QML ListView/Model currentIndexChanges not firing for synamic models

2015-06-29 Thread Jason H
We have two scrolling pickers which are based on ListView. They are the same QML Component. When one is assigned a static model (ListModel/ListElement) it works. When it is created programmatically, it does not. What is going wrong? We've looked into dynamicRoles and tried using sync() Thanks i

[Interest] Different SSL Library than system provided?

2015-06-29 Thread NoMercy
Hello everyone, as a last measure of resort due to desperate endless online searches, I'm asking to you if it is possible to not even try to load the system provided SSL Library, instead maybe locally provided libssl.so & libcrypto.so files? Yes the target system is a freebsd and it has the d*mn L

Re: [Interest] Interest Digest, Vol 45, Issue 88

2015-06-29 Thread Wehmer, Matthias
width of the content object to the console, I got the correct values. So why can't I access the height and width or why are they accessed even though the content object is undefined? Thanks a lot for your input. Best regards, Matthias -- next part --

[Interest] Call on 'undefined' with default property

2015-06-29 Thread Wehmer, Matthias
Hi everybody, currently I am gathering further and further ( surprising J ) experiences with the default property and the whole reparenting stuff in Qml. To be concrete, here is the code for what I am currently doing: import QtQuick 2.0 import QtQuick.Controls 1.2 Rectangle { def

Re: [Interest] QML Inspector?

2015-06-29 Thread Jérôme Godbout
I could build and attach with a debug probe of Qt 5.3.0, it work, I can see the QuickScene objects and modify properties. If I do some method invoke with return value, I never get an answer, is there something special to do to make it work? Should I enable the -qmljsdebugger=port: hook to get the a

Re: [Interest] QtScript to QJSEngine migration

2015-06-29 Thread André Somers
Thiago Macieira schreef op 26-6-2015 om 17:48: > On Friday 26 June 2015 09:55:57 André Somers wrote: >> Ilya Diallo schreef op 25-6-2015 om 23:30: >>> Hi Julien, >>> >>> A long thread on this list last march on this subject was concluded by >>> an answer from Frederik Gladhorn (copy below). For now