Re: [Interest] Serializing QSensorReading derived classes

2018-02-21 Thread Jason H
-5.10/qtremoteobjects-gettingstarted.html   If anyone has any pointers (NPI) about deficiencies with this approach let me know!   Sent: Wednesday, February 21, 2018 at 9:09 AM From: "Jérôme Godbout" <godbo...@amotus.ca> To: "Jason H" <jh...@gmx.com>, "

[Interest] Serializing QSensorReading derived classes

2018-02-20 Thread Jason H
I'd like to serialize these values. QAcceleromterReading has x,y,z properties, but to serialize this one, the accelerometer mode should also be included. But aside from that, I'm not clear on what I need to do. There's adding the QDataStream << >> (QDataScream stream, QSensorReading reading)

Re: [Interest] How to make the QML gui be never stopped on Android

2018-02-15 Thread Jason H
You certainly can't do it in an activity. You'll need a background thread (Service), and there's no way it will work on iOS. It's possible to make services for Android in Qt, but I've never done it. Basically a that point, you're so into the OS that just using the Java SDK is the way to go.   

Re: [Interest] QML vs Electron

2018-02-15 Thread Jason H
> Sent: Thursday, February 15, 2018 at 11:29 AM > From: "Morten W. J." > To: interest@qt-project.org > Subject: Re: [Interest] QML vs Electron > > On Thursday, February 15, 2018 5:10:38 PM CET René Hansen wrote: > > [if they have had] Qt on the table when choosing a hybrid

Re: [Interest] QML vs Electron

2018-02-15 Thread Jason H
[opinionated rant warning, trigger words possible] It's not Qt's fault in any way. I was there when the internet arose,  was there at Qt 2, I saw attack ships on fire off the shoulder of Orion... The siutation has come about because the confluence and timing of several factors: 0. Multiple

Re: [Interest] [Qt-creator] [Development] Google Summer of Code

2018-02-14 Thread Jason H
PM > From: "Jason H" <jh...@gmx.com> > To: "Frederik Gladhorn" <frederik.gladh...@qt.io> > Cc: qt-crea...@qt-project.org, interest@qt-project.org > Subject: Re: [Qt-creator] [Interest] [Development] Google Summer of Code > > I don't know how t

Re: [Interest] [Development] Google Summer of Code

2018-02-14 Thread Jason H
I don't know how to use the suggestion template, but Qt needs a unified approach to Notifications (Push on mobile, Desktop), if it is not already in the works. > Sent: Tuesday, February 13, 2018 at 7:21 AM > From: "Frederik Gladhorn" > To: interest@qt-project.org,

Re: [Interest] QML vs Electron

2018-02-14 Thread Jason H
> Sent: Wednesday, February 14, 2018 at 8:45 PM > From: "Bob Hood" > To: "Qt Interest" > Subject: [Interest] QML vs Electron > > I'm starting to see more and more software being written in, or being ported > to, Electron[1] (e.g., Skype's latest v8

Re: [Interest] QML Rotation sensor readings [images]

2018-02-02 Thread Jason H
https://bugreports.qt.io/browse/QTBUG-66168 > Sent: Thursday, February 01, 2018 at 1:48 AM > From: "Alex Blasche" <alexander.blas...@qt.io> > To: "Jason H" <jh...@gmx.com> > Cc: "interestqt-project.org" <interest@qt-project.org> &g

Re: [Interest] Lifetime of QNetworkReply from QNetworkAccessManager

2018-01-29 Thread Jason H
> Sent: Monday, January 29, 2018 at 10:44 PM > From: "Tom Isaacson" > To: "Interest@qt-project.org" > Subject: [Interest] Lifetime of QNetworkReply from QNetworkAccessManager > > If I call a function like QNetworkAccessManager::head() with a >

Re: [Interest] QML Rotation sensor readings [images]

