[Interest] Is Qt 5.3.2 compatible with iOS 8?

2014-10-10 Thread Nuno Santos
Hi, I haven’t upgraded to iOS 8 yet. Can someone tell me if Qt 5.3.2 is compatible with iOS 8? I’m having problems using it on simulator! Crashes, bad behaviour, etc Regards, Nuno Santos ___ Interest mailing list Interest@qt-project.org http

[Interest] I have lost the ability to launch a debug session from QtCreator since the installation of Xcode 6

2014-10-10 Thread Nuno Santos
Hi, Since I have installed Xcode 6 that I can no longer launch a debug session. It says “No debugger set up.” Does anyone know how to solve this? Regards, Nuno ___ Interest mailing list Interest@qt-project.org

[Interest] Avoiding binding loop

2014-10-16 Thread Nuno Santos
} } ] transitions: [ Transition { PropertyAnimation { properties: height; duration: 50 } } ] Loader { id: content width: parent.width } } Can anyone give me a suggestion on how to solve this problem? Regards, Nuno Santos

[Interest] How to set QtQuickControls Slider to an initial value without modifying the current saved?

2014-10-16 Thread Nuno Santos
Hi, I’m using Slider from QtQuickControls and i’m facing a problem. I initialise the value with a value saved on settings. However, when the slider is instantiated, it is triggering onValueChanged with the default min value. The setting is being correctly saved because I don’t show the slider

Re: [Interest] How to set QtQuickControls Slider to an initial value without modifying the current saved?

2014-10-17 Thread Nuno Santos
...@theqtcompany.com wrote: On 16 Oct 2014, at 17:39, Nuno Santos nunosan...@imaginando.pt wrote: Hi, I’m using Slider from QtQuickControls and i’m facing a problem. I initialise the value with a value saved on settings. However, when the slider is instantiated, it is triggering

Re: [Interest] How to set QtQuickControls Slider to an initial value without modifying the current saved?

2014-10-17 Thread Nuno Santos
...@theqtcompany.com wrote: On 17 Oct 2014, at 10:48, Nuno Santos nunosan...@imaginando.pt wrote: Hummm This Settings QML type is awesome and I didn’t knew it. I had a QSettings class exposed to QML and I was declaring all the properties I needed. This really saves a lot of work. Should

[Interest] QSGGeometryNode painting with two different colours

2014-10-20 Thread Nuno Santos
Hi, I’m using scene graph to render to make a sequencing matrix. I have extended QQuickItem for the main class and i’m making several nodes for the various parts that compose the matrix. One of the parts, that I was intending to put on a single node is the keyboard keys which are black and

Re: [Interest] QSGGeometryNode painting with two different colours

2014-10-21 Thread Nuno Santos
another node, right? Thanks, Regards, Nuno On 21 Oct 2014, at 03:54, Gunnar Sletta gun...@sletta.org wrote: On 20 Oct 2014, at 23:16, Nuno Santos nunosan...@imaginando.pt wrote: Hi, I’m using scene graph to render to make a sequencing matrix. I have extended QQuickItem for the main class

Re: [Interest] QSGGeometryNode painting with two different colours

2014-10-21 Thread Nuno Santos
with collapsed triangles between each fan. Thanks, Regards, Nuno On 21 Oct 2014, at 03:54, Gunnar Sletta gun...@sletta.org wrote: On 20 Oct 2014, at 23:16, Nuno Santos nunosan...@imaginando.pt wrote: Hi, I’m using scene graph to render to make a sequencing matrix. I have

[Interest] QQmlListProperty

2014-10-21 Thread Nuno Santos
Hi, With QQmlListProperty I can expose a QList to QML. I’m doing it a lot. But, is it possible to do the opposite? QQmlListProperty documentation is a little bit vague in this sense. I want to receive in another QML the same list and then get the QList inside this element C++ class. This is

[Interest] GL_QUADS and Android

2014-10-23 Thread Nuno Santos
Hi, I had the following error when compiling a working project on Android: error: 'GL_QUADS' was not declared in this scope _geometry.setDrawingMode(GL_QUADS); Do I need any special include for this? Regards, Nuno ___ Interest mailing list

Re: [Interest] GL_QUADS and Android

2014-10-23 Thread Nuno Santos
+laszlo.agocs=theqtcompany@qt-project.org [mailto:interest-bounces+laszlo.agocs=theqtcompany@qt-project.org] On Behalf Of Nuno Santos Sent: 23. oktober 2014 13:23 To: Interests Qt Subject: [Interest] GL_QUADS and Android Hi, I had the following error when compiling a working project

Re: [Interest] Qt application = android service communication

