Re: [Development] New Qt5.2 snapshot available

2013-11-08 Thread qtnext
same issue with the Mac Desktop package since some days 2013/11/8 Yang Fan > I have tried to run > /Volumes/qt-mac-opensource-5.2.0-beta1-ios-x86_64-offline/qt-mac-opensource-5.2.0-beta1-ios-x86_64-offline.app/Contents/MacOS$ > ./qt-mac-opensource-5.2.0-beta1-ios-x86_64-offline in the terminal

Re: [Development] Puzzled by desktop development priorities, Mac OS specifically [Warning: Rant]

2013-10-21 Thread qtnext
sorry, I have finded the issue .. A previous linked library (Qt4) to the apps that I have copy in /usr/lib ... and forgotten .. I have trash the old lib, and now It links and works correctly ... 2013/10/21 Ziller Eike > > On 20.10.2013, at 21:34, qtnext wrote: > > > I use now

Re: [Development] Puzzled by desktop development priorities, Mac OS specifically [Warning: Rant]

2013-10-20 Thread qtnext
I use now Qt5.1.1, try to erase all Qt4 lib in my mac .. And I have always the same trouble. When I start macdeploy with verbose=2, I have the following error : ERROR: no file at "/Library/Frameworks/QtScript.framework/Versions/4/QtScript" ERROR: no file at "/Library/Frameworks/QtCore.framewor

Re: [Development] Puzzled by desktop development priorities, Mac OS specifically [Warning: Rant]

2013-08-25 Thread qtnext
is there any chance that maceployqt will be fixed for qt 5.1.1 ? 2013/8/11 qtnext > It works for me for a Quick2 application, but I have tried the same for a > Widget Opengl QT5 application and When I launch macdeployqt I have the > following error : > ERROR: no file at

Re: [Development] Qt 5.1.1 RC - Release Testing

2013-08-12 Thread qtnext
regarding Macdeployqt ... here a more complete story about ... [Development] Puzzled by desktop development priorities, Mac OS specifically [Warning: Rant] 2013/8/12 Raul Metsma > macdeployqt is broken > > https://bugreports.qt-project.org/browse/QTBUG-32379 > > Raul > > On Aug 12, 2013, at 5:5

Re: [Development] Puzzled by desktop development priorities, Mac OS specifically [Warning: Rant]

2013-08-11 Thread qtnext
com > Email: jake.petrou...@petroules.com > > On Aug 8, 2013, at 5:37 AM, Rutledge Shawn > wrote: > > > On 8 Aug 2013, at 11:34 AM, qtnext wrote: > > if I use the script to patch the //, macdeployqt from qt5.1., then script > postmacdeployqt ... it works fine :) ... Thank

Re: [Development] New reference platforms in the CI for Qt5.2

2013-08-11 Thread qtnext
for X64, msvc2012 is fine, but it seems that for XP 32, msvc 2012 is not possible If I have correctly understand. 2013/8/11 Laszlo Papp > > > > On Sun, Aug 11, 2013 at 1:06 AM, Charley Bay wrote: > >> Tony sayeth: >> >>> , >>> >>> We'd like to change the reference platforms a bit. We have new p

Re: [Development] Puzzled by desktop development priorities, Mac OS specifically [Warning: Rant]

2013-08-08 Thread qtnext
if I use the script to patch the //, macdeployqt from qt5.1., then script postmacdeployqt ... it works fine :) ... Thanks a lot :) 2013/8/6 Thiago Macieira > On terça-feira, 6 de agosto de 2013 15:38:43, Rutledge Shawn wrote: > > On 6 Aug 2013, at 5:09 PM, Thiago Macieira wrote: > > > Note that

Re: [Development] Puzzled by desktop development priorities, Mac OS specifically [Warning: Rant]

2013-08-06 Thread qtnext
thanks a lot ... I will try this :) 2013/8/6 Rutledge Shawn > > On 6 Aug 2013, at 1:41 PM, Shawn Rutledge wrote: > > Rene's script is for Qt 4. (Kudos on the egrep/awk bit especially.) I > updated it for Qt 5 as follows: > > > > #!/bin/bash > > QT_INSTALL_QML=`qmake -query QT_INSTALL_QML` > >

Re: [Development] Puzzled by desktop development priorities, Mac OS specifically [Warning: Rant]

2013-08-06 Thread qtnext
I have just reread the qt documentation and it seems that we need to use macdeployqt to have a working bundle. Le mardi 6 août 2013, qtnext a écrit : > I don't need macdeployqt to build a complete .app ? I come from windows so > mac dev is for me a little bit exotic and i was sure

Re: [Development] Puzzled by desktop development priorities, Mac OS specifically [Warning: Rant]

2013-08-06 Thread qtnext
t; On 6 Aug 2013, at 9:57 AM, qtnext wrote: > > > I always package the qml in a ressource file. That is not the issue > > Well the makefile generated by qmake can build a complete .app bundle, > with an icon too. So what extra functionality

Re: [Development] Puzzled by desktop development priorities, Mac OS specifically [Warning: Rant]

2013-08-06 Thread qtnext
I always package the qml in a ressource file. That is not the issue Le mardi 6 août 2013, Rutledge Shawn a écrit : > > On 5 Aug 2013, at 9:37 PM, qtnext wrote: > > > I have tryed various fix (script to fix // issue, macdeployqt from git > instead of native one, but at

Re: [Development] Puzzled by desktop development priorities, Mac OS specifically [Warning: Rant]

2013-08-05 Thread qtnext
I have tryed various fix (script to fix // issue, macdeployqt from git instead of native one, but at end it don't works ... ) hopes it will be fix in the near future :) Le lundi 5 août 2013, Thiago Macieira a écrit : > On segunda-feira, 5 de agosto de 2013 20:04:44, qtnext wrote: &

Re: [Development] Puzzled by desktop development priorities, Mac OS specifically [Warning: Rant]

2013-08-05 Thread qtnext
https://bugreports.qt-project.org/browse/QTBUG-29495 https://bugreports.qt-project.org/browse/QTBUG-32379 Le lundi 5 août 2013, Thiago Macieira a écrit : > On segunda-feira, 5 de agosto de 2013 18:20:45, qtnext wrote: > > macdeployqt is broken for 5.1 and it seems that nobody care

Re: [Development] Puzzled by desktop development priorities, Mac OS specifically [Warning: Rant]

2013-08-05 Thread qtnext
and to start ... just be able to deploy a qt quick2 application on mac ... macdeployqt is broken for 5.1 and it seems that nobody care about it... 2013/7/12 Jan Farø > Hi all, > > this is basically a copy of a post I made on http://qt-project.org/forums, > and I was encouraged to post it here a

Re: [Development] Multimedia :video : loop, in out property

2013-06-30 Thread qtnext
yes I know but you have far from a seamless loop ... and it should be so easy to do that on a low level side .. 2013/6/30 Andre Somers > Op 30-6-2013 10:46, qtnext schreef: > > Hi, > > > > I have just test the last multimedia parts : it rocks now ! playback > >

[Development] Multimedia :video : loop, in out property

2013-06-30 Thread qtnext
Hi, I have just test the last multimedia parts : it rocks now ! playback seems to works, camera is working on desktop mac, ... but there is a very important missing property : there is no way to smoothly loop a media : it's important for digital signage but also it can be very usefull on qml to ha

[Development] accelerated video hardware playback status and qt5

2013-01-08 Thread qtnext
what is the status and the planning for qt5 accelerated video playback : on Windows (It seems that there was some work around dxva/Angle playback) Linux : Gstreamer? Mac : ? And android (I suppose for now that there is no video support) ___ Development m

[Development] gstreamer android available

2012-11-30 Thread qtnext
I have just read that gstreamer now works on android. I suppose that this is a good news for Qt video/Audio decoding on android ? http://www.fluendo.com/press/gstreamer-sdk-now-offers-support-developing-multimedia-playback-android/ ___ Development mailing

[Development] QT 5 beta 2 snapshot : no debug dll for qml

2012-10-11 Thread qtnext
Hi, I have tryed last beta 2 snapshot for windows and there is always no debug version of qml 2 import ... so It's impossible to debug an application that use qml. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailma

Re: [Development] wmf backend dxva

2012-10-05 Thread qtnext
good ... the qml angle / dxva will be fine for low end computer :) I hopes it will be the same for gstreamer / Linux backend (libvaapi) for custom : I mean that if I need to reimplement a more custom decoder using dxva, I hopes there will be a public access to directx surface thru angle to allow

[Development] wmf backend dxva

2012-09-29 Thread qtnext
Hi, I have read recently that qt5 will be available thru angle/Directx and there is work in progress about a wmf backend dxva. when will it be available in git ? Will it be possible to have a public access to directx surface to reimplement some custom video decoding with dxva ? ___

Re: [Development] Qt 5 beta

2012-08-30 Thread qtnext
great !!! Windows Binary : there is no qml import in debug ... so no way to launch a qml application in debug. Webkit is available but on release only (no debug) I see that qt will be provide with angle by default (directx backend) : is it already the case for the binary beta ? 2012/8/30 Yves

Re: [Development] Qt Essentials

2012-08-02 Thread qtnext
same feeling about QT3D : we can't compare QT3D Feature to for example ogre3D, but for simple things I use Qt3D since two years and it works fine for all my needs ... without bugs 2012/8/2 Charley Bay > Agree with Thiago: > > For 3D and Location, I have a feeling it's a little premature, but I

Re: [Development] state of Qt's Australia office

2012-08-01 Thread qtnext
'development-bounces%2Bmartin.jones');>=nokia....@qt-project.org 'cvml', 'nokia@qt-project.org');>] > *On Behalf Of *ext qtnext > *Sent:* Wednesday, August 01, 2012 10:48 PM > *To:* development@qt-project.org 'development@qt-project.org');> >