2018-01-29 Thread Jason H
arter circle. > Sent: Monday, January 29, 2018 at 7:43 PM > From: "Jason H" <jh...@gmx.com> > To: "Jason H" <jh...@gmx.com> > Cc: "interestqt-project.org" <interest@qt-project.org> > Subject: Re: [Interest] QML Rotation sensor readings [imag

Re: [Interest] QML Rotation sensor readings [images]

2018-01-29 Thread Jason H
I have continued to search on how to rectify this, does anyone have any experience with the rotation sensor 2-readings issue? > Sent: Sunday, January 28, 2018 at 3:34 PM > From: "Jason H" <jh...@gmx.com> > To: "Jason H" <jh...@gmx.com> > Cc: "

Re: [Interest] How to make a looping element?

2018-01-29 Thread Jason H
> Sent: Monday, January 29, 2018 at 5:53 PM > From: "Sze Howe Koh" <szehowe@gmail.com> > To: "Jason H" <jh...@gmx.com> > Cc: "interestqt-project.org" <interest@qt-project.org> > Subject: Re: [Interest] How to make a looping e

Re: [Interest] How to make a looping element?

2018-01-29 Thread Jason H
Try the RotationAnimation item and set the direction property to shortest. http://doc.qt.io/qt-5/qml-qtquick-rotationanimation.html   Cheers,  Ola   Den 29. jan. 2018 kl. 02.15 skrev Jason H <jh...@gmx.com>:   I am trying to make a compass control, something that shows 0-360, like

Re: [Interest] QML Rotation sensor readings [images]

2018-01-28 Thread Jason H
http://doc.qt.io/qt-5/compatmap.html <- this needs updating because tit sensor works with Android (it seems) But it does not fix the problem. Here are images describing the problem, and what I'd like.___ Interest mailing list Interest@qt-project.org

[Interest] QML Rotation sensor readings

2018-01-28 Thread Jason H
I'm trying to get a reading of 0 at horizon, and above the horizon as positive direction. I can't seem to do this because the orientation changes, but I can't fluidly detect that. QML defines 0 as on the table, face up, and as I raise the top of the phone it comes to vertical it is 90, then as

[Interest] Simple Qt3D globe control QML?

2018-01-16 Thread Jason H
With all the press Qt3D has been getting, I was wondering if there is a ready-made dead-simple globe control where I can specify in lat-lon the central view point, and pass a model of lat-lon points that will appear on the map? User-controlled zoom is probably the most advanced feature.

Re: [Interest] QtCreator, the past...

2018-01-12 Thread Jason H
Real programmers use edlin.exe > Sent: Friday, January 12, 2018 at 10:52 AM > From: "Nikos Chantziaras" > To: interest@qt-project.org > Subject: Re: [Interest] QtCreator, the past... > > On 12/01/18 17:30, Thiago Macieira wrote: > > On Friday, 12 January 2018 01:01:20 PST

Re: [Interest] QtCreator, the past...

2018-01-12 Thread Jason H
I found Lars' C++ con talk very informative from a historical perspective. If you want to know more, I suggest watching it on youtube. He dropped a hint that it would have been eclipse in that talk. https://youtu.be/YWiAUUblD34 > Sent: Friday, January 12, 2018 at 5:21 AM > From: "Konstantin

Re: [Interest] Multiple QNetworkAccessManagers for a single app

2018-01-11 Thread Jason H
> But is it a performance issue, a potential threading problem, what? not to my knowledge, not to my knowledge. It's just that: 1) I/O is async having more won't make it faster 2) Whatever resources are being managed will be managed separately, unaware of the rest. I regularly (accidentally)

Re: [Interest] "Demo Mode" third party tool

2018-01-11 Thread Jason H
Maybe the FrogLogic GUI testing is what you are looking for? But why not just generate the QEvents yourself?   Sent: Wednesday, January 10, 2018 at 5:00 PM From: "Scott Bloom" To: "interest@qt-project.org" Subject: [Interest] "Demo Mode" third

Re: [Interest] Integrate crypto in Qt project

2018-01-08 Thread Jason H
rpi thanks to Qt.   Christophe   2018-01-08 22:10 GMT+01:00 Jason H <jh...@gmx.com>: > Sent: Monday, January 08, 2018 at 1:52 PM > From: "Marian Beermann" <pub...@enkore.de> > To: interest@qt-project.org > Subject: Re: [Interest] Integrate crypto in Qt project &

Re: [Interest] Integrate crypto in Qt project

2018-01-08 Thread Jason H
> Sent: Monday, January 08, 2018 at 1:52 PM > From: "Marian Beermann" <pub...@enkore.de> > To: interest@qt-project.org > Subject: Re: [Interest] Integrate crypto in Qt project > > On 08.01.2018 19:14, Bob Hood wrote: > > On 1/8/2018 8:39 AM, Jason H wro

Re: [Interest] Integrate crypto in Qt project

2018-01-08 Thread Jason H
I've used CryptoCpp (as someone else mentioned) with Qt. It was actually easier for me to get running than QCA on my project which has to support OSX, Android, iOS. It also was FIPS certified, though your configuration will not technically inherit it - though having obtained it in the past is

Re: [Interest] Qt Charts questions

