Re: [Development] Why does Q_ENUM() need qRegisterMetaType()?

2019-07-04 Thread Tom Isaacson
lared as a QMetaTypes (no need to add them in Q_DECLARE_METATYPE anymore)." So Q_ENUM replaces Q_DECLARE_METATYPE and provides additional functionality but requires you to add an additional call to qRegisterMetaType? That seems backward. Can I use Q_DECLARE_METATYPE and Q_ENUM

[Development] Why does Q_ENUM() need qRegisterMetaType()?

2019-07-03 Thread Tom Isaacson
TATYPE() this works. Am I doing something wrong or does Q_ENUM() require this? Tom Isaacson ___ Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

Re: [Development] Use QMetaEnum::keyCount() to initialise array

2019-01-07 Thread Tom Isaacson
I wonder if moc-ng could handle this? https://woboq.com/blog/moc-with-clang.html Tom Isaacson -Original Message- From: Development On Behalf Of Thiago Macieira Sent: Thursday, January 3, 2019 1:43 AM To: development@qt-project.org Subject: Re: [Development] Use QMetaEnum::keyCount

Re: [Development] Adding Visual Studio 2019 support

2019-01-05 Thread Tom Isaacson
I added a comment to the change but I don’t think Miguel is on Github: https://github.com/qt-labs/vstools/commit/1759c2f7bf66e6f5cc032df6764b51d9a96f6a57#r31802818 Tom Isaacson -Original Message- From: Development On Behalf Of Tom Isaacson Sent: Sunday, December 30, 2018 8:24 AM To

[Development] Use QMetaEnum::keyCount() to initialise array

2018-12-30 Thread Tom Isaacson
ely it's possible to change it to be constexpr? Tom Isaacson ___ Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

[Development] Adding Visual Studio 2019 support

2018-12-29 Thread Tom Isaacson
t not been added yet? Tom Isaacson ___ Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

Re: [Development] Building with Qt 5.11.1 and Visual Studio 2017

2018-09-06 Thread Tom Isaacson
er to ISO C++17 Standard (/std:c++17) Any other suggestions? The only thing I'm doing that's slightly unusual is building against the Visual Studio 2015 32-bit binaries because we haven't moved our app to 64-bit yet. But I wouldn't have thought this wouldn't be a probl

[Development] Building with Qt 5.11.1 and Visual Studio 2017

2018-09-05 Thread Tom Isaacson
;int Q_DECL_CONST_FUNCTION': redefinition 1>c:\qt\qt5.11.1\5.11.1\msvc2015\include\qtcore\qalgorithms.h(685): note: see declaration of 'Q_DECL_CONST_FUNCTION' (cont) I searched around and found: https://forum.qt.io/topic/93714/visual-studio-15-8-0-and-qt-5-11-1-does-not-comp

[Development] QMovie no longer supports .mng

2016-04-24 Thread Tom Isaacson
et round it? Thanks, Tom Isaacson ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] MSVC2015 and Qt5.5 -- dot release plans?

2015-07-23 Thread Tom Isaacson
> I don't know whether we'll be able to produce binaries for it for 5.5.1. That > depends on how soon we can bring it up in the old CI. Any idea when 5.5.1 is due now? The Wiki says the original date was September but will this be pushed out? https://wiki.qt.io/Qt-5.5-relea

Re: [Development] Relevant industrial buses

2015-07-10 Thread Tom Isaacson
There are a lot more commands in NMEA2000 than just position. As far as I can see QNmeaPositionInfoSource just allows you to enter data you've already parsed, there's no bus support there. Tom Isaacson -Original Message- From: Blasche Alexander [mailto:alex

Re: [Development] Relevant industrial buses

2015-07-10 Thread Tom Isaacson
Not sure this counts as industrial but NMEA2000 for marine would be good. Tom Isaacson From: development-bounces+tom.isaacson=navico@qt-project.org [development-bounces+tom.isaacson=navico@qt-project.org] on behalf of Jan Krause [jan.krause.n

Re: [Development] FTP in Qt5

2014-03-08 Thread Tom Isaacson
> There are no plans. FTP is really low-priority these days. Well we're still using it. Plus I said resume functionality for HTTP and FTP - I still think resume is an important part of any downloader so you don't end up having to download the same data. Is there no interest in this? Tom

Re: [Development] FTP in Qt5

2014-03-07 Thread Tom Isaacson
>> Is https://qt.gitorious.org/qt/qtftp/source/readme.txt an option? >Yes. I've just recently added it to one of my projects for QFtp / QUrlInfo >compatibility in Qt 5. I thought it was odd that functionality from Qt4 was removed with no intention to replace it. I was also surprised at how much

[Development] FTP in Qt5

2014-03-07 Thread Tom Isaacson
I needed this functionality in our application so I've written a demo app to handle pausing and resuming HTTP and FTP downloads: https://github.com/parsley72/QtDownloadManager We use Qt 4.8.2 so the FTP download is implemented with QFtp. We're intending to migrate to Qt5 later this year but sinc

Re: [Development] Visual Studio 2013 support

2014-01-03 Thread Tom Isaacson
Who's in charge of the Visual Studio add-in installer? Tom -Original Message- From: development-bounces+tom.isaacson=navico@qt-project.org [mailto:development-bounces+tom.isaacson=navico@qt-project.org] On Behalf Of Tom Isaacson Sent: Wednesday, 1 January 2014 10:42 a.

[Development] Visual Studio 2013 support

2013-12-31 Thread Tom Isaacson
Is there any plan yet to add Visual Studio 2013 support to the Qt add-in? I was wondering if the installer needed to be rewritten because I found this article suggesting that add-ins had been deprecated: http://msdn.microsoft.com/en-us/library/5abkeks7.aspx What I'm wondering is if this means th

Re: [Development] Extending Visual Studio's display of Qt classes

2012-09-16 Thread Tom Isaacson
hen it has no idea what the private class implementation is because it doesn't have the header files. TOM ISAACSON | SENIOR SOFTWARE DEVELOPER | NAVICO ASIA PACIFIC -Original Message- From: Robert Knight [mailto:robertkni...@gmail.com] Sent: Sunday, 16 September 2012 10:57 p.m.

[Development] Extending Visual Studio's display of Qt classes

2012-09-16 Thread Tom Isaacson
+ 0x4)] ) ) children ( #( [d]: [$c.d.d, x], [QSharedData]: [*(((quint32 *)$c.d.d) + 0x0), u], [index]: [*(((quint32 *)$c.d.d) + 0x1), u], [flags.i]: [*(((quint32 *)$c.d.d) + 0x2), u], [name]: [(QString *)(((quint