[Interest] Welcome to our Qt Champions for 2021!

2021-12-23 Thread Andy Shaw
to all of you and to all of your in the community for making this a great community to work with and thank you to Softanics for your very generous prize for our winners. I hope to work with all of you again in 2022! Let's make 2022 an even better year for Qt! Kind regards, Andy -- Andy Shaw The Qt

Re: [Interest] Faster way of rendering QOpenGLFramebufferObject to image

2021-07-14 Thread Andy
a temp dir and then processing them using ffmpeg. I use QtConcurrent::run() to do image processing (e.g. adding an overlay) & writing so it doesn't affect the main thread doing the capturing. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney>

[Interest] Svar: Qt permanently broke on computer

2021-04-26 Thread Andy Shaw
What is also useful to check is to set QT_DEBUG_PLUGINS=1 as your environment variable, it can tell you where it is looking for the plugin then. Maybe it finds a qt.conf file and it is influencing the paths incorrectly there. Andy Fra: Interest på vegne av Jérôme Godbout Dato: mandag, 26

Re: [Interest] The willy-nilly deletion of convenience,, methods

2021-03-24 Thread Andy
Do you think everyone can take a moment and realize that this mailing list has dozens of people on it. Every email we receive takes some non-zero amount of time to deal with. Please consider this before clicking "send". --- Andy Maloney // https://asmaloney.com twitter ~ @asmalo

Re: [Interest] Mac debugger always hangs

2021-01-09 Thread Andy
https://stackoverflow.com/a/49428585/3601811 So it's not just you... --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Sat, Jan 9, 2021 at 2:24 AM David M. Cotter wrote: > Does anybody else experienced this? Please take a look

Re: [Interest] QtPdf from Qt open source online installer

2020-10-21 Thread Andy
source users to pay for it even though it's LGPL. More license games from The Qt Company. They really have no idea (or don't care) how badly this stuff reflects on them or what damage it's been doing to Qt --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmal

Re: [Interest] Bug in QCodoaWindow?

2020-08-27 Thread Andy
Bitwise "&" has precedence over logical "&&", so I think this is alright. https://en.cppreference.com/w/cpp/language/operator_precedence (Regardless I would always use parens in cases like this to make it easier for humans reading the code.) --- Andy Maloney /

Re: [Interest] List on moderation

2020-07-17 Thread Andy Shaw
for everyone to take part in. I hope you all have a relaxing weekend. Kind regards, Andy -Original Message- From: Interest on behalf of Howe Koh Sze Date: Friday, 17 July 2020 at 14:47 To: "interest@qt-project.org" Subject: Re: [Interest] List on moderation On Fri, 17 Jul

Re: [Interest] List on moderation

2020-07-17 Thread Andy Shaw
regards, Andy -Original Message- From: Interest on behalf of "m...@herrdiel.de" Date: Friday, 17 July 2020 at 14:11 To: "interest@qt-project.org" Subject: Re: [Interest] List on moderation Hi, sorry to write again about this. I wanted to not respond t

Re: [Interest] List on moderation

2020-07-16 Thread Andy Shaw
to be persecuted for their beliefs. Personal attacks on any individual or group of people will not be tolerated. Kind regards, Andy From: Interest on behalf of Christian Gagneraud Date: Thursday, 16 July 2020 at 14:00 To: Cristián Maureira-Fredes Cc: "interest@qt-project.org" S

[Interest] Reminder: Qt Code of Conduct

2020-07-14 Thread Andy Shaw
community has been a fundamental aspect of the Qt Project since the beginning, let's keep having a nice and welcoming environment to everyone. Thank you for your time, Andy -- Andy Shaw The Qt Company ___ Interest mailing list Interest@qt-project.org https

Re: [Interest] CMake AUTOMOC & Windows linking

2020-05-15 Thread Andy
PRIVATE ... The PRIVATE vs. PUBLIC on target_sources() didn't make sense to me before, but with this concrete example I think I understand it better. :-) Thanks for pointing me in the right direction Thiago! --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.

