Re: [Interest] Chances of usable qtmultimedia on imx6?

2014-04-17 Thread Auslands-KV
Just as a short update: I got Qt5.3 compiled and running on Yocto. :-) Video playback is indeed MUCH, MUCH better I only have a strange thing: My app no longer works. It does start the video (which I see due to the gstreamer debug output), but then doesn't play. Also the whole app seems to s

[Interest] Released: JSON support for qml

2014-04-17 Thread Jay Sprenkle
Good morning all, I've released source code for a project that may be useful for some of you. The project provides an interface between JSON and Qt 5.x QML Model/View ListViews. It is implemented as a QML plugin so your application can be extended to use it without recompilation. It consists of

[Interest] Prevent right click on specific QTabWidget tab from emitting currentChanged(int) signal

2014-04-17 Thread Murphy, Sean
I'm trying to duplicate the functionality of how many applications handle tabs where the last tab is treated as a special case and is used solely to create new tabs. So when my widget launches it looks like: \ Tab 1 /\ + / With "Tab 1" set as the current index. Left clicking on the '+' will add

[Interest] Qt4 --> Qt5: Forcing QGraphicsView::drawForeground() during QGraphicsView::mouseMoveEvent()

2014-04-17 Thread Sherif Ghali
With Qt4, QGraphicsView::drawForeground() is called with each QGraphicsView::update(), even during mouse move events. With Qt5, the update() requests are coalesced into a single repaint after mouseReleaseEvent(). How can I reenable QGraphicsView::drawForeground() during mouse move events? The brie

Re: [Interest] Build error trying to cross compile for embedded Linux

2014-04-17 Thread Rogers Nate
On 04/16/2014 04:41 PM, Thiago Macieira wrote: Em qua 16 abr 2014, às 19:33:20, Rogers Nate escreveu: qimage.cpp:(.text+0x3744): undefined reference to `qt_memfill32(unsigned int*, unsigned int, int)' .obj/qimage_conversions.o: In function `qInitImageConversions()': qimage_conversions.cpp:(.text

[Interest] QtMultimedia usage for fetching coverArtUrl in Qt5.3

2014-04-17 Thread Ramakanthreddy Kesireddy
Hi, In Qt5.3, is it possible to retrieve audio thumbnail on embedded Linux using QML Audio type or metadata? Am interested in CoverArtUrlSmall or CoverrtUrlLarge metadata from the audio file-path or do I need to go for any thirdparty library(like taglib) to retrieve the same on linux? Thanks an

Re: [Interest] Chances of usable qtmultimedia on imx6?

2014-04-17 Thread Christoph Kurz
> Auslands-KV hat am 16. April 2014 um 10:38 geschrieben: > > Hi Christoph > > That looks GREAT!!! Need to test that immediately. :-) > > You know by chance, if 5.3 is available on Yocto? > > Regards > > Michael > > > Am 16.04.2014 09:39, schrieb Christoph Kurz: > > > > > H