Re: [Interest] Google Summer of Code

2014-02-10 Thread Joseph W. Joshua
On 10/02/2014 19:04, Thiago Macieira wrote: > Em seg 10 fev 2014, às 15:19:37, Joshua W Joseph escreveu: >> Hello all, >> >> >> >> Will Qt be participating in Google Summer of Code 2014? > No, we won't. Ok > >> Does anyone know of a Qt based project that is participating? > KDE and Subsurface, at

Re: [Interest] QVideoProbe Woes

2014-02-10 Thread Sze Howe Koh
On 11 February 2014 11:15, Jason H wrote: > 5.3.0 huh? When is that due? 8 months? Not that long :) http://qt-project.org/wiki/Qt-5.3-release Regards, Sze-Howe ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listi

Re: [Interest] Qt 5.2 winextras - QWinJumpList

2014-02-10 Thread Constantin Makshin
I found two functions used in QWinJumpList which, according to MSDN, was introduced in Windows XP SP2. Dependency Walker (http://www.dependencywalker.com) might help you pinpoint the source of the problem. On 02/11/2014 07:56 AM, Constantin Makshin wrote: > I looked at the QWinTaskbarButton sourc

Re: [Interest] Qt 5.2 winextras - QWinJumpList

2014-02-10 Thread Constantin Makshin
I looked at the QWinTaskbarButton source code (QWinTaskbarProgress is just a convenience class that delegates all interaction with the OS to QWinTaskbarButton) and didn't find anything suspicious, the only "importable" function it uses is definitely available in XP. So my guess is that the incompa

Re: [Interest] QVideoProbe Woes

2014-02-10 Thread Jason H
Ok, that will work. Unit tests run on win/lin (mainly lin) and get frames come from USB cameras/Android cameras during development. One area Qt needs is more conversions of pixel formats between frames and images, but for what I am doing, YUV is easy since grayscale is fine for detection. And Y

Re: [Interest] QML TextArea confusion

2014-02-10 Thread Mark Gaiser
On Mon, Feb 10, 2014 at 11:44 PM, Jereme Lamothe wrote: > On Mon, Feb 10, 2014 at 5:34 PM, Mark Gaiser wrote: >> On Mon, Feb 10, 2014 at 11:17 PM, Jereme Lamothe >> wrote: >>> Hey all. I'm writing a Qt Quick app, binding properties of various >>> Controls to a QObject subclass that can work it's

Re: [Interest] QVideoProbe Woes

2014-02-10 Thread Thiago Macieira
Em seg 10 fev 2014, às 12:36:04, Jason H escreveu: > No, I cannot make that assumption. > > There are tons of libraries based on non-gpu image processing. I am using > (attempting to anyway) ZBar. OpenCV is another (though a few months ago it > looks like support was added for OpenCL). I'm not try

Re: [Interest] QML TextArea confusion

2014-02-10 Thread Jereme Lamothe
On Mon, Feb 10, 2014 at 5:34 PM, Mark Gaiser wrote: > On Mon, Feb 10, 2014 at 11:17 PM, Jereme Lamothe > wrote: >> Hey all. I'm writing a Qt Quick app, binding properties of various >> Controls to a QObject subclass that can work it's C++ magic. One such >> property, belonging to TextArea, is 'te

Re: [Interest] QML TextArea confusion

2014-02-10 Thread Mark Gaiser
On Mon, Feb 10, 2014 at 11:17 PM, Jereme Lamothe wrote: > Hey all. I'm writing a Qt Quick app, binding properties of various > Controls to a QObject subclass that can work it's C++ magic. One such > property, belonging to TextArea, is 'text'. I have a QObject subclass > with a QString to store wha

[Interest] QML TextArea confusion

2014-02-10 Thread Jereme Lamothe
Hey all. I'm writing a Qt Quick app, binding properties of various Controls to a QObject subclass that can work it's C++ magic. One such property, belonging to TextArea, is 'text'. I have a QObject subclass with a QString to store what the user types, which is accessible to QML via the Q_PROPERTY m

Re: [Interest] QVideoProbe Woes

2014-02-10 Thread Lopes Yoann
You can use the QAbstractVideoSurface solution, for camera sources you'll always be able to get the pixel data. It's not currently implemented on Android though, but it will be in 5.3.0. You can expect to get data in either RGB32, NV21, or YV12 pixel formats. Make sure your custom QAbstractVideo

Re: [Interest] QVideoProbe Woes

2014-02-10 Thread Jason H
By the way, remember our "burning platform" conversation from a week before the Nokia/MS announcement was made? I predicted Android. Now, it looks like it finally came to pass! http://arstechnica.com/gadgets/2014/02/nokia-to-release-an-android-phone-this-month/ Though my N9 is still my favorit

Re: [Interest] QVideoProbe Woes

2014-02-10 Thread Jason H
No, I cannot make that assumption. There are tons of libraries based on non-gpu image processing. I am using (attempting to anyway) ZBar. OpenCV is another (though a few months ago it looks like support was added for OpenCL). I'm not trying to scan a major motion picture for barcodes, I am tryi

Re: [Interest] More Qt installer frustration

2014-02-10 Thread Jason H
That's what I wanted, and tried to do, but it wouldn't let me. Hence my grumbling :-) - Original Message - From: Thiago Macieira To: interest@qt-project.org Cc: Sent: Monday, February 10, 2014 12:36 AM Subject: Re: [Interest] More Qt installer frustration Em dom 09 fev 2014, às 14:

