Re: [Interest] Using QDBusConnection::sessionBus()

2015-12-21 Thread Bernhard Lindner
> Bus is the connection valid? Is it connected? Yes. > From what I can tell here, you're doing nothing wrong. The bug is in > systemd. Well... that's a pitty. So I will try to achive the same using QProcess command line invocations. I should probably report that in some way. Is it a (K)Ubuntu

Re: [Interest] QWebEngineWidgets depend on Qt5Quick and Qt5Qml

2015-12-21 Thread Allan Sandfeld Jensen
On Monday 21 December 2015, Roland Winklmeier wrote: > Dear list, > > I have a question just out of curiosity. We recently added a HTML view > to our Qt5 widget application to show latest news, release information > etc. Since we wanted to get some hands on QWebEngine anyway, we played a > bit wit

[Interest] QWebEngineWidgets depend on Qt5Quick and Qt5Qml

2015-12-21 Thread Roland Winklmeier
Dear list, I have a question just out of curiosity. We recently added a HTML view to our Qt5 widget application to show latest news, release information etc. Since we wanted to get some hands on QWebEngine anyway, we played a bit with and finally added a QWebEngineView because it was super easy to

[Interest] QML size conversion not working

2015-12-21 Thread Jason H
Per http://doc.qt.io/qt-5/qml-size.html, I should be able to set the size using a string "WIDTHxHEIGHT" but this has never worked. Only Qt.size(width, height). Is this a bug or am I doing something wrong? camera.videoRecorder.resolution = Qt.size(targetResolution.width, targetResolution.height

[Interest] Android initialization stalling

2015-12-21 Thread Jason H
I think this is new behavior, please correct me if I am wrong. This may be a 5.5.1 issue or a recent android change. However I think previously the app would initialize without pausing. The pause occurs when the device screen is locked and only resumes when it is unlocked. It would be really nic

Re: [Interest] Qt 5.6 beta - Constructing bad LIBPATH commands on Windows for custom libs?

2015-12-21 Thread Nuno Santos
I don't know what caused this but it is not happening anymore... False alarm! Sorry! Em 21/12/2015 12:58, Nuno Santos escreveu: Hi, I was just trying Qt 5.6 beta and it seems to be constructing bad LIBPATH commands for openssl linked source built Qt version. For example, this is what is bein

Re: [Interest] Qt5.6 Qt3D* module names?

2015-12-21 Thread Sean Harmer
On Monday 21 December 2015 14:31:48 Brett wrote: > Very useful info, thanks. No problem. We will have a push on documentation in the new year. > Is there a specific mailing list, forum or chat dedicated to Qt3D*? Or is > this list the best place? Here is fine. Cheers, Sean > > On Dec 21, 2015

Re: [Interest] Qt5.6 Qt3D* module names?

2015-12-21 Thread Brett (Gmail)
Very useful info, thanks. Is there a specific mailing list, forum or chat dedicated to Qt3D*? Or is this list the best place? > On Dec 21, 2015, at 2:24 PM, Sean Harmer wrote: > > On Monday 21 December 2015 13:05:19 Brett wrote: >> Looks like “3drenderer” is now “3drender”. > > Yes that is co

Re: [Interest] Qt5.6 Qt3D* module names?

2015-12-21 Thread Sean Harmer
On Monday 21 December 2015 13:05:19 Brett wrote: > Looks like “3drenderer” is now “3drender”. Yes that is correct. > I changed that and lots of > errors. Appears lots of changes to the underlying method names, classes, > etc. The modules now match between C++ and QML in terms of namespaces. So w

Re: [Interest] Using QDBusConnection::sessionBus()

2015-12-21 Thread Thiago Macieira
On Sunday 20 December 2015 11:01:56 Bernhard Lindner wrote: > Thanks Thiago that you actually responded to that confusing question. I was > exhausted and didn't add the most important information. Let me try again > after getting some sleep: > > I intended to use QDBusConnection::sessionBus() (Kub

[Interest] Qt 5.6 beta - Constructing bad LIBPATH commands on Windows for custom libs?

2015-12-21 Thread Nuno Santos
Hi, I was just trying Qt 5.6 beta and it seems to be constructing bad LIBPATH commands for openssl linked source built Qt version. For example, this is what is being generated on Makefile.debug: \LIBPATH:c:\openssl-lib\lib \LIBPATH:c:\qt\5.6\msvc2013_opengl_5_6_beta_x86_static\lib dnsapi.lib

[Interest] Using own module in qt.creator

2015-12-21 Thread Andreas Müller via Interest
Hi, I've created a very simple module for SPI I/O [1]. The directory structure was based on qtserial and [2]. When (cross)building with yocto, everything works as expected: An application using the module by adding 'QT += spidevice' works fine and I get all module files (pkg-config / cmake / heade

Re: [Interest] Qt5.6 Qt3D* module names?

2015-12-21 Thread Brett (Gmail)
Looks like “3drenderer” is now “3drender”. I changed that and lots of errors. Appears lots of changes to the underlying method names, classes, etc. Is there an upgrade guide for Qt3d and all the changes somewhere? > On Dec 21, 2015, at 12:50 PM, Brett (Gmail) wrote: > > Hi, > Did the module na

[Interest] Qt5.6 Qt3D* module names?

2015-12-21 Thread Brett (Gmail)
Hi, Did the module names change for Qt3d in 5.6? My 5.5 project has: QT += core gui sql 3dcore 3drenderer 3dinput But now I’m getting "Unknown module(s) in QT: 3drenderer” type of errors when I try to compile. I see the frameworks in clang_64/lib so they got installed but not getting found. T