Re: [Interest] Update widget geometry BEFORE window shown

2024-05-27 Thread coroberti
; qWidgetP->layout()->update(); > qWidgetP->layout()->activate(); > > for (auto* childP: qWidgetP->findChildren()) { > childP->updateGeometry(); > } > > qWidgetP->updateGeometry(); > > qWidgetP->hide(); > qWidgetP->setAttribute(Qt::WA_DontSh

Re: [Interest] Update widget geometry BEFORE window shown

2024-05-24 Thread coroberti
David, Try yourWidget->layout()->update(); yourWidget->layout()->activate(); If not, let the event loop to run, ie. arranging a short timer. Kind regards, Robert Iakobashvili On Fri, May 24, 2024 at 1:53 AM David M. Cotter wrote: > > I need to do something like

Re: [Interest] Void pointers for Mac ARM

2023-06-19 Thread coroberti
pack (2) ? > > Thanks, > Casey McDermott > TurtleSoft.com > > On Mon, Jun 19, 2023 at 2:50 AM coroberti wrote: >> >> On Sat, Jun 17, 2023 at 8:12 PM Turtle Creek Software >> wrote: >> > >> > Our app contains some old C-ish C++ code from an

Re: [Interest] Void pointers for Mac ARM

2023-06-19 Thread coroberti
On Sat, Jun 17, 2023 at 8:12 PM Turtle Creek Software wrote: > > Our app contains some old C-ish C++ code from an early 90's database called > NeoAccess. It often uses function pointers with void pointers as parameters. > Their code works OK for Mac & Windows, when built with the latest Qt5 on

Re: [Interest] MSVC not-the-latest: are you using it? why?

2023-01-22 Thread coroberti
Hi Thiago, On some update of MSVC-2017 to their next minor release, we got their optimization bug. It was a waste of time to understand what happened and to work-around it. jm2c Kind regards, Robert On Sun, Jan 22, 2023 at 6:19 PM Thiago Macieira wrote: > > In this case, MSVC 2019, which is

Re: [Interest] What is the right way of creating a static lib that has qml resources with cmake?

2023-01-20 Thread coroberti
On Mon, Jan 16, 2023 at 10:07 AM Nuno Santos wrote: > > Good morning Ulf, > > Ok, so this this the news Qt 6 / CMake approach to things and we can’t avoid > it right? > > However, as it is, its buggy. I will upload my last week example to > https://bugreports.qt.io/browse/QTBUG-110110 > >

Re: [Interest] Qt Crash on Mac

2023-01-02 Thread coroberti
afraid. > > Cheers, > Tor Arne > > > On 2 Jan 2023, at 11:57, coroberti wrote: > > > > Dear Tor Arne, > > Thanks for replying. > > > > This is not something that is easily reproducible, sorry. > > The scenario is also not clear. > > &g

Re: [Interest] Qt Crash on Mac

2023-01-02 Thread coroberti
. Kind regards, Robert On Mon, Jan 2, 2023 at 12:44 PM Tor Arne Vestbø wrote: > > Please file a bug report with a test case and detailed version info, thanks! > > Cheers, > Tor Arne > > > On 2 Jan 2023, at 06:59, coroberti wrote: > > > > Hi, > >

[Interest] Qt Crash on Mac

2023-01-01 Thread coroberti
Hi, There is a rare crash that happens on Mac platforms. If somebody could advise on what happens and whether it could be helpful to filter out the shortcut events. What is the way to get rid of it? Thanks in advance! Robert Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0

Re: [Interest] Thread-To-CPU-Core distribution

2022-12-29 Thread coroberti
On Thu, Dec 29, 2022 at 1:45 AM Alexander Carôt wrote: > > Hej Konrad, > > >>I can't hold back my curiosity, so I've got to ask: why? Why would you > >>do that? Why do you assume you know better than the operating system? > > I totally understand the question and agree to anything else you state

Re: [Interest] [Development] Qt 6.5 Is Irrelevant for More than 95% of Mac Desktops

2022-12-19 Thread coroberti
On Mon, Dec 19, 2022 at 10:09 AM Tuukka Turunen wrote: > This mailing list thread is actually already part of the discussion. I am > sure the relevant stakeholders will read through the mails. One important > thing: the question is whether or not the _latest_ Qt version supports 3 or 4 >

Re: [Interest] [Development] Qt 6.5 Is Irrelevant for More than 95% of Mac Desktops

2022-12-18 Thread coroberti
On Sun, Dec 18, 2022 at 3:09 PM Thiago Macieira wrote: > > That's bad. But we all know who's to blame here, in both arguments: Apple. > > > Try to listen to the people that work with the real, live customers > > like Nuno and me. > > We have. The decision is that we need to make a cut and move

Re: [Interest] [Development] Qt 6.5 Is Irrelevant for More than 95% of Mac Desktops

2022-12-17 Thread coroberti
On Sun, Dec 18, 2022 at 3:29 AM Thiago Macieira wrote: > > On Saturday, 17 December 2022 05:40:48 -03 Tuukka Turunen via Interest wrote: > > at least between versions 10.15 and 11 there does not seem to be a > > major drop in what HW is supported. > > There is a drop, but we're talking about

Re: [Interest] [Development] Qt 6.5 Is Irrelevant for More than 95% of Mac Desktops

2022-12-17 Thread coroberti
nd indeed my latest Firefox reports > Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:107.0) > Running on macOS 12. > > So, while these statistics says something about the usage of "10.15 or later", > it cannot really be used to say anything about 10.15 versus later versions

