[Development] Is Qt able to render emoji font using the SVGinOT ?

2016-05-12 Thread Gianluca
Hello, I’m wondering if Qt is able to render the coloured emoji font that use the SVGinOT (https://www.w3.org/2013/10/SVG_in_OpenType/) extension. Thanks, Gianluca. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org

[Development] Fwd: [Interest] Strange ordering problem with ComboBox

2016-04-13 Thread Gianluca
textRole: "leadText" > > But the popup menu appearing for select the option contain the elements into > a different order than ListModel and when you select one of those the > ComboBox select a different one. In such a way that it seems the index are > correct but th

Re: [Development] QQmlEngine and ObjectOwnership

2015-04-28 Thread Gianluca
, and I use it from QML and in this way, then the QML destroy it whenever it wants and it’s ok because this object never pass to C++. Ciao, Gianluca. Il giorno 28/apr/2015, alle ore 12:08, Massimo Callegari ha scritto: > Hi everyone, > > I want to share my experience with th

Re: [Development] dev snapshots idea

2014-12-08 Thread Gianluca
+1 for the idea of having continuous creation of snapshots every 1-2 weeks as proposed by Massimo Callegari Il giorno 08/dic/2014, alle ore 16:19, Ayberk Özgür ha scritto: > +1 for being able to work with Qt3D dev branch without building Qt itself. > > On 08. 12. 14 16:17, Massimo Callegari w

Re: [Development] The dark side of QtMultimedia

2014-11-17 Thread Gianluca
Il giorno 17/nov/2014, alle ore 18:15, Thiago Macieira ha scritto: > On Monday 17 November 2014 18:11:59 Gianluca wrote: >>> The fullscreen video player that got launched has controls to play, >>> pause, >>> seek, etc. >> >> Qt Quick 2 VideoOutput

Re: [Development] The dark side of QtMultimedia

2014-11-17 Thread Gianluca
Il giorno 17/nov/2014, alle ore 17:57, Thiago Macieira ha scritto: > On Monday 17 November 2014 17:49:37 Gianluca wrote: >>>> And don't you need to render controls? >>> >>> >>> >>> Yes, but I imagine that the video player has those c

Re: [Development] The dark side of QtMultimedia

2014-11-17 Thread Gianluca
Il giorno 17/nov/2014, alle ore 17:47, Thiago Macieira ha scritto: > On Monday 17 November 2014 09:10:06 Gianluca wrote: >> I’m very happy. That’s give a complete different view. But, I would disagree >> about your suggestion of “forget the wiki”, because the main communication

Re: [Development] The dark side of QtMultimedia

2014-11-17 Thread Gianluca
Il giorno 17/nov/2014, alle ore 17:43, Thiago Macieira ha scritto: > On Monday 17 November 2014 09:43:33 André Somers wrote: >> Thiago Macieira schreef op 17-11-2014 01:48: >>> Why do you want to render video non-fullscreen anyway on a device with >>> a small screen? Once the user clicks the pl

Re: [Development] The dark side of QtMultimedia

2014-11-17 Thread Gianluca
Il giorno 17/nov/2014, alle ore 07:26, Konstantin Podsvirov ha scritto: > On Sunday 16 November 2014 22:31:45 Gianluca wrote: >> So, from my point of view, the QtMultimedia seems abandoned (I hope it’s a >> wrong deduction from a superficial view of the project). The indica

Re: [Development] The dark side of QtMultimedia

2014-11-16 Thread Gianluca
olume, etc. This is cannot possibile at the moment. (But this is less important that the ‘flickering’ problem). Cheers, Gianluca. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] The dark side of QtMultimedia

2014-11-16 Thread Gianluca
urces on it. Cheers, Gianluca. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

[Development] Phonon + QML Qt Quick 2 possible ?

2014-11-15 Thread Gianluca
Qt Quick 2 ? 3) If no, there is a least some tutorial on how to bind Phonon API into a Qt Quick 2 application ? Thanks, Gianluca. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Issues with QApplication::startDragDistance

2014-11-13 Thread Gianluca
perfectly click without any problem on the Items into the ListView with the default Qt settings on both high and low DPI devices. So, I’m wondering if your problem is really correlated to the startDragDistance. Cheers, Gianluca. Il giorno 13/nov/2014, alle ore 11:11, Jeremias Bosch ha scritto

Re: [Development] The dark side of QtMultimedia

2014-11-13 Thread Gianluca
the complete coverage of all features of all native backends on all platforms. Cheers, Gianluca. Il giorno 13/nov/2014, alle ore 09:19, Tim Blechmann ha scritto: >>>> Yes, this could also simply be our qtmultimedia unit tests. Run the >>>> tests >>>> on yo

Re: [Development] The dark side of QtMultimedia

2014-11-11 Thread Gianluca
Il giorno 11/nov/2014, alle ore 13:09, Knoll Lars ha scritto: > On 11/11/14 11:32, "Gianluca" wrote: > >> >> Il giorno 11/nov/2014, alle ore 10:41, Knoll Lars >> ha scritto: >> >>> On 11/11/14 09:47, "Simon Hausmann" >>&g

Re: [Development] VideoOutput documentation lack about platform specific differences

2014-11-11 Thread Gianluca
I get the table for a different version of Qt ? I suggest to put that information into the Qt Documentation included into the package and make it accessibile from Qt Assistant. Otherwise, it’s impossible to know what it’s supported on the Qt version in use. Thanks, Gianluca. Il giorno 10/nov

Re: [Development] The dark side of QtMultimedia

2014-11-11 Thread Gianluca
that from external point of view what appear from Digia’s blog and documentation about the Qt Multimedia is something like the holy gral of cross-platform multimedia library, but when you try to use in a toy situation just doesn’t work as expected. For me, at the moment, Qt Multimedia is the

Re: [Development] The dark side of QtMultimedia

2014-11-09 Thread Gianluca
Phonon ?!?! Please can you give us some links to this Phonon for Qt5 ? On which platform has been ported Phonon ? I really need a good multimedia module for android and iOS. Thanks, Gianluca. Il giorno 09/nov/2014, alle ore 23:09, Kevin Kofler ha scritto: > Massimo Callegari wrote: >

[Development] VideoOutput documentation lack about platform specific differences

2014-11-08 Thread Gianluca
I get this information ? From my personal experience I can say that iOS is one of the platform with video limitations… but for the others ?? where is the status ?? Is there any progress with Qt 5.4 ?? Thanks, Gianluca.___ Development mailing list Deve