2018-01-04 Thread Jason H
> > I've used them. Once. 3 years ago. > > Yeah, and that was sort of why I asked. Not that qt-interest would be the > WRONG place to ask, but whether it's the BEST place to ask. Mainly because I > rarely see any traffic about the classes in that module here. > I noticed that too, but unlike

Re: [Interest] Qt Charts questions

2018-01-04 Thread Jason H
Yes, this is the place. I've used them. Once. 3 years ago. > Sent: Wednesday, January 03, 2018 at 11:41 AM > From: "Murphy, Sean" > To: "interest@qt-project.org" > Subject: [Interest] Qt Charts questions > > Is this the best place to ask questions

Re: [Interest] QMap::keys() / Qt6

2018-01-02 Thread Jason H
> currently QMap::keys() returns a QList. Since some newer APIs already > using QVector, a conversion from QList to QVector is needed which > creates a double allocation when using the easy way (with a clazy > warning and hopefully a comment in the review). > So to avoid this, I have to write

Re: [Interest] Interest Digest, Vol 75, Issue 5

2017-12-11 Thread Jason H
    > Sent: Saturday, December 09, 2017 at 10:11 AM > From: "Roland Hughes" > To: interest@qt-project.org > Subject: Re: [Interest] Interest Digest, Vol 75, Issue 5 > On 12/09/2017 08:21 AM,  Oliver Niebuhr wrote: >> I already contacted Digia directly and asked

[Interest] 5.10 QPA: WebGL ... Uploads?

2017-12-07 Thread Jason H
Many web pages offer the ability to upload a file via drag and drop. With the new WebGL port, are users able to drag a file into the browser and have that upload? I'd like oo ingest a file from the client then provide the UI for editing it. ___

Re: [Interest] [Solved] Change QCheckBox to QPushButton in a QTableView

