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

2014-02-09 Thread Till Oliver Knoll
Am 09.02.2014 um 23:12 schrieb Ilya Diallo : > > ... > The (april 2013) commit adding that function is there: > > https://qt.gitorious.org/qt/qtmacextras/commit/166731f0f122d7f40a8f3ba4f51cac00bde23359 > > > So it's certainly pre-5.2.1 It could off course also mean that the to/from NSString

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

2014-02-09 Thread Till Oliver Knoll
Am 09.02.2014 um 23:12 schrieb Ilya Diallo : > > 2014-02-09 19:41 GMT+01:00 Till Oliver Knoll : >> https://qt.gitorious.org/qt/qtmacextras/source/1ef71fcdb15ac0b93751142629b4a2d1ab1e73c8:src/macextras/qmacfunctions.h >> >> Off course I have no idea to what version that Git commit actually >> bel

Re: [Interest] [Localization] Starting Finnish translation of Qt

2014-02-09 Thread Oswald Buddenhagen
On Fri, Feb 07, 2014 at 08:36:24PM +0200, Lasse Liehu wrote: > On 1 February 2014 14:48, Turunen Tuukka wrote: > > It would be best if the original authors accept Qt Project CLA, or > > alternatively give you sufficient rights to contribute on their behalf. But > > of course it is always possibl

Re: [Interest] Starting Finnish translation of Qt

2014-02-09 Thread Lasse Liehu
Hi, On 1 February 2014 14:48, Turunen Tuukka wrote: > It would be best if the original authors accept Qt Project CLA, or > alternatively give you sufficient rights to contribute on their behalf. But > of course it is always possible to retranslate the parts you do not receive > legally binding

Re: [Interest] Qt 5.2 winextras - QWinJumpList

2014-02-09 Thread Miroslav Špehar
Thanks for the answer, but it might help if i paraphrased the question: will creation of taskbar progressbar object on a binary used for windows xp cause a problem? According to Nurmi's answer - it shouldn't, because of expressed optionality in the docu (quote: "In addition, you *can *use..."). Th

Re: [Interest] [interest][QT Installer Framework] how to overwrite or reinstall with existing app

2014-02-09 Thread Jenssen Tim
At the moment this feature is not there. We disabled that in the past because it resulted in strange bugreports while Qt is installed. I would vote here https://bugreports.qt-project.org/browse/QTIFW-401 but even an installer configuration about how the target exists dialog behaves should be po

[Interest] [QT Installer Framework] how to overwrite or reinstall with existing app

2014-02-09 Thread peterlingoal
Hi All, I created an offline installer file for windows using QT Installer Frame work. After installation succeeded, I tried to execute the installation file again. However an error message "The folder you selected already exists and contains an installation. Choose a different target for install

[Interest] QAudioProbe and QMediaPlayer

2014-02-09 Thread Ziggy Uszkurat
Hi everyone, 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? Thanks in advance & best wishes Ziggy Uszkurat tel: +44 208 645 9934 mob: +44 7774 138245 http://zigzagfilms.com

Re: [Interest] GCompris goes the Qt Quick route

2014-02-09 Thread Bruno Coudoin
Le 09/02/2014 19:05, Jason H a écrit : > Congrats! I guess you're QCompris now? > Hum, well this is a good question. Let's say that the G in GCompris was meant for Gnu and not Gtk+ ;). More seriously, GCompris is known and recognized all over the world under that name. It would be silly to loose

Re: [Interest] More Qt installer frustration

2014-02-09 Thread Jason H
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? Sent from Yahoo Mail on Android ___ Interest mailing list Interest@qt-pro

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

2014-02-09 Thread Ilya Diallo
2014-02-09 19:41 GMT+01:00 Till Oliver Knoll : > > https://qt.gitorious.org/qt/qtmacextras/source/1ef71fcdb15ac0b93751142629b4a2d1ab1e73c8:src/macextras/qmacfunctions.h > > Off course I have no idea to what version that Git commit actually > belongs to (could be a post Qt 5.2.1 commit) > The (apr

Re: [Interest] QtQuick2 project crashes on exit.

2014-02-09 Thread Thiago Macieira
Em dom 09 fev 2014, às 08:30:13, Jason H escreveu: > But not every time, but 98% of the time. > > Even with a trivial QML file, it crashes on > the QtQuick2ApplicationViewer::~QtQuick2ApplicationViewer(). I have not > modified the ApplicationViewer class. Looks like you forgot to paste / attach t