Re: [Interest] CMake AUTOMOC & Windows linking

2020-05-15 Thread Andy
${filename}" ) endforeach() This produces a list of B's headers - nothing related to A. According to the AUTOMOC docs, that's what it should be using to moc, correct? --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Fri, May 15, 20

[Interest] CMake AUTOMOC & Windows linking

2020-05-15 Thread Andy
setup was working before I added a class with Q_OBJECT & signals to "A" 2) It looks like I'm getting Foo's static meta object compiled into both "A" and "B". Is this what should be happening? I feel like I'm missing something obvious... --- Andy Maloney //

Re: [Interest] OSX codesign question

2020-04-09 Thread Andy
qt as far as I know. https://developer.apple.com/library/archive/documentation/Miscellaneous/Reference/EntitlementKeyReference/Chapters/AboutEntitlements.html --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Thu, Apr 9, 2020 at 9:25 AM &quo

[Interest] Strange Reply

2020-04-06 Thread Andy
2020-April/008466.html Just a heads-up and another data point. If anyone at the Qt Company cares to investigate, email me and I'll send you the details. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney>

Re: [Interest] OSX codesign question

2020-04-06 Thread Andy
fy --deep --strict --verbose=2 "${APP_PATH}" Note that you can sign DMGs and ZIP files as well. Good luck! --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Mon, Apr 6, 2020 at 6:39 AM Nuno Santos wrote: > Alexander, >

Re: [Interest] Qt Creator licensing for companies with Qt Commercial developers

2020-03-31 Thread Andy
ation - what then? What if an internal tool uses some code or a library from proprietary application? What if... Even a solo developer needs to hire a lawyer before touching anything Qt-related. Once you start trying to codify all the different scenarios in your licensing, it becomes toxic and people

Re: [Interest] Qt Creator licensing for companies with Qt Commercial developers

2020-03-30 Thread Andy
. You have fewer people using Qt and Qt-based things because of this. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Mon, Mar 30, 2020 at 1:43 PM Tuukka Turunen wrote: > > > Hi, > > > > That is not t

Re: [Interest] Qt Creator licensing for companies with Qt Commercial developers

2020-03-27 Thread Andy
ho don't use Qt libraries in any way, use Qt Creator IDE for editing and debugging?" The answer is yes. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Fri, Mar 27, 2020 at 11:23 AM Tuukka Turunen wrote: > > Hi, > > This

Re: [Interest] Qt Creator licensing for companies with Qt Commercial developers

2020-03-27 Thread Andy
stion. I also don't understand why the Qt Company continues to confuse things and alienate Open Source developers. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Fri, Mar 27, 2020 at 9:48 AM Tuukka Turunen wrote: > > > H

Re: [Interest] No 5.12.5 for OSX?

2019-10-10 Thread Andy
I have - but I'm not sure when. I don't recall having any issues. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Thu, Oct 10, 2019 at 2:48 PM Jason H wrote: > Has any Mac user updated via the Maintenance tool to use 5.12.5? > &

Re: [Interest] Code coverage with QtCreator

2019-09-03 Thread Andy
Not sure if it's quite what you're looking for, but I wrote up a tutorial on using gcov & lcov with Qt5 & Qt Creator: "Code Coverage Of Unit Tests Using Qt 5 On macOS" https://asmaloney.com/2017/01/code/code-coverage-of-unit-tests-using-qt-5-on-macos/ Might give you some ideas.

Re: [Interest] Q_NAMESPACE is not portable?

2019-08-26 Thread Andy
Not trying to start a "thing", but I am curious where "f.i." comes from. Is this a new thing? I've honestly never seen it before. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Mon, Aug 26, 2019 at 12:07 PM Gius

Re: [Interest] Receive key presses when hovering over a specific widget