2017-12-07 Thread Jason H
Oh man what a trip. The essentials for anyone who wants to replace checkboxes with QPushbuttons: void ButtonDelegate::paint(QPainter *painter, const QStyleOptionViewItem , const QModelIndex ) const { bool isChecked = index.data(Qt::CheckStateRole).toInt() == Qt::Checked;

Re: [Interest] Change QCheckBox to QPushButton in a QTableView

2017-12-07 Thread Jason H
> I added an assignment of QStypeOptionButton rect from options, and that now > shows the text, but the rest of the button is not rendered (Attached). If I > use a pushbutton to initialize options I've got to subclass it because > initStypeOptions is protected (why?), won't I overwrite the

Re: [Interest] Change QCheckBox to QPushButton in a QTableView

2017-12-07 Thread Jason H
> Sent: Thursday, December 07, 2017 at 1:10 AM > From: "André Somers" > To: interest@qt-project.org > Subject: Re: [Interest] Change QCheckBox to QPushButton in a QTableView > ... > > > > But all I got out of it was a black pixel in the first cell. > > You're going to

[Interest] Change QCheckBox to QPushButton in a QTableView

2017-12-06 Thread Jason H
I have a model, a few columns of which are supposed to be QPushButtons. I've got it working with checkboxes just fine, and I can get the QPushButtons to display while editing. But I want to display the checkable QPushButton reflecting it's checked state to be displayed all the time, not just

Re: [Interest] Packet arrival-time resolution? QUdpSocket

2017-12-06 Thread Jason H
QUdpSocket > > Hi, > > From: Thiago Macieira [mailto:thiago.macie...@intel.com] > > On Thursday, 30 November 2017 13:27:16 PST Jason H wrote: > > > > In more usual units: > > > > speed of light = 299 792 458 m/s = 299.792458 mm/ns > > > > spe

Re: [Interest] Packet arrival-time resolution? QUdpSocket

2017-11-30 Thread Jason H
> Sent: Thursday, November 30, 2017 at 11:27 AM > From: "Thiago Macieira" <thiago.macie...@intel.com> > To: interest@qt-project.org > Subject: Re: [Interest] Packet arrival-time resolution? QUdpSocket > > On quinta-feira, 30 de novembro de 2017 07:49:15 PST Jas

Re: [Interest] Packet arrival-time resolution? QUdpSocket

2017-11-30 Thread Jason H
> Sent: Wednesday, November 29, 2017 at 11:05 AM > From: "Thiago Macieira" > To: interest@qt-project.org > Subject: Re: [Interest] Packet arrival-time resolution? QUdpSocket > > On Wednesday, 29 November 2017 01:34:05 PST Konrad Rosenbaum wrote: > > Any software

Re: [Interest] Packet arrival-time resolution? QUdpSocket

2017-11-28 Thread Jason H
> On Monday, 27 November 2017 06:05:16 PST Jason H wrote: > > I was wondering what the maximum packet arrival time granularity is for Qt > > (On linux) using a normal timestamp, I can easily do 1ms. However if I was > > dealing with a raw socket descriptor, timing below

[Interest] Packet arrival-time resolution? QUdpSocket

2017-11-27 Thread Jason H
I was wondering what the maximum packet arrival time granularity is for Qt (On linux) using a normal timestamp, I can easily do 1ms. However if I was dealing with a raw socket descriptor, timing below this there is a ioctl() call I can do to get a lower resolution for the packet arrival time.

Re: [Interest] Customized Qt Platform Abstraction plugin

2017-11-17 Thread Jason H
> Sent: Friday, November 17, 2017 at 12:02 PM > From: Philippe > To: interest@qt-project.org > Subject: [Interest] Customized Qt Platform Abstraction plugin > > There is little documentation about Qpa, however I am wondering if a custom > Qpa plugin could be used for the

Re: [Interest] QMap crash when using QtConcurrent::blockingMapped()

2017-10-27 Thread Jason H
> Sent: Friday, October 27, 2017 at 6:44 AM > From: "Konstantin Shegunov" > On Fri, Oct 27, 2017 at 9:45 AM, Elvis Stansvik > wrote: > > QMap isn't thread safe, so I don't think your use is guaranteed to be safe, > > even if

Re: [Interest] QMap crash when using QtConcurrent::blockingMapped() (Solved)

2017-10-27 Thread Jason H
Wow. Good call. Thanks Konstantin and Bjorn! It now works as expected.    Sent: Friday, October 27, 2017 at 5:15 AM From: "Björn Piltz" <bjornpi...@gmail.com> To: "Jason H" <jh...@gmx.com> Cc: "interestqt-project.org" <interest@qt-project.org&g

Re: [Interest] QMap crash when using QtConcurrent::blockingMapped()

2017-10-26 Thread Jason H
    Sent: Thursday, October 26, 2017 at 4:58 PM From: "Konstantin Shegunov" <kshegu...@gmail.com> To: "Jason H" <jh...@gmx.com> Cc: "interestqt-project.org" <interest@qt-project.org> Subject: Re: [Interest] QMap crash when using QtConcurrent::bl

[Interest] QMap crash when using QtConcurrent::blockingMapped()

2017-10-26 Thread Jason H
This is the first time I'm trying to use QMap with QtConcurrent, and blockingMapped(). It sometimes works, sometimes doesn't. I've created a minimal test case that seems to crash in the same way. It seems to crash in varying places. namely: qmap.h: template inline bool qMapLessThanKey(const

Re: [Interest] [Qt3D] Mixing C++ and QML

2017-10-19 Thread Jason H
> I am looking for a way to manage an Entity tree in C++ and the Scene > configuration in QML. My C++ code manage entities from a root node and I want > to move the Frame graph and camera management,... to qml. > I can't figure out how to do that because if create a class that derive from >

Re: [Interest] WebView will someone shed some light please

2017-10-18 Thread Jason H
> It's not web-driven app, there are push notifications, in app purchase, > google > api authorization and a few more. WebRTC allows me to use some "call center" > infrastructure with TURN and STUN servers provided by VoIP provider. They > have > commercial JS library where all webRTC

Re: [Interest] WebView will someone shed some light please

2017-10-17 Thread Jason H
> Sent: Wednesday, October 11, 2017 at 12:47 PM > From: "Marek.Floriańczyk" > To: interest@qt-project.org > Subject: [Interest] WebView will someone shed some light please > > Hi all, > > I need to ask about QML WebView module. > I'm working on an mobile

Re: [Interest] How to get in touch with the Qt Company sales people?

2017-09-27 Thread Jason H
Having been responsible for Qt being purchaed at several organizations, I typically have had this problem in the past as well.   Though once you get a reply it really moves. I'm not sure what the problem is? An over-agressive spam filter?     Sent: Wednesday, September 27, 2017 at 7:09 AM

Re: [Interest] [Android-development] Qt for Android - Signed Debug Packages by QtCreator

2017-09-13 Thread Jason H
https://bugreports.qt.io/browse/QTBUG-58799 > Sent: Wednesday, September 13, 2017 at 12:29 PM > From: "coroberti ." <corobe...@gmail.com> > To: "Jason H" <jh...@gmx.com> > Cc: "interest@qt-project.org" <interest@qt-project.org>

Re: [Interest] [Android-development] Qt for Android - Signed Debug Packages by QtCreator

2017-09-13 Thread Jason H
I filed a bug about this. Vote for it. However the result for me was a debug package, just incorrectly named. > Sent: Wednesday, September 13, 2017 at 6:58 AM > From: "coroberti ." > To: "interest@qt-project.org" , android-development >

Re: [Interest] Any way to achieve retina resolution on QGraphicsView?

2017-07-26 Thread Jason H
I don't know what your code path is, or the current state of this long-time bug is, but  I belive the current "fix" is to manualyl double the pixel density and then scale down.      Sent: Tuesday, July 25, 2017 at 9:29 PM From: "Patrick Stinson" To: "Qt Interest"

Re: [Interest] QML disappointments

2017-06-26 Thread Jason H
The strength and main selling point of Qt is that it is cross-platform. But if it's not even different-theme-same-platform, then it really detracts from it's value prop.   As someone else said, the internals are fantastic, but the GUI bits are not the same quality.    I applied to work at Qt,

[Interest] QML disappointments

2017-06-23 Thread Jason H
So I've been using Qt for years (2004) and I like a lot about it. But QML continually disappoints. I just don't remember all these rendering issues on QWidgets. They Just Worked (tm). But QML fails to render reliably on all platforms. Whether it's mipmap on iOS, SVG scaling on Android...

Re: [Interest] Qt3D on Android with C++

2017-06-14 Thread Jason H
I'm not sure why this isn't considered a bug to be fixed in 5.9. It is a LTS release, after all.   Sent: Wednesday, June 14, 2017 at 8:04 AM From: max_bergman...@web.de To: "Laszlo Agocs" , interest@qt-project.org Subject: Re: [Interest] Qt3D on Android with C++ Thanks,

[Interest] QtQ Controls 2 CheckBox fail

2017-06-14 Thread Jason H
So excited to install 5.9 and get going, particularly with Controls 2. Really, after all the buzz, I go to use a CheckBox this happens: (see attached) Blue is universal, B is default. One clip:true (and looks terrible) and the other doesn't. On OSX.___

[Interest] Auto QML generation using a drawing?

2017-05-31 Thread Jason H
I was reading this paper https://arxiv.org/pdf/1705.07962.pdf about generating code from UI by feeding it into a neural network. I was thinking it would be cool if we could take hand-drawn or Balsamic or other prototyping tool output to create the QML code. The github repo already has code for

Re: [Interest] Qt iOS and App Extensions

2017-05-20 Thread Jason H
I do not know if that is possible, I remember something about a limitation with Qt/iOS w.r.t dynamic linking? > Sent: Saturday, May 20, 2017 at 12:54 PM > From: "Nuno Santos" > To: "Qt Project MailingList" > Subject: [Interest] Qt iOS and App

[Interest] Suggestion: Change default QML main.cpp

2017-05-15 Thread Jason H
After the engine.load(QUrl(QLatin1String("qrc:/main.qml"))); call, if there is a parsing error, the engine is empty. The eventloop will continue to run. Therefore, it should check before starting the event loop. if (engine.rootObjects().size() > 0) return

Re: [Interest] Question regarding Qt Android service

2017-05-11 Thread Jason H
I don't know how services differ from activities, but having done quite a few things with activities, I say yes, the Android Service/Activity start sthe Qt Thread. I don't know of anyway for the OD to start Qt directly... For my activity I have a platform shim that uses a single ton that has to

Re: [Interest] QVectors vs QLists

2017-05-03 Thread Jason H
> Sent: Wednesday, May 03, 2017 at 1:53 PM > From: "Konstantin Shegunov" <kshegu...@gmail.com> > To: "Jason H" <jh...@gmx.com> > Cc: "Qt Project" <interest@qt-project.org> > Subject: Re: [Interest] QVectors vs QLists > > I'

[Interest] QVectors vs QLists

2017-05-03 Thread Jason H
I have a app that does a lot of numeric processing,using quint32, qreal mostly (and occasional QVector3D). 10k-1M items in the data set. I generally do know the size of the dataset before I start adding to it, so I call reserve() on it. Given that, and that I've been using QMap and QVector,

Re: [Interest] QtQuick import question

2017-04-12 Thread Jason H
> Sent: Wednesday, April 12, 2017 at 12:05 PM > From: "VStevenP via Interest" > To: interest@qt-project.org > Subject: [Interest] QtQuick import question > > When importing a QtQuick version, is it best to import the most recent > version, or the minimum version that

Re: [Interest] Getting a QImage from an QML Image, protocol, agnostic QImage?

2017-04-12 Thread Jason H
1/2017 08:22 PM, interest-requ...@qt-project.org wrote: On Tuesday 11 April 2017 16:05:57 Jason H wrote: I am looking for a way to get the original pixel data from a Image element into QImage. A few ways just grab the image as rendered (returning less data if scaled down) but I want the full

Re: [Interest] Getting a QImage from an QML Image, protocol, agnostic QImage?

2017-04-12 Thread Jason H
Please stop trolling my thread. 1. You don't know what images my app will be accessing, or my rights and permissions to them 2. The fact that an image is posted openly it prima facia evidence that I have permission to access it, given there are access control measures i.e. HTTP 4xx codes,

Re: [Interest] Getting a QImage from an QML Image, protocol agnostic QImage?

2017-04-11 Thread Jason H
> Sent: Tuesday, April 11, 2017 at 10:19 AM > From: "Sean Harmer" <sean.har...@kdab.com> > To: interest@qt-project.org > Subject: Re: [Interest] Getting a QImage from an QML Image, protocol agnostic > QImage? > > On Tuesday 11 April 2017 16:05:57 Jason H wro

Re: [Interest] Simulate Android CircularReveal with Qml

2017-04-11 Thread Jason H
  Should be super simple. You have the background, below the foreground,  being revealed in a circle. So put your foreground item in a Rectangle with radius: width/2; clip: true, then animate the width from 0 to whatever.   Sent: Tuesday, April 11, 2017 at 8:54 AM From: "Majid Kamali"

[Interest] Getting a QImage from an QML Image, protocol agnostic QImage?

2017-04-11 Thread Jason H
I am looking for a way to get the original pixel data from a Image element into QImage. A few ways just grab the image as rendered (returning less data if scaled down) but I want the full image. I don't mind loading the pixel data for myself, but the Image element take s QUrl, and if passed to

Re: [Interest] QML WebView modules

2017-04-06 Thread Jason H
  Use a file selector, roll both platforms into a custom component.  http://www.ics.com/blog/mastering-qt-file-selectors Sent: Tuesday, April 04, 2017 at 6:26 AM From: "Mark Tucker" To: "interest@qt-project.org" Subject: [Interest] QML

[Interest] QML GPS not working on android? (5.7)

2017-04-06 Thread Jason H
PositionSource.update() doesn't do anything. However valid is true, but latitude and longitude are both NaN. When using start()/active: D/QtPositioning(21346): Stopping updates W/System.err(21346): java.lang.IllegalArgumentException: invalid listener: null W/System.err(21346): at

[Interest] Random message: (is Wi-Fi turned on?)

2017-03-30 Thread Jason H
"The operation couldn’t be completed. (kCLErrorDomain error 0.)" (is Wi-Fi turned on?) I started seeing this in my app when I switched from a Wifi connection to a wired one. I'm not sure what is happening or why it matters. ___ Interest mailing list

Re: [Interest] Model/Views and Drag actions

2017-03-27 Thread Jason H
With the &, it looks like it's using a bitmask. Make sure that the dropAction() and supportedDropActions() values are arranged correctly, as a bitmask.     00100 * 00111  = 00100, return true. Therefore the only other thing is it is a mime issue?   Sent: Monday, March 27, 2017 at 9:28 AM

Re: [Interest] QML Video component fails to stream video on Windows

2017-03-21 Thread Jason H
It has been a while since I did Windows Multimedia. And everytime I do there seems to be a new backend. But, with my dated experience, try a program called gspot and laod the file, it should tell you if it is missing a codec. There was also another told I used about 10 years ago, which drew the

Re: [Interest] QtLingust

2017-03-15 Thread Jason H
> Sent: Tuesday, March 14, 2017 at 11:57 AM > From: "Thiago Macieira" <thiago.macie...@intel.com> > To: interest@qt-project.org > Subject: Re: [Interest] QtLingust > > On terça-feira, 14 de março de 2017 07:06:48 PDT Jason H wrote: > > I need to distrib

[Interest] QtLingust

2017-03-14 Thread Jason H
I need to distribute Qt Linguist. What is the easiest way to distribute this? There is no download available. Target platform is OSX. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] QObject::connect returns true, but the connection does not work