[Interest] Qt 6.5 Is Irrelevant for More than 95% of Mac Desktops

2022-12-16 Thread coroberti
Hi, Since Qt 6.5 drops Mac OS 10.15 Catalina, it apparently starts to be irrelevant for at least 95% of Mac Desktops. https://gs.statcounter.com/macos-version-market-share/desktop/worldwide Google Analytics data of visitors for some web-site, where I have access, also supports the above

Re: [Interest] Individual developer license is too expensive

2022-02-23 Thread coroberti
Dear Ben, If you enter the path of a paid license, it appears that there is no path back to open-source licensing due to the structure of Qt-paid that forbids it for the same project. Therefore, don't be in a rush to pay, and check if you are really getting something for paid. Kind regards,

Re: [Interest] Is there a good alternative to the QML Controls in Qt6 for native desktop integration purposes?

2022-02-21 Thread coroberti
Hi Mark, The initial dev is slower when using Widgets, but with less bugs and more robustness, it could be worth doing it, and at the end of the day, it is even time-saving. The Qt apps on the desktop platforms you mentioned look very native with Widgets. There are many tips and ready solutions

Re: [Interest] SQLite database: avoid high memory usage?

2022-01-24 Thread coroberti
On Mon, Jan 24, 2022 at 11:40 AM Hamish Moffatt via Interest wrote: > > On 24/1/22 19:40, Alexander Dyagilev wrote: > > Hello, > > > > Let's suppose we have a database file of 16GB in size. > > > > We open it using this code: > > > > m_db = QSqlDatabase::addDatabase( > > "QSQLITE", >

Re: [Interest] OSX security – allow dialogue

2021-10-10 Thread coroberti
Nuno, You can save on EV and order instead 2-3 years regular code-signing certificate for Windows. Non-EV code-signing certificate has a cost of 120-140 USD/year and for a week or two users get warnings till the certificates earns reputation. Add to your setup instructions: Note: Windows-10

Re: [Interest] Qt 5.15 LTS vs Qt 6.2 LTS

2021-10-01 Thread coroberti
On Wed, Sep 29, 2021 at 8:49 PM Thiago Macieira wrote: > > On Wednesday, 29 September 2021 10:22:41 PDT coroberti wrote: > > Thiago, you know well about the Extended Support Programs, are not you? > > So, why to skip it? > > No, I didn't. I searched for "windo

Re: [Interest] Qt 5.15 LTS vs Qt 6.2 LTS

2021-09-29 Thread coroberti
On Wed, Sep 29, 2021 at 7:53 PM Thiago Macieira wrote: > > On Wednesday, 29 September 2021 07:40:11 PDT Rui Oliveira wrote: > > "Both *Windows 7 or 8.x* version support will not be available for Qt 6" > >

Re: [Interest] [Development] Mac Big Sur - Qt Open-Source Support For

2021-05-07 Thread coroberti
c.qt.io/archives/qt-6.0/macos.html > > > > 5.15 is not yet officially supported, but should work fine as well, so please > report any issues in JIRA, thanks! > > > > Cheers, > Tor Arne > > > > On 7 May 2021, at 11:00, coroberti wrote: > > >

Re: [Interest] [Development] Mac Big Sur - Qt Open-Source Support For

2021-05-07 Thread coroberti
upport for Big Sur: > > https://doc.qt.io/archives/qt-6.0/macos.html > > 5.15 is not yet officially supported, but should work fine as well, so please > report any issues in JIRA, thanks! > > Cheers, > Tor Arne > > On 7 May 2021, at 11:00, coroberti wrote: > > Dear T

Re: [Interest] [Development] Mac Big Sur - Qt Open-Source Support For

2021-05-07 Thread coroberti
al dialog on macOS - > Qt Bug Tracker > https://bugreports.qt.io/browse/QTBUG-88985 > > for which the fixes are available in the opensource 5.15 branch, but not in > the 5.15.2 release. > > Qt Creator binaries are released based on Qt 5.15.2, so you can check that &g

[Interest] Mac Big Sur - Qt Open-Source Support For

2021-05-07 Thread coroberti
Dear Tukka and others, Since September Big Sur is a reality. Which Qt-version supports correctly QWidgets for this platform for open-source development. If there's no such version, when the support is planned if ever. I'd appreciate not to hijack this question for any discussions beyond the

Re: [Interest] L Word

2021-04-29 Thread coroberti
On Thu, Apr 29, 2021 at 1:05 PM Bernhard Lindner wrote: > What I don't understand is why Roland doesn't just leave the mailing list and > forget about > Qt. IMHO, it's a business model. Distribute the links to your books and your web-site, and hopefully, sell the books and/or find new

Re: [Interest] L Word