2014-10-24 Thread Nuno Santos
/ Regards, Nuno Santos On 24 Oct 2014, at 15:05, Alexander Ivash elder...@gmail.com wrote: I know that at the moment it is not possible to create android services in Qt, but what about communication between Qt-based application and Java-based android service? Is there any samples

[Interest] How to create a loadable bundle in OSX with qmake/qtcreator?

2014-11-01 Thread Nuno Santos
is located under Contents/MacOS just like an executable. Does anyone know how to produce this kind of bundles with qmake/qtcreator? Thanks, Regards, Nuno Santos ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman

Re: [Interest] How to create a loadable bundle in OSX with qmake/qtcreator?

2014-11-01 Thread Nuno Santos
November 01 2014 17:12:08 Nuno Santos wrote: I’m trying to build a loadable lib module as a bundle with qmake/qtcreator. This loadable lib module is a VST plugin, a standard created by Steinberg for audio plugins, just like the audiounits from Apple. If all else fails, could you use CMake

[Interest] Opening Qt/Qml window inside host app

2014-11-02 Thread Nuno Santos
with the following code: QQmlApplicationEngine engine; engine.load(QUrl(QStringLiteral(qrc:/main.qml))); But the host app crashes as soon as this code is called. Any thoughts? Thanks, Regards, Nuno Santos ___ Interest mailing list Interest@qt-project.org http

Re: [Interest] Opening Qt/Qml window inside host app

2014-11-02 Thread Nuno Santos
about the best way to do this? Thanks, Regards, Nuno On 02 Nov 2014, at 18:00, Nuno Santos nunosan...@imaginando.pt wrote: Hi, I was wondering if it is possible to instantiate and open a Qt/Qml window inside a host app via plugin loading mechanism. I’m trying to make a VST plugin have

Re: [Interest] How to create a loadable bundle in OSX with qmake/qtcreator?

2014-11-03 Thread Nuno Santos
-= -dynamiclib QMAKE_LFLAGS_PLUGIN += -bundle } I have also tried to take the TEMPLATE = lib out but it complains about the missing main function. Any ideas? Thanks, Regards, Nuno On 01/11/2014, at 18:26, René J.V. Bertin rjvber...@gmail.com wrote: On Saturday November 01 2014 17:12:08 Nuno

[Interest] How to use QSGSimpleTextureNode?

2014-11-03 Thread Nuno Santos
data to the texture? setTexture() free(data); The essential question right now is how do I set my custom texture data to a texture? I have a Googled a lot about QSGSimpleTextureNode and QSGTexture but couldn’t find any clear example on how to do this. Any thoughts? Thanks, Nuno Santos

[Interest] How to use QSGClipNode?

2014-11-04 Thread Nuno Santos
is the same, no clipping. I’m only setting geometry when I have the geometry for the node itself however documentation says Clip nodes must have a geometry before they can be added to the scene graph.” Any ideas? Thanks, Regards, Nuno Santos

Re: [Interest] How to use QSGSimpleTextureNode?

2014-11-04 Thread Nuno Santos
: On 03 Nov 2014, at 17:15, Nuno Santos nunosan...@imaginando.pt wrote: Hi, I’m trying to render text on scene graph. My strategy consists in creating a texture with all the glyphs and then draw a specific subset of the texture for each glyph. I have already done this for iOS and Android

Re: [Interest] How to use QSGClipNode?

2014-11-06 Thread Nuno Santos
Ops! :) Of course! Thanks, Nuno On 05 Nov 2014, at 17:33, Gunnar Sletta gun...@sletta.org wrote: A clip node will clip its children, not its siblings :) cheers, Gunnar On 04 Nov 2014, at 18:52, Nuno Santos nunosan...@imaginando.pt wrote: Hi, I was wondering how I could use

Re: [Interest] How to use QSGSimpleTextureNode?

2014-11-06 Thread Nuno Santos
Gunnar, I will run your debugging suggestions. Thanks, Regards, Nuno On 05 Nov 2014, at 17:39, Gunnar Sletta gun...@sletta.org wrote: On 04 Nov 2014, at 23:20, Nuno Santos nunosan...@imaginando.pt wrote: Gunnar, I have implemented a really basic node for text rendering on scene

[Interest] QML Performance Discussion

2014-11-08 Thread Nuno Santos
. Question: Is there anyway to easily customise the way GridView chooses the cells to render? I would love to have an advise from more experienced developers before starting to code like a mad. Thanks, With my best regards, Nuno Santos ___ Interest

Re: [Interest] How to use QSGSimpleTextureNode?

2014-11-08 Thread Nuno Santos
Gunnar, Texture was being correctly generated aside of positioning problem of the font drawing. The problem was on vertex and texture coordinates. I was not taking correctly into account left and right bearing of the fonts. Thanks, Regards, Nuno On 06 Nov 2014, at 12:15, Nuno Santos nunosan