2019-07-11 Thread Andy
( Qt::WA_ShowWithoutActivating ); setAttribute( Qt::WA_TransparentForMouseEvents ); I found it pretty tricky to get working (and I still have a couple of things I'm not happy with) but it's very close (shippable!). Good luck! --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney &l

Re: [Interest] notarizing builds for Mac - enabling hardened runtime

2019-07-10 Thread Andy
It sounds like not signing at all is still an option? "Mac apps, installer packages, and kernel extensions *that are signed with Developer ID* must also be notarized by Apple in order to run on macOS Catalina." Apple has made this way too complicated to be useful IMHO. --- An

[Interest] Maintenance tool force reinstall?

2019-05-30 Thread Andy
it. I'm left without a working IDE. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] New Maintenance Tool regressions/bugs

2019-04-12 Thread Andy
I reported (1) and (2) here: {UX} Default window size not usable https://bugreports.qt.io/browse/QTIFW-1319 I started writing one for (3) until I saw the "Refresh" button, but I found it confusing/odd as well. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https:

Re: [Interest] Multiple Qt3DExtras::Qt3DWindow instances in one application doesn't work

2019-04-09 Thread Andy
lasses and having actual documentation & working examples for Qt3D, I'd take the docs & examples. Also - if you're using a CI like Travis, Linux distros don't seem to build & include Qt3DExtras, so you have to build it yourself during the CI process. --- Andy Maloney // https://asmal

Re: [Interest] QWebEngine, custom URL schemes and content-types

2019-04-08 Thread Andy
ply( cMIMEType.name().toLatin1(), buffer ); (where "data" is the contents of a file) --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Mon, Apr 8, 2019 at 7:40 AM Steve Atkins wrote: > I'm using a custom URL scheme by

Re: [Interest] Stack trace on Windows

2019-04-02 Thread Andy
os-with-qt/ Code available on GitHub (fixes/updates welcome!): https://github.com/asmaloney/asmCrashReport It might work with MSVC, but probably needs some modifications. I haven't tried it. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney>

[Interest] QPluginLoader and IID

2019-04-01 Thread Andy
ectly from the plugin loader through the C++ API, but I can get it through metaData(). I want a unique ID for a plugin and thought this would be a good candidate rather than adding my own. Good idea? Bad idea? Thanks. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.

Re: [Interest] Detemine Run into VM

2019-03-27 Thread Andy
For VMWare, I wrote this up a while ago: https://asmaloney.com/2018/09/code/how-to-tell-if-your-windows-application-is-running-inside-vmware/ Maybe something similar could be used for VirtualBox? --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmalo

[Interest] Mailing list archives

2019-02-25 Thread Andy
6:00 CET" - did it happen? --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] What are you using for continuous integration?

2019-02-13 Thread Andy
CIs are fiddly to set up, so you aren't going to avoid that. The GitLab one is no exception and took me a few tries to get what I want. The nice thing about CIs is that you (probably) don't have to touch them a lot, yet they provide a huge benefit to a project. Good luck! --- Andy Maloney // h

[Interest] Releasing archive (again)

2019-01-14 Thread Andy
out 5.12.1?) https://lists.qt-project.org/pipermail/releasing/ --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] QDir("~").absoluteFilePath(".mozilla")

2018-11-16 Thread Andy
"~" is a shell variable (bash/sh/etc), so that won't work here. What you probably want is QStandardPaths::HomeLocation. https://doc.qt.io/qt-5/qstandardpaths.html --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Fri, Nov 16,

Re: [Interest] tr() a string while ignoring context?

2018-11-09 Thread Andy
some_global_function example here: https://doc.qt.io/qt-5/i18n-source-translation.html#using-qcoreapplication-translate Also of interest might be "Translating Non-Qt Classes": https://doc.qt.io/qt-5/i18n-source-translation.html#translating-non-qt-classes --- Andy Maloney // https://asmaloney.c

[Interest] Qt Champions 2018 nominations open

2018-11-01 Thread Andy Shaw
open until the 16th December 2018 and the winners announced soon after that. Qt Champions will receive hand-picked Qt Champion items and a full Qt license for a year. So please go to https://wiki.qt.io/QtChampions and make your nominations! Kind regards, Andy

