[Interest] Generating Xcode project file for clang_64

2017-05-08 Thread Nuno Santos
Hi, I’m very used to generate the xcode project for Qt iOS projects. Today I was trying to generate the Xcode project for a clang_64 Qt project. How is that achieved? It is not generating the Xcode project. Any special trick? Regards, Nuno

Re: [Interest] Qt App & Web Push Notifications

2017-05-06 Thread Nuno Santos
takes care of the communication with the browser, so I don’t know how to pick the push notification that arrive to the client. What do you think? Regards, Nuno > On 6 May 2017, at 12:15, Konstantin Tokarev <annu...@yandex.ru> wrote: > > > > 06.05.2017, 13

[Interest] Qt App & Web Push Notifications

2017-05-06 Thread Nuno Santos
Hi, I’m trying to find a way of having push notifications on a qt based desktop app taking advantage of web push technology. For instance, OneSignal provides a push notification that works for iOS, Android and desktop (safari, chrome, firefox). I was wondering if I could have something like a

[Interest] Can someone update Maintenance Tool icon please?

2017-05-31 Thread Nuno Santos
Hi Qt Team, First of all congratulations for the Qt 5.9 release! :) One question… when will you update the icon of Maintenance Tool? :) Regards, Nuno ___ Interest mailing list Interest@qt-project.org

[Interest] QAbstractItemModel and Qml - modelData is null

2017-10-16 Thread Nuno Santos
Hi, I have for the first time defined a QAbstractItemModel to use on Qml because I needed to have a filtered version of this model using QSortFilterProxyModel. I have the documentation here -> http://doc.qt.io/archives/qt-5.5/qtquick-modelviewsdata-cppmodels.html

Re: [Interest] QAbstractItemModel and Qml - modelData is null

2017-10-17 Thread Nuno Santos
ves Siret <py.si...@gmail.com> wrote: > > > 2017-10-16 20:11 GMT+02:00 Nuno Santos <nunosan...@imaginando.pt > <mailto:nunosan...@imaginando.pt>>: > Hi, > > I have for the first time defined a QAbstractItemModel to use on Qml because > I needed t

[Interest] Is anyone here doing Qt mobile development relying on payment subscriptions?

2017-10-02 Thread Nuno Santos
Hi, I’m using Qt Purchasing to handle mobile in-app purchases. Qt Purchasing doesn’t seem to support subscriptions. Is anyone here with an app that supports subscriptions? How are you handling it? Regards, Nuno ___ Interest mailing list

Re: [Interest] How to get in touch with the Qt Company sales people?

2017-09-27 Thread Nuno Santos
Andy, I have experienced from the same problem several times. For two times I have tried to obtain a trial for Qt Device Creation through the website and I have never received a reply. Just upvoting Ola’s complain! :) Best, Nuno > On 27 Sep 2017, at 12:06, Andy Shaw

[Interest] How to enable Pro Guard for Qt apps Android release builds?

2017-11-22 Thread Nuno Santos
Hi, Can anyone shared with me the minimal set of commands to enable Pro Guard on a Qt Android Release app? Or a good resource to learn about Pro Guard configuration? Thanks! Regards, Nuno ___ Interest mailing list Interest@qt-project.org

[Interest] Awkward Javascript problem

2017-11-30 Thread Nuno Santos
Hi, I usually register a controller property that points to a Controller classe when I start my Qt apps. I can then access the controller from any point of the code in Javascript: quickView->rootContext()->setContextProperty("controller", ); Curiously, I’m having an issue in which inside a

[Interest] Is this a know issue? -> Thread 0 Crashed -> CreateFontWithFontURL(__CFURL const*, bool) + 412

2017-11-30 Thread Nuno Santos
Hi, I have recently update an app to use Qt 5.9.2 on Mac OSX. Some users are having this crash stack trace. Is this a known issue? Regards, Nuno Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 com.apple.CoreFoundation 0x7fff87461acf _CFRetain + 63 1 com.apple.CoreText

Re: [Interest] Awkward Javascript problem

2017-11-30 Thread Nuno Santos
e above is my own observations from a number of years of writing QML code - > it may be what you're seeing here. I don't know anywhere near enough about > how the C++ side of things or how the internals of Qt works to be able to > provide any more detail. > > Perhaps you can change t

Re: [Interest] Is this a know issue? -> Thread 0 Crashed -> CreateFontWithFontURL(__CFURL const*, bool) + 412

2017-11-30 Thread Nuno Santos
Vadim, You are right. No! I didn’t. I was lazy Thanks for your reply. Regards, -- Nuno Santos No dia 30/11/2017, às 13:24, Vadim Peretokin <vpereto...@gmail.com> escreveu: > Have you tried searching the place where known issues are listed - the bug > tracker? > >

[Interest] QUdpSpcket connection between two public peers behind firewalls