Re: [Interest] Opening Qt/Qml window inside host app

2014-11-09 Thread Nuno Santos
QCoreApplication::arguments() and hence the mismatch caused an assert. BR, Maurice -Ursprüngliche Nachricht- Von: interest-bounces+maurice.kalinowski=theqtcompany@qt-project.org [mailto:interest-bounces+maurice.kalinowski=theqtcompany.com@qt- project.org] Im Auftrag von Nuno Santos

[Interest] Using QSGVertexColorMaterial transparency

2014-11-11 Thread Nuno Santos
Hi, I want to give a flashing effect on a quad. My idea is to draw two quads. One with the base color, and one above it with a white color but with transparency oscillating. This will give the flashing effect. I’m not being able to do it with QSGVertexColorMaterial. There is no opacity on

Re: [Interest] Using QSGVertexColorMaterial transparency

2014-11-11 Thread Nuno Santos
with Rectangle items? -- Louai -Original Message- From: interest-bounces+louai.al-khanji=theqtcompany@qt-project.org [mailto:interest-bounces+louai.al-khanji=theqtcompany.com@qt- project.org] On Behalf Of Nuno Santos Sent: Tuesday, November 11, 2014 1:17 PM To: Interests Qt Subject

Re: [Interest] Using QSGVertexColorMaterial transparency

2014-11-11 Thread Nuno Santos
Gunnar, Awesome! Working! :) This was actually ultra simple. If had a bigger background on OpenGL this would probably be part of the “ABC” Thanks, Regards, Nuno On 11 Nov 2014, at 17:32, Gunnar Sletta gun...@sletta.org wrote: On 11 Nov 2014, at 12:17, Nuno Santos nunosan

[Interest] QML TouchPoint startX/startY property

2014-11-13 Thread Nuno Santos
Hi, I have just found the startX and startY properties of the TouchPoint in QML. http://qt-project.org/doc/qt-5/qml-qtquick-touchpoint.html#startX-prop Documentation says: These properties hold the starting position of the touch point. The problem is that when I write those values to the

Re: [Interest] QML TouchPoint startX/startY property

2014-11-13 Thread Nuno Santos
Using Qt 5.3.2 Multi Mobile comercial license. I was using a MultiPointTouchArea without mouse enabled. On 13 Nov 2014, at 14:09, Rutledge Shawn shawn.rutle...@theqtcompany.com wrote: On 13 Nov 2014, at 13:26, Nuno Santos nunosan...@imaginando.pt wrote: Hi, I have just found

Re: [Interest] QML Loader sourceComponent Dynamic selection (not source property)

2014-11-17 Thread Nuno Santos
Hi, Not sure if this is what you want but recently I have implemented a dynamic delegate usage by using the Component class. DeviceParameterView had three types: button, option, slider. I want to render a different delegate depending on the type of the parameter model. This was the solution I

[Interest] Best model type for shared data between C++ and QML, as well as insertion and removal on both sides.

2014-11-20 Thread Nuno Santos
Hi, I need to implement a model class that allows me to have the data in C++ but exposed to QML. The data will need to be exposed to QML and it will be necessary to write from QML to that model as well. The C++ side will be in charge of the data persistence. I started with QQmlListProperty

Re: [Interest] Best model type for shared data between C++ and QML, as well as insertion and removal on both sides.

2014-11-20 Thread Nuno Santos
from C++ and passing it to Qml, but not firendly if Qml want to modify them (else you have to make a special function that will assign and emit the changed manually). On Thu, Nov 20, 2014 at 10:38 AM, Nuno Santos nunosan...@imaginando.pt mailto:nunosan...@imaginando.pt wrote: Jerome

Re: [Interest] Best model type for shared data between C++ and QML, as well as insertion and removal on both sides.