2017-02-22 Thread Jason H
> Sent: Wednesday, February 22, 2017 at 2:33 PM > From: "Alexander Dyagilev" > To: "interest@qt-project.org" > Subject: [Interest] QObject::connect returns true, but the connection does > not work > > Why? > > emit is called; slot is NOT called.

Re: [Interest] Qt Android - Google Drive API

2017-02-16 Thread Jason H
Not to mention there are multiple users on the same device. I have two google drives, one for work, and one personal. > Sent: Thursday, February 16, 2017 at 11:28 AM > From: "Robert Iakobashvili" > To: "Mike Chinander" , "interest@qt-project.org" >

Re: [Interest] Replacing QScript with QML

2017-02-15 Thread Jason H
. > Sent: Wednesday, February 15, 2017 at 2:50 PM > From: "Ian Geiser" <geis...@geekcentral.pub> > To: "Jérôme Godbout" <jer...@bodycad.com> > Cc: "Jason H" <jh...@gmx.com>, "Interests Qt" <Interest@qt-project.org> > S

Re: [Interest] Replacing QScript with QML

2017-02-14 Thread Jason H
> Sent: Tuesday, February 14, 2017 at 10:14 AM > From: "Ian Geiser" > To: Interest@qt-project.org > Subject: [Interest] Replacing QScript with QML > > > > > Greetings, I am ported a non-gui Qt4 QScript apt to Qt5 and would like to > replace the QScript component

