Re: [SailfishDevel] Bluedroid in Julla

2014-09-09 Thread Tony
I made mistake :) Julia means Julla Since Android 4.2, Google has enhanced Bluedroid and there os no indication shows Google will flip back to BlueZ. OEM companies will implement there HAL libraries under the Bluedroid. As far as I concerned Julla couldn’t get support in further Android. (OEM wil

Re: [SailfishDevel] ComboBox issue (initialization)

2014-09-09 Thread Andrey Kozhevnikov
Hello. You need to set currentIndex after your model data initialized, not object. You can initialize at onCountChanged or make special signal from signal and listen it. 09.09.2014 19:07, François K. пишет: Hi :) I have a ComboBox issue ! The ComboBox I want to use is made of dynamic items.

Re: [SailfishDevel] Bluedroid in Julia

2014-09-09 Thread Bob Summerwill
I assume he means Jolla. On Tue, Sep 9, 2014 at 6:12 AM, Harald Schmitt wrote: > Am 09.09.2014 um 14:39 schrieb Tony: > > Android had used Bluedroid to replace BlueZ since Android4.2. Does Julia > have plan to use it? If Julia use it, when will migrate it into Julia OS? > What is Julia OS? > ___

Re: [SailfishDevel] Bluedroid in Julia

2014-09-09 Thread Harald Schmitt
Am 09.09.2014 um 14:39 schrieb Tony: > Android had used Bluedroid to replace BlueZ since Android4.2. Does Julia have > plan to use it? If Julia use it, when will migrate it into Julia OS? What is Julia OS? ___ SailfishOS.org Devel mailing list To unsubsc

Re: [SailfishDevel] Bluedroid in Julia

2014-09-09 Thread Bob Summerwill
>From what I can see, BlueZ for Android is more fully-featured than Bluedroid, in addition to being a more standard package: http://www.bluez.org/additional-features-of-bluez-for-android/ The BlueZ team have been putting significant effort into making BlueZ look more appealing than Bluedroid,

[SailfishDevel] ComboBox issue (initialization)

2014-09-09 Thread François K .
Hi :) I have a ComboBox issue ! The ComboBox I want to use is made of dynamic items. I build it with a ListModel and a Repeater as follow : ComboBox { id: project label: qsTr("Project") menu: ContextMenu { MenuItem { text: qsTr("Not set") } Repeater { m

[SailfishDevel] Bluedroid in Julia

2014-09-09 Thread Tony
Android had used Bluedroid to replace BlueZ since Android4.2. Does Julia have plan to use it? If Julia use it, when will migrate it into Julia OS? ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sail

Re: [SailfishDevel] Minimized Apps

2014-09-09 Thread r0kk3rz
That's got it, Thanks Jarmo. On Tue, Sep 9, 2014 at 7:04 AM, Jarmo Lahtiranta wrote: > I had a similar problem a while ago and the reason was that I used > qt.createObject with invalid parent. You seem to be using it too, so > make sure that your parent references are in order. I think it had >