Re: [Interest] Calling QMainWindow::close() vs. clicking on close button in title bar

2018-10-31 Thread Andy
Thanks Giuseppe. Reported with example code here: https://bugreports.qt.io/browse/QTBUG-71519 I wasn't sure what to use for Components, but my main issue is with Qt3D not working properly in this context. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.

[Interest] Qt6?

2018-10-30 Thread Andy
Following on from Jason's question about the Qt API... Is there any info available about Qt6? Maybe a timeline, roadmap, or plan somewhere? --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> ___ In

Re: [Interest] Calling QMainWindow::close() vs. clicking on close button in title bar

2018-10-30 Thread Andy
which calls QWindow::destroy() This is not what I would expect. Is this by design? The QWidget::createWindowContainer docs don't mention this as a limitation. I haven't yet found a way around it, so suggestions appreciated. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <ht

[Interest] Calling QMainWindow::close() vs. clicking on close button in title bar

2018-10-30 Thread Andy
window which uses a QGraphicsView set up exactly the same way and it works fine, so maybe Qt3D is doing something I'm not expecting based on a CloseWithSpontaneousEvent? Thanks for any ideas/suggestions. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.c

Re: [Interest] lists.qt-project.org SSL problem

2018-10-24 Thread Andy
Strange. This is new as of today. I've been using https for months/years. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Wed, Oct 24, 2018 at 10:49 AM Marian Beermann wrote: > That's because the server is configured to listen

Re: [Interest] lists.qt-project.org SSL problem

2018-10-24 Thread Andy
Were you using https? https://lists.qt-project.org This was the full URL: https://lists.qt-project.org/pipermail/releasing/2018-October/thread.html It doesn't work on any browser I have. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmalo

[Interest] lists.qt-project.org SSL problem

2018-10-24 Thread Andy
and Chrome. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] How to inspect a Qt Application memory usage?

2018-10-22 Thread Andy
to add and it has found a few issues for me: CONFIG += sanitizer sanitize_address sanitize_undefined I have also used "Instruments" to do some profiling with some success, but I really miss having everything integrated into Creator. --- Andy Maloney // https://asmaloney.com twitter ~

Re: [Interest] Qt 5.12 Official packages for MinGW 64 bit?

2018-10-17 Thread Andy
Thanks for the info Kai. That helps clarify the current state. I'm now regretting using WebEngine. :-) --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Wed, Oct 17, 2018 at 8:28 AM Kai Koehne wrote: > > -Original Message--

Re: [Interest] Qt 5.12 Official packages for MinGW 64 bit?

2018-10-16 Thread Andy
Yes - that's what I'm doing. I have > 40 extra DLLs in there. I hope they're the right ones and I hope it works on all systems. With MinGW it was straightforward and I didn't have to try it and hope for the best. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <

Re: [Interest] Qt 5.12 Official packages for MinGW 64 bit?

2018-10-16 Thread Andy
Yes - that's exactly why I was asking. I switched to MSVC specifically because I need WebEngine but would much rather use MinGW or Clang. I have users who don't have admin privileges, so packaging MSVC-built applications is a big headache. --- Andy Maloney // https://asmaloney.com twitter

[Interest] Qt 5.12 Official packages for MinGW 64 bit?

2018-10-15 Thread Andy
be included? --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt Install Framework - Becoming a Microsoft Known Publisher

2018-10-09 Thread Andy
While we're on the subject... I've been trying to find out if one can use the Apple dev cert to sign Windows desktop apps as well - does anyone know if this is possible? Two birds/one stone? Thanks! --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmalo

Re: [Interest] Building 5.12 on macOS 10.12.6

2018-09-30 Thread Andy
If anyone else was having this problem, it's been fixed by Timur: https://bugreports.qt.io/browse/QTBUG-70757 https://codereview.qt-project.org/#/c/241268/ --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Thu, Sep 13, 2018 at 9:22 A

