Re: [Interest] L Word

2021-05-03 Thread Stottlemyer, Brett (B.S.)
ork for new compilers/OSes, but not break _anything_ doesn't seem realistic when even the C++ language itself is changing. What would you have Qt do differently? Brett ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] L Word

2021-04-30 Thread Stottlemyer, Brett (B.S.)
lutes. QML == Awful Qt == Unstable New members to the list get the wrong impression when Roland's extreme opinions aren't pushed back on. You've hit a bad place when the choice is ignoring FUD vs. fighting a flame-war. People that force

Re: [Interest] the path forward

2021-04-01 Thread Stottlemyer, Brett (B.S.)
underlying OS, and _some_ porting is acceptable, you will find Qt meets that definition of stable. There is an inherent tension between supporting M1 Macs and RHEL 6. Specific issues do get discussed (more on the developer ML), and there are options for commercial support as well. Regards, Brett ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] QRemoteObject inheritance

2020-05-25 Thread Stottlemyer, Brett (B.S.)
Hi Daes, On 5/24/20, 7:19 AM, "Daesdemon" wrote: Hi Brett, I don't know why, but i even didn't think to use REP on the server side,only. That could obviouly changes a lot of thing as a boilerplate tool. It was an all or nothing in my head, even if

Re: [Interest] QRemoteObject inheritance

2020-05-23 Thread Stottlemyer, Brett (B.S.)
Hi Daes, On 5/22/20, 12:41 PM, "Daesdemon" wrote: Hi Brett, Thanks for your answer. My current project is completly based on dynamic Replica, i cannot use Rep, and i am quite happy of the result. To simplify, i have only QML on the client.

Re: [Interest] QRemoteObject inheritance

2020-05-22 Thread Stottlemyer, Brett (B.S.)
parts of the interface you want to use, and let repc generate the SourceAPI class [1] in a header. You can then use whatever QObject you want as the source, but the templated `enableRemoting<...SourceAPI>()` call will expose the proscribed API over the Remote Objects network. Regards,

Re: [Interest] QRemoteObjectDynamicReplica: How get a slot return value?

2019-08-09 Thread Stottlemyer, Brett (B.S.)
Hi Daes, Getting the pending reply from QML doesn’t currently work but is being looked at. See QTBUG-77178. Yeah, the documentation does need some TLC. Patches welcome! Regards, Brett From: Interest on behalf of Daesdemon Date: Friday, August 9, 2019 at 3:46 PM To: "intere

Re: [Interest] QRemoteObjectDynamicReplica: How get a slot return value?

2019-08-08 Thread Stottlemyer, Brett (B.S.)
://code.woboq.org/qt5/qtremoteobjects/tests/auto/integration/tst_integration.cpp.html#_ZN15tst_Integration22slotTestDynamicReplicaEv Using dynamica replicas is available, but is generally much more difficult than using repc. So repc is certainly recommended for most use-cases. Regards, Brett From

Re: [Interest] remoteobject returning a list of remoteobjects

2019-04-23 Thread Stottlemyer, Brett (B.S.)
ual Person replicas. I'm not sure what the right design is for your use-case, but hopefully the above gives an idea of what some of the options are and how one might select from them. Good luck, Brett ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] remoteobject returning a list of remoteobjects

2019-04-22 Thread Stottlemyer, Brett (B.S.)
Source. • where should this linking be done? Does the above answer this question? If not, can you rephrase? Regards, Brett ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] Doubts

2018-07-21 Thread Brett Gilio
Marian Beermann writes: Ask... no one can help you, if we don't know the question. You haven't upgraded to having telepathy, yet? -- Brett M. Gilio Free Software Foundation, Member https://parabola.nu | https://emacs.org ___ Interest ma

Re: [Interest] QtRO generate source classes (from .rep template file) with private members.

2017-08-18 Thread Stottlemyer, Brett (B.S.)
like this? Or do you have a different use-case? Honestly, we haven’t had a need for the members to be protected so far. Regards, Brett ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] QtRO Http transport layer

2017-08-18 Thread Stottlemyer, Brett (B.S.)
ook in src/remoteobjects/qconnection_tcp* code, that should give you a good idea how to proceed. I’d recommend also looking at tests/auto/integration and tests/auto/integration/tcp for the tests that would need to pass for a new backend. Hope that h

Re: [Interest] Qt Remote Objects QOBJECT_REPLICA Macro

2017-06-16 Thread Stottlemyer, Brett (B.S.)
ing .rep files directly rather than starting with QObject files, but I’m sure this is useful functionality for an existing codebase. The only example is in tests/auto/pods. > > Hope this was the right place to ask. Sure, this is a fine place to ask. Regards, Brett

Re: [Interest] Qt5.6 Qt3D* module names?

2015-12-21 Thread Brett (Gmail)
Very useful info, thanks. Is there a specific mailing list, forum or chat dedicated to Qt3D*? Or is this list the best place? > On Dec 21, 2015, at 2:24 PM, Sean Harmer wrote: > > On Monday 21 December 2015 13:05:19 Brett wrote: >> Looks like “3drenderer” is now “3drender”. &

Re: [Interest] Qt5.6 Qt3D* module names?