2014-11-20 Thread Nuno Santos
function assignModel(name, val) { var rv = myModel; rv[name] = val; myModel = rv; } Binding: patch: myModel[''patch'] On Thu, Nov 20, 2014 at 11:25 AM, Nuno Santos nunosan...@imaginando.pt mailto:nunosan...@imaginando.pt wrote: Jerome, Thanks for your reply. Got

Re: [Interest] Best model type for shared data between C++ and QML, as well as insertion and removal on both sides.

2014-11-20 Thread Nuno Santos
be found in this repo: qml-object-model  https://qt.gitorious.org/qt-labs/qml-object-model/source/057666b294f8d0ac50fc97134a6591bd2f33b83c: On 20 November 2014 23:38, Nuno Santos nunosan...@imaginando.pt mailto:nunosan...@imaginando.pt wrote: Jerome, Thanks for your feedback. In time

Re: [Interest] Best model type for shared data between C++ and QML, as well as insertion and removal on both sides.

2014-11-21 Thread Nuno Santos
I see now. That was might biggest confusion. I was around documentation and examples back and forth to see if I could find something. Thanks, Regards, Nuno On 21 Nov 2014, at 01:13, Ian Monroe i...@monroe.nu wrote: There's nothing really magical about QAbstractItemModel in QML. They

[Interest] Unique device token for iOS/Android

2014-11-24 Thread Nuno Santos
Hi, Is there anyway to get a device unique identifier/token on Qt5 that is valid for iOS and Android devices? Thanks, Regards, Nuno ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Qt Unique Device Identifier

2014-11-26 Thread Nuno Santos
Hi, Is there any way of retrieving a unique device identifier with Qt? Nuno Santos ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt Unique Device Identifier

2014-11-26 Thread Nuno Santos
. I was wondering if this was somehow abstracted in Qt. Thanks, Regards, Nuno Santos On 26/11/2014, at 19:33, Thiago Macieira thiago.macie...@intel.com wrote: On Wednesday 26 November 2014 19:30:50 Nuno Santos wrote: Hi, Is there any way of retrieving a unique device identifier with Qt

[Interest] Opening media library in Qt/Qml on iOS/Android to choose picture

2014-12-02 Thread Nuno Santos
Hi, Does anyone knows if it is possible to open the media library from Qml to choose a picture on iOS/Android? Regards, Nuno ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Opening media library in Qt/Qml on iOS/Android to choose picture

2014-12-03 Thread Nuno Santos
://github.com/richardmg/qtdd13_qmlapp Mike On 2 Dec 2014, at 15:42, Nuno Santos nunosan...@imaginando.pt mailto:nunosan...@imaginando.pt wrote: Hi, Does anyone knows if it is possible to open the media library from Qml to choose a picture on iOS/Android? Regards, Nuno

[Interest] QSettings mystery

2014-12-03 Thread Nuno Santos
Hi, I’m being faced with a mystery. I’m using QSettings to save my application settings and I have used the filename method to find the path to the file where the settings are being saved. After deleting the file and starting the app again, there are settings persisting. I have already tried

Re: [Interest] QSettings mystery

2014-12-03 Thread Nuno Santos
are cached by cfprefsd, so you have to call defaults delete [your bundle identifier] on the command line. If that doesn't work, you'll have to kill cfprefsd. Beware to only kill the one for your user. Hope it helps Samuel On 3 déc. 2014, at 17:00, Nuno Santos nunosan...@imaginando.pt

Re: [Interest] Opening Qt/Qml window inside host app

2014-12-03 Thread Nuno Santos
Tim, I cannot tell you exactly how it is working. That was what I supposed as well. I even considered not calling exec and call app-processEvents(); on a regular basis somehow. This is what I have: IVstWrapper::IVstWrapper(audioMasterCallback audioMaster) : AudioEffectX (audioMaster,

[Interest] What is the minimum required steps to extend a QQuickItem in C++ and make receive the touch events?

2014-12-04 Thread Nuno Santos
Hi, I want to implement a custom QQuickItem in C++ for enhanced performance rather than having a complex Qml component. I want to received the touch events but overriding touchEvent doesn’t seem to be enough. What am I missing? Thanks, Nuno ___

Re: [Interest] What is the minimum required steps to extend a QQuickItem in C++ and make receive the touch events?

2014-12-04 Thread Nuno Santos
Hi, The target platforms are iOS and Android. On the computer I just want to be able to test with the mouse. I didn’t realised it would need so many details. On 04 Dec 2014, at 10:05, Rutledge Shawn shawn.rutle...@theqtcompany.com wrote: On 4 Dec 2014, at 10:53, Nuno Santos nunosan

[Interest] Loader not unloading

2014-12-04 Thread Nuno Santos
Hi, It seems that Loader element doesn’t unload the previous element when a new source is set. This happens in on Mac, iOS Android with 5.3.2. Haven’t tested in other platforms. Does anyone knows if this is a bug or something that should be done differently? Regards, Nuno

Re: [Interest] Loader not unloading

2014-12-04 Thread Nuno Santos
Ops.. I have done an isolated test and the item was unloaded… I need to figure out what is happening. On 04 Dec 2014, at 16:15, Nuno Santos nunosan...@imaginando.pt wrote: Hi, It seems that Loader element doesn’t unload the previous element when a new source is set. This happens

Re: [Interest] QML standard components for mobile

2014-12-05 Thread Nuno Santos
applications you will be up and running in not time. QML Book is definitely a nice resource for learning. Qt documentation as well! Take this info into account as well: http://qt-project.org/doc/qt-5/qtquick-performance.html http://qt-project.org/doc/qt-5/qtquick-performance.html Regards, Nuno

[Interest] Cross plataform CPU load

2014-12-08 Thread Nuno Santos
Hi, Does anyone knows about a cpu load code for qt that I can use in all platforms (PC, Mac, iOS, Android)? I would like to implement a Qml element for the cpu load. Thanks, Nuno ___ Interest mailing list Interest@qt-project.org

[Interest] TabView Tab content always loading regardless of visibility

2014-12-12 Thread Nuno Santos
Hi, When using a TabView, the Tab content is only loaded when the tab is selected. Is there anyway of loading the tab content independently of being visible or not? Regards, Nuno ___ Interest mailing list Interest@qt-project.org

Re: [Interest] TabView Tab content always loading regardless of visibility

2014-12-12 Thread Nuno Santos
to be true. On 12 Dec 2014, at 11:56, Nuno Santos nunosan...@imaginando.pt wrote: Hi, When using a TabView, the Tab content is only loaded when the tab is selected. Is there anyway of loading the tab content independently of being visible or not? Regards, Nuno

Re: [Interest] TabView Tab content always loading regardless of visibility

2014-12-12 Thread Nuno Santos
Oh.. didn’t see that. It’s right on the top of the Tab documentation. Yes, it is enough for me! ;) Thanks! On 12 Dec 2014, at 15:27, Alejandro Exojo s...@badopi.org wrote: El Friday 12 December 2014, Nuno Santos escribió: I have discovered that setting active property of the Tab to true

Re: [Interest] StackView issue

2014-12-16 Thread Nuno Santos
Hey Steve, Where is the spinner in the view hierarchy? Can you show some code or provide a minimal working example? Regards, Nuno On 16/12/2014, at 20:27, VStevenP vstevenpa...@yahoo.com wrote: I am wondering if anyone the list has a good understanding of QML StackView and could offer

[Interest] QtQuickControls Slider and multitouch

2014-12-17 Thread Nuno Santos
of overriding Slider touch handling? Regards, Nuno Santos ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] QtQuickControls Slider and multitouch