Re: [Interest] lists.qt-project.org down/unreachable

2018-09-25 Thread Andy Shaw
And this is now back up. Andy Fra: Andy Shaw Dato: søndag 23. september 2018 22:25 Til: Andy , "interest@qt-project.org" Emne: Re: [Interest] lists.qt-project.org down/unreachable Hi Andy, Thanks for reporting it. I have alerted IT here so they can sort it out. Hopefully it wil

Re: [Interest] lists.qt-project.org down/unreachable

2018-09-23 Thread Andy Shaw
Hi Andy, Thanks for reporting it. I have alerted IT here so they can sort it out. Hopefully it will be fixed soon! Kind regards, Andy Fra: Interest på vegne av Andy Dato: fredag 21. september 2018 16:51 Til: "interest@qt-project.org" Emne: [Interest] lists.qt-project.org down/u

[Interest] lists.qt-project.org down/unreachable

2018-09-21 Thread Andy
lists.qt-project.org has been down/unreachable for a couple of days - not sure who to contact to let them know... https://lists.qt-project.org/pipermail/releasing/ --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmalo

Re: [Interest] OpenGL: Setting samples on default QSurfaceFormat

2018-09-19 Thread Andy
request 16 samples, and it can only do 8, I get 8. Thanks Giuseppe! --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Wed, Sep 19, 2018 at 8:49 AM Giuseppe D'Angelo via Interest < interest@qt-project.org> wrote: > Il 19/09/2018

Re: [Interest] OpenGL: Setting samples on default QSurfaceFormat

2018-09-19 Thread Andy
8, 8 ), samples 0, swapBehavior 2, swapInterval 1) I would have expected the first case to return "0" samples like the second one - it properly adjusts everything else like the buffer sizes and swap behaviour. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <ht

Re: [Interest] {macOS} Qt Installer insists on installing 5.11.2 snapshot

2018-09-14 Thread Andy
No response here either, so bug filed at: https://bugreports.qt.io/browse/QTIFW-1188 --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Wed, Sep 12, 2018 at 1:50 PM Andy wrote: > (Posted in the forum - no response - but thought I'

Re: [Interest] How to load 3D scene with QSceneLoader

2018-09-13 Thread Andy
I've never used QSceneLoader, but don't you have to check for a status of Qt3DRender::QSceneLoader::Ready and then use QSceneLoader::entity() to access the entity that was read in? Maybe take a look at tests/manual/assimp-cpp for inspiration? --- Andy Maloney // https://asmaloney.com twitter

Re: [Interest] Building 5.12 on macOS 10.12.6

2018-09-13 Thread Andy
Thanks Tony. The commit says "Also changes the resolution of the desktop to 1280x800x32, timezone to GMT..." Is that a side effect of the changes in the commit or is something missing? (I've never looked at the coin stuff.) --- Andy Maloney // https://asmaloney.com twitter ~ @asmalo

Re: [Interest] Building 5.12 on macOS 10.12.6

2018-09-12 Thread Andy
get 10.12 As far as I know this is the latest "everything" I can install on 10.12.6. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Wed, Sep 12, 2018 at 7:45 PM Thiago Macieira wrote: > On Wednesday, 12 September

[Interest] {macOS} Qt Installer insists on installing 5.11.2 snapshot

2018-09-12 Thread Andy
-installation-failed-with-unresolved-dependencies --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Building 5.12 on macOS 10.12.6

2018-09-12 Thread Andy
ly linked to OpenSSL no OpenSSL 1.1 no Anyone else having this issue? --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> ___ Interest mailing list Interest@qt-p

Re: [Interest] Qt3D Framegraphs

2018-09-04 Thread Andy
On Mon, Sep 3, 2018 at 9:25 AM Paul Lemire wrote: > Glad to hear that, hopefully things are starting to make more sense now. > Getting there - thank you! On 09/03/2018 02:54 PM, Andy wrote: > > Progress! Here's my current framegraph: > > [snip] > > Question: > >

Re: [Interest] Qt3D Framegraphs

2018-09-03 Thread Andy
AMEBUFFER to 0 (onscreen), glUseProgram(1) is called. This is not called when switching GL_DRAW_FRAMEBUFFER to 1 (offscreen). Is the program supposed to persist or does it need to be called again when switching framebuffers? (apitrace is super-cool. Thanks for the pointer.) Thank you for your time &

Re: [Interest] Qt3D Framegraphs

2018-08-31 Thread Andy
On Fri, Aug 31, 2018 at 10:30 AM Paul Lemire wrote: > Hi Andy, > Some ideas below :) > Thanks a lot Paul - answers inline. > On 08/31/2018 02:03 PM, Andy wrote: > > The contours/silhouetting proved a bit of a leap right now so I backed off > to look at the offscreen side