Re: [Interest] QVideoProbe Woes

2014-02-10 Thread Thiago Macieira
Em seg 10 fev 2014, às 09:09:15, Jason H escreveu: > Ok thanks. I can work with that. > > But, I know very little of GL. How would I convert from GL texture ID to > say, a QImage or QVideoFrame? I would suspect that the reason that > QVideoProbe is so not cross platform is this very reason, would

Re: [Interest] QVideoProbe Woes

2014-02-10 Thread Jason H
Ok thanks. I can work with that. But, I know very little of GL. How would I convert from GL texture ID to say, a QImage or QVideoFrame? I would suspect that the reason that QVideoProbe is so not cross platform is this very reason, would that be true?  - Original Message - From: Lopes

Re: [Interest] Google Summer of Code

2014-02-10 Thread Thiago Macieira
Em seg 10 fev 2014, às 15:19:37, Joshua W Joseph escreveu: > Hello all, > > > > Will Qt be participating in Google Summer of Code 2014? No, we won't. > Does anyone know of a Qt based project that is participating? KDE and Subsurface, at least. Probably a lot more. -- Thiago Macieira - thiag

Re: [Interest] QVideoProbe Woes

2014-02-10 Thread Jason H
- Off list -  I probably forgot to ask the most important question. What can be done to help the situation?  - Original Message - From: Jason H To: Lopes Yoann Cc: Interests Qt Sent: Monday, February 10, 2014 9:54 AM Subject: Re: [Interest] QVideoProbe Woes No, that was not in the

Re: [Interest] QAbstractItemModel

2014-02-10 Thread william.croc...@analog.com
On 02/10/2014 10:26 AM, Graham Labdon wrote: > Hi > I have just started with QAbstractItemModel and have some doubts as to > whether I am doing things in the correct way. > > I have class that (amongst other things) is storing a set of data that I want > to display in a QTreeView. > So I made a m

Re: [Interest] QVideoProbe Woes

2014-02-10 Thread Lopes Yoann
On Feb 10, 2014, at 3:54 PM, Jason H wrote: > No, that was not in the doc. http://qt-project.org/doc/qt-5/qvideoprobe.html I meant it should be added to the doc. > This is some seriously distressing news. Basically, I what you are telling me > is can't build my app in Qt. There is another solu

[Interest] QAbstractItemModel

2014-02-10 Thread Graham Labdon
Hi I have just started with QAbstractItemModel and have some doubts as to whether I am doing things in the correct way. I have class that (amongst other things) is storing a set of data that I want to display in a QTreeView. So I made a model class derived from QAbstractItemModel and have the

Re: [Interest] More Qt installer frustration

2014-02-10 Thread Thiago Macieira
Em dom 09 fev 2014, às 14:16:52, Jason H escreveu: > So why is the installer binding the install location to the version number? > > I get the maintienwce tool can manage multiple versions, but why must they > all be under /opt/qt5.2.1? You should ask to install simply at /opt/qt and be done. Don

Re: [Interest] QVideoProbe Woes

2014-02-10 Thread Jason H
No, that was not in the doc. http://qt-project.org/doc/qt-5/qvideoprobe.html This is some seriously distressing news. Basically, I what you are telling me is can't build my app in Qt.  I need Camera and MediaPlayer for iOS, Android, Linux and Windows. This, I thought was the promise of Qt 5.2!

Re: [Interest] [OS X] State of Qt Mac Extras?