2014-12-17 Thread Nuno Santos
On 17 Dec 2014, at 12:22, Rutledge Shawn shawn.rutle...@theqtcompany.com wrote: On 17 Dec 2014, at 12:35, Nuno Santos nunosan...@imaginando.pt wrote: Hi, I have just stumble on the lack of multitouch support for the Slider element in Quick Controls. I can’t interact with more

Re: [Interest] QtQuickControls Slider and multitouch

2014-12-18 Thread Nuno Santos
, Rutledge Shawn shawn.rutle...@theqtcompany.com wrote: On 17 Dec 2014, at 17:02, Nuno Santos nunosan...@imaginando.pt wrote: Hi Shawn, First of all thanks for your reply. As far as I understood, there are a couple of patches ready to integrate and I could probably integrate them myself

Re: [Interest] QtQuickControls Slider and multitouch

2014-12-18 Thread Nuno Santos
, at 10:16, Nuno Santos nunosan...@imaginando.pt wrote: Shawn, If you mean using a MultiPointTouchArea to implement a custom slider, that was what I have already done and it works. But, let me understand if I missed something: Is there anyway of using QtQuickControls Slider

Re: [Interest] QtQuickControls Slider and multitouch

2014-12-18 Thread Nuno Santos
Forget it! I found it! :) ./qtquickcontrols/src/controls/Slider.qml On 18 Dec 2014, at 10:57, Rutledge Shawn shawn.rutle...@theqtcompany.com wrote: On 18 Dec 2014, at 10:16, Nuno Santos nunosan...@imaginando.pt wrote: Shawn, If you mean using a MultiPointTouchArea to implement

[Interest] Qt 5.4 target description

2014-12-29 Thread Nuno Santos
Hi, After installed Qt 5.4 on my system, the target options for Mac and iOS appears with the following description: Desktop Qt %{Qt:Version} clang 64bit iphoneos-clang Qt %{Qt:Version} for iOS-1 Android appears correctly. Is this normal? Regards, Nuno

Re: [Interest] Qt 5.4 target description

2014-12-29 Thread Nuno Santos
. I have performed a find . | grep Creator” on the very same directory in order to find other but there isn’t. Weird. Any ideas? Regards, Nuno On 29/12/2014, at 17:21, André Pönitz apoen...@t-online.de wrote: On Mon, Dec 29, 2014 at 10:22:03AM +, Nuno Santos wrote: Hi, After

Re: [Interest] Qt 5.4 target description

2014-12-29 Thread Nuno Santos
André, I have found the problem. I needed to perform the update components operations with the maintenance tool. I have only used package manager to install Qt 5.4. It didn’t update the other components. Thanks, Regards, Nuno On 29/12/2014, at 21:32, Nuno Santos nunosan...@imaginando.pt

