Re: [Interest] Qt 5.10, iOS and 32 bit iOS devices

2018-02-01 Thread Jake Petroules
n the dark here. > > Thanks! > > Regards, > > Nuno > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -- Jake Petroules - jake

Re: [Interest] QEvent::FileOpen : opening single vs. multiple documents

2018-01-28 Thread Jake Petroules
> On Jan 27, 2018, at 1:31 PM, René J.V. Bertin wrote: > > On Saturday January 27 2018 20:24:04 Jake Petroules wrote: > >> What we should do instead is allow QFileOpenEvent to store a list of files >> instead of just a single one. > > That probably should

Re: [Interest] QEvent::FileOpen : opening single vs. multiple documents

2018-01-27 Thread Jake Petroules
__ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -- Jake Petroules - jake.petrou...@qt.io The Qt Company - Silicon Valley Qbs build tool evangelist - qbs.io

Re: [Interest] Qt/Mac and "Application Extensions Only"

2017-12-19 Thread Jake Petroules
slightly more backwards incompatible way and required modules to explicitly state that they are NOT app extension safe instead of the other way around. > Thanks, > R. > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinf

Re: [Interest] Cross-platform alternatives to Apple App Store?

2017-12-03 Thread Jake Petroules
> subscription tiers in the app. > > Thanks, > -Patrick > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -- Jake Petroules - jake.petrou...@qt.io The Qt Company - Silicon Valley Qbs build tool evangelist - qbs.io

Re: [Interest] Prevent tabbing of Qt application on macOS Sierra

2017-12-02 Thread Jake Petroules
> On Dec 2, 2017, at 12:48 PM, Thiago Macieira > wrote: > > On Saturday, 2 December 2017 11:50:01 PST Jake Petroules wrote: >> Actually, you shouldn't do this. Instead, use this: >> >> #include // includes an implementation of >> __builtin_available

Re: [Interest] Prevent tabbing of Qt application on macOS Sierra

2017-12-02 Thread Jake Petroules
NO]." > > Cheers, > René > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -- Jake Petroules - jake.petrou...@qt.io The Qt Company - Silicon Valley Qbs build tool evangelist - qbs.io ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] minimum macOS runtime version for Qt 5.9+ (Jake Petroules)

2017-11-30 Thread Jake Petroules
g in this discussion that Apple generally > provides security updates for two or maybe three major versions, and Qt is in > line with that. I couldn’t find an Apple reference for that, but this stack > overflow post has some relevant if older discussion: > > https://ap

Re: [Interest] minimum macOS runtime version for Qt 5.9+

2017-11-29 Thread Jake Petroules
> > > --- > Jean-Michaël Celerier > http://www.jcelerier.name > > On Wed, Nov 29, 2017 at 4:46 AM, Jake Petroules wrote: > > > > On Nov 28, 2017, at 7:43 PM, Hamish Moffatt > > wrote: > > > > https://doc.qt.io/qt-5/supported-platforms.html lists

Re: [Interest] minimum macOS runtime version for Qt 5.9+

2017-11-28 Thread Jake Petroules
older versions? > Thanks, > > Hamish > > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -- Jake Petroules - jake.petrou...@qt.io The

Re: [Interest] Qt iOS - qmake runs everytime a new build is made which takes to long

2017-10-22 Thread Jake Petroules
eira (AT) intel.com > Software Architect - Intel Open Source Technology Center > > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -- Jake Pe

Re: [Interest] Status: Incomplete

2017-10-22 Thread Jake Petroules
er operate less than > half a day. > > Installing any of the 34x drivers out of edgers PPA will have you > crashing many times per day. > > > Note: with the 32-bit version you simply install BOINC, install 331 driver, > reboot, and everything is flawless. This

Re: [Interest] QT 5.9.2 Release schedule

2017-10-05 Thread Jake Petroules
ct - Intel Open Source Technology Center >> >> ___ >> Interest mailing list >> Interest@qt-project.org >> http://lists.qt-project.org/mailman/listinfo/interest > > ___ >

Re: [Interest] Building & Running on High Sierra

2017-10-05 Thread Jake Petroules
Likely https://codereview.qt-project.org/#/c/205954/ > On Sep 20, 2017, at 11:19 AM, Patrick Stinson wrote: > > Thank you. Any thoughts about the branch problem? > >> On Sep 20, 2017, at 10:45 AM, Jake Petroules >> wrote: >> >> This is QTBUG-6226

Re: [Interest] Building & Running on High Sierra

2017-10-05 Thread Jake Petroules
ics.mm:83:37: >> error: use of undeclared identifier >> 'InvalidImage' >> require_action(inImage != NULL, InvalidImage, err = paramErr); >> ^ >> 3 errors generated. >> >> Thoughts? > > ___

Re: [Interest] strip: Customise Qt intaller, remove *.qt.io

2017-09-28 Thread Jake Petroules
have a Qt license, could this be useful on that topic? > > Please also raise this with Qt Support then. Maybe we just have to add > another mirror in the region then. > > Regards > > Kai > ___ > Interest mailing list &g

Re: [Interest] News about Qt on QNX ?

2017-09-05 Thread Jake Petroules
er, llornkcor technologies > Qt Sensors / connectivity > > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -- Jake Petroules - jake.petrou...@qt.io The Qt Company - Silicon Valley Qbs build tool evangelist - qbs.io _

Re: [Interest] Mac: a bit of 10.9 love

