Re: [Interest] [interest] how qtwayland to capture weston touch event

2015-04-14 Thread Giulio Camuffo
2015-04-14 5:18 GMT+03:00 Nancy Zou nancy@csr.com: Dear All: Does anyone know how qtwayland to capture Weston touch event? I run my qt demo on platform wayland, the touch don’t have response. my Qt version is 5.4.1. Thank you. Hi, it should work... Do you see wl_touch events in the

Re: [Interest] Bad Request

2015-04-14 Thread Gianluca
Dear Wolfgang, can you check if you can see the link on the browser ? I can navigate it on Safari … and inspecting the url with wget, I found that the link return a 301 (Moved Permanent) error with the correct url with .io domain. So, I think that first we need to be sure that your firewall does

Re: [Interest] [interest] how qtwayland to capture weston touch event

2015-04-14 Thread Nancy Zou
Hi Giulio it should work... Do you see wl_touch events in the protocol dump generated when exporting WAYLAND_DEBUG=1? When I touch the demo, there are some wl_touch dumps. But the Qt demo don't give any response. The Weston demo weston-terminal have touch responses. So Does qtwayland

[Interest] Fwd: [interest] UITools - how to modify the GUI?

2015-04-14 Thread Tamás Nagy
Hi, A forum says: You need to change your QFile constructor argument QFile out(:/test.txt); to a correct path that could be QFile out(./test.txt); or QFile out(C:/test.txt); This way I cannot read and write it at the same time. It does not read it in, as there is no resource path there.

[Interest] Bad Request

2015-04-14 Thread Wolfgang BETZ
This one I have originally posted on the Qt Forum Development / Installation and Deploymenthttps://forum.qt.io/topic/53121/bad-request where I didn't get an answer to the question and someone (@JKSHhttps://forum.qt.io/user/jksh) actually suggested me to post it on this list, and such, here it

Re: [Interest] [interest] UITools - how to modify the GUI?

