Re: [Interest] Deploying QtWebEngine on Linux with Qt 5.6.0

2016-06-24 Thread Thiago Macieira
On sexta-feira, 24 de junho de 2016 15:40:17 PDT Mike Jackson wrote: > I am running Ubuntu 14.04 and Qt 5.6 downloaded from downloads.qt.io. I > have built my application > and the application runs but when I try to invoke the QWebEngine classes I > just get an empty widget and the following error

Re: [Interest] 5.8 Features?

2016-06-24 Thread Kevin Mcintyre
I had this issue after I installed QT a couple of times (the first time I didn't install with version with Android) So looking back on my notes I sent to "Interest" - I resolved "via export LD_LIBRARY_PATH=/home/ubuntu/Qt/5.6/gcc_64/lib in my .bashrc file." On Fri, Jun 24, 2016 at 12:59 PM,

[Interest] Fwd: Re: QUndoStack

2016-06-24 Thread Igor Mironchik
Forwarded Message Subject:Re: [Interest] QUndoStack Date: Fri, 24 Jun 2016 19:38:22 +0300 From: Igor Mironchik To: Bob Hood Your approach is possible. But guess that you move rect in scene by mouse, then auto

[Interest] Fwd: Re: QUndoStack

2016-06-24 Thread Igor Mironchik
Forwarded Message Subject:Re: [Interest] QUndoStack Date: Fri, 24 Jun 2016 19:35:44 +0300 From: Igor Mironchik To: Alan Ezust How I missed it?! Thank you for the links. I solved it by undone flag in

Re: [Interest] 5.8 Features?

2016-06-24 Thread Jason H
I've solved these, to various exents, or Android and iOS. I would share my code as longas everyone promises to not laughs at my code. I do not know what is "best" or everyone. I just wrote what I had to fill the requirement I had.      Sent: Friday, June 24, 2016 at 12:20 PM From: ekke

[Interest] Deploying QtWebEngine on Linux with Qt 5.6.0

2016-06-24 Thread Mike Jackson
I am running Ubuntu 14.04 and Qt 5.6 downloaded from downloads.qt.io. I have built my application and the application runs but when I try to invoke the QWebEngine classes I just get an empty widget and the following error in the terminal:

Re: [Interest] Native event filter in QtService

2016-06-24 Thread Konstantin Shegunov
On Fri, Jun 24, 2016 at 5:56 PM, Julius Bullinger < julius.bullin...@asctec.de> wrote: > It still doesn’t work like in a QCodeApplication because I only receive > windows_dispatcher_MSG > and no windows_generic_MSG, but this may be Window’s fault. > One thing I forgot to mention, you could try

Re: [Interest] Native event filter in QtService

2016-06-24 Thread Konstantin Shegunov
On Fri, Jun 24, 2016 at 5:56 PM, Julius Bullinger < julius.bullin...@asctec.de> wrote: > Replacing QtService with your QtDaemon was relatively straight forward, > and as a result I can receive native events now! > Excellent! I'm glad it works for you and thanks for the contribution, I'll be

Re: [Interest] QUndoStack

2016-06-24 Thread william.croc...@analog.com
On 06/24/2016 11:52 AM, Bob Hood wrote: On 6/24/2016 9:42 AM, Alan Ezust wrote: There is another thread on this very subject from last week: http://lists.qt-project.org/pipermail/interest/2016-June/023114.html http://lists.qt-project.org/pipermail/interest/2016-June/023116.html I agree with

Re: [Interest] QMAKE_DEFAULT_INCDIRS = "/opt/local/include /usr/include" and building QtWebengine

2016-06-24 Thread Thiago Macieira
On sexta-feira, 24 de junho de 2016 12:59:13 PDT René J. V. Bertin wrote: > -echo `echo "$1" | sed 's,^[^ ]* .*$,"&",'` > +echo `echo $@ | sed 's,^[^ ]* .*$,&,'` This has no effect on your issue and in fact makes it worse. Previously, shellQuoteLines * printed *. Now it prints the list

Re: [Interest] 5.8 Features?

2016-06-24 Thread Jason H
6 months of latency would be great. But the things I talk about are pretty basic on mobile: - Foreground/background lifecycle events, - Screen wake locks, - Notifications (local / remote)   These have been aound since before Qt targeted mobile and are sorely STILL missing from Qt.  

Re: [Interest] QUndoStack

2016-06-24 Thread Bob Hood
On 6/24/2016 9:42 AM, Alan Ezust wrote: There is another thread on this very subject from last week: http://lists.qt-project.org/pipermail/interest/2016-June/023114.html http://lists.qt-project.org/pipermail/interest/2016-June/023116.html I agree with you, the QUndoStack design is really odd

Re: [Interest] QUndoStack

2016-06-24 Thread Alan Ezust
There is another thread on this very subject from last week: http://lists.qt-project.org/pipermail/interest/2016-June/023114.html http://lists.qt-project.org/pipermail/interest/2016-June/023116.html I agree with you, the QUndoStack design is really odd and the need to execute commands while

Re: [Interest] Native event filter in QtService

2016-06-24 Thread Julius Bullinger
Hello Konstantin, this looks really good! Replacing QtService with your QtDaemon was relatively straight forward, and as a result I can receive native events now! (It still doesn’t work like in a QCodeApplication because I only receive windows_dispatcher_MSG and no windows_generic_MSG, but

Re: [Interest] Problems with QDockWidgets in Qt5.6.1 and Qt5.7

2016-06-24 Thread Chris Gripeos
Just a heads up, I just downloaded latest Qt from github and verified that all the docking issues we've seen in Qt5.6.1 and Qt5.7.0 are fixed. It must have been the CL I mentioned below. - Chris From: Interest

Re: [Interest] Custom QSGGeometryNode Scene blending issue

2016-06-24 Thread Roberto Garrido
Hi Gunnar, we were creating our texture using "quickWindow->createTextureFromId", passing our FBO texture id as parameter, but forgot to add the " CreateTextureOption::TextureHasAlphaChannel". I think we have the desired effect now. Thank you so much for helping us to narrow this down. Cheers,

Re: [Interest] 5.8 Features?

2016-06-24 Thread Xavier Bigand
Like you said I think that the iOS and Android progress too fast and on an other cadence than Qt. We should not forget that Qt has to create a unified cross platform API, that is necessary harder than creating a new one for one platform. I think that a latency of 6 months to a year is still

Re: [Interest] Native event filter in QtService

2016-06-24 Thread Tony Rietwyk
Doh! I looked but missed that paragraph. Sorry for the noise! Tony From: Interest [mailto:interest-bounces+tony=rightsoft.com...@qt-project.org] On Behalf Of Julius Bullinger Sent: Friday, 24 June 2016 7:03 PM To: interest@qt-project.org Subject: Re: [Interest] Native event filter in

Re: [Interest] 5.8 Features?

2016-06-24 Thread Robert Iakobashvili
On Tue, Jun 21, 2016 at 10:55 PM, Jason H wrote: > I feel like the last few releases have been run by the trolls, and not the > users of Qt. I was hoping open governance would enable the community to > direct Qt development, but I seem to have misinterpreted what it means. I'm >

[Interest] QUndoStack

2016-06-24 Thread Igor Mironchik
Hello. I'm adding undo stack to my app. But in the documentation I found: voidQUndoStack::push(QUndoCommand *cmd) Pushes cmd on the stack or merges it with the most recently executed command. In either case, executes cmd by calling its redo () function. And in

Re: [Interest] QMAKE_DEFAULT_INCDIRS = "/opt/local/include /usr/include" and building QtWebengine

2016-06-24 Thread René J . V . Bertin
René J. V. Bertin wrote: > I checked, the DEFAULT_INCDIRS and DEFAULT_LIBDIRS variables in > qtbase/configure do not have quotes. Some more on this: I did patch qtbase/configure to prune a number of undesirable paths from those 2 variables. Without that patch I do not get the quotes. I

Re: [Interest] universal builds on OS X

2016-06-24 Thread René J . V . Bertin
On Friday June 24 2016 12:34:20 Konstantin Tokarev wrote: >There is https://www.darlinghq.org, at some point it may become usable for >testing Wow, I hadn't heard about that one for quite a while ... :) R ___ Interest mailing list

Re: [Interest] Native event filter in QtService

2016-06-24 Thread Konstantin Shegunov
Hi, If I may be so bold, I've wrapped up a (Qt 5) replacement for QtService recently. You might be interested to try it out (I've chosen the MIT license). https://bitbucket.org/nye/qtdaemon Kind regards. ___ Interest mailing list Interest@qt-project.org

Re: [Interest] universal builds on OS X

2016-06-24 Thread Konstantin Tokarev
24.06.2016, 12:20, "René J. V. Bertin" : > Jean-Michaël Celerier wrote: > >>  Some people are working on a toolchain for cross-compiling OS X software; >>  maybe >>  it could be extended to iOS? It "only" requires the SDK that you can borrow >>  from a >>  friend's mac (or

Re: [Interest] 5.8 Features?

2016-06-24 Thread Sze Howe Koh
On 22 June 2016 at 21:39, Jason H wrote: > > > Subject: Re: [Interest] 5.8 Features? > > > > On 22 June 2016 at 09:34, Thiago Macieira wrote: > > > > > > On terça-feira, 21 de junho de 2016 22:55:07 PDT Jason H wrote: > > > > I feel like the last few

Re: [Interest] universal builds on OS X

2016-06-24 Thread René J . V . Bertin
Jean-Michaël Celerier wrote: > Some people are working on a toolchain for cross-compiling OS X software; > maybe > it could be extended to iOS? It "only" requires the SDK that you can borrow > from a > friend's mac (or even by downloading xcode yourself). > > Here's a link : >

Re: [Interest] Native event filter in QtService

2016-06-24 Thread Bo Thorsen
Hi all, I'm copying this to devel, because it fits in a discussion a week or two ago. Den 24-06-2016 kl. 10:56 skrev Tony Rietwyk: qtservice_win.cpp around line 830 at your reference [1] installs its own nativeEventFilter - probably displacing yours. I suspect you'll need to merge the Qt

Re: [Interest] QMAKE_DEFAULT_INCDIRS = "/opt/local/include /usr/include" and building QtWebengine

2016-06-24 Thread René J . V . Bertin
Thiago Macieira wrote: Hi, > First of all, since this functionality changed very recently, what released > version or Git commit are you at? Sorry, this is with Qt 5.6.1 but I never tried to build QtWebEngine on Linux before. I checked, the DEFAULT_INCDIRS and DEFAULT_LIBDIRS variables in

Re: [Interest] Native event filter in QtService

2016-06-24 Thread Julius Bullinger
Hi Tony, thanks for your reply. Reading the documentation of QAbstractEventDispatcher::installNativeEventFilter(), it says in the fourth paragraph If multiple event filters are installed, the filter that was installed last is activated first. Thus, I was under the impression

Re: [Interest] Native event filter in QtService

2016-06-24 Thread Tony Rietwyk
Hi Julius, qtservice_win.cpp around line 830 at your reference [1] installs its own nativeEventFilter - probably displacing yours. I suspect you'll need to merge the Qt filter into yours, and get rid of that install. Regards, Tony From: Interest

Re: [Interest] Custom QSGGeometryNode Scene blending issue

2016-06-24 Thread Gunnar Sletta
Since the window's background is being cleared when you draw the framebuffer, it sounds as the window's default framebuffer is bound at the time of clearing. That or that the FBO is indeed cleared to fully transparent and rendered without blending, thus overwriting the pixels window. To

[Interest] Native event filter in QtService

2016-06-24 Thread Julius Bullinger
I'm trying to write a small (windows only) service based on QtService [1] listening for some USB device events. For this, I created a NativeDeviceEventFilter class based on QAbstractNativeEventFilter. It works perfectly when used in a QCoreApplication. Now, when installing this event filter in