Re: [Development] RFC: QProcess variant or separate class for launching applications "GUI-style"

2016-01-13 Thread Gustavsen Richard
> True, or no, that'd rather be "/usr/bin/open [-n] -W -a > appbundle|bundle-exec". It wouldn't always be trivial to get the invocation > just right, as that is a wrapper to LSOpenURLWithRole() whereas we'd probably > use something more simple, with less ambiguous specification of the > argum

Re: [Development] New Qt 5.6.0 Beta snapshot available

2015-11-12 Thread Gustavsen Richard
https://codereview.qt-project.org/#/c/140650/ -Richard Fra: Development på vegne av Edward Sutton Sendt: 12. november 2015 15:24 Til: Heikkinen Jani Kopi: development@qt-project.org Emne: Re: [Development] New Qt 5.6.0 Beta snapshot available I installed Qt

Re: [Development] Qmlscene from Qt 5.3 results segmentation fault

2014-06-17 Thread Gustavsen Richard
Fra: development-bounces+richard.gustavsen=digia@qt-project.org [development-bounces+richard.gustavsen=digia@qt-project.org] på vegne av Thiago Macieira [thiago.macie...@intel.com] Sendt: 16. juni 2014 21:19 Til: development@qt-project.org Emne: R

Re: [Development] Project structure for multi-platform mobile devices

2014-04-23 Thread Gustavsen Richard
When building a static application on iOS, Qt currently scans the project folder for all qml files and tries to figure out which imports they use. The result is used to copy and link the needed resources into the application. This means that currently your qml files needs to be inside your applic

Re: [Development] Qt-iOS: Popover-Like Styled Frames

2014-04-08 Thread Gustavsen Richard
Hi! Native menus are on the todo list, but currently not implemented on iOS. You can take a look at this example (https://github.com/richardmg/qtdd13_qmlapp) to get an idea on how you can make use of native view controllers (like a UIPopoverController ) in your app. -Richard ___

Re: [Development] Errors creation iOS OpenSSL project (Repost)

2014-03-24 Thread Gustavsen Richard
This bug report contains some extra information: https://bugreports.qt-project.org/browse/QTBUG-36891 -Richard Fra: development-bounces+richard.gustavsen=digia@qt-project.org [development-bounces+richard.gustavsen=digia@qt-project.org] på vegne av Derek

Re: [Development] Android / IOS

2014-03-19 Thread Gustavsen Richard
> Most of the day-to-day discussion happens on IRC: Android developers hang out on #necessitas on freenode, but mainly during European working hours. I'm not really sure where the iOS developers hang out, but you can find some of them on #qt-labs, #qt-platforms or #qt-lighthouse :) #qt-ios -Richa

Re: [Development] Qmake variable for iOS

2014-02-17 Thread Gustavsen Richard
To shed some more light, QtCreator has extra logic on top of QMake to let it create different shadowbuilds (and different XCode projects with different build settings) for device and simulator. The config variables "iphoneos" and "iphonesimulator" is set by QtCreator. But QMake alone does not d

Re: [Development] Qt for iOS - iOSStyle

2013-03-13 Thread Gustavsen Richard
On Mar 13, 2013, at 12:58 PM, Frank Hemer wrote: > On Wednesday 13 March 2013 04:46:43 joao morgado wrote: >> I really don't understand why QtWidgets are not suitable for mobile >> plataforms. What is the technicall reason ? Following the Qt "code once >> deploy everywhere" I have apps with pra