2021-04-29 Thread coroberti
Dear Guiseppe, You were very helpful for the list members and personally to me. The list will deteriorate without you. Sincerely hope that the moderator will start to function and to do something. Note, that for Roland it's a pure business - spread links and sell books, support, perhaps projects

Re: [Interest] the path forward - that 7 year thing - was, , willy-nilly

2021-04-01 Thread coroberti
It looks like some business case for Roland. Sending many emails with the links to the owned/associated books thru the Qt mail lists and even openly advertising them - at least two cases just recently. Is it in line with the list policy? Kind regards, Robert Iakobashvili

Re: [Interest] The willy-nilly deletion of convenience methods (was: Mixing Commercial and Open...)

2021-03-21 Thread coroberti
On Mon, Mar 22, 2021 at 2:51 AM Jason H wrote: > > > > > > Licensing FUD + death-of-perpetual-license + death-of-OpenSource-LTS + > > > Qt-6-rolling-out-incomplete + deleted-convenience-methods = > > > customers-leaving > > > > I wonder if the loss of confidence in the current Qt owners can ever

Re: [Interest] Will a Qt 5.x release support macOS 11?

2020-12-09 Thread coroberti
Kind regards, Robert Iakobashvili On Thu, Dec 10, 2020 at 7:10 AM coroberti wrote: > > On Thu, Dec 10, 2020 at 12:45 AM Thiago Macieira > wrote: > > > > On Wednesday, 9 December 2020 03:51:18 PST Hamish Moffatt wrote: > > > To

Re: [Interest] Will a Qt 5.x release support macOS 11?

2020-12-09 Thread coroberti
On Thu, Dec 10, 2020 at 12:45 AM Thiago Macieira wrote: > > On Wednesday, 9 December 2020 03:51:18 PST Hamish Moffatt wrote: > > To be useful I think we also need universal binaries for Qt, and support > > for making our own universal binaries in qmake, macdeployqt etc. I think > > there are also

Re: [Interest] Will a Qt 5.x release support macOS 11?

2020-12-09 Thread coroberti
bug? I assume > you haven't compiled for M1 yet given the Qt support is not released. > > > Hamish > > Sent from Nine > ____ > From: coroberti > Sent: Wednesday, 9 December 2020 19:28 > To: Qt Interest > Cc: Hamish Moffatt > Subject: Re

Re: [Interest] Will a Qt 5.x release support macOS 11?

2020-12-09 Thread coroberti
Gentlemen, Make sure it works fine both on the Intel CPU and the new Apple M1. In our case, there are issues on Intel CPU and crashes on M1. Kind regards, Robert Iakobashvili On Wed, Dec 9, 2020 at 10:09 AM Hamish Moffatt wrote: > > On 9/12/20 6:07 pm, Ben Haller

Re: [Interest] question for a blocking background thread call

2020-10-21 Thread coroberti
Dear Elvis, It's very nice. Thanks a lot. Kind regards, Robert On Wed, Oct 21, 2020 at 9:53 PM Elvis Stansvik wrote: > > Den ons 21 okt. 2020 kl 09:08 skrev coroberti : > > > > Elvis and Scott, > > Could you please provide a code sample? > > I can't show our actu

Re: [Interest] question for a blocking background thread call

2020-10-21 Thread coroberti
Elvis and Scott, Could you please provide a code sample? Thanks, Kind regards, Robert On Wed, Oct 21, 2020 at 9:51 AM Elvis Stansvik wrote: > > Den ons 21 okt. 2020 02:39Scott Bloom skrev: >> >> Well. I 100% totally overthought this... and was able to implement this in >> about 10 lines of

Re: [Interest] QComboBox Signal void activated(const QString )

2020-10-19 Thread coroberti
tml#activated-1 > > The reason to remove overloaded signals is to make functor-based > connections easier. > > Best regards, > André > > Am 19.10.20 um 10:32 schrieb coroberti: > > Hi, > > Documentation for Qt-5.12 refers to two "activated" signals: >

[Interest] QComboBox Signal void activated(const QString )

2020-10-19 Thread coroberti
Hi, Documentation for Qt-5.12 refers to two "activated" signals: https://doc.qt.io/qt-5.12/qcombobox.htm void activated(int index) void activated(const QString ) Documentation for Qt-5.15 refers to only one of them https://doc.qt.io/qt-5/qcombobox.html void activated(int index) Was the signal

Re: [Interest] macOS Big Sur ARM Build

2020-06-24 Thread coroberti .
me2 Kind regards, Robert On Wed, Jun 24, 2020 at 2:21 PM Marc Britton wrote: > > I too would like to know about the Qt Company's reactions/plans for this. > > Cheers > -- > Marc > > On Wed, 24 Jun 2020 at 17:57, Pascal Henze wrote: >> >> With the announcement from Apple to move from Intel to

[Interest] Apple Announced Mac Migration from Intel to ARM

2020-06-23 Thread coroberti .
Hi, It looks like we get more headaches with two builds to test. Interesting what could be the Qt-roadmap on Mac? Thanks. Kind regards, Robert ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] Dictation to Qt-Software on Windows-10 Is Broken