2015-12-21 Thread Brett (Gmail)
Looks like “3drenderer” is now “3drender”. I changed that and lots of errors. Appears lots of changes to the underlying method names, classes, etc. Is there an upgrade guide for Qt3d and all the changes somewhere? > On Dec 21, 2015, at 12:50 PM, Brett (Gmail) wrote: > > Hi, > Di

[Interest] Qt5.6 Qt3D* module names?

2015-12-21 Thread Brett (Gmail)
found. Thanks, Brett ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] QML Drag? Undo?

2015-09-13 Thread Brett (Gmail)
For example, #3 is supposed to support drag reorder of elements and dragging isn’t working at all for me. > On Sep 13, 2015, at 10:25 AM, Daniel França wrote: > > What exactly is not working in the example? > > Em dom, 13 de set de 2015 às 18:06, Brett (Gmail) <mailto:br

[Interest] QML Drag? Undo?

2015-09-13 Thread Brett (Gmail)
example tutorial for QML isn’t working (http://doc.qt.io/qt-5/qml-dynamicview-tutorial.html). If anybody can point me to any examples it’s greatly appreciated. Thanks, Brett ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman

[Interest] Qt3D: QMainWindow vs ApplicationWindow

2015-08-09 Thread Brett (Gmail)
issues I’m encountering? I know it’s an open-ended question but I’m really torn about which path to pursue and any thoughts appreciated. Thanks for your time! Brett ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman

Re: [Interest] Poor mirror performance for the online Qt SDK

2013-12-19 Thread Brett (Gmail)
Yes, for me too in Southeast Asia it always chooses China which due to the national firewall is super slow always. The logic should be to only choose China mirrors from within China, otherwise ignore it. On Dec 20, 2013, at 7:54 AM, Vadim Peretokin wrote: > You aren't the only one. I get the s

Re: [Interest] Cannot Install 5.2 on Mac OSX Mavericks

2013-12-19 Thread Brett (Gmail)
I got clean everything and the command line tools are the latest Mavericks ones and they work as I can run command from the command line for gcc, etc. and all work (and showing using the Xcode ones inside the bundle). Still baffling what's going on. All works fine except for 2 files. Clicking i

Re: [Interest] Cannot Install 5.2 on Mac OSX Mavericks

2013-12-18 Thread Brett (Gmail)
path ? > > > On Dec 18, 2013, at 2:44, Brett (Gmail) wrote: > >> I deleted everything, including Xcode, and reinstalled everything and still >> getting errors. I chose Ignore this time and it looks like for the whole >> installation there's only 2 errors, both r

Re: [Interest] Cannot Install 5.2 on Mac OSX Mavericks

2013-12-17 Thread Brett (Gmail)
files might not install properly? Some sort of dependency issue perhaps? Failure 1: Operation 'QtPatch' with arguments: 'mac; /Users/brett/Documents/Development/Qt/Qt5.2.0/5.2.0/clang_64; qt5' failed: Command install_name_tool failed. Arguments: -change /usr/local/Qt-5.2.

Re: [Interest] Cannot Install 5.2 on Mac OSX Mavericks

2013-12-14 Thread Brett (Gmail)
could be wrong, very much appreciated. Cheers, Brett Error during installation process (qt.520.clang_64.essentials): Command install_name_tool failed. Arguments: -change /usr/local/Qt-5.2.0/lib/QtOpenGL.framework/Versions/5/QtOpenGL /Users/brett/Documents/Development/Qt/Qt5.2.0/5.2.0/clang_6

Re: [Interest] Cannot Install 5.2 on Mac OSX Mavericks

2013-12-13 Thread Brett (Gmail)
Yes, just reinstalled/updated with the command line tools too. I use Xcode for other projects and it seems to be working fine. On Dec 14, 2013, at 8:33 AM, Vadim Peretokin wrote: > Is your Xcode installation fine? > > On 14/12/2013 11:18 AM, "Brett (Gmail)" wrote: >

[Interest] Cannot Install 5.2 on Mac OSX Mavericks

2013-12-13 Thread Brett (Gmail)
-5.2.0-ios-x86_64-offline and neither worked. Messages below. Any advice appreciated, Brett The error dialog that pops up in the installer says: Error during installation process (qt.520.clang_64.essentials): Command install_name_tool failed. Arguments: -change /usr/local/Qt-5.2.0/lib/QtGui.framewor

[Interest] FW:

2013-04-25 Thread brett
http://euromatic.sakura.ne.jp/lmgs1w.php ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt5 on MSVC2008, Win7x64 (Tier1)?

2012-07-10 Thread brett
008 support CE? Using newer versions of visual studio aren't an option if you support these systems, and I know KDAB is working on a lighthouse/qpa plugin for CE 7/WEC7 for Qt5. Don't mean to sound like a squeaky wheel, but this is an important point for us in this situ

Re: [Interest] Qt5 on MSVC2008, Win7x64 (Tier1)?

2012-07-08 Thread brett
> Show of hands -- those of you on Win7x64, are you using MSVC2008 or > MSVC2010? > 2008. And I'm hoping KDAB gets WEC7 support in, which requires VS2005 or VS2008. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/l