Re: [Interest] Indie Mobil Program terminated?

2015-07-14 Thread Kate Alhola
On Sat, Jul 11, 2015 at 2:00 PM, Nicola De Filippo wrote: > Hi, > >> >> >> Mobile never was a core area for Qt in the post-Nokia period, and while >> there are good intentions, I'm sure there is a line after which the >> return on investment is really low from a commercial license business >> pers

Re: [Interest] Qt mobile apps v native

2015-07-11 Thread Kate Alhola
Following opinion is mostly based on our Android/Ios app that latest version is released couple of months ago, so some information may be outdated and we have not yet tested it with Qt 5.5 . Nay important features like Bluetooth LE, IOS bluetooth LE, IOS gps etc has been added after these day.

Re: [Interest] Indie Mobil Program terminated?

2015-07-10 Thread Kate Alhola
On 10 Jul 2015, at 20:09, Thiago Macieira wrote: > >> On Saturday 11 July 2015 03:03:16 John C. Turnbull wrote: >> Yeah but I am adding royalties. > > Ignoring the fact that it's difficult to monitor this and would generate even > more cost, at a 5% cut that would require your application to se

Re: [Interest] Indie Mobil Program terminated?

2015-07-10 Thread Kate Alhola
On Fri, Jul 10, 2015 at 11:13 AM, John C. Turnbull wrote: > Here's something out of left field... > > How about you give everyone access to the full commercial version and > license of Qt with all the features and the ability to sell through app > stores at no cost and then make your money purely

Re: [Interest] Indie Mobil Program terminated?

2015-07-05 Thread Kate Alhola
> On 05 Jul 2015, at 15:13, Pau Garcia i Quiles wrote: > > The venerable (and competitor) LiveCode also faced the very same situation > recently and also gave up on the 25 USD/month indy license: > > http://livecode.com/products/livecode-platform/pricing/livecode-indy-pricing-announcement/ >

Re: [Interest] Indie Mobil Program terminated?

2015-07-05 Thread Kate Alhola
> On 05 Jul 2015, at 09:05, Thiago Macieira wrote: > >> On Saturday 04 July 2015 21:36:29 Kate Alhola wrote: >> But i proposed alternative that does not cost anything but may bring a lot >> of profits later. > > I think you're wrong. There's a cost

Re: [Interest] Indie Mobil Program terminated?

2015-07-04 Thread Kate Alhola
> On 04 Jul 2015, at 20:14, Bob Hood wrote: > >> On 7/4/2015 10:53 AM, Thiago Macieira wrote: >>> On Saturday 04 July 2015 18:33:50 Harri Pasanen wrote: >>>> On 04/07/2015 14:51, Kate Alhola wrote: >>>> allow sales in appstore for this 1€/mo

Re: [Interest] Indie Mobil Program terminated?

2015-07-04 Thread Kate Alhola
On 03 Jul 2015, at 18:01, Preet wrote: >> Why Apple and Google give their dev tools free ? They don't make money >> from long tail either but they >> know that getting successful apps you need to have this long tail also. > > To be fair this is because they don't make money from the tools, they

Re: [Interest] Indie Mobil Program terminated?

2015-07-03 Thread Kate Alhola
On Thu, Jul 2, 2015 at 4:45 PM, Turunen Tuukka wrote: > > All the current Indie Mobile customers can continue with it under the same > terms, we are not offering new any more. > > This is due to having overall too little interest (i.e. paying customers) for > that product. > > Yours, > >

Re: [Interest] How to preventing Flickable to steal touch events

2014-11-27 Thread Kate Alhola
On Wed, Nov 26, 2014 at 3:52 PM, Frederik Gladhorn < frederik.gladh...@theqtcompany.com> wrote: > On Wednesday, November 26, 2014 12:53:54 PM Kate Alhola wrote: > > I have tried to get QtQuick2 maps to work with flickable. The issue is > > that Flickable steals touch eve

[Interest] How to preventing Flickable to steal touch events

2014-11-26 Thread Kate Alhola
I have tried to get QtQuick2 maps to work with flickable. The issue is that Flickable steals touch events from Maps gesture area. There is no prevent stealing property on map component. QDeclarativeGeoMap inherits QQuickItem . QQuickItem has grabTouchPoints(const QVector & ids) and setKeepTouch

Re: [Interest] QtQuick2 / Map and Flickable sensitivity (Interest Digest, Vol 38, Issue 64)

2014-11-21 Thread Kate Alhola
On Thu, Nov 20, 2014 at 1:48 PM, Harri Pasanen wrote: > On 20/11/2014 08:44, Kate Alhola wrote: > >> The times when Flickable does not take the events are likely when the > >> >Flickable determined that the events are not intended for it. Such as > when > >> &

[Interest] qmake ios build