2020-06-22 Thread coroberti .
Dear Oliver and Andre, What's up? If you have any patches to test/validate, please let me know. Thanks. Kind regards, Robert On Wed, May 13, 2020 at 7:36 AM Oliver Wolff wrote: > > Hi Robert, > > On 12.05.2020 13:14, coroberti . wrote: > > Hi, > > If somebody in charge c

Re: [Interest] [Development] Windows 7 support will be dropped in Qt 6

2020-06-12 Thread coroberti .
On Fri, Jun 12, 2020 at 9:48 AM coroberti . wrote: > > On Fri, Jun 12, 2020 at 9:28 AM Thiago Macieira > wrote: > > > > On Thursday, 11 June 2020 21:40:03 PDT coroberti . wrote: > > > Most people are using their Mac computers 7-10 years, yes without the > > &g

Re: [Interest] [Development] Windows 7 support will be dropped in Qt 6

2020-06-12 Thread coroberti .
On Fri, Jun 12, 2020 at 9:28 AM Thiago Macieira wrote: > > On Thursday, 11 June 2020 21:40:03 PDT coroberti . wrote: > > Most people are using their Mac computers 7-10 years, yes without the > > security updates that for some usage patterns is still fine. > > macOS 10.13

Re: [Interest] [Development] Windows 7 support will be dropped in Qt 6

2020-06-11 Thread coroberti .
On Fri, Jun 12, 2020 at 3:45 AM Hamish Moffatt wrote: > > On 12/6/20 10:17 am, Scott Bloom wrote: > > Why is Win7 being dropped? I (my company) has gotten burned pretty hard by > > the dropping of CentOS 6, similar reasons listed for win7.. > > It's funny that there's so much discussion about

Re: [Interest] Dictation to Qt-Software on Windows-10 Is Broken

2020-05-12 Thread coroberti .
: > > Hi Robert, > > On 12.05.2020 13:14, coroberti . wrote: > > Hi, > > If somebody in charge could consider increasing priority of the below > > major Accessibility issue, it would be really appreciated. > > > > You cannot dictate to Qt text cont

Re: [Interest] Dictation to Qt-Software on Windows-10 Is Broken

2020-05-12 Thread coroberti .
in advance! Kind regards, Robert On Tue, Apr 21, 2020 at 9:54 AM coroberti . wrote: > You cannot dictate to Qt-software on Windows-10: > https://bugreports.qt.io/browse/QTBUG-83671 > > Actually, it was always a broken area at least since 2015: > > https://bugreports.qt.io/

Re: [Interest] Qt Application - Disabling AVX/AVX2

2020-04-22 Thread coroberti .
Kind regards, Robert Iakobashvili On Wed, Apr 22, 2020 at 6:40 PM coroberti . wrote: > > On Wed, Apr 22, 2020 at 6:35 PM Allan Sandfeld Jensen > wrote: > > > > On Mittwoch, 22. April 2020 17:29:56 CEST coroberti . wrote: > > > On Wed,

Re: [Interest] Qt Application - Disabling AVX/AVX2

2020-04-22 Thread coroberti .
On Wed, Apr 22, 2020 at 6:35 PM Allan Sandfeld Jensen wrote: > > On Mittwoch, 22. April 2020 17:29:56 CEST coroberti . wrote: > > On Wed, Apr 22, 2020 at 6:17 PM Thiago Macieira > > > > wrote: > > > On Tuesday, 21 April 2020 14:26:13 PDT coroberti . wrote:

Re: [Interest] Qt Application - Disabling AVX/AVX2

2020-04-22 Thread coroberti .
On Wed, Apr 22, 2020 at 6:17 PM Thiago Macieira wrote: > > On Tuesday, 21 April 2020 14:26:13 PDT coroberti . wrote: > > Hi, > > Is it enough to define: > > > > QMAKE_CFLAGS -= -arch:AVX -arch:AVX2 > > QMAKE_CXXFLAGS -= -arch:AVX -arch:AVX2 > > > >

[Interest] Qt Application - Disabling AVX/AVX2

2020-04-21 Thread coroberti .
Hi, Is it enough to define: QMAKE_CFLAGS -= -arch:AVX -arch:AVX2 QMAKE_CXXFLAGS -= -arch:AVX -arch:AVX2 to ensure that compilation by QtCreator with Qt-5.14-MSVC Windows will not compile with such optimization flags even if avx and avx2 instructions have not been disabled in Qt-library itself?

[Interest] Dictation to Qt-Software on Windows-10 Is Broken

2020-04-20 Thread coroberti .
Hi, If by chance Qt-Accessibility has a maintainer, this is the new and even more severe issue with dictation on Windows-10. You cannot dictate to Qt-software on Windows-10: https://bugreports.qt.io/browse/QTBUG-83671 Actually, it was always a broken area at least since 2015:

Re: [Interest] [Development] Qt-5.14.2 - iOS - Drag & Drop

2020-04-20 Thread coroberti .
On Mon, Apr 20, 2020 at 1:04 PM Tor Arne Vestbø wrote: > > This is a missing feature, please file a feature request, thanks! > > Tor Arne > > > On 20 Apr 2020, at 08:54, coroberti . wrote: > > > > On Sun, Apr 5, 2020 at 1:32 PM coroberti . wrote: > >> T