Re: [Interest] GCompris goes the Qt Quick route

2014-02-09 Thread Thiago Macieira
Em dom 09 fev 2014, às 18:03:32, Bruno Coudoin escreveu: > Hi, > > I am sorry, I posted this information on the Qt devel list and I have been > reported that the interest list was more appropriate. > > For those who don't know me, I am the author of the educational software > GCompris (http://gco

Re: [Interest] QVideoProbe Woes

2014-02-09 Thread Jason H
Do I'm actually trying this on a system with a camera now, and it is not working.  the following code: boolVideoProbe::setSource(QObject*sourceObj) { m_source=sourceObj; boolret; QMediaObject*player=qvariant_cast(sourceObj->property("mediaObject")); ret=QVideoProbe::setSource(player); qDebug()<<"

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

2014-02-09 Thread Till Oliver Knoll
What is the state of the Qt MacExtras module, specifically in Qt 5.2.1? I am asking because I was trying to use the documented NSString * QtMac::toNSString(const QString & string) function (https://qt-project.org/doc/qt-5/qtmac.html), but in my stock binary download of the Qt 5.2.1 Mac desktop

Re: [Interest] GCompris goes the Qt Quick route

2014-02-09 Thread Sean Harmer
Hi, On 09/02/2014 17:03, Bruno Coudoin wrote: > Hi, > > I am sorry, I posted this information on the Qt devel list and I have been > reported that the interest list was more appropriate. > > For those who don't know me, I am the author of the educational software > GCompris (http://gcompris.net).

Re: [Interest] GCompris goes the Qt Quick route

2014-02-09 Thread Jason H
Congrats! I guess you're QCompris now? - Original Message - From: Bruno Coudoin To: Interests Qt Cc: Sent: Sunday, February 9, 2014 12:03 PM Subject: [Interest] GCompris goes the Qt Quick route Hi, I am sorry, I posted this information on the Qt devel list and I have been reported

[Interest] GCompris goes the Qt Quick route

2014-02-09 Thread Bruno Coudoin
Hi, I am sorry, I posted this information on the Qt devel list and I have been reported that the interest list was more appropriate. For those who don't know me, I am the author of the educational software GCompris (http://gcompris.net). The project started in 2000 and is based on Gtk+. As you

[Interest] QtQuick2 project crashes on exit.

2014-02-09 Thread Jason H
But not every time, but 98% of the time. Even with a trivial QML file, it crashes on the  QtQuick2ApplicationViewer::~QtQuick2ApplicationViewer(). I have not modified the ApplicationViewer class. Also, on this machine, I get: RTTI symbol not found for class 'QQuickWindow' RTTI symbol not found f

[Interest] More Qt installer frustration

2014-02-09 Thread Jason H
So I complained about the location if running the installer with sudo (runs creator as sudo as well) But now I'm trying to put 5.2.1 and 5.2.0  in /opt/qt/ { 5.2.0, 5.2.1). When I specify /opt/qt, with an existing 5.2.0 install it complains it can't instal it there because it has an exiting ins

[Interest] qt5 + mavericks + xcode 5.0.2 = problem?

2014-02-09 Thread Emre Besirik
whatever I try, keep getting this error: Error during installation process (qt.521.clang_64.essentials): Command install_name_tool failed. Arguments: -change /work/build/__PADDING__/lib/QtMultimedia.framework/Versions/5/QtMultimedia /Users

Re: [Interest] https://github.com/ayoy/qoauth support OAuth2?

2014-02-09 Thread tangk
Thanks very much! ? 2014/2/9 19:24, Mandeep Sandhu ??: On Sun, Feb 9, 2014 at 1:16 PM, tangk > wrote: hi all: The package with https://github.com/ayoy/qoauth support OAuth2.0 protocol or OAuth1? It looks like this supports only OAuth 1. Have a look at O

Re: [Interest] https://github.com/ayoy/qoauth support OAuth2?

2014-02-09 Thread Mandeep Sandhu
On Sun, Feb 9, 2014 at 1:16 PM, tangk wrote: > hi all: > The package with https://github.com/ayoy/qoauth support OAuth2.0 > protocol or OAuth1? > It looks like this supports only OAuth 1. Have a look at O2, which has support for OAuth 2 and specialization classes for Facebook, Twitter etc which