On 22/05/2021 03:06, Giuseppe D'Angelo via Development wrote:
== DEADLINE FOR VOTING ==
23.59 CEST of Thursday 27 May 2021.
We have unanimous consent.
--
Giuseppe D'Angelo | giuseppe.dang...@kdab.com | Senior Software Engineer
KDAB (France) S.A.S., a KDAB Group company
Tel. France +33 (0)4 90
On 27/05/21 11:50, Giuseppe D'Angelo via Development wrote:
> In the overwhelming majority of cases, utf16() won't make any
> allocation. There's just one exception -- if the QString was built via
> fromRawData(). In that case, in order to ensure NUL termination, utf16()
> does actually "detach" (e
> > If it matters: I disclaim any copyright for the attached
> > files.
>
> Thanks for the snippet. I think this should be perfectly doable. Connect to
> the signal, then map the QVideoFrame and copy out the Y channel.
One ask that may not be captured anywhere: currently, it is impossible to h
Note, I've been informed on that bug that shared and static builds require
different fixes and therefore created a new bug report QTBUG-94066 for fixing
the shared / official installs versions.
Thank,
Mark
From: Development On Behalf Of Mark De Wit
Sent: 27 May 2021 17:50
To: Development@qt-pr
I'd like to flag up bug report https://bugreports.qt.io/browse/QTBUG-89643
which is closed as fixed in Qt 6.1.0 but is still (or again) broken in Qt 6.1.1
I added a comment to the Bug, but in my testing, the Qt6 Gui module does not
load its plugin as part of its cmake processing, and CMake thus
On 27 May 2021, at 16:18, Lars Knoll
mailto:lars.kn...@qt.io>> wrote:
On 27 May 2021, at 15:34, Eike Hein mailto:h...@kde.org>> wrote:
May 27, 2021 2:51 PM, "Samuel Gaist"
mailto:samuel.ga...@idiap.ch>> wrote:
I think one of the main use case I have seen for custom GStreamer pipelines is
to b
> On 27 May 2021, at 15:34, Eike Hein wrote:
>
> May 27, 2021 2:51 PM, "Samuel Gaist" wrote:
>> I think one of the main use case I have seen for custom GStreamer pipelines
>> is to be able to get
>> rtsp or other network streams in Qt applications.
>
> This is my personal use case as well.
On 27 May 2021, at 15:25, Rodrigo Gonçalves de Oliveira
wrote:
Also, this is how I define and change different audio devices ("gst-pipeline:
... audio_sink=\"alsasink device=%1\") on demand.
Are there plans to have an easy way to change the output audio device? Think on
an embedded system,
May 27, 2021 2:51 PM, "Samuel Gaist" wrote:
> I think one of the main use case I have seen for custom GStreamer pipelines
> is to be able to get
> rtsp or other network streams in Qt applications.
This is my personal use case as well. With the addition that I also have
some pipelines where I nee
Also, this is how I define and change different audio devices
("gst-pipeline: ... audio_sink=\"alsasink device=%1\") on demand.
Are there plans to have an easy way to change the output audio device?
Think on an embedded system, within a media app and multiple audio devices,
where the user want to c
On Donnerstag, 27. Mai 2021 14:41:54 CEST you wrote:
> On Thu, 27 May 2021 at 14:17, Allan Sandfeld Jensen
>
> But it does not change my point about signal vs protected functions.
> Let's say I have a QWebEnginePage subclass that only allows some SSL errors
> by checking asynchronously a blocked
> On 27 May 2021, at 14:35, Lars Knoll wrote:
>
>> On 27 May 2021, at 14:25, Eike Hein wrote:
>>
>> May 27, 2021 8:14 AM, "Lars Knoll" wrote:
>>> The one thing I want to avoid is what we had in Qt 5, where you could force
>>> Qt MM to use a
>>> different/custom gstreamer pipeline based on en
On Thu, 27 May 2021 at 14:17, Allan Sandfeld Jensen
wrote:
> On Donnerstag, 27. Mai 2021 13:55:01 CEST Benjamin TERRIER wrote:
> > On Thu, 27 May 2021 at 11:25, Allan Sandfeld Jensen
> >
> > But then in my code, each time I see a CrazySSLPage I am never sure that
> it
> > will ignore SSL errors.
> On 27 May 2021, at 14:25, Eike Hein wrote:
>
> May 27, 2021 8:14 AM, "Lars Knoll" wrote:
>> The one thing I want to avoid is what we had in Qt 5, where you could force
>> Qt MM to use a
>> different/custom gstreamer pipeline based on environment variables. That
>> part made maintaining the
>
May 27, 2021 8:14 AM, "Lars Knoll" wrote:
> The one thing I want to avoid is what we had in Qt 5, where you could force
> Qt MM to use a
> different/custom gstreamer pipeline based on environment variables. That part
> made maintaining the
> code base extremely hard. Other than that I’m of cours
On Donnerstag, 27. Mai 2021 13:55:01 CEST Benjamin TERRIER wrote:
> On Thu, 27 May 2021 at 11:25, Allan Sandfeld Jensen
>
> But then in my code, each time I see a CrazySSLPage I am never sure that it
> will ignore SSL errors. Maybe someone called QObject::disconnect() on it.
>
> CrazySSLPage pag
On Thu, 27 May 2021 at 11:25, Allan Sandfeld Jensen
wrote:
>
> I am not sure I see a significant difference. They are both compile-time.
> A
> "user" of your widget could also derive it and override the virtual
> function
> just as well as they could override your the signals?
>
>
>
No, they are
On Wednesday, 26 May 2021 18:39:56 CEST Benjamin TERRIER wrote:
> Hi,
>
> I just saw this ticket: https://bugreports.qt.io/browse/QTBUG-74587
> and this related gerrit change:
> https://codereview.qt-project.org/c/qt/qtwebengine/+/346723
>
> I am not sure what to think about it.
> Sure it is nice
On 26/05/2021 21:39, Alberto Mardegan wrote:
Now, I haven't dug very deep in QString and QVariant, I preferred to let
the experts talk first :-) Does the code in the QSQLite plugin look
correct to you?
That depends: when does SQLite exactly stop using the string data passed
to it exactly?
Hello,
The problem was a human error related to A/B testing. It was fixed yesterday
and should not occur anymore.
--
Tino Pyssysalo
On 27.5.2021, 10.23, "Development on behalf of Eike Ziller"
wrote:
> On May 27, 2021, at 08:28, Nibedit Dey wrote:
>
> Hi Qt Team,
>
> On May 27, 2021, at 08:28, Nibedit Dey wrote:
>
> Hi Qt Team,
>
> I think the issue occurs when there is a script blocker like AdBlockPlus is
> running on the browser.
> I guess the content is loaded through a script that replaces the template.
> When the script is blocked the template app
21 matches
Mail list logo