Re: [Interest] Qt-5.14.2 - iOS - Drag & Drop

2020-04-20 Thread coroberti .
On Sun, Apr 5, 2020 at 1:32 PM coroberti . wrote: > Trying to allow Drag to my app on iOS (iPad with spitted view) > and working in line with: https://doc.qt.io/qt-5/dnd.html > > I see that dragEnterEvent () and dragMoveEvent () are never called. > > This is in contrast to Mac O

Re: [Interest] Qt 5.12.x LTS

2020-04-14 Thread coroberti .
It will take for 5.15 several months to get major fixes, and 5.12 is a very stable version. jm4c Kind regards, Robert On Tue, Apr 14, 2020 at 4:33 PM Jason H wrote: > > If you're goint to change to 5.12, you might want to wait a month or so for > 5.15, the next LTS, is targeted around May 15.

[Interest] Qt-5.14.2 - iOS - Drag & Drop

2020-04-05 Thread coroberti .
Hi, Thanks to Qt-team for the latest patch release. Trying to allow Drag to my app on iOS (iPad with spitted view) and working in line with: https://doc.qt.io/qt-5/dnd.html I see that dragEnterEvent () and dragMoveEvent () are never called. This is in contrast to Mac OS X where it works for the

Re: [Interest] [Qt3D] Assertion in QAbstractAspect when inserting entity from plugin DLL

2020-02-09 Thread coroberti .
On Sat, Feb 8, 2020 at 6:07 AM Thiago Macieira wrote: > > On Friday, 7 February 2020 05:52:37 PST Volker Enderlein wrote: > > Program: C:\Qt\5.14.1\msvc2017_64\bin\Qt5Cored.dll > > Module: 5.14.1 > > File: aspects\qabstractaspect.cpp > > Line: 213 > > > > ASSERT: "metaObj" in file

Re: [Interest] Crash when creating QNetworkAccessManager in qt 5.14.x

2020-02-05 Thread coroberti .
Have you tried to comment out cleanup of reply objects (QNetworkReply) ? On Thu, Feb 6, 2020 at 8:49 AM maitai wrote: > > I've checked it already, and anyway a QFileDialog is a QWidget and as such > cannot be created before QApplication (that's what it said when I tried). > > Philippe > > > >

Re: [Interest] Crash when creating QNetworkAccessManager in qt 5.14.x

2020-02-04 Thread coroberti .
On Tue, Feb 4, 2020 at 6:07 PM maitai wrote: > > Thanks Robert and Thiago, > > If I create it on the stack instead of on the heap same mystery, i.e if > I create it before qApp all good, if after it crashes > > this works: > qWarning()<<"test"; > QNetworkAccessManager inet; >

Re: [Interest] Crash when creating QNetworkAccessManager in qt 5.14.x

2020-02-04 Thread coroberti .
On Tue, Feb 4, 2020 at 5:43 PM Thiago Macieira wrote: > > On Tuesday, 4 February 2020 01:45:27 PST coroberti . wrote: > > Sorry, I meant allocation of QNetworkAccessManager object > > by new operator (dynamic) versus its allocation on function scope (static). > > Inste

Re: [Interest] Crash when creating QNetworkAccessManager in qt 5.14.x

2020-02-04 Thread coroberti .
our app all our > libs are linked statically, all qt libs are dynamics, I cannot change > that easily. > > Philippe. > > Le 04-02-2020 09:07, coroberti . a écrit : > > Dear Philippe, > > Try to change dynamic allocation to static and if the matters come to > >

Re: [Interest] Crash when creating QNetworkAccessManager in qt 5.14.x

2020-02-04 Thread coroberti .
Dear Philippe, Try to change dynamic allocation to static and if the matters come to order, there's some memory corruption as my experience. jm2c Kind regards, Robert Iakobashvili On Tue, Feb 4, 2020 at 10:02 AM maitai wrote: > > Hi all, > > While the mail list was

Re: [Interest] Question about correct way to initialize HiDPI support

2020-01-13 Thread coroberti .
On Mon, Jan 13, 2020 at 11:35 AM Christoph Cullmann wrote: > > Hi, > > after reading https://doc.qt.io/qt-5/highdpi.html it is still a bit > unclear to me, > what is the correct sequence of attribute setting to have proper HiDPI > support on the > X11/Windows/macOS platforms (including support

Re: [Interest] Mac OS - AVCaptureDevice requestAccessForMediaType:AVMediaTypeVideo crashes application

2020-01-10 Thread coroberti .
On Fri, Jan 10, 2020 at 11:17 AM Nuno Santos wrote: > > Roland, > > After spending more than 4 hours googling and searching for others examples > and realising I was not doing anything wrong I have stumbled with a detail > that was causing the crash. > > I was codesiging it with: codesign

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

2019-07-10 Thread coroberti .
On Tue, Jul 9, 2019 at 8:56 PM Adam Light wrote: > > > On Fri, Jun 21, 2019 at 12:13 AM Kai Köhne wrote: > >> >> I understand that the "hardened runtime" enabling happens at codesign >> time, >> so this should arguably be a feature of macdeployqt. It's not there yet >> though, >> at least

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

