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

2020-04-06 Thread Roland Hughes
On 4/4/20 5:00 AM,  Matthew Woehlke wrote: Apparently TQtC has a healthy commercial relationship with... well, someone. Unfortunately, Qt OSS seems to be suffering hugely. I will posit the theory that TQtC does not have a healthy relationship with "someone." If it did we wouldn't be seeing FUD

Re: [Interest] Mac Qt Creator 4.11.2 consistently periodically hangs

2020-04-06 Thread Ben Haller via Interest
Well, it’s the first time I’ve looked at a sample from a Qt app, so I don’t really know what’s typical, but I do see that the app is running with several threads and more than one is sitting in a function named qt_safe_poll(). I wonder if there could be some kind of thread deadlock issue, or

Re: [Interest] Mac Qt Creator 4.11.2 consistently periodically hangs

2020-04-06 Thread David M. Cotter
permissions are correct only "accessibility" is enabled, all others disabled > On Apr 6, 2020, at 10:10 AM, Kevin Ushey wrote: > > In the Security & Privacy preference pane, does Qt Creator have (or is it > blocked from) one of the requisite permissions? Users have reported similar > issues

Re: [Interest] Mac Qt Creator 4.11.2 consistently periodically hangs

2020-04-06 Thread Ben Haller via Interest
I’m running Qt Creator 4.11.2 on macOS 10.15.4 without any problems with hangs. Normally one can sample a process to see what it’s doing, like: sample “Qt Creator” 10 in Terminal, but if your whole machine is hung maybe that won’t work. Still, it might be worth a try starting a sample before

Re: [Interest] Mac Qt Creator 4.11.2 consistently periodically hangs

2020-04-06 Thread Kevin Ushey
In the Security & Privacy preference pane, does Qt Creator have (or is it blocked from) one of the requisite permissions? Users have reported similar issues with Xcode; e.g. here: https://apple.stackexchange.com/questions/332342/tccd-stuck-and-taking-up-lots-of-cpu On Sat, Apr 4, 2020 at 9:46 AM

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

2020-04-06 Thread Roland Hughes
On 4/6/20 7:21 AM, Christian Gagneraud wrote: On Sat, 4 Apr 2020 at 02:19, Roland Hughes wrote: On 4/3/20 6:11 AM, Christian Gagneraud wrote: On Fri, 3 Apr 2020 at 19:09, Roland Hughes wrote: Well I hope you didn't use doxygen for your documentation when using your commercial license. It

[Interest] Fwd: Strange Reply

2020-04-06 Thread Marian Beermann
no comment Weitergeleitete Nachricht Betreff: Re: [Interest] Strange Reply Datum: Mon, 06 Apr 2020 13:02:50 GMT Von: 6138848841 <6138848...@pcs.rogers.com> An: pub...@enkore.de Stop Original Message, sent Mon, 6 Apr 2020 15:00:47 +0200: > Looks like someone

Re: [Interest] Strange Reply

2020-04-06 Thread Richard Weickelt
> My eMail provider classifies **all** emails sent from a qt.io domain (JIRA, > mailing list and gerrit) as spam since recently. The matching spam filter is > Barracuda Reputation Block List (BRBL). I wanted to write "qt-project.org domain". > - The last OK email on [Interest]: 02. April 18:11

Re: [Interest] Strange Reply

2020-04-06 Thread Richard Weickelt
Might be related: My eMail provider classifies **all** emails sent from a qt.io domain (JIRA, mailing list and gerrit) as spam since recently. The matching spam filter is Barracuda Reputation Block List (BRBL). - The last OK email on [Interest]: 02. April 18:11 UTC by Jerome Godbout - The first

Re: [Interest] Strange Reply

2020-04-06 Thread Marian Beermann
Looks like someone (6138848...@pcs.rogers.com) managed to subscribe their mail-to-text service to this list. -Marian Am 06.04.20 um 14:22 schrieb Andy: > I just answered a question on the list and received a bizarre one-word > email response - "Stop". It's from what looks to be a text sent from

[Interest] Strange Reply

2020-04-06 Thread Andy
I just answered a question on the list and received a bizarre one-word email response - "Stop". It's from what looks to be a text sent from a cellphone. This is very similar to what Christian reported over on the Qt Creator list:

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

2020-04-06 Thread Christian Gagneraud
On Sat, 4 Apr 2020 at 02:19, Roland Hughes wrote: > On 4/3/20 6:11 AM, Christian Gagneraud wrote: >> On Fri, 3 Apr 2020 at 19:09, Roland Hughes >> wrote: >> Well I hope you didn't use doxygen for your documentation when using >> your commercial license. It seems you can't use anything built

Re: [Interest] OSX codesign question

2020-04-06 Thread Andy
I just did this yesterday. I could not get macdeployqt to work either, so I do it using the command line in my build process. Here's the command line I'm using: codesign --deep --force --verify --verbose --timestamp --options runtime --sign "${CODE_SIGNING_ID}" "${APP_PATH}" Which signing ID

Re: [Interest] OSX codesign question

2020-04-06 Thread Nuno Santos
Alexander, I don’t use macdeployqt for signing. I call the codesign command manually in the POST LINK phase. You need to pass to the code sign the string representing your team. You can list the available signing entities with the following command: > security find-identity -v -p codesigning

Re: [Interest] OSX codesign question

2020-04-06 Thread Alexander Carôt
Thanks for the quick response ! Do you know which commands actually matter or is it the completey script ?   -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797     Gesendet: Montag, 06. April 2020 um 11:36 Uhr Von: "Vadim Peretokin" An: "Alexander Carôt" Cc: "qt qt"

Re: [Interest] OSX codesign question

2020-04-06 Thread Vadim Peretokin
You might be missing some magical commands to import the identity - check out https://github.com/Mudlet/Mudlet/blob/development/CI/travis.osx.after_success.sh#L17 for an example. ___ Interest mailing list Interest@qt-project.org

[Interest] OSX codesign question

2020-04-06 Thread Alexander Carôt
Hello all, I want to sign my OSX code in order to have it running on a client's machine without the need to right-click and open it. I signed at https://developer.apple.com/ and received my valid certificate called "developer.cer". Then I exectued macdeployqt myApp.app -dmg

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

2020-04-06 Thread Roland Hughes
On 4/3/20 6:11 AM, Christian Gagneraud wrote: On Fri, 3 Apr 2020 at 19:09, Roland Hughes wrote: No, that was never the point of this thread. Me too: My first 'commercial' Android app, made with 'pure' commercial Qt SDK, produced its first crash report: 04-03 11:30:53.384 17079 17115 E