[Interest] Moving to Qt Mobility

2012-03-11 Thread Daniel França
/QtMultimediaKit/qvideowidget.h:47: error: qmobilityglobal.h: No such file or directory I thing it's some big mess in my installation... but I can't figure out what is this, anyone can help me? Best Regards, Daniel França ___ Interest

Re: [Interest] Moving to Qt Mobility

2012-03-11 Thread Daniel França
for desktop. The last time I used it, I grabbed the mobility source from the git repos and compiled/installed it that way. 2012/3/11 Daniel França daniel.fra...@gmail.com: Hi all, at first I was using Phonon, but it has some limitations, and I've read that Phonon is not recommended anymore

Re: [Interest] Moving to Qt Mobility

2012-03-11 Thread Daniel França
...@intel.comwrote: On domingo, 11 de março de 2012 14.54.14, Daniel França wrote: Hi, thanks for the answer. low level functions I mean things like: get video fps change things like if a video is showed interlaced, etc render subtitles on video, etc. FPS as in frames per second does not change

Re: [Interest] Moving to Qt Mobility

2012-03-11 Thread Daniel França
wrapper for gstreamer you can check out here if you're interested: http://gstreamer.freedesktop.org/wiki/QtGStreamer Regards, Preet 2012/3/11 Daniel França daniel.fra...@gmail.com Hi, thanks for the answer. low level functions I mean things like: get video fps change things like

Re: [Interest] Qt-Creator debug problem

2012-05-07 Thread Daniel França
It seems it cannot set the breakpoint. did you try to use gdb via command line? On Mon, May 7, 2012 at 8:11 AM, kai.koe...@nokia.com wrote: -Original Message- From: interest-bounces+kai.koehne=nokia@qt-project.org [mailto:interest-bounces+kai.koehne=nokia@qt-project.org]

[Interest] QML standard components for mobile

2014-12-05 Thread Daniel França
should do implement this components myself. I tried to search for a set of components like that but couldn't find anything. I'm reading this book btw: http://qmlbook.org/ Thanks for any help. Regards, Daniel França ___ Interest mailing list Interest@qt

Re: [Interest] QML standard components for mobile

2014-12-05 Thread Daniel França
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 Regards, Nuno Santos On 05 Dec 2014, at 11:51, Daniel França daniel.fra

[Interest] Multiplatform solution for systray

2014-12-10 Thread Daniel França
Hi guys, I'm doing a QML/C++ application that I want to be able to run on Linux/Mac/Windows/Android/IOS. I'm doing the development on a Ubuntu 14.10 and I wanted to show a timer for the desktop versions on system tray, that means a system tray icon that changes dynamically. The first problem I

Re: [Interest] Multiplatform solution for systray

2014-12-10 Thread Daniel França
Not really, I don't like KDE much... Anyway I would like my app runs full-featured on Ubuntu, as it's one of most popular distros :) Em Wed Dec 10 2014 at 10:06:25 AM, René J.V. rjvber...@gmail.com escreveu: On Wednesday December 10 2014 08:42:49 Daniel França wrote: The first problem I got

Re: [Interest] QML standard components for mobile

2014-12-10 Thread Daniel França
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 Regards, Nuno Santos On 05 Dec 2014, at 11:51, Daniel França daniel.fra...@gmail.com wrote: Hi

Re: [Interest] Connecting output of an external process to a QML component

2015-01-02 Thread Daniel França
this way, but thanks for all the help. Em Thu Jan 01 2015 at 4:20:17 PM, Alejandro Exojo s...@badopi.org escreveu: El Wednesday 31 December 2014, Daniel França escribió: I'm instantiating the C++ class via setContextProperty, so it's a singleton object. I would not say that this is a singleton

[Interest] Connecting output of an external process to a QML component

2014-12-31 Thread Daniel França
Hi guys, I'm trying to connect the output of an external process to a QML component. The idea would be to have a QProcess instance being called in a singleton C++ class, that connects the readyReadStandardOutput to a slot in the C++ class and this last one emits a signal that I can connect

Re: [Interest] Installer Recommendations

2015-02-19 Thread Daniel França
You mean the windeploy tool or there's other Qt install maker? On Thu 19 Feb 2015 at 16:53 Jérôme Godbout jer...@bodycad.com wrote: The Visual Studio .msi build-in solution was deprecated years ago, but returned as an extension based on install shield limited edition. I would stay away from

Re: [Interest] why does Qt prefer to return QList over QVector?

2015-01-27 Thread Daniel França
is QVector faster even for sequential access? On Tue 27 Jan 2015 at 09:42 Mark Gaiser mark...@gmail.com wrote: On Tue, Jan 27, 2015 at 8:56 AM, Felix morack felixo...@gmail.com wrote: hello, i recently gained a small, but considerable performance boost by switching out QList for QVector in

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

2015-02-09 Thread Daniel França
Hi guys, I know the subject is a little rude, but 2 years ago I'd a lot of problems trying to deploy an app to OS X, as you can see here: http://stackoverflow.com/questions/20895398/cant-deploy-qt-5-2-quick-app-to-mac-osx You can see people with similar problems:

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

2015-02-09 Thread Daniel França
the respective plugins to the bundle. Regards, Nuno On 09 Feb 2015, at 16:46, Daniel França daniel.fra...@gmail.com wrote: Hi guys, I know the subject is a little rude, but 2 years ago I'd a lot of problems trying to deploy an app to OS X, as you can see here: http://stackoverflow.com

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

2015-02-09 Thread Daniel França
Thanks Oliver, I definitely need to understand better how to use install_name_tool. I'll look into that, but I think my case it should be simpler, as I don't use any 3rd party library. Em Mon Feb 09 2015 at 6:33:40 PM, Daniel França daniel.fra...@gmail.com escreveu: I think the first parameter

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

2015-02-10 Thread Daniel França
After create the .dmg with sql module on it, I ran this script: http://pastebin.com/iR0bTb31 and then rebuild my project and regenerate the .dmg... then it works. Not the smoothest deployment process, but at least it's working. (except that it's full of aliasing even with antialising: true, but

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

2015-02-09 Thread Daniel França
When you realize you sent an email too soon =/ The driver not being loaded was just that it was missing in the .pro file += sql Em Mon Feb 09 2015 at 11:09:39 PM, Daniel França daniel.fra...@gmail.com escreveu: Thanks for the tip René, for now I'm trying to really understand install_name_tool

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

2015-02-09 Thread Daniel França
Thanks for the tip René, for now I'm trying to really understand install_name_tool. I thought I did :P But then after run the script that fixes the dylibs, and copy the libsqlite.dylib to /MyBundle.app/Contents/PlugIns/sqlidrivers/ otool -L output:

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

2015-02-10 Thread Daniel França
...@gmail.com escreveu: On Tuesday February 10 2015 10:22:57 Daniel França wrote: Not the smoothest deployment process, but at least it's working. (except that it's full of aliasing even with antialising: true, but it's another story) IMHO Qt for Mac really should be able to use the fontconfig

[Interest] Extendable QML App

2015-01-08 Thread Daniel França
Hi guys, I'm doing an extendable QML application, my goal is to be able to easily extend the application with plugins, so I can create different products from the sabe base. To achieve this I'm doing the following architecture: * QML app with some entry points for extendable qml * C++ class to

Re: [Interest] What is the best way to refresh QML image

2015-03-10 Thread Daniel França
: let's say I have a jpg on disk that I'm showing in QML. If I edit the image in an external application and save it again with the same name, I'd like to be able to reload the image without changing the source name. Harri On 10/03/2015 11:34, Daniel França wrote: What exactly you want to do

Re: [Interest] What is the best way to refresh QML image

2015-03-10 Thread Daniel França
What exactly you want to do? Em ter, 10 de mar de 2015 às 11:26, Harri Pasanen ha...@mpaja.com escreveu: Hi, Is there a way to force QML image to refresh, other than changing its source property? Thanks, Harri ___ Interest mailing list

Re: [Interest] Can QML do this animation?

2015-03-24 Thread Daniel França
Hi Juergen, sorry for the off-topic. But great job with qmlbook, it helped me a lot :) Em ter, 24 de mar de 2015 às 09:57, Juergen Bocklage-Ryannel li...@ryannel.org escreveu: Hi, First of all. Thanks for the great example. Love it! I'm the author of the QmlBook (qmlbook.org). I would

Re: [Interest] QML ListModels and JSON

2015-03-25 Thread Daniel França
I used the JSONListModel for a project, the code is available under MIT license here: https://github.com/kromain/qml-utils Em qua, 25 de mar de 2015 às 20:58, Jason H jh...@gmx.com escreveu: I get back from a Ajax a JSON object with a 'table' from a web query: [ {id: 1, category:1, value:1},

Re: [Interest] QtCreator and unit testing with Catch

2015-03-31 Thread Daniel França
I didn't know about Catch, but it seems pretty awesome, I'll definitely give a try :) Em ter, 31 de mar de 2015 às 21:16, charleyb123 . charleyb...@gmail.com escreveu: Hi, Preet-- I haven't tried it in QtCreator, but I just started using Catch several weeks ago -- WOW it's awesome. For the

[Interest] Accessing listview index in an extensible QML application

2015-03-01 Thread Daniel França
Hi guys, I'm doing an extensible QML application, it means that some of the components are loaded according to the plugins loaded on the application. One of the situations is the following. I've a ListView, and some of the elements shown on the ListView delegate are loaded based on the plugins.

[Interest] Qt under the hoods

2015-03-24 Thread Daniel França
I'm looking for material to understand Qt/QML internals and I faced this series of posts: http://www.kdab.com/qml-engine-internals-part-1-qml-file-loading/ The posts are from the far year of 2012, so I don't know how up to date it's and how useful it can be. I know, at least, that in this

Re: [Interest] Find UI elements by name and get type of UI element

2015-04-02 Thread Daniel França
The variable that will receive the return only get the child if it can be casted to it: http://doc.qt.io/qt-5/qobject.html#findChild So you can call it with the button, numeric up/down, etc. Or you can try cast it after call the method. http://doc.qt.io/qt-5/qobject.html#findChild Em qui, 2 de

Re: [Interest] QML bindings and redundant property changes

2015-04-01 Thread Daniel França
Qt 5.4? Em qui, 2 de abr de 2015 às 00:03, Preet prismatic.proj...@gmail.com escreveu: On Wed, Apr 1, 2015 at 4:57 PM, Daniel França daniel.fra...@gmail.com wrote: For me even your second example calls onPerimeterChanged only once. It seems that Qt is smart enough to only notify once when

Re: [Interest] QML bindings and redundant property changes

2015-04-01 Thread Daniel França
For me even your second example calls onPerimeterChanged only once. It seems that Qt is smart enough to only notify once when it's evalating an expression (that's actually a js function). Em qua, 1 de abr de 2015 às 19:12, Preet prismatic.proj...@gmail.com escreveu: Hi all I want to

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

2015-06-16 Thread Daniel França
Not sure if it's related, but the autoOrientation for VideoOutput didn't work well for me either. I'm waiting for the 5.5 release as I'd other problems with video capture on IOS to test it again. Em ter, 16 de jun de 2015 às 17:22, Daniel França daniel.fra...@gmail.com escreveu: Not sure

[Interest] QML Movable/Resizable Panels

2015-05-31 Thread Daniel França
Hi guys, I always missed something similar to QDockWidget in QML, after some pain trying to find something similar I came up with an implementation that could bring, at least, a few of the features of QDockWidget into QML applications: https://github.com/danielfranca/QMLSharedComponents It's a

Re: [Interest] Camera not worknig on IOS

2015-06-01 Thread Daniel França
Sounds good. Thanks for the updated information guys. Em seg, 1 de jun de 2015 às 18:08, Jason H jh...@gmx.com escreveu: Allegedly, June 11 is the target date for the RC. The string freeze is supposed to happen today. Sent: Monday, June 01, 2015 at 11:56 AM From: Lopes Yoann

Re: [Interest] Camera not worknig on IOS

2015-05-30 Thread Daniel França
heads up: It was missing the multimedia module in the .pro file. After include it, now, at least, it asks for video and audio permissions... but still no image is captured. Any ideas about what is happening? Best, Daniel Em sáb, 30 de mai de 2015 às 21:58, Daniel França daniel.fra...@gmail.com

Re: [Interest] Camera not worknig on IOS

2015-05-30 Thread Daniel França
Trying to isolate the problem, the camera works if it's not set with CaptureVideo as captureMode, I'm trying to find any limitation or workaround needed to make video capture to work on IOS. Em sáb, 30 de mai de 2015 às 22:39, Daniel França daniel.fra...@gmail.com escreveu: heads up

Re: [Interest] Camera not worknig on IOS

2015-05-30 Thread Daniel França
Quite disappointed as it seems that it's a bug https://bugreports.qt.io/browse/QTBUG-37655 What can means that I will need to abandon my project until get a Qt version that actually record video on IOS :( Any recommendations? Em dom, 31 de mai de 2015 às 01:05, Daniel França daniel.fra

Re: [Interest] Camera not worknig on IOS

2015-05-31 Thread Daniel França
://codereview.qt-project.org/#/c/109116/ Regards, Gunnar Roth Am 31.05.2015 um 01:27 schrieb Daniel França daniel.fra...@gmail.com: Quite disappointed as it seems that it's a bug https://bugreports.qt.io/browse/QTBUG-37655 What can means that I will need to abandon my project until get a Qt version

Re: [Interest] First timer iOS woes

2015-05-27 Thread Daniel França
+351 91 621 69 62 On 27 May 2015, at 23:21, Daniel França daniel.fra...@gmail.com wrote: Thanks Nuno, After found out that XCode 6.2 doesn't work with IOS 6.3 I upgraded my OSX/XCode. A simple dummy application I created on XCode works fine, both on the simulator and in the device but Qt

Re: [Interest] First timer iOS woes

2015-05-27 Thread Daniel França
It seems that there was a problem with my plist file using some old references, now I can run the app from my device... it's crashing, but at least I can run it, so I'll have a look at the log files to try to figure out what's happening. Em qui, 28 de mai de 2015 às 00:43, Daniel França

Re: [Interest] First timer iOS woes

2015-05-27 Thread Daniel França
if this helps: http://stackoverflow.com/questions/27167020/ios-simulator-could-not-hardlink-copy-wrong-path-in-my-filesystem Nuno Santos Founder / CEO / CTO www.imaginando.pt +351 91 621 69 62 On 27 May 2015, at 23:43, Daniel França daniel.fra...@gmail.com wrote: Hi Nuno, thanks for the quick

Re: [Interest] First timer iOS woes

2015-05-27 Thread Daniel França
to choose your device at the left side. If the device is not ready for development, a button usually appears. Xcode can sometimes be tricky but I think you will solve that in no time. Regards, Nuno On 25/05/2015, at 22:16, Daniel França daniel.fra...@gmail.com wrote: Hi guys, I'm using

Re: [Interest] Indie Mobil Program terminated?

2015-07-02 Thread Daniel França
Wow, that's insane. I found the website much more confuse as well. I just bought a mobile license and I hope I could keep working with that. Now I can't find in the website a quick and simple comparison between licenses like we'd before and here I see the Application development license for $15,

Re: [Interest] Indie Mobil Program terminated?

2015-07-03 Thread Daniel França
I was doing my first Qt app for IOS and waiting the 5.5 for the bug fixes regarding the camera recording/zoom. I was luck because I bought the indie license a few days before 5.5 came out, but I really hope that Qt come back with the Indie license, otherwise Qt wouldn't have any chance in the

Re: [Interest] Indie Mobil Program terminated?

2015-07-02 Thread Daniel França
This news sounds like a good week for Xamarin Indeed Em qui, 2 de jul de 2015 às 16:13, Edward Sutton edward.sut...@subsite.com escreveu: This news sounds like a good week for Xamarin. -Ed On Jul 2, 2015, at 9:06 AM, Ben Lau xben...@gmail.com wrote: On 2 July 2015 at 21:45,

Re: [Interest] Qt 5.5 vs 5.4.2 for iOS and Android: Is It Worth to Upgrade?

2015-07-05 Thread Daniel França
For IOS, I mean On Sun 5 Jul 2015 at 13:24 Daniel França daniel.fra...@gmail.com wrote: Video recording and a also zooming works only in Qt 5.5 On Sun 5 Jul 2015 at 11:48 Robert Iakobashvili corobe...@gmail.com wrote: Gentlemen, Which new features and fixes are making it worth upgrading

Re: [Interest] Qt 5.5 vs 5.4.2 for iOS and Android: Is It Worth to Upgrade?

2015-07-05 Thread Daniel França
On Sun, Jul 5, 2015 at 2:24 PM, Daniel França daniel.fra...@gmail.com wrote: Video recording and a also zooming works only in Qt 5.5 On Sun 5 Jul 2015 at 11:48 Robert Iakobashvili corobe...@gmail.com wrote: Gentlemen, Which new features and fixes are making it worth upgrading to 5.5 from

Re: [Interest] Qt 5.5 vs 5.4.2 for iOS and Android: Is It Worth to Upgrade?

2015-07-05 Thread Daniel França
Video recording and a also zooming works only in Qt 5.5 On Sun 5 Jul 2015 at 11:48 Robert Iakobashvili corobe...@gmail.com wrote: Gentlemen, Which new features and fixes are making it worth upgrading to 5.5 from 5.4.2 at iOS or Android? I'm counting for iOS: 1. pickup dialogs and images and

Re: [Interest] Indie Mobil Program terminated?

2015-07-06 Thread Daniel França
Qt extended indie mobile until Aug 31: http://blog.qt.io/blog/2015/07/06/indie-mobile-available-until-aug-31st/ Application Development offering provides all desktop and mobile platforms and the subscription price is actually a lot cheaper than it was previously ($350 vs. $399). 350 vs 399 is

Re: [Interest] Camera not worknig on IOS

2015-07-05 Thread Daniel França
in 5.5, see https://codereview.qt-project.org/#/c/109116/ Regards, Gunnar Roth Am 31.05.2015 um 01:27 schrieb Daniel França daniel.fra...@gmail.com: Quite disappointed as it seems that it's a bug https://bugreports.qt.io/browse/QTBUG-37655 What can means that I will need to abandon my project

Re: [Interest] Indie Mobil Program terminated?

2015-07-05 Thread Daniel França
What a mess this new website. In the old website you could clearly compare the different types of licenses and make your decision easily, now all you have is a weird wizard and generic terms like Additional professional development features, tools functionality. Really? What exactly it means for

Re: [Interest] Indie Mobil Program terminated?

2015-07-06 Thread Daniel França
The reason why Indie Mobile product is to be discontinued is simple: there has been so few licenses sold that it does not even cover for the cost of online sales Hmmm, maybe because Qt was missing some crucial features on mobile so people were waiting those features be available before buy? On

Re: [Interest] Camera not worknig on IOS

2015-07-06 Thread Daniel França
Anyone? Em dom, 5 de jul de 2015 às 22:01, Daniel França daniel.fra...@gmail.com escreveu: After update to Qt5.5 now the camera works on IOS, finally :D Both recording and zooming seems to be working fine... but I've no idea how to find the location where the video is saved, it seems

Re: [Interest] First timer iOS woes

2015-05-25 Thread Daniel França
Hi guys, I'm using the same thread because I've a similar problem. I'm trying my first IOS development with Qt, and I ended up with some similar issues. First, as noticed before, the Qt documentation is outdated, there's nothing related to device in the organizer window. I opened the devices

Re: [Interest] RE : Re: Indie Mobil Program terminated?

2015-07-07 Thread Daniel França
cannot find it anymore on the website... Thanks Philippe Message d'origine De : Shantanu Tushar shaan...@gmail.com Date : 07/07/2015 08:19 (GMT+01:00) À : Daniel França daniel.fra...@gmail.com Cc : interest@qt-project.org Objet : Re: [Interest] Indie Mobil Program

Re: [Interest] Camera not worknig on IOS

2015-07-07 Thread Daniel França
07:54, Daniel França wrote: Anyone? Em dom, 5 de jul de 2015 às 22:01, Daniel França daniel.fra...@gmail.com escreveu: After update to Qt5.5 now the camera works on IOS, finally :D Both recording and zooming seems to be working fine... but I've no idea how to find the location where

Re: [Interest] How does Google Play validates Android binaries?

2015-07-30 Thread Daniel França
Hi Nuno, Sorry, I didn't get what you changed to make it work. Could you explain? Em qui, 30 de jul de 2015 às 10:58, Nuno Santos nunosan...@imaginando.pt escreveu: Harri, Yesterday, I have finally managed to solve the problem with the help of a user. One of the biggest issues was the

Re: [Interest] Qt.io confusing website ... where are the pricing table and how to get indie license ?

2015-07-16 Thread Daniel França
Ohh, forgot about the extended availability of indie licenses. Anyway, I do agree 100% with Nuno, most of people I talk don't even know about Qt. Qt is an amazing framework, QML is fantastic to build UI, but it's missing the point to let more people know about it and I don't think that removing

Re: [Interest] Qt.io confusing website ... where are the pricing table and how to get indie license ?

2015-07-16 Thread Daniel França
Welcome to the group :( There's a big thread about this, search for the subject Indie Mobil Program terminated?. TL;DR Yes, the Indie license is gone =/ No reasonable alternative until now, not even the professional license, and the new website is a mess =/ Em qui, 16 de jul de 2015 às 10:28,

Re: [Interest] Qt.io confusing website ... where are the pricing table and how to get indie license ?

2015-07-16 Thread Daniel França
. On 16 Jul 2015, at 10:23, Daniel França daniel.fra...@gmail.com wrote: Ohh, forgot about the extended availability of indie licenses. Anyway, I do agree 100% with Nuno, most of people I talk don't even know about Qt. Qt is an amazing framework, QML is fantastic to build UI, but it's missing

Re: [Interest] Qt.io confusing website ... where are the pricing table and how to get indie license ?

2015-07-16 Thread Daniel França
/cpt-sessions/getting-started-with-qt-on-android/ or this? http://www.qtworldsummit.com/cpt-sessions/qt-on-ios-a-to-z/ and here: http://www.qtworldsummit.com/cpt-sessions/extending-qt-on-android-apps-using-jni/ What do I win? :) On 7/16/2015 11:16 AM, Daniel França wrote: Game: *Find

Re: [Interest] Best way to handle database migrations on QML

2015-10-23 Thread Daniel França
Any idea? Em qui, 22 de out de 2015 às 13:30, Daniel França <daniel.fra...@gmail.com> escreveu: > Hi guys, > I'm developing a single file ORM library for QML. > For now it's doing most of the main operations on tables. > You can see it here, with a basic documentatio

Re: [Interest] Best way to handle database migrations on QML

2015-10-23 Thread Daniel França
”, the second time it > apply “Migration 3” and the third time it apply “Migration 4” and > “Migration 5”. > > I don’t know if it’s a suitable approach for your case. But it seems to me > simple and effective. > > Ciao, > Gianluca. > > > On 23 Oct 2015, at 12:21, Dan

[Interest] Best way to handle database migrations on QML

2015-10-22 Thread Daniel França
Hi guys, I'm developing a single file ORM library for QML. For now it's doing most of the main operations on tables. You can see it here, with a basic documentation as well: https://github.com/danielfranca/quickmodel But now I'm trying to implement a way to have migrations, and can't find a good

Re: [Interest] QML type checking quirk

2015-10-26 Thread Daniel França
My guess is that the error message comes in a much earlier step in compilation, in a static analysis when parsing QML. When there's an expression it can't do this kind of check in compile time and then the javascript implicit conversion works as a charm and your code works. Em dom, 25 de out de

[Interest] QuickModel - ORM for QML

2015-11-15 Thread Daniel França
Hi guys, I've developed an ORM library for QML. The main intention was to use it for some of my projects, but as I've seen a lack of this kind of library for QML I'm making open-source on my github: https://github.com/danielfranca/quickmodel It's very simple and easy to use, basically it's only

Re: [Interest] subclassed QTimer

2015-11-17 Thread Daniel França
Without precise, at least in OSX, the timer simply doesn't get trigger while in background On Tue, 3 Nov 2015 at 15:35, Thiago Macieira <thiago.macie...@intel.com> wrote: > On Tuesday 03 November 2015 13:24:38 Daniel França wrote: > > If still don't work with the Q_OBJECT macr

Re: [Interest] subclassed QTimer

2015-11-17 Thread Daniel França
creveu: > On Tuesday 17 November 2015 16:07:24 Daniel França wrote: > > Without precise, at least in OSX, the timer simply doesn't get trigger > > while in background > > I seriously doubt it. Both the Unix and Cocoa event dispatchers use > QTimerInfoList, which simply calculates

Re: [Interest] Qt-5.5.1 on Windows, VS-2013 Community, Strange Errors

2015-11-02 Thread Daniel França
Maybe you are using bool as an identifier somewhere in your code? https://msdn.microsoft.com/en-us/library/ws579tt7.aspx Em seg, 2 de nov de 2015 às 13:58, Robert Iakobashvili escreveu: > Hi, > > After building Qt-5.5.1 from sources and > trying to compile my Qt project on

Re: [Interest] subclassed QTimer

2015-11-03 Thread Daniel França
If still don't work with the Q_OBJECT macro, maybe trying with setTimerType (Qt::PreciseTimer)? Em ter, 3 de nov de 2015 às 14:20, Frank Hemer escreveu: > Hi René, > > On Tuesday 03 November 2015 14:13:46 René J.V. Bertin wrote: > > Hi, > > > > I wanted to add a quick timer to

Re: [Interest] Memory leak problem in a Qt App

2015-10-30 Thread Daniel França
You can use boost::object_pool for that purpose: http://www.boost.org/doc/libs/1_42_0/libs/pool/doc/interfaces/object_pool.html Em sex, 30 de out de 2015 às 16:10, Jason H escreveu: > > I have seen this before in a similar type of app. Don't forget to use > QObject::deleteLater()

Re: [Interest] Calling C++ from QML (without objects)

2015-11-05 Thread Daniel França
You can define a singleton type for your object and call your function from there http://doc.qt.io/qt-5/qqmlengine.html#qmlRegisterSingletonType Em qui, 5 de nov de 2015 às 19:25, Dmitry Volosnykh < dmitry.volosn...@gmail.com> escreveu: > I think, you have only option to wrap it with QObject

Re: [Interest] Can QML model specify a range including negative numbers? For example -180 to +180 ?

2015-11-04 Thread Daniel França
If it's a sequential model you can: 1. Add the interval number as the model, and subtract the number you want. model: 360 *Then:* model -= 180 2. Create a javascript function to fill it: function makeList(model){ for (var x=-180; x <= 180; x++) { model.append({"value":x});

Re: [Interest] Commercial license for embedded project

2015-11-02 Thread Daniel França
th Qt because I know Qt for a long time and I know how > good is its products … but I found difficult to show to my colleques > because the new website it’s so confused, lacks of pricing table, lacks of > examples :-( > > Ciao, > Gianluca. > > > On 2 Nov 2015, at 10:11, Dan

Re: [Interest] Commercial license for embedded project

2015-11-02 Thread Daniel França
This is not a good solution, most of the people will simple give up as they can't find a simple information as that clearly in the website. I would have give up if I didn't know about Qt before. Em dom, 1 de nov de 2015 às 23:06, mark diener escreveu: > Peter: > > You can

Re: [Interest] Feature Req: Qt on Mobile: PNS, gallery

2015-10-07 Thread Daniel França
*2. The ability to put an image or video into the gallery?* +1 for this There's already some ticket request regarding this? Em seg, 5 de out de 2015 às 23:57, Thiago Macieira < thiago.macie...@intel.com> escreveu: > On Monday 05 October 2015 23:44:02 Jason H wrote: > > Ok, but what about

Re: [Interest] RE : Re: Indie Mobil Program terminated?

2015-07-10 Thread Daniel França
IIRC the indie license was including Qt Purchasing (at least in its last months), and it was one of the main reasons that made me buy a license. Em sex, 10 de jul de 2015 às 11:53, maitai mai...@virtual-winds.org escreveu: What is really strange to me is that the indie license specifically

Re: [Interest] Indie Mobil Program terminated?

2015-07-11 Thread Daniel França
And how about the professional license? On Sat 11 Jul 2015 at 11:04 Attila Csipa q...@csipa.in.rs wrote: Disclaimer: I don't work or speak for the Qt company. I work(ed) for companies using the commercial license. The problem, as I understood it, was that this majority of Qt developers you

Re: [Interest] QuickModel - ORM for QML

2015-11-17 Thread Daniel França
de models for > ListModel via Ajax/JSON objects? It seems to be database(table) driven? > > > *Sent:* Sunday, November 15, 2015 at 5:35 PM > *From:* "Daniel França" <daniel.fra...@gmail.com> > *To:* "interest@qt-project.org" <interest@qt-project.org> > *S

Re: [Interest] Errors trying to import an external QML module to my project

2015-09-02 Thread Daniel França
Ohh silly me, Thanks Koehne. It's working now, but Qt Creator still thinks the module doesn't exist, mark the import in *red *and can't autocomplete*.* Em qua, 2 de set de 2015 às 10:18, Koehne Kai escreveu: > > > > -Original Message- > > From:

[Interest] Errors trying to import an external QML module to my project

2015-09-02 Thread Daniel França
Hi guys I'm trying to import the modules from papyros (awesome components btw) to my application. For that I cloned the repo, and then I added the modules path to the *QML2_IMPORT_PATH* env var. The papyros is already with the qmldir files set correctly,

Re: [Interest] Errors trying to import an external QML module to my project

2015-09-06 Thread Daniel França
d anything on the documentation regarding this. The first time something similar happened I solved it by moving the module to my project tree, but now I want to understand why it's happening and what's the right move. Any idea? Em qua, 2 de set de 2015 às 10:32, Daniel França <daniel.fra

Re: [Interest] iOS font rendering.

2015-09-07 Thread Daniel França
Any improvement changing the renderType? Em seg, 7 de set de 2015 às 10:49, Igor Mironchik escreveu: > Hi, > > I saw that on my iPad font renders very ugly. Application is QWidget-based. > > What I have to know about fonts on iOS? How to fix this ugly font? > > Thank

Re: [Interest] Dynamic build of Qt for iOS...

2015-09-10 Thread Daniel França
In that case we need to compile Qt manually for static linking, right? Em qui, 10 de set de 2015 às 16:12, Till Oliver Knoll < till.oliver.kn...@gmail.com> escreveu: > > > Am 10.09.2015 um 09:54 schrieb Igor Mironchik >: > > > > Hi guys, > > > > Is it possible to

Re: [Interest] QML Drag? Undo?

2015-09-13 Thread Daniel França
What exactly is not working in the example? Em dom, 13 de set de 2015 às 18:06, Brett (Gmail) escreveu: > Hi, > I’m trying to build a brand new desktop app using Qt and getting stuck > trying to use QML for stuff. > > I need a drag reorder list in QML that also supports

Re: [Interest] Indie Mobil Program terminated?

2015-09-17 Thread Daniel França
There's any news on this topic? Em seg, 20 de jul de 2015 às 03:34, Bob Hood escreveu: > On 7/19/2015 6:29 PM, Hamish Moffatt wrote: > > On 18/07/15 09:05, Bob Hood wrote: > >> On 7/17/2015 4:56 PM, Nicola De Filippo wrote: > >>> yes, but i think if he wants update the app

Re: [Interest] Debugging in Qt Creator and displaying Qt objects d_ptr members in watch window ?

2015-09-17 Thread Daniel França
I'm in the same boat with Michael about debugging in OSX. As I don't use a Windows/Visual Studio for development I'm usually relying in the silly console output solution when I need to see variables content. gcc is known for bad integration with third party tools... but I was expecting clang

Re: [Interest] QCameraViewfinder & screen orientation changed on iOS

2015-09-29 Thread Daniel França
I'd a problem with orientation using QML VideoOutput, not exactly the same, but the autoOrientation had some bugs, i.e: Doesn't recognize the Qt .InvertedPortraitOrientation orientation. I tried to fix it, instead assigning the angle in the events: onWidthChanged onHeightChanged Maybe it can

Re: [Interest] Qt and Qt-Apps Adaptation for iOS-9 "Slide Over" and "Split View"

2015-09-21 Thread Daniel França
My guess is that both "Slide over" and "Split View" are managed entirely by the OS and are app-independent, in that case Qt is ready... but I may be wrong Em seg, 21 de set de 2015 às 07:09, Robert Iakobashvili escreveu: > Hi, > > 1. Is Qt ready for "Slide Over" and "Split

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-20 Thread Daniel França
After update to XCode 7 I'm getting this error: http://pastebin.com/UA90Xded Anyone having similar issue? Running Qt Creator 3.5/Qt5.5 Em dom, 20 de set de 2015 às 19:58, Thiago Macieira < thiago.macie...@intel.com> escreveu: > On Sunday 20 September 2015 11:55:22 Philippe wrote: > > Building

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-21 Thread Daniel França
> On 21 Sep 2015, at 11:40, Daniel França <daniel.fra...@gmail.com> wrote: > > > > Thanks Thiago, > > I added > > QMAKE_MAC_SDK > > =macosx10.11 > > > > and now it works, unfortunately couldn't find any oficial documentation > about QMAKE_MA

Re: [Interest] Xcode 7 beta and Qt 5.5 ?

2015-09-21 Thread Daniel França
Thanks Thiago, I added QMAKE_MAC_SDK=macosx10.11and now it works, unfortunately couldn't find any oficial documentation about QMAKE_MAC_SDK. Em seg, 21 de set de 2015 às 01:24, Thiago Macieira < thiago.macie...@intel.com> escreveu: > On Sunday 20 September 2015 21:46:47 Daniel Fra

Re: [Interest] QuickModel - ORM for QML

2015-11-18 Thread Daniel França
u be interested > to publish it on qpm.io ? > > > On 16 November 2015 at 06:35, Daniel França <daniel.fra...@gmail.com> > wrote: > >> Hi guys, >> I've developed an ORM library for QML. >> >> The main intention was to use it for some of my projects, but as

Re: [Interest] QuickModel - ORM for QML

2015-11-18 Thread Daniel França
Now it worked, just took a while :) Em qua, 18 de nov de 2015 às 11:18, Daniel França <daniel.fra...@gmail.com> escreveu: > No success trying to access this address. > > Em qua, 18 de nov de 2015 às 10:04, Sze Howe Koh <szehowe@gmail.com> > escreveu: > >> On

Re: [Interest] QuickModel - ORM for QML

2015-11-18 Thread Daniel França
No success trying to access this address. Em qua, 18 de nov de 2015 às 10:04, Sze Howe Koh <szehowe@gmail.com> escreveu: > On 18 November 2015 at 16:54, Daniel França <daniel.fra...@gmail.com> > wrote: > > Hey Ben, > > I didn't know about qpm, sounds very int

Re: [Interest] 5.8 Features?

2016-06-27 Thread Daniel França
+1 I love Qt, but I'd tried to implement 3 mobile apps using Qt, and I always fall in some sort of limitation that annoys me. Like you said, pretty basic things like the video recording parameters. And I look into the next steps and I don't see any much effort on that area, this was the main

[Interest] Hybrid Qt/HTML5 app

2016-03-08 Thread Daniel França
Hi guys, I was planning to create an hybrid app using Qt/QML/HTML5. The application should be able to inject some QML elements or Qt widgets inside and interact with it. I found that we can do that using WebKit [1] (at least for Qt widgets) But it seems that it's not yet implemented in WebEngine

Re: [Interest] Hybrid Qt/HTML5 app

2016-03-08 Thread Daniel França
things that are just not > do-able in HTML5 yet. > > *Sent:* Tuesday, March 08, 2016 at 6:22 AM > *From:* "Daniel França" <daniel.fra...@gmail.com> > *To:* "interest@qt-project.org" <interest@qt-project.org> > *Subject:* [Interest] Hybrid Qt/

Re: [Interest] Hybrid Qt/HTML5 app

2016-03-08 Thread Daniel França
s would need > to download and install the Qt Webkit app, just like as if hthey were > downloading chrome. If you have to work in chrome/safari/ie, then Qt is out. > > > *Sent:* Tuesday, March 08, 2016 at 10:08 AM > *From:* "Daniel França" <daniel.fra...@gmail.com> > *To

  1   2   >