2019-06-21 Thread coroberti .
On Fri, Jun 21, 2019 at 9:42 AM Hamish Moffatt wrote: > > Apple says that all apps will need to be notarized (viewed) by them to > be run on macOS 10.15 once released. > Apps must have the hardened runtime enabled in Xcode before they can be > notarized. > Is there any way to get qmake to enable

Re: [Interest] Qt Android - tgkill - libQt5Purchasing.so

2019-05-09 Thread coroberti .
Dear Nuno, Here's the JNI issue that could be your case: https://bugreports.qt.io/browse/QTBUG-68813 It looks like it's fixed (thanks to BogDan) in 5.12.2. Kind regards, Robert Iakobashvili On Thu, May 9, 2019 at 9:35 AM coroberti . wrote: > Dear Nuno, &g

Re: [Interest] Qt Android - tgkill - libQt5Purchasing.so

2019-05-08 Thread coroberti .
: > Robert, > > Thanks for your input. > > I don’t use JNI for purchasing a long time. I rely solely on the C++ API > of QtPurchasing. That’s even more wicked. > > Maybe the problems resides solely inside the QtPurchasing module… I’m the > dark! > > Best, > > Nuno

Re: [Interest] Qt Android - tgkill - libQt5Purchasing.so

2019-05-08 Thread coroberti .
Dear Nuno, No knowledge, but as a direction, it's kinda JNI of QPurchasing is looking in some scenario for a Java class that is not existing or not installed. I'd look into all JNI calls that QPurchasing is doing and its Java dependencies. We had recently a major issue with JNI done not via Qt

Re: [Interest] Qt 5.12 for Windows (Static)

2019-01-17 Thread coroberti .
On Thu, Jan 17, 2019 at 12:27 PM Nuno Santos wrote: > Robert, > > Yes, I know. I have tried both. > > When I click the .exe it doesn’t happen nothing. Nothing! :/ > > Is there any kind of debug flags that I can set? > > Nuno > > Nuno, 1.What about trying some log to file at the beginning of your

Re: [Interest] Qt 5.12 for Windows (Static)

2019-01-17 Thread coroberti .
On Thu, Jan 17, 2019 at 11:13 AM Nuno Santos wrote: > Hi, > I have just compiled a fresh Qt 5.12.1 from the source statically on > Windows but I’m having a basic problem. > Any application that I run, crashes immediately, even the Qt Creator > project templates, like que Qt Quick application

Re: [Interest] Qt-12 with Dark Theme on MacOS Mojave

2018-12-20 Thread coroberti .
ut > if it’s light or dark… > > Hope this helps, > > Mike > > > On 20 Dec 2018, at 18:48, coroberti . wrote: > > > > Hi, > > Qt-12 well manages the colors of QWidgets - great job of Qt-developers. > Thank you! > > > > When some background colors are ma

[Interest] Qt-12 with Dark Theme on MacOS Mojave

2018-12-20 Thread coroberti .
Hi, Qt-12 well manages the colors of QWidgets - great job of Qt-developers. Thank you! When some background colors are managed by the application, how to figure out whether it's Light or Dark theme currently in use? Another question is how to get notification about the switch between the themes?

Re: [Interest] [Development] QTextEdit - Line Spacing

2018-11-12 Thread coroberti .
> > Il 11/11/18 17:15, coroberti . ha scritto: > > > Following Allan's advise, here's something that is starting to work > > > (checks omitted) > > > > > > QTextDocument* doc = this->text_edit_->document(); > > > QTextBlock

Re: [Interest] [Development] QTextEdit - Line Spacing

2018-11-12 Thread coroberti .
On Mon, Nov 12, 2018 at 12:41 PM Giuseppe D'Angelo via Interest wrote: > > Il 11/11/18 17:15, coroberti . ha scritto: > > Following Allan's advise, here's something that is starting to work > > (checks omitted) > > > > QTextDocument* doc = this->text_edit_->doc

Re: [Interest] [Development] QTextEdit - Line Spacing

2018-11-11 Thread coroberti .
Kind regards, Robert Iakobashvili On Sun, Nov 11, 2018 at 5:29 PM coroberti . wrote: > > On Sun, Nov 11, 2018 at 5:21 PM Allan Sandfeld Jensen > wrote: > > > > On Sonntag, 11. November 2018 16:13:12 CET coroberti . wrote: > > > On Sun,

Re: [Interest] [Development] QTextEdit - Line Spacing

2018-11-11 Thread coroberti .
On Sun, Nov 11, 2018 at 5:21 PM Allan Sandfeld Jensen wrote: > > On Sonntag, 11. November 2018 16:13:12 CET coroberti . wrote: > > On Sun, Nov 11, 2018 at 5:06 PM Allan Sandfeld Jensen > wrote: > > > On Sonntag, 11. November 2018 14:11:52 CET coroberti . wrote: >

Re: [Interest] [Development] QTextEdit - Line Spacing