2015-04-14 Thread Tamás Nagy
Hi, Ok, I added the mainwindow.ui to a resource file, now it can be opened. With your solution it works and finds the tabs: if (!file.open(QIODevice::ReadOnly | QIODevice::Text)); But I also have to modify the GUI, so I have to set it ReadWrite: if (!file.open(QIODevice::ReadWrite |

Re: [Interest] Bad Request

2015-04-14 Thread Wolfgang BETZ
Hi Gianluca, thanks for your quick reply! I have already tried in the browser and there it correctly redirects to download.qt.io. Another interesting thing is, that it is not always the same URL which makes the installation or maintenance tools complain. Ciao Wolfgang On 04/14/2015 10:55 AM,

Re: [Interest] harfbuzz support?

2015-04-14 Thread René J . V . Bertin
On Sunday April 12 2015 08:21:40 Christoph Feck wrote: My interest in this isn't completely satisfied yet :) Harfbuzz is responsible for layout (positioning) of glyphs, not rendering them to bitmaps. My question does remain how Qt4 includes or links to the harfbuzz functions. Even after

Re: [Interest] Bad Request

2015-04-14 Thread Koehne Kai
-Original Message- From: interest-bounces+kai.koehne=theqtcompany@qt-project.org [mailto:interest-bounces+kai.koehne=theqtcompany@qt-project.org] On Behalf Of Wolfgang BETZ Sent: Tuesday, April 14, 2015 11:10 AM To: Gianluca Cc: interest@qt-project.org Subject: Re:

Re: [Interest] harfbuzz support?

2015-04-14 Thread René J . V . Bertin
On Tuesday April 14 2015 10:04:15 Lisandro Damián Nicanor Pérez Meyer wrote: Qt5 has the -system-harfbuzz compile switch, I don't know Qt4. If it doesn't it maybe tries to autodetect the lib at build time. That would have been my guess, but 1) there's no trace of that in the configure log and

Re: [Interest] To rpath or not when building Qt

2015-04-14 Thread Mike Jackson
On Wed, Mar 11, 2015 at 7:59 PM, Thiago Macieira thiago.macie...@intel.com wrote: On Wednesday 11 March 2015 23:50:52 Nikos Chantziaras wrote: On 10/03/15 21:07, Scott Aron Bloom wrote: When building Qt for distribution via LGPL of a closed source product using shared libraries.

Re: [Interest] To rpath or not when building Qt

2015-04-14 Thread Thiago Macieira
On Tuesday 14 April 2015 12:37:32 Mike Jackson wrote: For reference, if you want to use RPATH instead of RUNPATH, use: -Wl,-rpath=\$ORIGIN/lib,--disable-new-dtags Note: it is somewhat of a nightmare to escape the $ in \$ORIGIN in a way that can make it undamaged to the final

[Interest] Camera.focus.focusZones.length is 0?

2015-04-14 Thread Jason H
I am trying to get more reliable (read: in-focus) images. It seems that Camera.searchAndLock() is not enough, for various reasons that I won't go into. I am approaching this problem from multiple angles. I now include accelerometer data to reduce motion blur (our subjects are still) and I went

[Interest] QML detecting swipe gesture for open side menu

2015-04-14 Thread Gianluca
Hello, I’m trying to achieve something very common on the mobile app: the swipe from left to right made from the left side of the screen that display the lateral menu of the app. I didn’t find any way to do with QML. First of all, there is no SwipeGesture item into QML (while there is

[Interest] MenuBar QML not usable on Yosemite OSX

2015-04-14 Thread mark diener
Hello: Tried using a MenuBar QML component with a Window component on OSX yosemite, but the Menubar does not appear at all. Anybody have a tip on menubar visibility or usage on OSX? (Any gotchas in windows?) Thanks all, md import QtQuick 2.4 import QtQuick.Window 2.2 import

Re: [Interest] MenuBar QML not usable on Yosemite OSX

2015-04-14 Thread Daiwei Li
You have to use an ApplicationWindow as your top-level item and assign your MenuBar to the menuBar property of it: http://doc.qt.io/qt-5/qml-qtquick-controls-applicationwindow.html#menuBar-prop On Tue, Apr 14, 2015 at 10:05 AM, mark diener rpzrpz...@gmail.com wrote: Hello: Tried using a

Re: [Interest] QML detecting swipe gesture for open side menu

2015-04-14 Thread Daiwei Li
Here's an example of a NavigationDrawer implementation in QML that I found online: https://gist.github.com/jbache/2b625d40efd4c344ab20 On Tue, Apr 14, 2015 at 9:26 AM, Gianluca gmax...@gmail.com wrote: Hello, I’m trying to achieve something very common on the mobile app: the swipe from left

Re: [Interest] QAudioDecoder

2015-04-14 Thread John Weeks
I fed it a .wav file. QAudioFormat told me it was a signed 8-bit file. But a .wav file is apparently always unsigned if it is 8-bit. Question 2: Hm... I guess there is no question, it's just a bug. I reported it yesterday: https://bugreports.qt.io/browse/QTBUG-45540 It's fixed today! Now

Re: [Interest] MenuBar QML not usable on Yosemite OSX

2015-04-14 Thread rpzrpz...@gmail.com
Mr Li: That was tried as well and did not work. A copy of your suggestion is below and it does not work on: Yosemite OSX 10.10.2 Xcode 6.1.1 Qt 5.4.1 Qt Creator 3.3.2 Anyone else with some ideas? Thanks # import QtQuick 2.4 import QtQuick.Window 2.2 import QtQuick.Controls

Re: [Interest] harfbuzz support?

2015-04-14 Thread Lisandro Damián Nicanor Pérez Meyer
On Sunday 12 April 2015 01:20:36 René J.V. Bertin wrote: Hi, Qt can be built with or without support for text rendering using harfbuzz. Qt4 and Qt5 seem to differ slightly in this aspect, but from what I understand both can be made to use harfbuzz at runtime even when not compiled to use it