Re: [Interest] How set default Android APK name?

2017-02-13 Thread Jason H
another one installed before. Second the resulting file name is important exactly - it will be needed change it manually each time before distribution. May be you do not know but operating systems cannot save different files with same name in one directory...   Понедельник, 13 февраля 2017, 21:51 +

Re: [Interest] How set default Android APK name?

2017-02-13 Thread Jason H
At ease, Serge,   The thing that matters is the value in the manifest, not the filename. I suggest starting here: https://www.kdab.com/qt-on-android-episode-2/   There is nothing wrong with how the apks are named (other than a signed build is always release-signed) but that is only cosmetic.

Re: [Interest] What's the best way to play youtube videos? (android/iOs/windows)

2017-02-13 Thread Jason H
I think I remember seeing that 5.8 (or was it 5.9?) WebView supports DRM codecs so you could make a player for almost any site. There was some hinting that you'd have to copy some DLLs over for one of them though.     Sent: Sunday, February 12, 2017 at 1:59 PM From: "Bernhard B"

[Interest] My Crazy Idea of 2017: WebGL backend for Qt?

2017-02-08 Thread Jason H
I was watching the QtWS16 video on the new Scenegraph tech and was wondering why WebGL was not mentioned? I'm imagining a server with a context that provides a WebGL client view. ___ Interest mailing list Interest@qt-project.org