[Interest] Stack view and lazy loading of big Qml files

2014-12-30 Thread Nuno Santos
are: What is the best way of doing that? Where should I keep the elements without having them rendered on the screen? Is there any other way of making this? Thanks in advance, Regards, Nuno Santos ___ Interest mailing list Interest@qt-project.org http

Re: [Interest] Stack view and lazy loading of big Qml files

2015-01-02 Thread Nuno Santos
{ initalView: a } Do you have any other suggestion? Thanks Regards, Nuno On 02 Jan 2015, at 22:26, Bruno Coudoin bruno.coud...@gcompris.net wrote: Le 30/12/2014 10:10, Nuno Santos a écrit : Hi, I have a stack view which will be used to load the main content of application views

[Interest] Qt Purchasing API on Windows

2015-02-04 Thread Nuno Santos
Hi, I usually develop on a Mac. I'm building a mobile app with in app purchasing options. Qt Purchasing API doesn't work on a Mac, but it runs anyway. But now, that i'm running the project on Windows, when I try to launch the app, it says: QQmlApplicationEngine failed to load component

Re: [Interest] Q_OS_ANDROID macro

2015-02-04 Thread Nuno Santos
(GCC 4.9, Qt 5.4.0)) When executing step Make 18:47:48: Elapsed time: 00:03. On 04/02/2015 18:36, Giuseppe D'Angelo wrote: Il 04/02/2015 11:05, Nuno Santos ha scritto: When compiling for Android, moc file as complaining about not having the implementation of the methods above which means

[Interest] Q_OS_ANDROID macro

2015-02-04 Thread Nuno Santos
Hi, I have been faced with an awkward situation when building an app for android: My app uses Bonjour but that is not available on Android, so basically for android I don’t want to include some slots in a particular class: #ifndef Q_OS_ANDROID void recordAdded(const BonjourRecord record); void

Re: [Interest] Qt Purchasing API on Windows

2015-02-04 Thread Nuno Santos
://doc.qt.io/qt-5/qtglobal.html#Q_OS_ANDROID http://doc.qt.io/qt-5/qtglobal.html#Q_OS_ANDROID Em Wed Feb 04 2015 at 10:03:43 AM, Nuno Santos nunosan...@imaginando.pt mailto:nunosan...@imaginando.pt escreveu: Hi, I usually develop on a Mac. I'm building a mobile app with in app purchasing

Re: [Interest] Q_OS_ANDROID macro

2015-02-04 Thread Nuno Santos
Hi, Thanks for your reply. How can I workaround this situation? Create a specific source file for Android? Any other ideas? Thanks, Nuno On 04 Feb 2015, at 10:18, Reinhardt Behm rb...@hushmail.com wrote: On Wednesday 04 February 2015 10:05:12 Nuno Santos wrote: Hi, I have been faced

[Interest] onGestureStarted we can grab(), what about release?

2015-02-05 Thread Nuno Santos
on documentation. Maybe i’m missing something here. Does anyone has a clue on how to avoid this problem? Thanks in advance. Regards, Nuno Santos ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] XYZ is instantiated recursively

2015-01-15 Thread Nuno Santos
, 2015 at 12:57 PM, Nuno Santos nunosan...@imaginando.pt mailto:nunosan...@imaginando.pt wrote: Hi, I’m building a QML UI interface for a model that can have a recursive behaviour I’m trying to instantiate a custom module inside a custom module and it is saying XYZ is instantiated

[Interest] XYZ is instantiated recursively

2015-01-15 Thread Nuno Santos
that the same? If I really want the same module to appear to model that by it’s own is recursive, what should I do? I cannot have a different Qml file for each recursive depth as I don’t know what will be the total depth of it. And it simply doesn’t make sense… Any ideas? Thanks, Nuno Santos

Re: [Interest] XYZ is instantiated recursively

2015-01-15 Thread Nuno Santos
} } } } } } } Thanks, Regards, Nuno On 15 Jan 2015, at 10:06, Nuno Santos nunosan...@imaginando.pt wrote: Dimitry, You are right. Let’s start by the model. My model is made of devices which can have list

[Interest] Qt Quick Compiler 2.0

2015-01-18 Thread Nuno Santos
when deploying to iOS and Android? What about the crash? Should I try this feature file by file in order to understand that is causing the crash? Thanks, Regards, Nuno Santos ___ Interest mailing list Interest@qt-project.org http://lists.qt

Re: [Interest] Qt Quick Compiler 2.0

2015-01-18 Thread Nuno Santos
I have tried again and the crash is gone… I would still love to understand if this qt quick compiler will improve performance on iOS and Android. Couldn’t notice a perceptible difference after running it with. Thanks, Regards, Nuno On 18/01/2015, at 12:29, Nuno Santos nunosan