2017-12-18 Thread Nuno Santos
Hi, I’m trying to establish a QUdpSocket connection between two peers that are behind firewalls. From what I have been reading, one way of doing this is recurring to a STUN Server, performing a bind request which will have as response our public IP and a port and not closing the socket.

Re: [Interest] windeployqt

2017-12-14 Thread Nuno Santos
Robert, I believe that windeployqt will only search for imports on qml files. You can trick it by specifying a path that contains one or several qml files that contains all the imports that you need. Regards, -- Nuno Santos No dia 14/12/2017, às 13:36, Robert Bielik <robert.bie...@dirac.

Re: [Interest] QUdpSpcket connection between two public peers behind firewalls

2017-12-18 Thread Nuno Santos
Thiago, But I want to establish a p2p connection between two peers in different networks behind a router and from what I have been reading, one of the approaches is UDP punch holing where you first contact a server that is is outside your network so that it can tell you your public IP address

Re: [Interest] QUdpSpcket connection between two public peers behind firewalls

2017-12-18 Thread Nuno Santos
ecember 2017 at 16:25, Thiago Macieira <thiago.macie...@intel.com > <mailto:thiago.macie...@intel.com>> wrote: > On Monday, 18 December 2017 01:55:49 PST Nuno Santos wrote: > > I’m trying to establish a QUdpSocket connection between two peers that are > > behind firewa

Re: [Interest] Qt 5.9.2 + iOS 11 SDK

2017-11-14 Thread Nuno Santos
ports.qt.io/browse/QTBUG-63476 > more and more of my customers are reporting this now as they updated to > iOS11, > so I sent out a warning to stay with iOS10 for my apps > > ekke > > Am 14.11.17 um 12:12 schrieb Nuno Santos: >> Tor, >> >> Thanks for the clari

Re: [Interest] Qt 5.9.2 + iOS 11 SDK

2017-11-14 Thread Nuno Santos
all those functions from a > non-main-thread (the Qt Quick scenegraph renderthread in this case). > > We've disabled these warnings for now, while we investigate the issues > further, as there's no way for our users to fix them. See QTBUG-63822 > > tor arne > > On 10/11/2017

[Interest] QSortFilterProxyModel and Exceptions

2017-11-14 Thread Nuno Santos
Hi, I’m using QSortFilterProxyModel to sort a data model ascending and descending. I wanted to create an exception to make a single item always appear at the beginning of the filtered model, bypassing the sort. Does anyone knows if this is possible? Thx! Regards, Nuno

Re: [Interest] QSortFilterProxyModel and Exceptions

2017-11-14 Thread Nuno Santos
William, Thanks for your reply and for your tip. Got it! Best regards, Nuno > On 14 Nov 2017, at 11:05, william.croc...@analog.com wrote: > > On 11/14/2017 05:46 AM, Nuno Santos wrote: >> Hi, >> >> I’m using QSortFilterProxyModel to sort a data model ascending a

[Interest] Black magic or voodoo?

2017-11-15 Thread Nuno Santos
Hi, I’m suffering from a stupid problem which I can’t understand the reason of it. I have been using in all of my projects a shared architecture. There is a common tree defined as a .pri that I include in all apps using include(../shared/shared.pri). That shared tree has qml resources that I’m

Re: [Interest] Black magic or voodoo?

2017-11-15 Thread Nuno Santos
> > Regards, > Pierre-Yves > > 2017-11-15 12:37 GMT+01:00 Nuno Santos <nunosan...@imaginando.pt > <mailto:nunosan...@imaginando.pt>>: > Hi, > > I’m suffering from a stupid problem which I can’t understand the reason of it. > > I have been using in all

Re: [Interest] Qt basics - QObject::connect: signal not found

2017-11-06 Thread Nuno Santos
017, at 11:04, Konstantin Shegunov <kshegu...@gmail.com> wrote: > > On Mon, Nov 6, 2017 at 12:21 PM, Nuno Santos <nunosan...@imaginando.pt > <mailto:nunosan...@imaginando.pt>> wrote: > This is the function where the connect is called (in a Cocoa file) >

[Interest] Qt basics - QObject::connect: signal not found