2017-08-03 Thread Jake Petroules
> On Aug 3, 2017, at 5:30 PM, René J. V. Bertin wrote: > > Jake Petroules wrote: > >> The fact that the operating system allows libraries explicitly marked as >> requiring macOS 10.10, to even be loaded on 10.9, is mind-boggling to me. > > > Probably becaus

Re: [Interest] Mac: a bit of 10.9 love

2017-08-03 Thread Jake Petroules
10 SDK which 10.9 never got). >>> >>> With some luck it will still be possible to build QWE 5.8 against Qt >>> 5.9 though, should there be too much to reintroduce (and I wouldn't >>> mind either dropping BT support either in my build). >>> >

Re: [Interest] Qt iOS and App Extensions

2017-06-20 Thread Jake Petroules
fications to the iOS platform plugin anyways, so neither approach will work right now. > > Thanks once again for your reply. > > Regards, > > Nuno > >> On 20 Jun 2017, at 16:17, Jake Petroules wrote: >> >> Application extensions are simply normal Mach-O execut

Re: [Interest] Qt iOS and App Extensions

2017-06-20 Thread Jake Petroules
t;>>>>>> with >>>>>>>> Qt using the following flags: >>>>>>>> >>>>>>>> CONFIG += lib_bundle shared >>>>>>>> >>>>>>>> The thing is that QtCreator doesn’t h

Re: [Interest] Using macdeployqt after Qbs

2017-06-02 Thread Jake Petroules
> > Libs are correctly pasted, but I can’t run the program if I click on it (see > the errorMessage). > > > With a built .app bundle with qmake, I don’t have problem. > > > > Thank you for your help > > > Best regards, > > Charlie > > m...@j

Re: [Interest] Using macdeployqt after Qbs

2017-06-01 Thread Jake Petroules
have an idea ? Have you tried to use macdeployqt after a compilation > with Qbs with Qt 5.9 ? > > Thank you in advance, > > Best regards, > > Charlie > > m...@jiyuusoft.net > http://blog.jiyuusoft.net > > _______ > I

Re: [Interest] QListWidgetItem selection border too large

2017-04-04 Thread Jake Petroules
a simple solution here. > > Attached is the sample code. > > Cheers, > frank > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest --

Re: [Interest] Will QtWebEngine Available for Mobile?

2017-04-03 Thread Jake Petroules
#x27;s not flexible. Will QtWebEngine > available for Android, iOS, Windows Mobile ...? Thanks. > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -- Jake Petroules - jake.

Re: [Interest] Status of Native iOS Look?

2017-02-10 Thread Jake Petroules
> take advantage of hardware acceleration for view widgets on iOS? > > Thanks! > -Patrick > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -- Jake Petroules - jake.petrou...

Re: [Interest] QMAKE_ASSET_CATALOGS

2017-01-03 Thread Jake Petroules
Interest@qt-project.org >> http://lists.qt-project.org/mailman/listinfo/interest > > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -- Jake Petroules - jake.petrou...@qt.

Re: [Interest] Qt World Summit recordings 2016 are finally here

2016-12-16 Thread Jake Petroules
fectly reasonable compromise. We will probably make the videos public after a certain period of time anyways (but don't consider this a promise). > > -- > /* > * panic("IRQ, you lose..."); > * linux-2.2.16/arch/mips/sgi/kernel/indy_int.c > */ > _

Re: [Interest] License regarding question

2016-11-29 Thread Jake Petroules
__ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -- Jake Petroules - jake.petrou...@qt.io The Qt Company - Silicon Valley Qbs build tool evangelist - qbs.io

Re: [Interest] License regarding question

2016-11-29 Thread Jake Petroules
gt; Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -- Jake Petroules - jake.petrou...@qt.io The Qt Company - Silicon Valley Qbs build tool evangelist - qbs.io ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Building Qt from source for iOS - make install fails

2016-11-22 Thread Jake Petroules
reports.qt.io/browse/QTBUG-55915? The fix is in 5.6.2 and 5.8.0 but won't be in 5.7 until 5.7.2. > > > Any ideas or suggestions will be much appreciated. > > Regards, > Boris Ralchenko. > > > > > > _

Re: [Interest] Deploying Qt to macOS still...errr, sucks?

2016-11-11 Thread Jake Petroules
rks) > or in qbs... > cpp.rpaths: ["@loader_path/../Frameworks"] > > I did not know this either. Thanks! > > Thanks, > Prashanth > -- Jake Petroules - jake.petrou...@qt.io The Qt Company - Silicon Valley Qbs build tool evangelist - qbs.io ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Deploying Qt to macOS still...errr, sucks?

2016-11-11 Thread Jake Petroules
acking. > For instance, where should one deploy QtQuick's QML files ? > > Upon inspection it seems that some plug-ins are put in > Contents/PlugIns/quick, some QML files in Resources/qml (similarly to what's > in Qt/5.$version/$platform/qml folder) and symlinks in Resources

Re: [Interest] Faster Qt app build

2016-10-21 Thread Jake Petroules
Builds on Windows are always going to be slower due to the file system and other inefficiencies, given the same hardware and build configuration. There must be something else at play. -- Jake Petroules - jake.petrou...@qt.io<mailto:jake.petrou...@qt.io> The Qt Company - Silicon Valley Qbs

[Interest] Cannot build Qt5.8 for watchOS/iOS

2016-10-06 Thread Jake Petroules
atchos-clang -release -nomake tests -nomake > examples -opensource -confirm-license > make > > The error I got is connected to qtpluginfo class: You need 0059bf944db0e69fa82d4158468ab17ad4b8e8d0. Do a git pull. Let us know if you run into any additional issues. -- Jake Petroules -