Re: [Interest] Building Qt from source ('libpq-fe.h' file not found)

2015-01-28 Thread Nuno Santos
Jan 2015, at 11:31, Konstantin Tokarev annu...@yandex.ru wrote: 28.01.2015, 14:28, Nuno Santos nunosan...@imaginando.pt: Yes, But that is the built in include path. I have tried to make CFLAGS=/opt/local/include/postgresql91/ make -j8 But it didn’t worked. Ideas? Makefiles

[Interest] Building Qt from source ('libpq-fe.h' file not found)

2015-01-28 Thread Nuno Santos
/qsql_psql.cpp ../../../sql/drivers/psql/qsql_psql.cpp:51:10: fatal error: 'libpq-fe.h' file not found #include libpq-fe.h ^ 1 error generated. MACKIE:Src nsantos$ I have already tried to install postgresql from MacPorts but it keeps failing. Any ideas? Thanks Regards, Nuno Santos

Re: [Interest] Building Qt from source ('libpq-fe.h' file not found)

2015-01-28 Thread Nuno Santos
Yes, But that is the built in include path. I have tried to make CFLAGS=/opt/local/include/postgresql91/ make -j8 But it didn’t worked. Ideas? Regards, Nuno On 28 Jan 2015, at 11:26, Konstantin Tokarev annu...@yandex.ru wrote: 28.01.2015, 14:21, Nuno Santos nunosan

Re: [Interest] Building Qt from source ('libpq-fe.h' file not found)

2015-01-28 Thread Nuno Santos
difference. On 28 Jan 2015, at 12:11, Konstantin Tokarev annu...@yandex.ru wrote: 28.01.2015, 14:37, Nuno Santos nunosan...@imaginando.pt mailto:nunosan...@imaginando.pt: Following your tip, I have manually changed the Makefile.Debug and Makefile.Release on the following path

Re: [Interest] How to shutdown Qt app on Android.

2015-01-26 Thread Nuno Santos
Igor, I think you could listen to application state changed signal on the app entity and when you receive a pause, you could call app-quit(). http://doc.qt.io/qt-5/qguiapplication.html#applicationStateChanged http://doc.qt.io/qt-5/qguiapplication.html#applicationStateChanged This is possibly

Re: [Interest] Shadow build / Xcode project

2015-01-06 Thread Nuno Santos
It worked perfectly! Thanks! Regards, Nuno On 04 Jan 2015, at 13:36, Reinhardt Behm rb...@hushmail.com wrote: MOC_DIR = .build/moc UI_DIR = .build/ui OBJECTS_DIR = .build/obj DESTDIR = ./bin ___ Interest mailing list Interest@qt-project.org

Re: [Interest] Advice on random program finish crash

2015-01-07 Thread Nuno Santos
Yes, int main(int argc, char **argv) { QGuiApplication app(argc, argv); ... return app.exec(); } On 07 Jan 2015, at 09:54, Igor Mironchik igor.mironc...@gmail.com wrote: Hi, I have one question: is QApplication static too? On Wed, 07 Jan 2015 12:32:21 +0300, Nuno Santos

Re: [Interest] Advice on random program finish crash

2015-01-07 Thread Nuno Santos
, at 10:19, Igor Mironchik igor.mironc...@gmail.com wrote: On Wed, 07 Jan 2015 13:01:32 +0300, Nuno Santos nunosan...@imaginando.pt mailto:nunosan...@imaginando.pt wrote: Yes, int main(int argc, char **argv) { QGuiApplication app(argc, argv); ... return app.exec

[Interest] Advice on random program finish crash

2015-01-07 Thread Nuno Santos
() : _networkAccessManager() { ... } Manager::~Manager() { } Is there any obvious reason for this crash to happen randomly at program termination? Thanks, Regards, Nuno Santos ___ Interest mailing list Interest@qt-project.org http

Re: [Interest] Stack view and lazy loading of big Qml files

2015-01-07 Thread Nuno Santos
: Interest Digest, Vol 39, Issue 60 -- Message: 2 Date: Tue, 30 Dec 2014 09:10:12 + From: Nuno Santos nunosan...@imaginando.pt mailto:nunosan...@imaginando.pt Subject: [Interest] Stack view and lazy loading of big Qml files To: Interests Qt interest@qt

[Interest] How to discover the cause of such crashes?

2015-01-09 Thread Nuno Santos
Hi, Since the beginning of my quest with QML I have been faced with some crashes that I don’t know how to find the cause, such as this. What is the tactic to inspect and discover the cause of such crashes? I would definitely love to hear the opinion of more experienced QML users. Thanks,

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

2015-02-09 Thread Nuno Santos
) Then I've to rebuild my app, and add the -executable option to macdeployqt And then I can have a working .dmg... but now complaining that it can't find the sqlite driver can't be loaded... now I'm digging into how it finds the sqlite driver. Em Mon Feb 09 2015 at 6:16:06 PM, Nuno Santos nunosan

