Re: [Development] Multi-Selection behavior of item views breaks drag'n'drop UX - options

2021-05-28 Thread Konstantin Shegunov
On Fri, May 28, 2021 at 2:13 PM Volker Hilsheimer wrote: > Hey Widget fans, > Hola, > I need your opinions on https://bugreports.qt.io/browse/QTBUG-59888 > > The UX resulting from our (strange) choice to trigger selection changes on > mouse press rather than mouse release is indeed quite horri

Re: [Development] New Qt Multimedia

2021-05-28 Thread Jason H
> On 26/05/21 15:09, Lars Knoll wrote: > > The hope is that we can change that for Qt 6. To make this possible, we > > have changed not only parts of the public API, but completely redone its > > internal architecture, especially how multimedia connects to the platform > > specific backends. Apa

Re: [Development] New Qt Multimedia

2021-05-28 Thread Alberto Mardegan
On 28/05/21 11:09, Lars Knoll wrote: > Before we go into the topics below, can we take a step back, please? I’d > first like to know *why* you were developing and maintaining your own > multimedia backend. In short, because of lifecycle. In Ubuntu Touch, applications are stopped when in the back

Re: [Development] New Qt Multimedia

2021-05-28 Thread Samuel Gaist via Development
> On 28 May 2021, at 11:31, Tor Arne Vestbø wrote: > > > Cheers, > Tor Arne > >> On 28 May 2021, at 10:54, Samuel Gaist via Development >> wrote: >> >>> >>> On 28 May 2021, at 10:37, Lars Knoll wrote: >>> >>> How have you implemented those? If you implemented a gstreamer element for >>>

[Development] Multi-Selection behavior of item views breaks drag'n'drop UX - options

2021-05-28 Thread Volker Hilsheimer
Hey Widget fans, I need your opinions on https://bugreports.qt.io/browse/QTBUG-59888 The UX resulting from our (strange) choice to trigger selection changes on mouse press rather than mouse release is indeed quite horrible, as explained in the ticket. The options to fix that seem to be: 1) ch

Re: [Development] QWebEnginePage and Qt 6: protected virtual functions and signals

2021-05-28 Thread Allan Sandfeld Jensen
On Freitag, 28. Mai 2021 11:49:35 CEST Benjamin TERRIER wrote: > Random thoughts: Could this willingness to replace virtual > protected functions by signals be linked to QML? > In QML we do not have virtual protected functions and can only use > signals... > Yes, that how all the methods are handl

Re: [Development] QWebEnginePage and Qt 6: protected virtual functions and signals

2021-05-28 Thread Benjamin TERRIER
On Thu, 27 May 2021 at 14:52, Allan Sandfeld Jensen wrote: > > Most of the changes to signal form are not that simple, and requires a lot > more work. Not even sure we will manage to deal with the mess that is > acceptNavigationRequest before feature freeze. It's easy, if you force users to use

Re: [Development] New Qt Multimedia

2021-05-28 Thread Tor Arne Vestbø
Cheers, Tor Arne On 28 May 2021, at 10:54, Samuel Gaist via Development mailto:development@qt-project.org>> wrote: On 28 May 2021, at 10:37, Lars Knoll mailto:lars.kn...@qt.io>> wrote: How have you implemented those? If you implemented a gstreamer element for those cameras, and gst-device-m

Re: [Development] New Qt Multimedia

2021-05-28 Thread Samuel Gaist via Development
> On 28 May 2021, at 10:37, Lars Knoll wrote: > >> On 28 May 2021, at 10:27, Samuel Gaist wrote: >> >> >>> On 28 May 2021, at 10:09, Lars Knoll wrote: >>> On 28 May 2021, at 09:15, Alberto Mardegan wrote: Hi Lars, On 26/05/21 15:09, Lars Knoll wrote: >

Re: [Development] New Qt Multimedia

2021-05-28 Thread Lars Knoll
> On 28 May 2021, at 10:27, Samuel Gaist wrote: > > >> On 28 May 2021, at 10:09, Lars Knoll wrote: >> >>> On 28 May 2021, at 09:15, Alberto Mardegan >>> wrote: >>> >>> Hi Lars, >>> >>> On 26/05/21 15:09, Lars Knoll wrote: The hope is that we can change that for Qt 6. To make this poss

Re: [Development] New Qt Multimedia

2021-05-28 Thread Samuel Gaist via Development
> On 28 May 2021, at 10:09, Lars Knoll wrote: > >> On 28 May 2021, at 09:15, Alberto Mardegan >> wrote: >> >> Hi Lars, >> >> On 26/05/21 15:09, Lars Knoll wrote: >>> The hope is that we can change that for Qt 6. To make this possible, we >>> have changed not only parts of the public API, bu

Re: [Development] New Qt Multimedia

2021-05-28 Thread Lars Knoll
> On 28 May 2021, at 09:15, Alberto Mardegan > wrote: > > Hi Lars, > > On 26/05/21 15:09, Lars Knoll wrote: >> The hope is that we can change that for Qt 6. To make this possible, we have >> changed not only parts of the public API, but completely redone its internal >> architecture, especial

Re: [Development] New Qt Multimedia

2021-05-28 Thread Alberto Mardegan
Hi Lars, On 26/05/21 15:09, Lars Knoll wrote: > The hope is that we can change that for Qt 6. To make this possible, we have > changed not only parts of the public API, but completely redone its internal > architecture, especially how multimedia connects to the platform specific > backends. Apa