Re: [Interest] Problem to use Firebase (QML/IOS APP) push notification.

2017-02-08 Thread Jason H
Why are you worried about push notifications on the simulator?     Sent: Wednesday, February 08, 2017 at 2:25 PM From: "Manoel Neto" To: "Interests Qt" Subject: [Interest] Problem to use Firebase (QML/IOS APP) push notification. Hi,    We are

Re: [Interest] QML async/await support?

2017-02-03 Thread Jason H
, 2017 at 12:06 PM From: "Ben Lau" <xben...@gmail.com> To: "Jason H" <jh...@gmx.com> Cc: "Samuel Gaist" <samuel.ga...@edeltech.ch>, "interestqt-project.org" <interest@qt-project.org> Subject: Re: [Interest] QML async/await support?

Re: [Interest] QML async/await support?

2017-02-03 Thread Jason H
> Sent: Friday, February 03, 2017 at 11:48 AM > From: "Konstantin Tokarev" <annu...@yandex.ru> > To: "Jason H" <jh...@gmx.com>, "Samuel Gaist" <samuel.ga...@edeltech.ch> > Cc: "interestqt-project.org" <i

Re: [Interest] QML async/await support?

2017-02-03 Thread Jason H
> Sent: Thursday, February 02, 2017 at 3:40 PM > From: "Samuel Gaist" <samuel.ga...@edeltech.ch> > To: "Jason H" <jh...@gmx.com> > Cc: "interestqt-project.org" <interest@qt-project.org> > Subject: Re: [Interest] QML async/await su

Re: [Interest] QML async/await support?

2017-02-02 Thread Jason H
ovsky" <vladstelmahov...@gmail.com> To: "Jason H" <jh...@gmx.com> Cc: "interestqt-project.org" <interest@qt-project.org> Subject: Re: [Interest] QML async/await support? In C++. you can always fallback to C++ from QML   On Thu, Feb 2, 2017 at 7:24 PM, Jason H <

Re: [Interest] QML async/await support?

2017-02-02 Thread Jason H
In QML?   Sent: Thursday, February 02, 2017 at 1:21 PM From: "Vlad Stelmahovsky" <vladstelmahov...@gmail.com> To: "Jason H" <jh...@gmx.com> Cc: "interestqt-project.org" <interest@qt-project.org> Subject: Re: [Interest] QML async/await support?

[Interest] QML async/await support?