Re: [Interest] Qt3D Framegraphs

2018-08-31 Thread Andy
tio of the offscreen image (assuming I want the final image to be 512x512)? Do I need to give it its own camera and adjust its aspect ratio somehow? Thanks for any guidance! --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Fri, Aug 24, 20

Re: [Interest] Qt3D Framegraphs

2018-08-24 Thread Andy
for defining my framegraph(s). I may continue down that road. Have there been any thoughts/discussions on providing a non-QML way to declare these? Could be useful for tooling (Qt Creator plugin for defining them visually?) as well. Thanks again for taking the time to go through this. --- Andy Maloney

Re: [Interest] Qt3D Framegraphs

2018-08-21 Thread Andy
tSelector? Thanks again for your help. I finally feel like I'm in danger of understanding something here! On Mon, Aug 20, 2018 at 1:20 AM Paul Lemire wrote: > Hi Andy, > > Please see my reply below > > On 08/15/2018 02:59 PM, Andy wrote: > > I've been struggling

Re: [Interest] QSqlDatabasePrivate::database: requested database does not belong to the calling thread.

2018-08-20 Thread Andy Shaw
the patch purely for this case. I am happy to open it up to see if anyone else has an opinion on this though. Kind regards, Andy Fra: Interest på vegne av Burak Arslan Dato: mandag 20. august 2018 16:25 Til: "interest@qt-project.org" Emne: Re: [Interest] QSqlDatabasePrivate::database:

Re: [Interest] QSqlDatabasePrivate::database: requested database does not belong to the calling thread.

2018-08-20 Thread Andy Shaw
it seems you can do: ":memory:?cache=shared" To get it to access the same one. Does that help then? Regards, Andy Interest på vegne av Burak Arslan skrev følgende den 20.08.2018, 09:07: Hello, When testing our app with the newest Qt, I bumped into the error in the

[Interest] Qt3D Framegraphs

2018-08-15 Thread Andy
D and C++ nodes"). Can anyone please help? I'm stuck. Thank you. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] [Qt3D] Issues

2018-08-10 Thread Andy
lly not up to the standard of the other parts of Qt I've worked with. I really, really want to work with it, but it's not making it easy (or enjoyable) :-) > -- > With regards, Oleg. > ___ > Interest mailing list > Interest@qt-project.

Re: [Interest] [Qt3D] QAbstractCameraController & escape key

2018-08-07 Thread Andy
delete actionInput; } } } --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Wed, Aug 1, 2018 at 6:10 PM Andy wrote: > Back in April, a commit added the functionality that the escape key does a > "v

[Interest] [Qt3D] QAbstractCameraController & escape key