2014-02-10 Thread Till Oliver Knoll
Am 10.02.2014 um 13:00 schrieb deDietrich Gabriel : > ... > > Those functions were moved to QtCore before 5.2.0. > > https://qt.gitorious.org/qt/qtbase/commit/2b65bba77d4705d49a01a25350de64d153808504 Yes, indeed, I just missed the NSString conversion functions here: https://qt-project.org/d

Re: [Interest] QAudioProbe and QMediaPlayer

2014-02-10 Thread Lopes Yoann
On Feb 3, 2014, at 5:40 PM, Ziggy Uszkurat wrote: I’m trying to attach a QAudioProbe to QMediaPlayer but I’m having no luck. When I setSource it returns false. Can anyone give me a clue where I might be going wrong? You are not doing anything wrong, not all multimedia APIs are supported on all

Re: [Interest] QVideoProbe Woes

2014-02-10 Thread Lopes Yoann
2c. using (passing) a Camera element as sourceObj, what will happen? It will also work. That was in theory. In practice, it depends on the platform. QVideoProbe is not available on all of them (or only for either a media player or a camera). It should be in the doc, but here's an overview of QV

[Interest] Google Summer of Code

2014-02-10 Thread Joshua W Joseph
Hello all, Will Qt be participating in Google Summer of Code 2014? Does anyone know of a Qt based project that is participating? ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] [OS X] State of Qt Mac Extras?

2014-02-10 Thread deDietrich Gabriel
On Feb 10, 2014, at 8:44 AM, Till Oliver Knoll mailto:till.oliver.kn...@gmail.com>> wrote: Am 09.02.2014 um 23:12 schrieb Ilya Diallo mailto:ilya.dia...@gmail.com>>: ... The (april 2013) commit adding that function is there: https://qt.gitorious.org/qt/qtmacextras/commit/166731f0f122d7f40a8f

[Interest] Getting the application default palette - again

2014-02-10 Thread Clément Geiger
Hi, I know that I can get the app's palette via QApplication::palette(). Now if something changed the application palette prior to that (via QApplication::setPalette), I would get the modified palette. But my purpose here is precisely to restore that palette to its default state, so I'm kinda stuc

Re: [Interest] Translation of Q_PROPERTY

2014-02-10 Thread André Somers
Graham Labdon schreef op 10-2-2014 10:02: > Hi > I am trying to develop a property editor based on the Q_PROPERTY declarations > in a class. > I have managed to get most of this working using a class based on > QAbstactItemModel, however, I need the property names to be translatable. > Does anyon

Re: [Interest] Confusion regarding Qt 5 build on Windows

2014-02-10 Thread Mandeep Sandhu
Thx Guys! For now, I've disabled widgets too. -mandeep On Mon, Feb 10, 2014 at 2:36 PM, Koehne Kai wrote: > > > > -Original Message- > > From: interest-bounces+kai.koehne=digia@qt-project.org > > [mailto:interest-bounces+kai.koehne=digia@qt-project.org] On Behalf > > Of Mandee

Re: [Interest] Confusion regarding Qt 5 build on Windows

2014-02-10 Thread Koehne Kai
> -Original Message- > From: interest-bounces+kai.koehne=digia@qt-project.org > [mailto:interest-bounces+kai.koehne=digia@qt-project.org] On Behalf > Of Mandeep Sandhu > Sent: Monday, February 10, 2014 9:57 AM > To: Interest@qt-project.org > Subject: Re: [Interest] Confusion regar

[Interest] Translation of Q_PROPERTY

2014-02-10 Thread Graham Labdon
Hi I am trying to develop a property editor based on the Q_PROPERTY declarations in a class. I have managed to get most of this working using a class based on QAbstactItemModel, however, I need the property names to be translatable. Does anyone know whether this will be possible? Thanks

Re: [Interest] Confusion regarding Qt 5 build on Windows

2014-02-10 Thread Mandeep Sandhu
> > Isn't GUI as super-set of the Widgets module? As in, if I don't want GUI, > I don't want Widgets too, right? I was expecting both to be disabled. What > am I missing here? > Apparently, I was missing somethingthe "-no-widgets" option. I think I forgot that in the new modularized structure

[Interest] Confusion regarding Qt 5 build on Windows

2014-02-10 Thread Mandeep Sandhu
Hi All, I'm compiling Qt 5 (dev branch) on Windows to test out a feature on Windows. I'm using mingw32 toolchain for building it. I've run the "configure.bat" script passing it the "-no-gui", "-no-opengl", -"no-angle" options. However at the end of the run, in the summary, I see the following: