Re: [Development] 5.4.1 OSX macdeployqt FAIL

2015-05-10 Thread Ziller Eike
> On May 10, 2015, at 9:08 PM, mark diener wrote: > > Well, it looks like the big weakness in OSX deployment is macdeployqt and we > are on version 5.4.1+ > > I was able to change my macdeployqt command line FROM: > > macdeployqt ./testdep.app/ -qmldir=/macdev/qdev/testdep/ -verbose=2 > >

Re: [Development] Future of Qt Quick 1 in Qt 5

2015-05-10 Thread André Somers
André Somers schreef op 11-5-2015 om 08:26: > Bo Thorsen schreef op 10-5-2015 om 09:43: >> You are aware of http://doc.qt.io/qt-5/qquickpainteditem.html, right? >> This makes it pretty trivial to port painter based items to QtQ2. >> > Did you actually read the use case? I am rendering both custom a

Re: [Development] Future of Qt Quick 1 in Qt 5

2015-05-10 Thread André Somers
Bo Thorsen schreef op 10-5-2015 om 09:43: > > You are aware of http://doc.qt.io/qt-5/qquickpainteditem.html, right? > This makes it pretty trivial to port painter based items to QtQ2. > Did you actually read the use case? I am rendering both custom and standard elements to QPainter based devices

Re: [Development] Future of Qt Quick 1 in Qt 5

2015-05-10 Thread Robin Burchell
On Sat, May 9, 2015, at 11:41 PM, Alan Alpert wrote: > > Can we declare the module in Deprecated state and keep bug compatibility > > with > > previous versions? If people are using it to transition from Qt 4, it should > > retain as much of Qt 4's behaviour as possible. That includes buggy > > b

Re: [Development] 5.4.1 OSX macdeployqt FAIL

2015-05-10 Thread mark diener
Well, it looks like the big weakness in OSX deployment is macdeployqt and we are on version 5.4.1+ I was able to change my macdeployqt command line FROM: macdeployqt ./testdep.app/ -qmldir=/macdev/qdev/testdep/ -verbose=2 TO: macdeployqt testdep.app/ -qmldir=/macdev/qdev/testdep/ -verbose=2

[Development] 5.4.1 OSX macdeployqt FAIL

2015-05-10 Thread mark diener
Hello: Has someone gotten macdeployqt to actually work and create a self running bundle that successfully runs on OSX ? If yes, please share your command line for macdeployqt. My macdeployqt command line: macdeployqt ./testdep.app/ -qmldir=/macdev/qdev/testdep/ my otool dump of the bundle aft

Re: [Development] Future of Qt Quick 1 in Qt 5

2015-05-10 Thread Kevin Kofler
Thiago A. Corrêa wrote: > IMHO you should not use Qt Quick 2D Renderer as an argument unless it were > available in the open source package, but you could argue that there is > mesa software render support in 5.5. What's the difference between the 2? > > export QMLSCENE_DEVICE=softwarecontext > an

Re: [Development] Modifying and accessing environment variables in Qt

2015-05-10 Thread Kevin Kofler
Simon Hausmann wrote: > Yes, this isn't perfect, because we still include large quantities of code > in src/3rdparty in Qt that has unprotected calls to getenv(). But then > that hasn't stopped us from patching that code in the past. That will not help on distributions using system copies of third

Re: [Development] Modifying and accessing environment variables in Qt

2015-05-10 Thread Kevin Kofler
Marc Mutz wrote: > Tests are presumably easy. If everything else fails, QtTest could execute > itself anew for each test. After a quick scan, the only thing I'm worried > about in QtBase is qglxconvenience.cpp, which temporarily modifies the > environment. That would be my code. The environment is

Re: [Development] [Interest] Call for Papers to Qt World Summit now open

2015-05-10 Thread Bo Thorsen
Den 05-05-2015 kl. 09:24 skrev Kojo Tero: > Hello! > > The call for papers to the Qt World Summit has been opened. > > We welcome you to share your insight, experience and inspiration at our > 12th annual Qt event. > > For details on the themes and instructions for submitting your > abstracts, plea

Re: [Development] Future of Qt Quick 1 in Qt 5

2015-05-10 Thread Bo Thorsen
Den 08-05-2015 kl. 14:44 skrev André Somers: > Frederik Gladhorn schreef op 8-5-2015 om 14:39: >> Hi, >> >> I think the dust has settled quite a bit and the declarative module is >> becoming better by the day. We have seen it evolve and the new Java Script >> engine is running smoothly (and activel