2014-11-20 Thread Kate Alhola
We and may be many others would like to build iOS apps by CI systems like Jenkins. We have been using Jenkins a long time but after code 6.1 there appeared an issue. Signing app now requires Payload/*.app/ResourceRules. plist that must be defined in appname.xcodeproj file: "CODE_SIGN_RESOURCE_RULES

Re: [Interest] QtQuick2 / Map and Flickable sensitivity

2014-11-19 Thread Kate Alhola
> Aaron McCarthy kirjoitti 20.11.2014 kello 4.10: > > Hi, > >> On Wed, 19 Nov 2014 16:22:53 Kate Alhola wrote: >> Now when porting Android/iOS app from QtQuick1 to QtQuick2 there is couple >> of issues. >> >> How to enable QML Map component gesture

[Interest] QtQuick2 / Map and Flickable sensitivity

2014-11-19 Thread Kate Alhola
Now when porting Android/iOS app from QtQuick1 to QtQuick2 there is couple of issues. How to enable QML Map component gesture area pan/zoom when it is located inside of Qml FLickable ? In MouseArea there is preventStealing property but there is not such in GestureArea ? Now about 90% of time Flic

Re: [Interest] Is Qt 5.3.2 compatible with iOS 8?

2014-10-10 Thread Kate Alhola
It is compatible but screen rotation does not work out of the box. I needed to do couple of patches to make it work. Kate On Fri, Oct 10, 2014 at 9:54 AM, Nuno Santos wrote: > 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 p

Re: [Interest] Future of Qt with Ios

2014-09-18 Thread Kate Alhola
iPadista > Kate Alhola kirjoitti 17.9.2014 kello 18.56: > > Thank you about this hint. It looks that this is not all. Orientation change > is handled in > qioswindow.mm: - (void)layoutSubviews . This method is called normally with > ios7 and > actualGeometry changes whe

Re: [Interest] Future of Qt with Ios

2014-09-17 Thread Kate Alhola
propriately. > > If you don't want to/can't modify the Qt source, I'm pretty sure you could > achieve the effect by simply registering for the proper orientation updates > in your application (using orientationUpdateMask) then setting the > width/height of your root window in

Re: [Interest] Future of Qt with Ios

2014-09-16 Thread Kate Alhola
g is a known issue, and will be fixed with Qt-5.4. > > -Richard > > Fra: Kate Alhola [kate.alh...@gmail.com] > Sendt: 16. september 2014 11:51 > Til: Gustavsen Richard > Kopi: Karl Loveridge; interest@qt-project.org > Emne: Re: [Interest] Future of Qt with Ios > > My wo

Re: [Interest] Future of Qt with Ios

2014-09-16 Thread Kate Alhola
turn screen. Kate On Sun, Sep 14, 2014 at 8:13 PM, Kate Alhola wrote: > On Fri, Sep 12, 2014 at 10:15 AM, Gustavsen Richard < > richard.gustav...@digia.com> wrote: > >> We always work to support the latest versions of an OS, also on iOS. So >> yes, Qt will build and a

Re: [Interest] iOS Deployment: QApplication created before UIApplicationMain

2014-09-16 Thread Kate Alhola
I start to get this same error os same application when i switched to XCode6 . With Xcode6, app runs first but then for some reason it starts making this even i did not change main at all. This s with xcode project created with qt creator and just normal qt/c++ /QML app. I did not put any fancy lin

Re: [Interest] Future of Qt with Ios

2014-09-14 Thread Kate Alhola
On Fri, Sep 12, 2014 at 10:15 AM, Gustavsen Richard < richard.gustav...@digia.com> wrote: > We always work to support the latest versions of an OS, also on iOS. So > yes, Qt will build and and run on iOS 8. Internally we have been working > with the developer preview for some time already. We hav

Re: [Interest] Future of Qt with Ios

2014-09-12 Thread Kate Alhola
What version of qt is needed fot ios8 ? Do i need build it or could i use ready made build ? Kate Lähetetty iPadista > Gustavsen Richard kirjoitti 12.9.2014 kello > 10.15: > > We always work to support the latest versions of an OS, also on iOS. So yes, > Qt will build and and run on iOS 8.

Re: [Interest] Sending a SMS with Qt5?

2013-02-04 Thread Kate Alhola
On Sun, Feb 3, 2013 at 5:18 PM, Joseph Crowell wrote: > On 02/01/2013 10:49 PM, Mark wrote: > > On Fri, Feb 1, 2013 at 10:41 AM, Thiago Macieira > > wrote: > >> On sexta-feira, 1 de fevereiro de 2013 09.16.29, Mark wrote: > >>> Windows 7 and linux (debian). > >> What SMS-sending middleware do you

Re: [Interest] Future of Qt Opensource SDK?

2012-10-13 Thread Kate Alhola
On Fri, Oct 12, 2012 at 6:51 PM, Attila Csipa wrote: > > I personally never was too great of a fan of the Simulator, but what's > the problem with the deployment code? A lot of that is either target > dependant (=deprecated if it's for Symbian/Maemo) and/or still in > QtCreator. To make it worse,

Re: [Interest] Is Nokia officially done with Qt?

2012-06-15 Thread Kate Alhola
On Fri, Jun 15, 2012 at 6:40 PM, Constantin Makshin wrote: > I don't think that "mobile distraction" was really bad (but IMHO Symbian > took more attention than it deserved) — there are not many frameworks > that would be as both feature-rich and close to the "wrote once, run > everywhere" princip

Re: [Interest] qt vs web-runtime

2012-05-03 Thread Kate Alhola
On May 2, 2012, at 8:37 PM, ext Nicola De Filippo wrote: > Hi, > >Hi, > > > However, you must expect binary compatibility problems in the future. > > Intel is looking to grab a share of the market, and remember also that MIPS > > got themselves Android certified before Intel did. There may