[Interest] iOS build request permissions I don't need

2017-01-04 Thread Gianluca Massera
explaining to the user how the app uses this data. > I don’t use CAMERA and I don’t use PhotoLibrary into the app. So, I don’t know why Qt inject these permission. I’m using a WebView for mobile. How can I remove these ? Thanks, Gianluca.

Re: [Interest] Qt 5.6.1 widget app terminates if do not accept Android back key ?

2016-10-07 Thread Gianluca
> Il giorno 07 ott 2016, alle ore 20:19, Eddie Sutton > ha scritto: > > >> On Oct 7, 2016, at 2:15 PM, Gianluca > <mailto:gmax...@gmail.com>> wrote: >> >>> >>> Il giorno 07 ott 2016, alle ore 20:09, Eddie Sutton >>> mailto:ed

Re: [Interest] Qt 5.6.1 widget app terminates if do not accept Android back key ?

2016-10-07 Thread Gianluca
> Il giorno 07 ott 2016, alle ore 20:09, Eddie Sutton > ha scritto: > > Thank you for your reply Jason. > >> On Oct 7, 2016, at 1:01 PM, Jason H mailto:jh...@gmx.com>> >> wrote: >> >> It seems like the activity catches it and removes itself from the stack. >> Is it crashing? If so paste the

Re: [Interest] What image format and size should I use in my QML app?

2016-09-25 Thread Gianluca
> Il giorno 25 set 2016, alle ore 22:24, Артур Истомин ha > scritto: > > On Sun, Sep 25, 2016 at 09:54:59PM +0100, Gianluca wrote: >> I use SVG format. >> No matter what resolution and pixel density, they always look great because >> they can be resized at any s

Re: [Interest] What image format and size should I use in my QML app?

2016-09-25 Thread Gianluca
your app. Ciao, Gianluca. > Il giorno 25 set 2016, alle ore 21:21, Артур Истомин ha > scritto: > > I want to use images for icons from google's icons set. > For example https://design.google.com/icons/#ic_search > > So I have options: 18dp, 24dp, 36dp, 48dp PNG

Re: [Interest] Fw: Translations in QML

2016-07-12 Thread Gianluca
translate. Ciao, Gianluca. Il giorno 05/lug/2016, alle ore 06:34, Beemaneni, Bala ha scritto: > > > > From: Beemaneni, Bala > Sent: Tuesday, July 5, 2016 11:03 AM > To: developm...@qt-project.org > Subject: Translations in QML > > Hi Guyz, > I am using Tra

Re: [Interest] ListView won't fall in line.

2016-05-15 Thread Gianluca
se, I would set: “height: applicationWindow.height - row.height”, so that the ListView will fill the remaining available space on the screen and it will eventually let you scroll the content inside. Ciao, Gianluca. Il giorno 14/mag/2016, alle ore 23:24, Kevin Mcintyre ha scritto: > // th

[Interest] Is Qt able to render emoji font using the SVGinOT ?