2017-02-02 Thread Jason H
When will QML get proper async/await support? I'm not using Promises, since my callback hell is manageable, but I do look forward to async/await. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt Lite 5.8

2017-01-30 Thread Jason H
> Sent: Monday, January 30, 2017 at 12:57 PM > From: "mark diener" > To: "Kai, Koehne" > Cc: "Tor Arne, Vestbø" , "interest@qt-project.org" > > Subject: Re: [Interest] Qt Lite 5.8 > > Kai: > > Thank you

[Interest] WebView page content

2017-01-20 Thread Jason H
I am using a QML WebView as part of a OAuth process. The "final" page is a JSON document of the user's information. How can I grab that content and JSON.parse() it? ___ Interest mailing list Interest@qt-project.org

Re: [Interest] Problem transfering bigger data amounts over Websockets on iOS

2017-01-20 Thread Jason H
What about sending sending ping messages periodically? Is your app being backgrounded? I had a problem with websockets disconnecting on iOS, but not on Android. > Sent: Friday, January 20, 2017 at 5:58 AM > From: "Markus Steinhilber" > To: interest@qt-project.org >

Re: [Interest] Qt 5.8.0 RC build under windows

2017-01-19 Thread Jason H
@analog.com" <william.croc...@analog.com> > To: interest@qt-project.org > Subject: Re: [Interest] Qt 5.8.0 RC build under windows > > On 01/19/2017 09:55 AM, Jason H wrote: > > I really think Qt needs a compile tool > > I would vote against that as it would be ju

[Interest] Android networking: Won't connect

2017-01-19 Thread Jason H
I have apps that work, and I remember having solved this problem before, but it escapes me... I am trying to use QML and XMLHttpRequest and the request foes from 1 to 4, which is CONNECTING to DONE. Nothing hits the server. QT += core qml quick network websockets android { DISTFILES

Re: [Interest] Qt 5.8.0 RC build under windows

2017-01-19 Thread Jason H
I really think Qt needs a compile tool (like the Linux kernel has/had (make menuconfig or xconfig) ) that will also provide telemetry* when a build fails. I *never* have had Qt "just compile" and these days I'm compiling it for at least 3 platforms. Heck even a make clean doesn't complete

Re: [Interest] Ammy: Interesting new UI language inspired from QML

2017-01-12 Thread Jason H
https://qmlweb.github.io/     Sent: Thursday, January 12, 2017 at 12:44 PM From: "Jean-Michaël Celerier" <jeanmichael.celer...@gmail.com> To: "Jason H" <jh...@gmx.com> Cc: "Jean-Michaël Celerier" <jeanmichael.celer...@gmail.com>, interest <in

Re: [Interest] Ammy: Interesting new UI language inspired from QML

2017-01-12 Thread Jason H
Inspired, but inferior. And who wants to pay $299? And seems to be WPF only...   Still, imitation is the sincerest form of flattery. There is a convergence happening with QML, JSX, and now this...       Sent: Thursday, January 12, 2017 at 11:57 AM From: "Jean-Michaël Celerier"

Re: [Interest] Needed working stop/start for animated SVG

2017-01-10 Thread Jason H
Well android wasn't around in 4.1 days... it seems the Android drawable system is running the animation, not Qt.    Sent: Tuesday, January 10, 2017 at 12:55 PM From: "Serge K via Interest" To: interest Subject: Re: [Interest] Needed working

[Interest] How to ssh-in then connect to a database in Qt?

2017-01-09 Thread Jason H
This one is a head scratcher for me. I want to write a Qt app that connects to a server running SSH, then connect to a database behind it, as it's not internet accessible. MySQLWorkbench and others can do this. I'm wondering if there is a way d do this in Qt? (Currently the DB is Mysql, but

Re: [Interest] How to improve Qt's QSS/CSS performance on embedded devices?

2017-01-09 Thread Jason H
What are you changing in the QSS? If it's just colors, just use QPalette. > Sent: Monday, January 09, 2017 at 8:28 AM > From: "Michael Herzlich" > To: interest@qt-project.org > Subject: [Interest] How to improve Qt's QSS/CSS performance on embedded > devices? > > >

Re: [Interest] Which "Widget" technology to use when starting a new desktop app

2017-01-05 Thread Jason H
..@analog.com wrote: > > On 01/05/2017 10:29 AM, Bob Hood wrote: > >> On 1/5/2017 8:03 AM, Jason H wrote: > >>> The mantra is to use QML. > >> > >> I just wrote a wonderful utility using Qt 5.6.2 and Widgets for the > >> desktop, and > >

<    1   2   3   4   5   6   7   8   9   10   >