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

2015-07-06 Thread maitai
Hello, i am going to subscribe to the indie license next week when i come back home. But where can i find a description of what exactly it contains or not and what are the requirements on my side?  I have read that in the past but i want to refresh my mind and just cannot find it anymore on the

Re: [Interest] First impressions on Qt 5.5 - Unable to link with several frameworks on my current project when building for iOS

2015-07-06 Thread Nuno Santos
Trying to do the same on my other app results in a completely different problem. The other app also links with Bolts, MobileCoreServices, AdSupport, etc but the output was: Undefined symbols for architecture armv7: "_OBJC_METACLASS_$_XCTestCase", referenced from: _OBJC_METACLASS_$_QtTest

Re: [Interest] Relevant industrial buses

2015-07-06 Thread alexander golks
hi, i've no deep knowledge about buses at all and if some of these would even fit into the qserialbus module, but what about some of the buses and protocols for home automation? it would be great to have simple access to diy installations over standard buses/protocols using qt, or even to imple

[Interest] First impressions on Qt 5.5 - Unable to link with several frameworks on my current project when building for iOS

2015-07-06 Thread Nuno Santos
Hi, Today I have tried Qt 5.5 on my main app. Development version on desktop built and run just fine. On iOS, building seemed ok (despite more than a half million warnings) but linking failed. I’m currently linking with Parse.framework and Bolts.framework (also from Parse) and clang says : n

Re: [Interest] Indie Mobil Program terminated?

2015-07-06 Thread Shantanu Tushar
Yep quite a chicken and egg problem - devs won't buy Indie license until Qt gets the "missing features"*, but by the time that happens, digia won't be offering the Indie license anymore -_- * I'm not a mobile dev, so not sure what these are yet. Can somebody list them out? On Tue, Jul 7, 2015 at

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

2015-07-06 Thread Tomasz Siekierda
On 6 July 2015 at 17:25, Gian Maxera wrote: > I upgraded now to Qt 5.5. > I have a Stackview with a custom transition … and it doesn’t work anymore :-( > I think something changed from Qt 5.4.2 to 5.5 about scaling and/or > transformation that is not backward compatible :-( Please report it on J

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 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 that it's an > app data dir

Re: [Interest] Indie Mobil Program terminated?

2015-07-06 Thread Turunen Tuukka
> Thiago Macieira kirjoitti 6.7.2015 kello 23.11: > >> On Monday 06 July 2015 12:06:09 rpzrpz...@gmail.com wrote: >> That would be an interest list courtesy violation to take public >> community issues offline with sales. >> >> Nothing is stopping sales from posting articulate responses on t

Re: [Interest] Indie Mobil Program terminated?

2015-07-06 Thread Turunen Tuukka
Hi Mark, We know that the mobile ports to non-Nokia platforms came a bit later than to certain other cross-platform tools. We also know that there are still some Qt APIs that are not working on all mobile platforms, especially Windows Phone still missing some APIs like Qt Purchasing. On the ot

[Interest] QLineEdit and QTableWidget

2015-07-06 Thread Rene Decartes
hello, i rather green at using qt. jumping right in, i had a qlineedit on a widget that is basically coded as: People::createPersonEdit() { personEdit = new QLineEdit ; personLabel = new QLabel( tr( "&Person:" ) ) ; personLabel->setBuddy( personEdit ) ; personModel = new QSqlQue

Re: [Interest] Indie Mobil Program terminated?

2015-07-06 Thread Thiago Macieira
On Monday 06 July 2015 12:06:09 rpzrpz...@gmail.com wrote: > That would be an interest list courtesy violation to take public > community issues offline with sales. > > Nothing is stopping sales from posting articulate responses on the > interest list as well as engineering, provided they too ar

Re: [Interest] Indie Mobil Program terminated?

2015-07-06 Thread Pau Garcia i Quiles
Tuuka, There were (and still are) a number of reasons why the Indy license was sold so little: - Late comer to the mobile game. I don't know for Qt but in the market I work in, it takes one year from product launch to significative (not even strong!) sales. - Missing features -

Re: [Interest] Indie Mobil Program terminated?

2015-07-06 Thread m...@rpzdesign.com
Tuukka: I do not have any problem if you made a interest list message indicating that Qt wants fully engage its self-induced licensing chaos with the Indie user base when the principals return from vacation. But the clumsy BLOG announcement mechanism is a joke. Someone from sales to scan the l

Re: [Interest] Indie Mobil Program terminated?

2015-07-06 Thread Bob Hood
On 7/6/2015 12:23 PM, Turunen Tuukka wrote: > ...For this reason, we decided to have extension until end of August rather > that promise that the product is available indefinitely. It will be > interesting to see how many decide to purchase it now that it is again > available. > How do you plan

Re: [Interest] Objective C Category for QCocoaApplicationDelegate undefined symbols

2015-07-06 Thread Till Oliver Knoll
Am 06.07.15 um 19:38 schrieb Till Oliver Knoll: > >> Am 01.07.2015 um 10:54 schrieb Croitor Alexandru : >> >> Hi. >> >> I'm trying to add an Objective C category to the QCocoaApplicationDelegate >> class that is defined by the Mac OS X Cocoa platform plugin, to add / >> override some methods. >

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] Relevant industrial buses

2015-07-06 Thread Turunen Tuukka
Hi Mike et al, Modbus is one that we have also gotten some requests earlier, so it might be a good next step. We are also keen to understand if there are some other / new buses that are seen relevant in the future for industry applications. Qt SerialPort has been discussed to later on be r

Re: [Interest] Indie Mobil Program terminated?

2015-07-06 Thread Turunen Tuukka
Hi Mark, 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, let alone any cost of packaging, testing, distributing etc. We do care about indie developers and the community, but based

Re: [Interest] Indie Mobil Program terminated?

2015-07-06 Thread rpzrpz...@gmail.com
Thiago: That would be an interest list courtesy violation to take public community issues offline with sales. Nothing is stopping sales from posting articulate responses on the interest list as well as engineering, provided they too are not on vacation. The BLOG is not carrying enough water he

Re: [Interest] Objective C Category for QCocoaApplicationDelegate undefined symbols

2015-07-06 Thread Till Oliver Knoll
> Am 01.07.2015 um 10:54 schrieb Croitor Alexandru : > > Hi. > > I'm trying to add an Objective C category to the QCocoaApplicationDelegate > class that is defined by the Mac OS X Cocoa platform plugin, to add / > override some methods. I am not an Obj-C expert, but I'd say you need to link

Re: [Interest] Indie Mobil Program terminated?

2015-07-06 Thread Thiago Macieira
On Monday 06 July 2015 10:46:58 m...@rpzdesign.com wrote: > Dear Qt Interest List: > > The optics of this reply are really not good. > > Mission Control, we have a problem. Right, so you have a problem with sales, but you're asking for replies from the director of engineering... -- Thiago

Re: [Interest] Indie Mobil Program terminated?

2015-07-06 Thread Thiago Macieira
On Monday 06 July 2015 18:41:46 Pau Garcia i Quiles wrote: > On Mon, Jul 6, 2015 at 6:16 PM, Thiago Macieira > wrote: > > On Monday 06 July 2015 07:39:26 m...@rpzdesign.com wrote: > > > Dear Lars & Turunen: > > Both Lars and Tuukka are on vacation this month. > > Reminds me of the old saying: "n

Re: [Interest] Indie Mobil Program terminated?

2015-07-06 Thread Pau Garcia i Quiles
Hello, The indy license has been re-introduced until August 31st: http://blog.qt.io/blog/2015/07/06/indie-mobile-available-until-aug-31st/ But it's still not good IMHO. Let me paste my pending-moderation comment here: -8<--- I can’t believe this. The new licensing has been managed in the poo

Re: [Interest] Indie Mobil Program terminated?

2015-07-06 Thread m...@rpzdesign.com
Dear Qt Interest List: The optics of this reply are really not good. Mission Control, we have a problem. md On 7/6/2015 10:16 AM, Thiago Macieira wrote: > On Monday 06 July 2015 07:39:26 m...@rpzdesign.com wrote: >> Dear Lars & Turunen: > > Both Lars and Tuukka are on vacation this month. >

Re: [Interest] Indie Mobil Program terminated?

2015-07-06 Thread Pau Garcia i Quiles
On Mon, Jul 6, 2015 at 6:16 PM, Thiago Macieira wrote: On Monday 06 July 2015 07:39:26 m...@rpzdesign.com wrote: > > Dear Lars & Turunen: > > Both Lars and Tuukka are on vacation this month. > Reminds me of the old saying: "never release on Friday" (or make a licensing change that may cause an u

Re: [Interest] Indie Mobil Program terminated?

2015-07-06 Thread Thiago Macieira
On Monday 06 July 2015 07:39:26 m...@rpzdesign.com wrote: > Dear Lars & Turunen: Both Lars and Tuukka are on vacation this month. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center ___ Interes

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

2015-07-06 Thread Gian Maxera
I upgraded now to Qt 5.5. I have a Stackview with a custom transition … and it doesn’t work anymore :-( I think something changed from Qt 5.4.2 to 5.5 about scaling and/or transformation that is not backward compatible :-( > On 6 Jul 2015, at 16:23, Robert Iakobashvili wrote: > > Thank you for

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

2015-07-06 Thread Robert Iakobashvili
Thank you for the info. Regards, Robert On Mon, Jul 6, 2015 at 4:58 PM, Jason H wrote: > Changes that we provoked into getting into Qt 5.5: (Note we skipped 5.4.2, so > two of the three may have showed up in 5.4.2) > iOS: > Camera flash now works. > The multimedia system only requests microphon

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

2015-07-06 Thread Jason H
Changes that we provoked into getting into Qt 5.5: (Note we skipped 5.4.2, so two of the three may have showed up in 5.4.2) iOS: Camera flash now works. The multimedia system only requests microphone when needed. (Or was this in 5.4.2?) Android: Allegedy camera focus is fixed. (Or was this in

Re: [Interest] Indie Mobil Program terminated?

2015-07-06 Thread m...@rpzdesign.com
Dear Lars & Turunen: Qt has been reading their email, but still appear tone deaf: > http://blog.qt.io/blog/2015/07/06/indie-mobile-available-until-aug-31st/ There are statements in that blog which strain QT credibility. Transparency is only ONE of several significant problems. Your feedback l

Re: [Interest] Relevant industrial buses

2015-07-06 Thread Michael R Nelson
We would likely take advantage of Modbus and DNP3, if these became available. Mike From: interest-bounces+mnelson=sutron@qt-project.org [mailto:interest-bounces+mnelson=sutron@qt-project.org] On Behalf Of Elvis Stansvik Sent: Friday, July 03, 2015 2:36 PM To: Turunen Tuukka; interest@qt

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] Indie Mobil Program terminated?

2015-07-06 Thread Gian Maxera
I completely agree with Nuno Santos … and I’m very happy that I got an indie license when it got a chance. I’m regretting my choice to not take one few months ago :-( :-( I’m very sad because we are a small team, just three people that during the night we are working on a video game for mobile pl

Re: [Interest] Indie Mobil Program terminated?

2015-07-06 Thread Nuno Santos
Hi, In one year I have never seen such an hot topic in this list. One year ago I have founded Imaginando. During the last year I have been telling everyone I know that this could only be possible with Qt. It’s not easy to convince people that they should adopt Qt for iOS and Android developme

Re: [Interest] Indie Mobil Program terminated?

2015-07-06 Thread Ben Lau
Hi Tuukka, Since you still need to handle the old customer. I wonder why it can't also accept new customer? There has no technical support included in Indie version. I wonder the cost to run the programme should has no different. Or Qt company already has plan to kick off old user too? On 2 Jul

Re: [Interest] Indie Mobil Program terminated?

2015-07-06 Thread Robert Iakobashvili
Dear Tuukka, To sell a product, you need to have it. When you declared the license, your stock was empty since Qt for Android and iOS was too buggy and without many crucial features. It could be a separate discussion whether Qt for iOS/Android is stable enough for production today, but at least m

[Interest] On-screen keyboard on Windows desktop

2015-07-06 Thread Hamish Moffatt
In Qt 5.5, we're seeing an on-screen keyboard when using the supplied tools (Designer, Assistant). For example, launch Assistant then double click in the search box, or double click in a property in Designer. How can this be disabled and never seen again please?! Hamish ___