2018-11-11 Thread coroberti .
On Sun, Nov 11, 2018 at 5:06 PM Allan Sandfeld Jensen wrote: > > On Sonntag, 11. November 2018 14:11:52 CET coroberti . wrote: > > Hi, > > It seems that arranging line spacing for text in QTextEdit (like 1.5, > > 2, 3 lines) is not an easy coding. > > > >

[Interest] QTextEdit - Line Spacing

2018-11-11 Thread coroberti .
Hi, It seems that arranging line spacing for text in QTextEdit (like 1.5, 2, 3 lines) is not an easy coding. Any code samples, directions, howtos would be very much appreciated. Thanks in advance! Kind regards, Robert ___ Interest mailing list

Re: [Interest] Qt 5.11.2 for Android Prebuilt- Crash in the First Non-Qt JNI

2018-11-05 Thread coroberti .
s mentioned by > Bogdan Vatra (the Qt for Android maintainer) in one of the comments - the > issue is unresolved ... > > Best regards > Markus > > > Am Do., 1. Nov. 2018 um 20:31 Uhr schrieb coroberti . : >> >> Hi, >> I was trying to build my Qt widget ap

[Interest] Qt 5.11.2 for Android Prebuilt- Crash in the First Non-Qt JNI

2018-11-01 Thread coroberti .
Hi, I was trying to build my Qt widget app that is working on Android since Qt 5.3, later 5.7 and 5.9 using downloaded offline Qt 5.11.2. Using Qt JNI seems to be working properly, like: RequestPermissions = QAndroidJniObject("com/domain/myapp/permissions/RequestPermissions",

Re: [Interest] Crash in iOS 12 when Accessibility is ON

2018-10-26 Thread coroberti .
:47 PM maitai wrote: > > Hi, > Tried to put all I could think (tooltip, statustip, etc), no luck. > I will go the hard way, using a custom class derived from both QAction > and QAccessible... > > Philippe. > > Le 26-10-2018 10:34, coroberti . a écrit : > > Hi Phil

Re: [Interest] Crash in iOS 12 when Accessibility is ON

2018-10-26 Thread coroberti .
hilippe. > > Le 26-10-2018 09:27, coroberti . a écrit : > > Hi Philippe, > > Just voted for it. > > > > If you run the app from debugger and trigger the menu's action to > > reproduce, > > which backtrace stack of functions

Re: [Interest] Crash in iOS 12 when Accessibility is ON

2018-10-26 Thread coroberti .
Hi Philippe, Just voted for it. If you run the app from debugger and trigger the menu's action to reproduce, which backtrace stack of functions you see there? Kind regards, Robert Iakobashvili On Fri, Oct 26, 2018 at 10:01 AM maitai wrote: > > Hello, > > There has

Re: [Interest] Qt Commits - Where to Find the Patches by Commit-Id

2018-10-20 Thread coroberti .
On Sun, Oct 21, 2018 at 1:06 AM Thiago Macieira wrote: > > On Saturday, 20 October 2018 10:16:56 PDT coroberti . wrote: > > 5be48d4238465b4efd36ed4bbb96ec407be9f217 > > > > Where I can find the patch by the commit-id. > > > > Qt Codereview seems to be the p

Re: [Interest] Qt Commits - Where to Find the Patches by Commit-Id

2018-10-20 Thread coroberti .
Thanks, people. Kind regards, Robert Iakobashvili On Sat, Oct 20, 2018 at 9:32 PM Elvis Stansvik wrote: > > Den lör 20 okt. 2018 kl 20:29 skrev Elvis Stansvik : > > > > Den lör 20 okt. 2018 kl 19:19 skrev coroberti . : > > > > >

[Interest] Qt Commits - Where to Find the Patches by Commit-Id

2018-10-20 Thread coroberti .
Hi, The bug report https://bugreports.qt.io/browse/QTBUG-69281 refers to commit: 5be48d4238465b4efd36ed4bbb96ec407be9f217 Where I can find the patch by the commit-id. Qt Codereview seems to be the place but without search by commit-id. https://codereview.qt-project.org/#/q/status:open,n,z

Re: [Interest] [Android] Qt machine unique id

2018-10-11 Thread coroberti .
On Wed, Oct 10, 2018 at 10:53 PM Thiago Macieira wrote: > > On Wednesday, 10 October 2018 07:00:13 PDT Igor Mironchik wrote: > > Maybe MAC address of the network interface is good enough for you? > > There are some RFCs and internet drafts that recommend creating random or > pseudo-random MAC

Re: [Interest] Simple device discovery using UDP

2018-10-02 Thread coroberti .
On Tue, Oct 2, 2018 at 5:02 PM Murphy, Sean wrote: > > > I have an app (Desktop) that I want it to know about other running instances > > on the local network. I figured UDP broadcast was a natural choice. I tried > > it, > > but I never saw anything but my own (local) packets. There's quite a

[Interest] Vote for Windows 32-Bit Binaries for MSVC-2017

2018-09-27 Thread coroberti .
Hi, Please, consider voting for: https://bugreports.qt.io/browse/QTBUG-63708 Note, that if somebody wants to build Qt for 32-bit MSVC-2017 by himself/herself, cross compiler to be used since Qt-5.11 and up in line with the tips in: https://bugreports.qt.io/browse/QTBUG-68462 Note, that since

Re: [Interest] IFW issue: HTTP request returns a Not Acceptable

2018-09-18 Thread coroberti .
On Tue, Sep 18, 2018 at 5:28 PM, Kevin wrote: > > Thanks for all the responses > > My guess is the "?-915259074 " part of the url is what makes the server fail. > > To prevent caching, you may wish instead to add header: > Cache-Control: no-store > > For the above suggestions, how do I do that

Re: [Interest] IFW issue: HTTP request returns a Not Acceptable

2018-09-18 Thread coroberti .
On Tue, Sep 18, 2018 at 9:59 AM, Kai Koehne wrote: > > >> -Original Message- >> From: Interest On >> Behalf Of Kevin Wang >> Sent: Tuesday, September 18, 2018 1:33 AM >> To: Qt Project >> Subject: [Interest] IFW issue: HTTP request returns a Not Acceptable >> >> Hi All, >> >> >> I am

Re: [Interest] Linux openssl 1.1.0 versus 1.0.X

2018-09-15 Thread coroberti .
On Sun, Sep 16, 2018 at 7:45 AM, maitai wrote: > Thanks all for your replies > > Another idea: > > Do you know if it is enough to change Qt5Network librarie, which I > distribute together with the app? > > And if yes any chance to find it built against ssl 1.1.0 without having to > recompile the

Re: [Interest] Standardizing Qt Kit Names

2018-08-30 Thread coroberti .
On Thu, Aug 30, 2018 at 10:14 AM, Tomasz Siekierda wrote: > On Wed, 29 Aug 2018 at 20:17, André Pönitz wrote: >> >> On Wed, Aug 29, 2018 at 06:27:57PM +0200, Jason H wrote: >> > It might be a minor point, but I think it would be good to have more >> > uniform kit name structure. >> > > +1 > >

Re: [Interest] QTreeWidget displays blank widget

2018-08-10 Thread coroberti .
Hi, Try for your widgets to call setAutoFillBackground(true); Kind regards, Robert On Thu, Aug 9, 2018 at 5:58 PM, Nicolas Krieger wrote: > Hello > > I would like to display colored widgets in a QTreeWidget. > > Screenshots of what I really have are in attached files. > > My wigdet is

Re: [Interest] 5.11.1 link error with OpenSSL (Windows)

2018-07-26 Thread coroberti .
On Fri, Jul 27, 2018 at 12:56 AM, Bob Hood wrote: > I'm trying three different versions of OpenSSL -- 1.0.2l, 1.0.2o, 1.1.0h -- > and none of them will link correctly with Qt 5.11.1. The "known issues" > wiki page[1] indicates something with Linux that suggests installing an > older version of

Re: [Interest] Qt-5.11.0 - QtWebEngine Compilation Broken for Windows 32-bit Builds

2018-07-06 Thread coroberti .
On Thu, Jul 5, 2018 at 12:01 PM, Alexandru Croitor wrote: >> On 4. Jul 2018, at 18:59, coroberti . wrote: >> 1. Using the cross compiler and running in MSVC prompt: >> >> "C:\Program Files (x86)\Microsoft Visual >> Studio\2017\Community\VC\Auxiliary

Re: [Interest] Qt Network Authorization example redirect URI

2018-06-02 Thread coroberti .
Hi Tom, The example was not working with me as well. Sorry, I had no time to dig in. Kind regards, Robert On Sun, Jun 3, 2018 at 6:37 AM, Tom Isaacson via Interest wrote: > I'm still trying to get this to work. I've added some debugging to try and > figure out what's happening: >

[Interest] Qt-5.11.0 - QtWebEngine Compilation Broken for Windows 32-bit Builds

2018-05-25 Thread coroberti .
Hi, Trying to compile the recently released Qt-5.11.0 for 32-bit Windows (x86), everything compiles fine except QtWebEngine where build is broken. It seems that MSVC-2017 is the only compiler for QtWebEngine sing 5.11, and theoretically 32-builds are supposed to be supported. The bug report is

Re: [Interest] Code contributions via bug reports and forum posts

2018-05-16 Thread coroberti .
Hi, This is a very positive and long anticipated development. Excellent! Kind regards, Robert On Wed, May 16, 2018 at 12:20 PM, Tuukka Turunen wrote: > > > Hi, > > > > Contribution of source code is now allowed via Qt systems such as bug > reports and forums.

Re: [Interest] How to debug QNetworkReply? It never finishes!

2018-02-27 Thread coroberti .
Hi Tomek, It was a similar case in my setup. It appeared, though, that I was 2 connections and deleting the first conn before getting reply. If you are using the same connection, check that your server supports pipe-lining. You need somehow to manage QNetworkReply/s - perhaps 2 different

Re: [Interest] [iOS][macOS] Application Extension support to Qt

2018-02-26 Thread coroberti .
On Mon, Feb 26, 2018 at 3:47 PM, ekke wrote: > > +1 to add support for App Extensions > > need this in some Apps for "Share Extensions" to share Text etc from > other Apps > this is a common feature since iOS 8 and customers expect to have this > also in mobile Apps build

  1   2   >