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
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, Jaso
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 redo() is ugly. :)
24.06.2016 18:53 пользова
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
commands, so redo() does nothing untill undo() done.
2
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
To:
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:
/opt/DREAM3D_SDK/Qt5.6.0/5.6/gcc_64/libexec/QtWebEngineProc
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 r
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 appro
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 yo
Am 24.06.16 um 18:02 schrieb 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
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 of
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.
Things
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 an
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 pushi
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 this
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
on behalf of
Chris Gripeos
Sent: Thursday,
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,
Rob
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 reason
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
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
> looking for wha
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 sources:
void QUndoStack::pus
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
haven'
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
Interest@qt-project.
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
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 even by downloading xco
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 releases have been run by the trolls, and not
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 :
> https://github.com/
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 fil
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
qtb
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 t
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
[mailto:interest-bounces
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 further
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
33 matches
Mail list logo