2018-08-01 Thread Andy
nd a model in the middle of it and when the user hits escape it zooms the camera way out and it looks terrible (and it's confusing). This feels like an application-specific functionality that doesn't belong in this abstract base class. --- Andy Maloney // https://asmaloney.com twitter ~ @asmalo

Re: [Interest] QtGui/QList include

2018-07-04 Thread Andy
Just to confirm what Róbert found - my install of Qt 5.11.0 on macOS (using the maintenance tool) includes this file in QtGui.framework as well. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Wed, Jul 4, 2018 at 3:23 AM Manner Róbert

Re: [Interest] Maintenance Tool network error (OSX)

2018-05-29 Thread Andy
I just tried it w/10.12.6 and I get the same error. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Tue, May 29, 2018 at 11:18 AM Jason H wrote: > Not sure if anyone else i

Re: [Interest] QDatastream, QMap, QImage serialization

2018-05-21 Thread Andy
itect - Intel Open Source Technology Center > > > > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest > --- Andy Maloney // https:

[Interest] QWebEngineView, internal links, & the urlChanged signal

2018-04-13 Thread Andy
has changed. Is this a regression or should I be using a different signal? (I don't see any that look like they apply...) Thank you for your time. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> ___

[Interest] [Qt3D] Mixing Quick3D and C++ nodes

2018-04-08 Thread Andy
o do this? If so is there anything else I'm supposed to do to tell the engine to use both? (I'm using Qt 5.10.1 on macOS.) Thank you for any insights. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> __

Re: [Interest] Qt-3D scene file formats

2018-03-19 Thread Andy
s examples where he was using Blender? Or was he saving to a different format? --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Mon, Mar 19, 2018 at 2:57 PM, Andy Shaw <andy.s...@qt.io> wrote: > From what I was informed, Blender is

Re: [Interest] Qt-3D scene file formats

2018-03-19 Thread Andy Shaw
>From what I was informed, Blender is not supported via Assimp, although Assimp >indicates it as a supported format, but Qt 3D is not able to load it. Is this >incorrect? Is Qt 3D able to load a Blender file via Assimp into QSceneLoader? Andy Fra:

Re: [Interest] lupdate : Compilation Error

2017-11-30 Thread Andy Shaw
You can run it on the command line, use the command prompt provided with the version of Qt you want to use. Otherwise you need to wait until the new version is released. Andy Sudhir Sharma <sudhir.sha...@mindtree.com> skrev følgende den 30.11.2017, 09.31: Thanks Andy for your re

Re: [Interest] lupdate : Compilation Error

2017-11-29 Thread Andy Shaw
Are you running this via the Visual Studio Add-In? If so then it’s a known issue - https://bugreports.qt.io/browse/QTVSADDINBUG-491 - fixed for the 2.1.3 release. Andy Interest på vegne av Sudhir Sharma <interest-bounces+andy.shaw=qt...@qt-project.org på vegne av sudhir.sha...@mindtree.

Re: [Interest] Whats the new openssl lib version to link Qt 5.10 against?

2017-10-27 Thread Andy
I think I read somewhere along the way that 5.10 has moved to OpenSSL 1.1. The only thing I can find right now is: https://wiki.qt.io/New_Features_in_Qt_5.10 Under "Qt Network" -> "OpenSSL 1.1 back-end". Maybe try linking with it instead of 1.0? --- Andy Maloney //

Re: [Interest] What's happening w/Qt3D?

2017-10-24 Thread Andy
On Tue, Oct 24, 2017 at 5:24 AM, Sean Harmer <sean.har...@kdab.com> wrote: > Hi Andy, > > On 24/10/2017 04:38, Andy wrote: > >> I just noticed that all of the Gerrit changes from KDAB contributors to >> qt/qt3d have been abandoned. >> >> What's goi

[Interest] What's happening w/Qt3D?

2017-10-23 Thread Andy
I just noticed that all of the Gerrit changes from KDAB contributors to qt/qt3d have been abandoned. What's going on? --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> ___ Interest mailing list Inter

Re: [Interest] PostgreSQL cross compile for Pi

2017-10-07 Thread Andy
On Sat, Oct 7, 2017 at 4:11 PM, Thiago Macieira <thiago.macie...@intel.com> wrote: > On Saturday, 7 October 2017 14:58:03 EDT Andy wrote: > > I don't really want to play the "pile on" game (and sorry for hijacking > the > > current thread), however as someone who

Re: [Interest] PostgreSQL cross compile for Pi

2017-10-07 Thread Andy
e radar? (not sure if this already exists) (e.g. I have one P2 bug that's been "In Progress" since May.) - schedule a triage week every couple of months to go through the current backlog and reassess/re-prioritize? (again, don't know if this is done - doesn't seem like it from the outside)

Re: [Interest] QT 5.9.2 Release schedule

2017-10-05 Thread Andy
kages for sanity checking Wed 4th October & get the release out during this week if nothing really serious found." --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Wed, Sep 20, 2017 at 7:37 AM, Satunin, Konstantin < konstantin.s

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

2017-09-27 Thread Andy Shaw
Hi Ola, I’ll send a separate email to you and CC those concerned. Sorry about this! Regards, Andy Fra: Interest <interest-bounces+andy.shaw=qt...@qt-project.org> på vegne av Ola Røer Thorsen <o...@silentwings.no> Dato: onsdag 27. september 2017 12.59 Til: "interest@qt-project.

Re: [Interest] Qt3D Rendering offscreen

2017-08-16 Thread Andy
-) I'll take a look. > > Best regards, > > Laszlo > > > > > > *From:* Interest [mailto:interest-bounces+laszlo.agocs=qt.io@qt-project. > org] *On Behalf Of *Andy > *Sent:* onsdag 16. august 2017 07.19 > *To:* Sean Harmer <sean.har...@kdab.com> > *Cc:* Qt Project

Re: [Interest] Qt3D Rendering offscreen

2017-08-15 Thread Andy
Does anybody have any hints? I've tried all kinds of node configurations and can't get this to work. Thanks. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Sat, Aug 12, 2017 at 2:03 PM, Andy <asmalo...@gmail.com> wrote: >

Re: [Interest] Improve ListView scrolling performance (many pictures)

2017-08-13 Thread Andy
to monitor the QFuture to do something when it's done, take a look at QFutureWatcher: https://doc.qt.io/qt-5/qfuturewatcher.html --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Sun, Aug 13, 2017 at 4:40 PM, Bernhard B <schluc...@gmail.c

Re: [Interest] Qt3D Rendering offscreen

2017-08-12 Thread Andy
= new Qt3DRender::QRenderTargetSelector( m_forwardRenderer ); renderTargetSelector->setTarget( renderTarget ); m_forwardRenderer->setParent( mRenderCapturer ); m_renderSettings->setActiveFrameGraph( mRenderCapturer ); --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney

Re: [Interest] Qt3D Rendering offscreen

2017-08-12 Thread Andy
On Sat, Aug 12, 2017 at 8:40 AM, Sean Harmer <sean.har...@kdab.com> wrote: > Hi, > > On Friday 11 August 2017 14:34:34 Andy wrote: > > Goal: With Qt3D (C++), render my scene offscreen, use render capture on > it, > > and save image to disk. > > > > W

[Interest] Qt3D Rendering offscreen

2017-08-11 Thread Andy
es me a valid surface and the format is correct, its size is always (1,1) and the render capture gives me images of that size. How do I set the size of the QOffscreenSurface? Or am I going about this the wrong way? (It would be nice to have a class like the Qt3DWindow one specifically for offscreen rend

Re: [Interest] Improve ListView scrolling performance (many pictures)

2017-08-11 Thread Andy
;JPEG" ); writer.setQuality( 100 ); writer.setOptimizedWrite( true ); writer.setProgressiveScanWrite( true ); writer.write( image ); } It gives me decent-looking, reasonable sized thumbnails. --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney&g

Re: [Interest] Improve ListView scrolling performance (many pictures)

2017-08-11 Thread Andy
could save a thumbnail of an appropriate size when you're adding them to your model? --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney <https://twitter.com/asmaloney> On Fri, Aug 11, 2017 at 3:33 AM, Bernhard B <schluc...@gmail.com> wrote: > Hi Vla

  1   2   >