2017-11-06 Thread Nuno Santos
Hi, I have a class B that extends A. I’m passing a pointer of B casted to A to another C, and inside C I call: connect(BPointerCastedToA, ::signal, [=]() { // do something }); I’m getting "signal not found in B” error I have similar situations in which this scenario works (B extends A and I

Re: [Interest] Qt basics - QObject::connect: signal not found

2017-11-06 Thread Nuno Santos
ler, ::grabFocus, [=]() { }); } And the error is: QObject::connect: signal not found in DRCController That’s it! Nothing more! :( Regards, Nuno > On 6 Nov 2017, at 10:15, Konstantin Shegunov <kshegu...@gmail.com> wrote: > > > > On Mon, Nov 6, 2017 at 12:10

Re: [Interest] "Specified path differs in case from file name on disk" when building from source on OSX

2017-11-02 Thread Nuno Santos
> On 2 Nov 2017, at 21:36, Thiago Macieira <thiago.macie...@intel.com> wrote: > > On quinta-feira, 2 de novembro de 2017 14:15:17 PDT Nuno Santos wrote: >> :1:10: warning: non-portable path to file >> :'"../../../../../../Qt/5.10.0/src/qtbase/src/corelib/global

[Interest] "Specified path differs in case from file name on disk" when building from source on OSX

2017-11-02 Thread Nuno Santos
Hi, I’m having thousands of warnings when building Qt 5.10 from source on OSX and I’m still running configure. Does anyone has a clue on how to fix this? Thx! Regards, Nuno :1:10: warning: non-portable path to file '"../../../../../../Qt/5.10.0/src/qtbase/src/corelib/global/qglobal.h"';

Re: [Interest] "Specified path differs in case from file name on disk" when building from source on OSX

2017-11-02 Thread Nuno Santos
e this in action. > >> >> Thanks Thiago for your keen eye and reply!! >> >> Best, >> >> Nuno >> >>> On 2 Nov 2017, at 21:36, Thiago Macieira <thiago.macie...@intel.com> wrote: >>> >>> On quinta-feira, 2 de novembro de

[Interest] How to handle Windows magnification tool changes on a Qt app?

2017-10-30 Thread Nuno Santos
Hi, There is a setting on Windows to make things bigger. This options is located under display preferences (right click on desktop -> display preferences) I have tried that setting with a Qt Quick app and the result was quite unexpected. At a 150% setting, the app seems to be 4x bigger! How

Re: [Interest] Can't build Qt 5.10 statically from source on Windows - fails to link with OpenSSL

2017-10-30 Thread Nuno Santos
gt; On 27 Oct 2017, at 18:06, Thiago Macieira <thiago.macie...@intel.com> wrote: > > On Friday, 27 October 2017 09:16:29 PDT Nuno Santos wrote: >> Thiago, >> >> I have tried to set >> >> set OPENSSL_LIBS=-L c:\openssl-lib-1.1\lib libsslMTd.lib libcrypto

[Interest] How to know the caller of a function on Qml Javascript?

2017-10-25 Thread Nuno Santos
Hi, Let’s suppose I have something like this: item.propertyChanged.connect(handlePropertyChanged) function handlePropertyChanged() { // invoke something on the caller object } How can I get the caller object? Is there something similar to sender() on the Javascript side? Regards,

Re: [Interest] Improve Sharpness of Qml Text Item text rendering

2017-10-25 Thread Nuno Santos
; On 25 Oct 2017, at 13:22, Shawn Rutledge <shawn.rutle...@qt.io> wrote: > > >> On 25 Oct 2017, at 11:54, Nuno Santos <nunosan...@imaginando.pt> wrote: >> >> Shawn, >> >> Thanks for your reply. >> >> It actually got worst with this setti

Re: [Interest] Improve Sharpness of Qml Text Item text rendering

2017-10-25 Thread Nuno Santos
Description: Binary data On 25 Oct 2017, at 15:33, Nuno Santos <nunosan...@imaginando.pt> wrote:Shawn,Sorry, I should have sent you the output of my test. On the Image below, the knobs labels are using NativeRendering (OCTAVE & FINE)If you compare them agains WAVEFORM and SEMITONE, you w

[Interest] Improve Sharpness of Qml Text Item text rendering

2017-10-25 Thread Nuno Santos
Hi, Which variables affect the sharpness of the Qml Text item rendering? I’m looking for ways of improving the text readability as it seems a bit blurry and I have many users referring that aspect. This is not a problem on Mac devices with Retina support. This is specially relevant on plain

Re: [Interest] Windows Touch offset when window is reparented and created with flag Qt::FramelessWindowHint

2017-10-31 Thread Nuno Santos
egards, Nuno Santos Founder / CEO / CTO www.imaginando.pt +351 91 621 69 62 > On 26 Oct 2017, at 18:16, Nuno Santos <nunosan...@imaginando.pt> wrote: > > Hi, > > I’m being faced with a problem that I think it might be a bug in Qt. > > But before assuming anything I

Re: [Interest] Can't upload app to iOS App Store when building with Qt 5.9.x

2018-05-18 Thread Nuno Santos
g. > > On 17/05/2018 16:53, Nuno Santos wrote: >> Which SDK are you using on Apple side? >> >> To deploy apps with Qt 5.9 I’m using iOS SDK 10 instead of 11, on a older >> Mac. >> >>> On 17 May 2018, at 16:49, Rogerio Nicolau <r.nico...@learningcl

Re: [Interest] Can't upload app to iOS App Store when building with Qt 5.9.x

2018-05-17 Thread Nuno Santos
Rogerio, The upload to the store is a complete aside process. It is completely independent from Qt itself. If you can build your app, test it and archive it, then the problem is other. Try to updated your Xcode to the latest version or use the Application Loader. Regards, Nuno > On 17 May

Re: [Interest] Can't upload app to iOS App Store when building with Qt 5.9.x

2018-05-17 Thread Nuno Santos
he latest patch. > > Regards > Rogério > > > > On 17/05/2018 15:32, Nuno Santos wrote: >> Rogerio, >> >> The upload to the store is a complete aside process. It is completely >> independent from Qt itself. >> >> If you can build your app, test it a

[Interest] Deploying the output of a static lib

2018-05-22 Thread Nuno Santos
Hi, I’m using the following pattern to create a static lib for iOS: include(shared.pri) TARGET = shared TEMPLATE = lib CONFIG += staticlib CONFIG(debug, debug|release): { QMAKE_POST_LINK += cp $$OUT_PWD/libshared.a $$PWD/build/debug } else { QMAKE_POST_LINK += cp

Re: [Interest] Deploying the output of a static lib

2018-05-23 Thread Nuno Santos
: Sorry for the direct reply in the first place instead of the list > > On 22.05.18 12:29, Nuno Santos wrote: >> Hi, >> >> I’m using the following pattern to create a static lib for iOS: >> >> include(shared.pri) >> >> TARGET = shared >>

Re: [Interest] QtWebsocket and Node.js

2018-06-25 Thread Nuno Santos
{ > console.log('ws client opened'); > }) > ws.on('close', () => { > console.log('ws client closed'); > }) > > } > > broadcast (wss, data) { > wss.clients.forEach(function each(client) { > if (client.readyState === WebSocket.OPEN) { >

[Interest] QtWebsocket and Node.js

2018-06-24 Thread Nuno Santos
Hi, I’m trying to establish a connection between a QtWebsocket client and a Node.js websockets server. I’m using the bare minimum. On the Node.js side I’m. Using Primus to be able to easily switch to other web sockets implementations. S far I have only tried with websockets implementation and

[Interest] Excluding Qt Modules

2017-10-27 Thread Nuno Santos
Hi, This documentation page explains how to exclude a module from the build. http://doc.qt.io/qt-5/configure-options.html#excluding-qt-modules However, it doesn’t show the modules that can be included or excluded. How can I

[Interest] Whats the new openssl lib version to link Qt 5.10 against?

2017-10-27 Thread Nuno Santos
Hi, I was building Qt 5.8 from the source linking with openssl 1.0.2j Yesterday I started building Qt 5.10 but it is not linking against 1.0.2j I’m not sure if this is if this is due to a new required openssl version or because of some building problems. Does the required openssl version

Re: [Interest] Excluding Qt Modules

2017-10-27 Thread Nuno Santos
ier > http://www.jcelerier.name <http://www.jcelerier.name/> > On Fri, Oct 27, 2017 at 10:55 AM, Nuno Santos <nunosan...@imaginando.pt > <mailto:nunosan...@imaginando.pt>> wrote: > Hi, > > This documentation page explains how to exclude a module from the

Re: [Interest] Excluding Qt Modules

2017-10-27 Thread Nuno Santos
erier.name <http://www.jcelerier.name/> > On Fri, Oct 27, 2017 at 11:59 AM, Nuno Santos <nunosan...@imaginando.pt > <mailto:nunosan...@imaginando.pt>> wrote: > Jean, > > Thanks for your reply. > > By default all the modules are selected unless you

Re: [Interest] Excluding Qt Modules

2017-10-27 Thread Nuno Santos
kshegu...@gmail.com> wrote: > > On Fri, Oct 27, 2017 at 1:16 PM, Nuno Santos <nunosan...@imaginando.pt > <mailto:nunosan...@imaginando.pt>> wrote: > I have just checked out Qt source from git and was playing with the > init-repository script. I was trying to m

[Interest] Windows Touch offset when window is reparented and created with flag Qt::FramelessWindowHint

2017-10-26 Thread Nuno Santos
Hi, I’m being faced with a problem that I think it might be a bug in Qt. But before assuming anything I would like to know if someone has already been faced with this before. My application is a plugin for a software host. The host provides a pointer to a native window. In order to make the

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

2017-10-22 Thread Nuno Santos
Hi, I have just tried Qt 5.9.2 as I have been still working with Qt 5.7.1 I have noticed a new behaviour I wasn’t having on Qt 5.7.1. When I run or simply build a Qt iOS app, qmake command is called. This is actually taking quite long (around 15s to complete). My project contains a lot of

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

2017-10-23 Thread Nuno Santos
if > there's an open QTBUG for it (there should be). > > Did you first notice this in 5.9.2 or an earlier release? > >> On Oct 22, 2017, at 3:34 PM, Thiago Macieira <thiago.macie...@intel.com> >> wrote: >> >> On Sunday, 22 October 2017 14:11:39 PDT Nuno S

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

2017-10-23 Thread Nuno Santos
in, Ossi and I know about it) but I don't know if > there's an open QTBUG for it (there should be). > > Did you first notice this in 5.9.2 or an earlier release? > >> On Oct 22, 2017, at 3:34 PM, Thiago Macieira <thiago.macie...@intel.com> >> wrote: >> >>

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

2017-10-23 Thread Nuno Santos
time qmake is run. Please advise. Regards, Nuno > On 22 Oct 2017, at 23:34, Thiago Macieira <thiago.macie...@intel.com> wrote: > > On Sunday, 22 October 2017 14:11:39 PDT Nuno Santos wrote: >> I have noticed a new behaviour I wasn’t having on Qt 5.7.1. When I run or >>

Re: [Interest] Whats the new openssl lib version to link Qt 5.10 against?

2017-10-27 Thread Nuno Santos
stead of 1.0? > > --- > Andy Maloney // https://asmaloney.com <https://asmaloney.com/> > twitter ~ @asmaloney <https://twitter.com/asmaloney> > > On Fri, Oct 27, 2017 at 5:56 AM, Nuno Santos <nunosan...@imaginando.pt > <mailto:nunosan...@imaginando.pt&

[Interest] Can't build Qt 5.10 statically from source on Windows - fails to link with OpenSSL

2017-10-27 Thread Nuno Santos
Hi, Sorry to keep asking this but I can’t find the cause of this problem. I’m trying to build Qt 5.10 from git source. I’m using the following configure line: configure -confirm-license -recheck -prefix c:\qt\5.10.0\msvc2015_5_10_0_static_32 -commercial -debug-and-release -static

Re: [Interest] Can't build Qt 5.10 statically from source on Windows - fails to link with OpenSSL

2017-10-27 Thread Nuno Santos
ror Thx! Regards, Nuno > On 27 Oct 2017, at 16:25, Thiago Macieira <thiago.macie...@intel.com> wrote: > > On Friday, 27 October 2017 04:48:15 PDT Nuno Santos wrote: >> Qt5Network.lib(qsslsocket_openssl_symbols.obj) : error LNK2019: unresolved >> external symbol _DH_get0_pq

Re: [Interest] Can't build Qt 5.10 statically from source on Windows - fails to link with OpenSSL

2017-10-27 Thread Nuno Santos
and OPENSSL_LIBS_RELEASE vars. Now there is only OPENSSL_LIBS. Something has definitely changed. I’m unable to built it. Regards, Nuno > On 27 Oct 2017, at 16:38, Nuno Santos <nunosan...@imaginando.pt> wrote: > > Thiago, > > I have been cleaning and building all morning. >

[Interest] FontLoader - Multiple variations of the same font family

2018-01-08 Thread Nuno Santos
Hi, I’m trying to use multiple FontLoader instances to load multiple variations of the same font family since we can only specify a file on the font loader source. FontLoader { id: mainFont source: "qrc:/fonts/OpenSans-Regular.ttf" } FontLoader { id: mainFontLight source:

Re: [Interest] FontLoader - Multiple variations of the same font family

2018-01-08 Thread Nuno Santos
guess! Regards, Nuno > On 8 Jan 2018, at 10:51, Nuno Santos <nunosan...@imaginando.pt> wrote: > > Hi, > > I’m trying to use multiple FontLoader instances to load multiple variations > of the same font family since we can only specify a file on the font loader >

Re: [Interest] update to 5.10

2018-02-01 Thread Nuno Santos
This is a good starting point https://wiki.qt.io/Building_Qt_5_from_Git#Getting_the_source_code > On 1 Feb 2018, at 18:34, Dimitrios Anagnostakis wrote: > > Hi all, > > Please could you let me know

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

2018-02-01 Thread Nuno Santos
Hi, I have recently updated on of my apps to Qt 5.10 and I have also built it against iOS 11 SDK. I started having users complaining about not being able to run the app on 32 bit iOS devices. I thought the problem was compiling it with iOS 11. I have submitted another version where the

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

2018-02-01 Thread Nuno Santos
e running anything > older than an iPhone 5s? That's *very* many versions behind by now... > >> On Feb 1, 2018, at 7:27 AM, Nuno Santos <nunosan...@imaginando.pt> wrote: >> >> Hi, >> >> I have recently updated on of my apps to Qt 5.10 and I hav

[Interest] Qt MaintenanceTool error - You need to install Xcode version 5.0.0

2018-02-05 Thread Nuno Santos
Hi, I’m having an awkward problem when using the Maintenance Tool from Qt with a fresh install of 10.13.2 High Sierra Mac OS X with Xcode 9.2 installed. The application fails with a error that has no workaround. It says: You need to install Xcode version 5.0.0. Does anyone had the same

Re: [Interest] Qt MaintenanceTool error - You need to install Xcode version 5.0.0

2018-02-05 Thread Nuno Santos
It seems this was caused by having installed xcode command line tools via brew. Running the following command fixed the issue: sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer Thx! > On 5 Feb 2018, at 17:15, Nuno Santos <nunosan...@imaginando.pt> wrote

[Interest] Qt App crashing on first install after beinged installed from Google Play store but working perfectly when launched locally.

2018-02-07 Thread Nuno Santos
Hi, I’m facing one of those problems that can lead someone to madness very quickly. Yesterday I have updated one of my apps to Qt 5.10 and uploaded it to Google Play store. I’m using Proguard to obfuscate it. It happens that when testing the release build locally it works without any problem.

[Interest] What is the minimum version of Mac OS X Qt 5.10 application will run on?

2018-02-19 Thread Nuno Santos
Hi, I’m wondering how can I find the minimal OS X version that Qt 5.10 built application will run on. Can somebody help me find out? Thanks! Nuno ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] What is the minimum version of Mac OS X Qt 5.10 application will run on?

2018-02-19 Thread Nuno Santos
_DEPLOYMENT_TARGET value. > > In my checkout it says 10.10. > >> On 19. Feb 2018, at 15:33, Nuno Santos <nunosan...@imaginando.pt> wrote: >> >> Hi, >> >> I’m wondering how can I find the minimal OS X version that Qt 5.10 built >> application wi

Re: [Interest] What is the minimum version of Mac OS X Qt 5.10 application will run on?

2018-02-19 Thread Nuno Santos
Curiously, 10.10 is not listed under support platforms. > On 19 Feb 2018, at 17:08, Michael Corcoran <tra...@outlook.co.nz> wrote: > > On Mon, 2018-02-19 at 14:39 +0000, Nuno Santos wrote: >> Alexandru, >> >> Thanks for your feedback and prompt reply. >

Re: [Interest] How to style Dialog QML component?

2018-07-26 Thread Nuno Santos
Pierre, I didn’t found the background property. That’s precisely what I needed. Thanks!!! :) Best, Nuno > On 25 Jul 2018, at 16:46, Pierre-Yves Siret wrote: > > > > 2018-07-25 10:56 GMT+02:00 Nuno Santos <mailto:nunosan...@imaginando.pt>>: > Hi, > >

[Interest] How to style Dialog QML component?

2018-07-25 Thread Nuno Santos
Hi, I’m trying to style a QML Dialog component but it seems that I’m only able to style the header, content and footer items. However I need to style the dialog frame, right now it appears as a white box with a 1px width black border. I want to change that box in which the Dialog appears.

[Interest] App crashing because of ImageProvider when exiting

2018-07-25 Thread Nuno Santos
Hi, Yesterday I have used for the first time a QQuickImageProvider but I’m having problems because now the app crashes when I terminate it. Tried to do the following in order to avoid the crash but it is crashing anyway: ImageProvider imageProvider; engine.addImageProvider("pictures", );

Re: [Interest] App crashing because of ImageProvider when exiting

2018-07-25 Thread Nuno Santos
t; Jean-Michaël Celerier > http://www.jcelerier.name <http://www.jcelerier.name/> > On Wed, Jul 25, 2018 at 11:24 AM, Nuno Santos <mailto:nunosan...@imaginando.pt>> wrote: > Hi, > > Yesterday I have used for the first time a QQuickImageProvider but I’m having > prob

Re: [Interest] App crashing because of ImageProvider when exiting

2018-07-25 Thread Nuno Santos
> Hi Jean, > > From: Nuno Santos <mailto:nunosan...@imaginando.pt>> > To: Jean-Michaël Celerier <mailto:jeanmichael.celer...@gmail.com>> > Cc: Qt Project MailingList <mailto:interest@qt-project.org>> > Sent: 7/25/2018 12:59 PM > Subject: Re:

Re: [Interest] App crashing because of ImageProvider when exiting

2018-07-25 Thread Nuno Santos
Sérgio Martins | sergio.mart...@kdab.com <mailto:sergio.mart...@kdab.com> | > Senior Software Engineer > Klarälvdalens Datakonsult AB, a KDAB Group company > Tel: Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) > KDAB - The Qt, C++ and OpenGL Experts > > &g

Re: [Interest] App crashing because of ImageProvider when exiting

2018-07-25 Thread Nuno Santos
Hey folks, I was misunderstanding the concept of heap and stack variables. I have made: engine.addImageProvider("pictures", new ImageProvider()); The problem is now solved! Thanks for your help! Regards, Nuno > On 25 Jul 2018, at 12:35, Nuno Santos wrote: > > Sérgio, &

Re: [Interest] How to render small Images decently on non retina displays with QtQuick?

2018-03-06 Thread Nuno Santos
it in the build it still says "unsupported graphic format” Any ideas? Thx! Regards, Nuno > On 6 Mar 2018, at 16:55, Nuno Santos <nunosan...@imaginando.pt> wrote: > > Xavier, > > SVG did the trick > > I just had to add it to resources and pass it to the im

Re: [Interest] How to render small Images decently on non retina displays with QtQuick?

2018-03-06 Thread Nuno Santos
Worked like charm! Thanks for your prompt reply. Best! Nuno > On 6 Mar 2018, at 23:35, Giuseppe D'Angelo <giuseppe.dang...@kdab.com> wrote: > > Il 07/03/2018 00:16, Nuno Santos ha scritto: >> Does anyone knows which modules we need to have compiled in order to make >

Re: [Interest] How to render small Images decently on non retina displays with QtQuick?

2018-03-07 Thread Nuno Santos
Uwe, Thanks for things insight! Regards, Nuno > On 7 Mar 2018, at 08:08, Uwe Rathmann <uwe.rathm...@tigertal.de> wrote: > > On Tue, 06 Mar 2018 16:55:23 +0000, Nuno Santos wrote: > >> I just had to add it to resources and pass it to the image element. > &

[Interest] How to render small Images decently on non retina displays with QtQuick?

2018-03-06 Thread Nuno Santos
Hi, I have a simple question. How to render small Images decently on non retina displays with QtQuick? In my apps, I use images for icons and logos. They are all big enough to be displayed correctly. However, on non Retina displays they get really bad! And on retine display they appear

Re: [Interest] How to render small Images decently on non retina displays with QtQuick?

2018-03-06 Thread Nuno Santos
re a screenshot? > > From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org > <mailto:interest-bounces+mitch.curtis=qt...@qt-project.org>] On Behalf Of > Nuno Santos > Sent: Tuesday, 6 March 2018 4:27 PM > To: Qt Project MailingList <interest@qt-proj

Re: [Interest] How to render small Images decently on non retina displays with QtQuick?

2018-03-06 Thread Nuno Santos
to link the svg module, if I remember correctly, > then in QML just use it as source of an Image item. > The only think is that you have to fix the size of the item as the sourceSize > have no sense here. > > 2018-03-06 17:47 GMT+01:00 Nuno Santos <nunosan...@imaginando.pt &

Re: [Interest] How to render small Images decently on non retina displays with QtQuick?

2018-03-06 Thread Nuno Santos
distance field technique. > > 2018-03-06 17:06 GMT+01:00 Jason H <jh...@gmx.com <mailto:jh...@gmx.com>>: > Maybe this has something to do with with mipMapping/smooth? It looks like > it's not anti-aliasing? > > Sent: Tuesday, March 06, 2018 at 10:50 AM > From: &

Re: [Interest] How to render small Images decently on non retina displays with QtQuick?

2018-03-06 Thread Nuno Santos
Allan, I have tried to enable antialiasing to true but it didn’t made any difference :( > On 6 Mar 2018, at 16:47, Allan Sandfeld Jensen <k...@carewolf.com> wrote: > > On Dienstag, 6. März 2018 17:44:19 CET Allan Sandfeld Jensen wrote: >> On Dienstag, 6. März 2018 16:

[Interest] [iOS][macOS] Application Extension support to Qt

2018-02-26 Thread Nuno Santos
Hi, Does anyone knows if this will be something on Qt Roadmap for a near future? [iOS][macOS] Application Extension support to Qt -> https://bugreports.qt.io/browse/QTBUG-40101 I’m building music apps with Qt and right now I can’t have AUv3

Re: [Interest] How to inspect a Qt Application memory usage?

2018-10-22 Thread Nuno Santos
Elvis, I have just tried that it resulted in this. I’m not familiar with valgrind output. Does this look good to you? --45024-- UNKNOWN mach_msg unhandled MACH_SEND_TRAILER option --45024-- UNKNOWN mach_msg unhandled MACH_SEND_TRAILER option (repeated 2 times) --45024-- UNKNOWN mach_msg

Re: [Interest] How to inspect a Qt Application memory usage?

2018-10-22 Thread Nuno Santos
ow_bug.cgi?id=383723 > <https://bugs.kde.org/show_bug.cgi?id=383723> > > Which got fixed, but leads up to other blocking bugs. > > On Mon, 22 Oct 2018 at 17:01 Francisco Ares <mailto:fra...@gmail.com>> wrote: > Em seg, 22 de out de 2018 às 11:50, Nuno Santos <mail

Re: [Interest] How to inspect a Qt Application memory usage?

2018-10-22 Thread Nuno Santos
m/KDE/heaptrack > > On 22/10/2018 16:50, Nuno Santos wrote: >> Hi, >> >> What tool(s) do you people suggest in order to investigate where is the >> memory being spent on a Qt application? >> >> Thanks! >> >> Nuno >>

[Interest] How to inspect a Qt Application memory usage?

2018-10-22 Thread Nuno Santos
Hi, What tool(s) do you people suggest in order to investigate where is the memory being spent on a Qt application? Thanks! Nuno ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Akward touch behaviour on Windows with MouseArea and MultipointTouchArea

2018-11-13 Thread Nuno Santos
Hi, I have recently acquired a touch screen. After spending many years developing touch applications for iOS and Android, I have finally acquired a touchscreen for windows touch development. I’m writing to this list because I’m facing an awkward issue with MouseArea and MultipointTouchArea.

Re: [Interest] Qt iOS / App Groups / NSUserDefaults initWithSuiteName / Not persisting (Nuno Santos)

2018-11-15 Thread Nuno Santos
y] > > in setSharedKey. > >> >> From: Nuno Santos > <mailto:nunosan...@imaginando.pt>> >> Subject: [Interest] Qt iOS / App Groups / NSUserDefaults initWithSuiteName / >> Not persisting >> Date: November 14, 2018 at 7:24:06 AM AST >> To: "inte

Re: [Interest] Qt iOS / App Groups / NSUserDefaults initWithSuiteName / Not persisting (Nuno Santos)

2018-11-15 Thread Nuno Santos
Yes, I can! The problem is when I close the app and start it again. The result is null. Data is not being persisted and I do t understand why... :( -- Nuno Santos No dia 15/11/2018, às 19:07, jlk escreveu: > Hi Nuno, > >Can you save and restore a simple NSObject, say an NSStrin

[Interest] Qt iOS / App Groups / NSUserDefaults initWithSuiteName / Not persisting

2018-11-14 Thread Nuno Santos
Hi, I’m trying to persist data in a App Group on Qt iOS app to share data between a standalone app and app extension. I have been reading on how to do it and apparently is dead simple ->

Re: [Interest] Qt Install Framework - Becoming a Microsoft Known Publisher

2018-10-09 Thread Nuno Santos
Christopher, In order to have Microsoft’s SmartScreen saying your company name, you need to buy a EV certificate: https://www.globalsign.com/en/code-signing-certificate/ev-code-signing-certificates/ It

Re: [Interest] Qt Install Framework - Becoming a Microsoft Known Publisher

2018-10-09 Thread Nuno Santos
Elvis, That’s interesting! Thanks for sharing that info. The price is considerably different! I personally think this is a anual robbery! :D Best, Nuno > On 9 Oct 2018, at 16:54, Elvis Stansvik wrote: > > Den tis 9 okt. 2018 17:29Nuno Santos > skrev: >

Re: [Interest] Qt Install Framework - Becoming a Microsoft Known Publisher

2018-10-09 Thread Nuno Santos
Nils, This is good stuff! Thanks for sharing. This will definitely help with the CI process. Best, Nuno > On 9 Oct 2018, at 16:58, Nils Jeisecke wrote: > > Am 09.10.2018 um 16:29 hat Nuno Santos geschrieben: >> There are several providers for this. Globalsign is jus

Re: [Interest] Qt iOS / App Groups / NSUserDefaults initWithSuiteName / Not persisting (Nuno Santos)

2018-11-16 Thread Nuno Santos
Colin, After your suggestion I decided to carefully review all the code… guess what… it was a typo! Thanks for insisting! I feel stupid! :D Have a great weekend! Best regards, Nuno > On 15 Nov 2018, at 19:12, Nuno Santos wrote: > > Yes, I can! The problem is when I close the app

[Interest] Qt 5.12 for Windows (Static)

2019-01-17 Thread Nuno Santos
Hi, I have just compiled a fresh Qt 5.12.1 from the source statically on Windows but I’m having a basic problem. Any application that I run, crashes immediately, even the Qt Creator project templates, like que Qt Quick application template. I don’t have a clue of what is going on. Any ideas

Re: [Interest] Qt 5.12 for Windows (Static)

2019-01-17 Thread Nuno Santos
Robert, Yes, I know. I have tried both. When I click the .exe it doesn’t happen nothing. Nothing! :/ Is there any kind of debug flags that I can set? Nuno > On 17 Jan 2019, at 10:16, coroberti . wrote: > > On Thu, Jan 17, 2019 at 11:13 AM Nuno Santos <mailto:nunosan...@i

Re: [Interest] Qt 5.12 for Windows (Static)

2019-01-17 Thread Nuno Santos
the exe via MS depends utility from > http://www.dependencywalker.com/ > > Hope that helps, > > > On 17/01/2019 8:06 pm, Nuno Santos wrote: > >> Hi, >> >> I have just compiled a fresh Qt 5.12.1 from the source statically on Windows >> but I’m hav

Re: [Interest] Qt 5.12 for Windows (Static)

2019-01-17 Thread Nuno Santos
to install something in order to have debugging on Windows. Can’t remember exactly what now. DebugView prints nothings :( More ideas? Thanks! Nuno > On 17 Jan 2019, at 09:57, Mitch Curtis wrote: > >> -Original Message- >> From: Interest On Behalf Of Nuno >> Sant

<    1   2   3   4   5   6   7   8   9   >