Re: [Development] state of Qt's Australia office

2012-08-01 Thread qtnext
I suppose (and hopes ... as a lot of developer/company, all my works depends on Qt ...) we will soon know what's happen to Qt now that it's evident that Qt has no futur in Nokia. and I hopes a trustable long term strategie regarding crossplatform deskop and I hopes crossplatform mobile 2012/8/

Re: [Development] state of Qt's Australia office

2012-08-01 Thread qtnext
QtDeclarative ? Does it mean that nobody in Qt team will work on qml (Quick2) ? 2012/8/1 Atlant Schmidt > Folks: > > (more) > > Let's hope that the remaining Trolls land in a > more-friendly fjord! > >Atlant > > -Original Message- > From: developme

[Development] error installing windows qt5 snapshot

2012-07-05 Thread qtnext
Hi, I have tryed to install last binary beta1 qt5 windows installer on http://origin.releases.qt-project.org/qt5.0/beta-snapshots/ source is installed, but when trying to install binary, there is a dialog box saying that qmake is not installed, ... only a few dll (icuxx) are installed in bin folde

[Development] beta release windows package

2012-06-30 Thread qtnext
Hi, I am trying to use the latest beta release package ( http://origin.releases.qt-project.org/qt5.0/beta-snapshots/2012-06-29_07-06-48/ ) It seems that there is x64 package compiled .. good news ! But : 1)- - when trying to compile my project in qt creator with the bin package I have the follow

Re: [Development] QtCS: OpenGL session notes

2012-06-27 Thread qtnext
To use Qml on Win8 Metro, we must have a directX backend (with or without angle .. but it seems that for now angle is directX9 only and Metro need DX11), and to be able to use qt5 qml for digital signage on low end hardware ( in that case qt5 qml is just perfect...) we need to have hardware acceler

Re: [Development] Qt5 binary installers

2012-05-25 Thread qtnext
Hi, I have tryed windows version sdk : the install works but : - plugins and import qml have only debug dll ... there is no release version (all normal dll have release version) .. I have the same issue building from git on windows. - plugins to play movie on windows is not build (no directshow

[Development] Quick2 and Directx11 backend (Angle)

2012-05-20 Thread qtnext
Hi, Is there any plan or work in progress to port Quick2 to DirectX11 (I suppose the best option is Angle project). I wants to develop application for digital signage and it's sure that Quick2 is the best options for that .. The only big problem is that I need hardware acceleration to play mov

Re: [Development] The place of QML

2012-05-16 Thread qtnext
I am using Qt since 12 years or more... I have done a lot of work using qwidget, qgraphiscview, I have done some small apps with qml to display media : it works very well ... just the animation are a a litlle bit jerky and work not well on very small computer ... But now that Qt5 is here :

[Development] alpha build error Windows Seven

2012-04-09 Thread qtnext
Hi, I am trying to build QT5 alpha using configure then perl build... It start fine (build a lot of dll), but failed when building qtxmlpatterns : build qtxmlpatterns... + cd qtxmlpatterns && qmake -r Could not find mkspecs for your QMAKESPEC(default) after trying: C:/dev/x32/qt5-a/qtxm

Re: [Development] Qftp removal

2012-03-06 Thread qtnext
I need to add now a lot of ftp operations (list, download, upload) in a software that is a very good candidate for Qt5 (full Qml). Regarding that QFtp will be remove : what is the best option : - Kio ? Is there a full Qt port available now ? - Qft Shane Kearns Module for Qt5? - avail

Re: [Development] Qftp removal

2011-12-26 Thread qtnext
Yes :) It can be a temporary solution for people like me that wants to at least test Qt5 on software that use QFtp or QHttp Le 26/12/2011 11:17, lars.kn...@nokia.com a écrit : > On 12/24/11 12:24 PM, "ext Thiago Macieira" > wrote: > >> On Friday, 23 de December de 2011 22.10.19, David Boosalis w

Re: [Development] Qt5 Development on a Tablet PC

2011-11-23 Thread qtnext
Hi, I have port one existing apps to android using necessitas (Qt4.8 not 5.0). and It works fine (no modification on source code !) ... and necessitas is only at alpha stage !! Le 23/11/2011 11:13, Cristian Adam a écrit : Hi, Has anybody ran apps / developed Qt5 on a Tablet PC? By Tablet

[Development] Qt for Android : alpha 3 released !

2011-10-30 Thread qtnext
just to inform that Qt for Android alpha 3 is released. Here is the annoucement from BogDan : " Hello everybody, I know we are a little late to the party, but we'd like to say: Happy birthday KDE !!! Of course we couldn't come with empty hand, so we come with a gift: the Necessitas alpha3 rel