Re: [Interest] TLS/SSL XML encryption security

2019-10-04 Thread Roland Hughes
Sorry, I need to invert the quoted message so answers make sense. On 10/3/19 5:00 AM, Matthew Woehlke wrote: On 01/10/2019 20.47, Roland Hughes wrote: If they targeted something which uses XML documents to communicate, they don't need to brute force attempt everything, just the first 120 or

Re: [Interest] CPU load in busy indicator widget based on Q(Variant)Animation

2019-10-04 Thread André Pönitz
On Fri, Oct 04, 2019 at 10:58:44PM +0200, René J. V. Bertin wrote: > Giuseppe D'Angelo via Interest wrote: > > > By default non-QQ2 related animations run every 16ms. Do you have a > > minimal testcase showcasing a suspicious activity of an animation? > > I never said anything about suspicious ac

Re: [Interest] CPU load in busy indicator widget based on Q(Variant)Animation

2019-10-04 Thread René J . V . Bertin
Giuseppe D'Angelo via Interest wrote: > By default non-QQ2 related animations run every 16ms. Do you have a > minimal testcase showcasing a suspicious activity of an animation? I never said anything about suspicious activity (and the idea that something could be wrong with Q*Animation on my syst

Re: [Interest] CPU load in busy indicator widget based on Q(Variant)Animation

2019-10-04 Thread Giuseppe D'Angelo via Interest
Il 04/10/19 16:51, René J.V. Bertin ha scritto: I've isolated the class and its demonstrator, and added a few switches to assess performance (in terms of user experience and CPU load). The only way I found to limit the CPU load is by adding a delay after each frame render. 75ms of "thread sleep

[Interest] CPU load in busy indicator widget based on Q(Variant)Animation

2019-10-04 Thread René J . V . Bertin
Hi, A discussion about CPU load recently came up with the author(s) of the newish KBusyIndicatorWidget in the KF5 KWidgetsAddons framework, after I noticed that the test/demo utility runs at 12-13% CPU (according to `top`, on 2 CPUs, a lowly N3150 and a much faster i7). I find that significantl

[Interest] Automatic darkmode on iOS with Qt15.3.0

2019-10-04 Thread Roman Wüger
Hi all, Is there a way to automatically switch to dark/light mode when the system changes the theme on iOS13.x? I use the material style with QuickControls 2 and there is already a system state, but this doesn‘t seem to work. Best Regards Roman ___