2016-05-12 Thread Gianluca
Hello, I’m wondering if Qt is able to render the coloured emoji font that use the SVGinOT (https://www.w3.org/2013/10/SVG_in_OpenType/) extension. Thanks, Gianluca. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman

Re: [Interest] AndroidManifest Minimum required API not working as expected

2016-05-09 Thread Gianluca
this into the repository, but I maintain them on machine basis, so that each machine has it’s own gradle.properties to use Ciao, Gianluca. Il giorno 10/mag/2016, alle ore 07:33, Nuno Santos ha scritto: > I have been using Gradle all the time for more than 6 months now. > > I have been

Re: [Interest] AndroidManifest Minimum required API not working as expected

2016-05-09 Thread Gianluca
Please, can you tell us if all these problems appear using “ant” or using “gradle” ? (Old Android build was with “ant”, now ant is deprecated and you should use only “gradle” … but Qt still support both) Il giorno 10/mag/2016, alle ore 05:04, NoRulez ha scritto: > Hello, > > I've the same pro

Re: [Interest] ListView in Column

2016-04-25 Thread Gianluca
Can you detail the problem you are experiencing ? Il giorno 25/apr/2016, alle ore 23:38, Kevin Mcintyre ha scritto: > I would've thought the ListView would appear below the Text, but that doesn't > prove to be the case for me. SplitView and GridView behave as expected...any > feedback or mi

Re: [Interest] PRO File defines

2016-04-24 Thread Gianluca
ehehehe … cool … there is also an “official” undocumented qmake document: https://wiki.qt.io/Undocumented_QMake :-D Il giorno 24/apr/2016, alle ore 22:31, Olivier B. ha scritto: > Google 'undocumented qmake', or else, qmake source code ? > > Le 24 avr. 2016 23:29,

Re: [Interest] PRO File defines

2016-04-24 Thread Gianluca
It’s not the first time that I see people knowing some “secrets” of Qmake … … where is the full documentation of all these details ? Il giorno 24/apr/2016, alle ore 18:47, Igor Mironchik ha scritto: > Hi, > > For real device you can use: > > ios { > iphoneos { ># Here is the real device

Re: [Interest] Define map of static items in QML

2016-03-30 Thread Gianluca
Il giorno 30/mar/2016, alle ore 09:46, Elvis Stansvik ha scritto: > Hi Gianluca, > > 2016-03-30 10:16 GMT+02:00 Gianluca : >> >> Il giorno 30/mar/2016, alle ore 07:43, Elvis Stansvik >> ha scritto: >> >> Den 30 mar 2016 8:36 fm skrev "Elvis

Re: [Interest] Define map of static items in QML

2016-03-30 Thread Gianluca
el can contains groups so you can filter them, and Package let you to name the items so you can access using dot syntax: views.foo, views.bar In your case, I will use DelegateModel and access using numeric index, but you can also explore Package and use the attached propertied Package.name to give a name to all the views. Ciao, Gianluca. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Dynamic translations for mobile apps at runtime?

2016-03-08 Thread Gianluca
qApp->installTranslator add a new translation into the stack. Does not remove the old ones. So, if the user click 10 times: Italian - English - Italian - English … etc… you got ten translator into the memory. That’s because the translation is searched into the order on which the translator are in

Re: [Interest] Deploying Applications on OS X

2016-02-28 Thread Gianluca
so use new features available in later version if availables. Ciao, Gianluca.___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] file:// is harshing my zen

2015-12-16 Thread Gianluca
, Gianluca. Il giorno 16/dic/2015, alle ore 16:33, Jason H ha scritto: > I continually run into situations in QML where I'm being given a Url. > Normally these are file://... When I take my C++ api, expose it to QML and > pass these values from QML to the C++ api, things don&#x

Re: [Interest] Asynchronously loading Qt Quick Items (without Loader)

2015-11-25 Thread Gianluca
ver the status change and the >default implementation do nothing. So, it’s really seems that has been put >exactly for your purpose. Ciao, Gianluca. Il giorno 25/nov/2015, alle ore 21:59, Curtis Mitch ha scritto: > > Hi. > > I'm playing around with a project that req

Re: [Interest] Animating a gradient

2015-11-17 Thread Gianluca
Hello Jason, why you don’t simple use property binding ? GradientStop { id: gs2; position: gs1.position+0.1; color: "dodgerblue" } and remove completely onPositionChanged Ciao, Gianluca. Il giorno 17/nov/2015, alle ore 20:39, Jason H ha scritto: > I want to animate a

Re: [Interest] StackView weirdness

2015-11-16 Thread Gianluca
Can you post some part of your code. Il giorno 17/nov/2015, alle ore 02:51, jh...@gmx.com ha scritto: > I've been using stackview a while now. I started a new project with desktop > osx 5.5.1. I laid out the UI, made it a component, then added a stack view > with it set to the initial item

Re: [Interest] Commercial license for embedded project

2015-10-31 Thread Gianluca
understood Qt reduced the commercial licences to just one that includes everything. The price is around 350$ / month per developer. But take this information carefully, because I’m confused by the new website too and I don’t know if what I’m saying it’s true. Ciao, Gianluca. Il giorno 31/ott/2015

Re: [Interest] iOS linking problem

2015-10-27 Thread Gianluca via Interest
you post how you are building the library ? In any case, it’s not a problem of Xcode version. You can upgrade to 7.0 :-) Ciao, Gianluca. Il giorno 26/ott/2015, alle ore 23:14, Francesco Lamonica via Interest ha scritto: > Hi all, > i have built a simple library statically with Qtcreator

[Interest] ANDROID_PACKAGE_SOURCE_DIR IS EVIL [was: How to create a library with Android java source]

2015-10-24 Thread Gianluca
behavior is more consistent and does not conflicts with INSTALLS defined into included .pri I proposed to remove ANDROID_PACKAGE_SOURCE_DIR in future qmake release if it’s really redundant and may cause problem. Thanks, Gianluca. Il giorno 24/ott/2015, alle ore 15:21, Gianluca ha scritto

Re: [Interest] How to create a library with Android java source

2015-10-24 Thread Gianluca
Hello Ben, I tried your example … and does not work for me. The Java sources from quickandroid.pri are not copied into android-build :-( Ciao, Gianluca. Il giorno 24/ott/2015, alle ore 10:29, Ben Lau ha scritto: > > I am using Qt 5.5.0 on Mac and it is fine. May test Qt 5.5.1 later.

Re: [Interest] How to create a library with Android java source

2015-10-24 Thread Gianluca
Hello Ben, I’ll try later. Thank you for your help, Gianluca. Il giorno 24/ott/2015, alle ore 10:29, Ben Lau ha scritto: > > I am using Qt 5.5.0 on Mac and it is fine. May test Qt 5.5.1 later. By the > way, could try this example project and see could it install those J

Re: [Interest] How to create a library with Android java source

2015-10-24 Thread Gianluca
The latest version. Qt 5.5.1 and 3.5.1 But doesn’t work also on my PC at work that has Qt 5.5.0 and an older Qt Creator. I’m working on Mac. Ciao, Gianluca. Il giorno 24/ott/2015, alle ore 10:10, Ben Lau ha scritto: > What is your Qt and Qt Creator version? > > On 24 October 2015

Re: [Interest] How to create a library with Android java source

2015-10-24 Thread Gianluca
open the Terminal and I manually run “make install” … it successfully copy also the QA_JAVASRC files. But If I run the build from Qt Creator, those files are not copied :-( Ciao, Gianluca. Il giorno 24/ott/2015, alle ore 02:50, Ben Lau ha scritto: > > Those line will copy Java source fi

Re: [Interest] How to create a library with Android java source

2015-10-23 Thread Gianluca
/gmaxera/qtfacebook/QFacebookBinding.java INSTALLS += QA_JAVASRC Why does not work for me ? Thanks, Gianluca. Il giorno 22/ott/2015, alle ore 11:32, Ben Lau ha scritto: > Hi Gian, > > You may check my project on github. It is a Qt library for Android with Java > source

Re: [Interest] Adding iOS framework to qmake project...

2015-10-19 Thread Gianluca
should be: LIBS += -F$$PWD/resources/ios/frameworks/ -framework Crashlytics -framework Fabric Ciao, Gianluca. Il giorno 19/ott/2015, alle ore 17:56, Igor Mironchik ha scritto: > Hi guys, > > I did exactly the same that described in docs... > > QMAKE_LFLAGS += -F$$PWD/resources

[Interest] How to use QNetworkDiskCache for QML ?

2015-10-14 Thread Gianluca
o the same directory. :-( Or can I share the same QNetworkDiskCache across all QNetworkAccessManager until it exists only one QNetworkDiskCache ?? Am I allowed to do it ? Thanks, Gianluca. ___ Interest mailing list Interest@qt-project.org http:

Re: [Interest] How to use gradle with Qt/Android apps?

2015-10-03 Thread Gianluca
/QtFacebook In the readme there is written both methods. So, you can compare the differences and try to found as to use your library into your Qt/Android project. Ciao, Gianluca. Il giorno 03/ott/2015, alle ore 19:54, Nuno Santos ha scritto: > So, using gradle means that I have to use Android Stu

[Interest] StackView not working properly on Qt 5.5

2015-07-19 Thread Gianluca@Redberry
Hello, I’m trying to update Qt 5.5 for all my project and I’m having very bad behavior of StackView. What has been changed on StackView that may break compatibility ? All my app has a center item that it’s a StackView and I push/pop element on that. But It doesn’t work anymore. I didn’t use any s

Re: [Interest] Indie Mobil Program terminated?

2015-07-18 Thread Gianluca
Il giorno 18/lug/2015, alle ore 09:16, Reinhardt Behm ha scritto: > On Saturday 18 July 2015 08:59:53 Gianluca wrote: >> No you cannot ! >> You are arising a problem that people was used to develop for desktop was >> not aware at the moment: the new Windows and Mac app

Re: [Interest] Indie Mobil Program terminated?

2015-07-18 Thread Gianluca
, the LGPL is old and (probably) not suitable for these cases. You are screwed up ! Ciao, Gianluca. Il giorno 18/lug/2015, alle ore 07:52, John C. Turnbull ha scritto: > Meaning I can sell the desktop apps without having to distribute my code and > into the Windows and Mac App Stores (W

[Interest] StackView not working properly on Qt 5.5

2015-07-17 Thread Gianluca
Hello, I’m trying to update Qt 5.5 for all my project and I’m having very bad behavior of StackView. What has been changed on StackView that may break compatibility ? All my app has a center item that it’s a StackView and I push/pop element on that. But It doesn’t work anymore. I didn’t use any s

[Interest] Qt app on Android TV ??

2015-07-14 Thread Gianluca
Hello, is it possible to run a Qt app on Android TV ?? Is there any example about this ? Thanks, Gianluca. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt mobile apps v native

2015-07-11 Thread Gianluca
I’m the new QML webview for mobile (Android and iOS), and they are very immature but works. They do not integrate into scene graph, so you cannot apply any transformation, rotation, opacity, scale, animation, etc. The webview is always on top of everything ! :-( You have to invent tricks to inte

[Interest] Cannot update Qt anymore

2015-07-10 Thread Gianluca
Hello, I got this message when I try to update my Qt to version 5.5 How can I solve it ? Ciao, Gianluca. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] StackView transitionFinished()?

2015-07-03 Thread Gianluca
SequentialAnimation where the first and last step are ScriptAction that trigger the loading stuff. So, the order is: load stuff, start animation, end animation, finalize stuff for presentation. Ciao, Gianluca. Il giorno 03/lug/2015, alle ore 22:25, Jason H ha scritto: >> Sent: Friday

Re: [Interest] Camera cature ios roated 90 ccw (5.4.1)

2015-06-16 Thread Gianluca
Qt provided ones.I’m sorry but this code needs that you know objective-C, iOS SDK and how to integrate them into a Qt app.Ciao,Gianluca. backend_ios.mm Description: Binary data Il giorno 16/giu/2015, alle ore 18:49, Jason H <jh...@gmx.com> ha scritto: Thanks that would be awesome, I don'

[Interest] Extract only src attribute of an image tag into XmlRole with XPath functions

2015-06-04 Thread Gianluca Massera
hotels in France.</p> What I would like is to have a XPath function that return me only the first image url: http://33.media.tumblr.com/bd4312958b742a21221e87c0a96d52c1/tumblr_np213siZRu1tbs1mwo1_500.gif How can I do that ? Thanks, Gianluca. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] OpenCV on mobile (iOS and Android)

2015-05-07 Thread Gianluca
There is this open source project with the aims to create a QML wrapper for OpenCV: http://livecv.dinusv.com Il giorno 07/mag/2015, alle ore 15:21, Jason H ha scritto: > I am looking for instructions on how to use OpenCV with Qt on mobile > platforms. I have some experience using libzbar on A

Re: [Interest] iOS app store rejection - microphone consent?

2015-04-15 Thread Gianluca
Il giorno 15/apr/2015, alle ore 20:54, Jason H ha scritto: > > >> Sent: Wednesday, April 15, 2015 at 2:51 PM >> From: Gianluca >> To: "Jason H" >> Cc: "interest@qt-project.org" >> Subject: Re: [Interest] iOS app store rejection - mi

Re: [Interest] iOS app store rejection - microphone consent?

2015-04-15 Thread Gianluca
Il giorno 15/apr/2015, alle ore 19:56, Jason H ha scritto: > > >> Sent: Wednesday, April 15, 2015 at 1:09 PM >> From: Gianluca > > >> >> There is a property called “muted”, the documentation reports: "This >> property indicates whether the a

Re: [Interest] iOS app store rejection - microphone consent?

2015-04-15 Thread Gianluca
Il giorno 15/apr/2015, alle ore 18:16, Jason H ha scritto: > http://doc.qt.io/qt-5/qml-qtmultimedia-camerarecorder.html > >> Sent: Wednesday, April 15, 2015 at 11:58 AM >> From: Gianluca >> To: "Jason H" >> Cc: "interest@qt-project.org"

Re: [Interest] iOS app store rejection - microphone consent?

2015-04-15 Thread Gianluca
Il giorno 15/apr/2015, alle ore 17:56, Jason H ha scritto: >> Il giorno 15/apr/2015, alle ore 17:41, Jason H ha scritto: >> >>> Rejection details : >>> ''' >>> 2.3 Details >>> >>> During review, we were prompted to provide consent to use the microphone. >>> However, we were not able to locat

Re: [Interest] iOS app store rejection - microphone consent?

2015-04-15 Thread Gianluca
How can I modify the iOS build to not request microphone access? > > Thanks But if you record video … then you also record audio, right ?!?. Or are you recording video without audio ? So, maybe you can reply to reviewers indicating the p

Re: [Interest] QML detecting swipe gesture for open side menu

2015-04-15 Thread Gianluca
to have a swipe detector that cover the entire screen, as the ListView does (and how the PathView also does). Thanks, Gianluca. Il giorno 15/apr/2015, alle ore 10:21, Federico Buti ha scritto: > Hi Gianluca, > > you should be able to simulate swipe gestures with a MouseArea. See

[Interest] QML detecting swipe gesture for open side menu

2015-04-14 Thread Gianluca
present behind to work properly. I’m blocked. I don’t have any other ideas. Any idea ? suggestions ? Thanks, Gianluca. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Bad Request

2015-04-14 Thread Gianluca
not block such redirects and you can reach the url. Ciao, Gianluca. Il giorno 14/apr/2015, alle ore 10:42, Wolfgang BETZ ha scritto: > This one I have originally posted on the Qt Forum “Development” / > “Installation and Deployment” where I didn’t get an answer to the question

Re: [Interest] Preventing sleep on mobile platforms

2015-04-13 Thread Gianluca
recommend to never override this kind of user preferences. Ciao, Gianluca. Il giorno 13/apr/2015, alle ore 18:54, Jason H ha scritto: > I need to capture a photo, and while the photo capture screen is active, I > want to disable the screen's ability to turn itself off until we have

[Interest] QML XmlListModel - How to merge data from two RSS sources

2015-04-08 Thread Gianluca
, XmlListModel can download only from one source. How can I construct a model taking the feeds from two sources and merging them sorting by date ? Thanks, Gianluca. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman

[Interest] QML Text Item: how can I style a tag ?

2015-04-08 Thread Gianluca
? Thanks, Gianluca. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] [SOLVED] ListView not start at index 0 when is Horizontal

2015-04-06 Thread Gianluca
it is the ListView behaving oddly). When I removed this binding, the odd behavior disappeared and I can constraint the width and the height as I want (and I prefer :-) ) Thanks, Gianluca. Il giorno 06/apr/2015, alle ore 18:28, Federico Buti ha scritto: > Hi Gianluca, > it's har

[Interest] ListView not start at index 0 when is Horizontal

2015-04-06 Thread Gianluca
text: what } } } // On the console I get the following message: qml: Current Index: 0 qml: Current Index: 19 But Who change the current index to 19 ?? Thanks, Gianluca. ___ Interest mailing list Interest@