[Interest] Shadow build / Xcode project

2015-01-04 Thread Nuno Santos
Hi, I have performed on the command line “qmake myproject.pro” to generate the Xcode project file. It happens that all the files generated on this process as well as the moc_* generated files polute my source directory. To avoid this I have tried to create a xcode dir and ran “qmake

Re: [Interest] Advice on random program finish crash

2015-01-07 Thread Nuno Santos
; } Does this seems a better approach? Regards, Nuno On 07 Jan 2015, at 10:30, Nuno Santos nunosan...@imaginando.pt wrote: Hi Igor, Ops… You are right, it is not static. I have tried your suggestion but now it crashes everytime I close the app and I can’t even get a stack trace like

Re: [Interest] Advice on random program finish crash

2015-01-07 Thread Nuno Santos
=sf.mpg...@qt-project.org [mailto:interest-bounces+sue=sf.mpg...@qt-project.org] On Behalf Of Nuno Santos Sent: Wednesday, January 07, 2015 1:16 PM To: Igor Mironchik Cc: Interests Qt Subject: Re: [Interest] Advice on random program finish crash Hi, I have made the following

Re: [Interest] Image width and height into Style Component

2015-01-06 Thread Nuno Santos
Hi, Aren’t you using control.width and control.height to set the image dimensions? Regards, Nuno On 06 Jan 2015, at 16:58, Jérôme Godbout jer...@bodycad.com wrote: Hi, I have some problem when using Image into Style Component. The width and height set into the component are overwritten

Re: [Interest] Stack view and lazy loading of big Qml files

2015-01-07 Thread Nuno Santos
: stackView.width height: stackView.height } } StackView { id: stackView initialItem: {item : modulesModel.children[settings.initialModule]} } Thanks! Regards, Nuno On 07 Jan 2015, at 10:53, Nuno Santos nunosan...@imaginando.pt wrote: Hey Steve, That seems a nice suggestion

Re: [Interest] Qt Purchasing API - In app purchasing iOS not working on a release version deployed to the store.

2015-03-18 Thread Nuno Santos
Harri, Really glad to hear that. I have submitted a contact request. Waiting for an answer. Please let me know of further developments. Where are you based by the way? I'm in Portugal. A user from the uk store told me he could't see the in app prices as well. -- Nuno Santos No dia 12/03/2015

Re: [Interest] lib houdini crash

2015-03-20 Thread Nuno Santos
Ministro is the default option. Is this the recommend way of doing it? I really don't understand my options here. When you say x86, do you mean android x86? I didn't even have that installed. -- Nuno Santos No dia 20/03/2015, às 13:06, maitai mai...@virtual-winds.org escreveu: Hello

[Interest] lib houdini crash

2015-03-20 Thread Nuno Santos
Hi, It seems that Qt based Android apps are crashing on Intel based devices. Is anyone else experiencing the same problem? Regards, Nuno *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Build fingerprint:

Re: [Interest] lib houdini crash

2015-03-20 Thread Nuno Santos
I'm not running. This is what I receive from google crash reports. -- Nuno Santos No dia 20/03/2015, às 19:17, Thiago Macieira thiago.macie...@intel.com escreveu: On Friday 20 March 2015 12:41:38 Nuno Santos wrote: Hi, It seems that Qt based Android apps are crashing on Intel based

[Interest] Handling dpi particularities across devices

2015-03-12 Thread Nuno Santos
in advance, Regards, Nuno Santos ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt Purchasing API - In app purchasing iOS not working on a release version deployed to the store.

2015-03-12 Thread Nuno Santos
On 12 Mar 2015, at 10:22, Nuno Santos nunosan...@imaginando.pt wrote: Hi, I hope so. The thing is that my other app that is already on the store works perfectly and prices are fetched… Just wondering… On 12 Mar 2015, at 10:20, Robert Iakobashvili corobe...@gmail.com wrote

Re: [Interest] Do I need to build Qt from the source to have an app compile in 32 bit?

2015-03-13 Thread Nuno Santos
.), 0x8205, 0x1a10 / 2 On 13/03/2015, at 00:29, Nuno Santos nunosan...@imaginando.pt wrote: Thx Thiago! Regards, Nuno On 12/03/2015, at 21:29, Thiago Macieira thiago.macie...@intel.com wrote: On Thursday 12 March 2015 18:29:37 Nuno Santos wrote: Hi, I need to deploy an app

  1   2   3   4   5   6   7   8   9   >