[SailfishDevel] Problem with SearchField hiding and clearing on text entry

2015-02-16 Thread Tadeusz Sośnierz
Hey, I started writing myself a little app with D&D spell list. Worked well enough until I tried the search functionality. I'm using SilicaListView with SearchField in it to grep through the QSqlTableModel, and when I type one letter into the search box it clears itself and defocuses the keyboard.

[SailfishDevel] Problem with SearchField hiding and clearing on text entry

2015-02-16 Thread Tadeusz Sośnierz
Hey, I started writing myself a little app with D&D spell list. Worked well enough until I tried the search functionality. I'm using SilicaListView with SearchField in it to grep through the QSqlTableModel, and when I type one letter into the search box it clears itself and defocuses the keybo

Re: [SailfishDevel] Access elements in a SilicaListView header

2015-02-16 Thread Sylvain B .
Thanks a lot! I had tried with what is written in the example with no success: SilicaListView {     property alias searchField: headerItem Gives me: Invalid alias reference. Unable to find id "headerItem" But doing it your way works fine, thank you! (the example in the doc should be updated wit

Re: [SailfishDevel] Access elements in a SilicaListView header

2015-02-16 Thread Andrey Kozhevnikov
Hello, in this case you can do following: Page { SilicaListView { id: listView anchors.fill: parent PullDownMenu { MenuItem { text: qsTr("Update search field") onClicked: { listView.headerItem.text = "hi" } }

[SailfishDevel] Access elements in a SilicaListView header

2015-02-16 Thread Sylvain B .
Hi, I'd like to put a SearchField into the header of a SilicaListView, but I figured out that I can't access it from outside (I want to clear the text when the user refreshes the model). The code below will trigger a "ReferenceError: searchField is not defined": Page {     SilicaListView {  

Re: [SailfishDevel] Update on SailfishOS roadmap

2015-02-16 Thread Jarkko Lehtoranta
Tablet support will be provided in the SDK at some point and it will include a possibility to test your apps in the tablet screen size as well as other features from the new UI framework. In the mean time, if you're interested in a hack, you can try changing the emulator resolution manually by

[SailfishDevel] Next meeting on SailfishOS, open source, collaboration: 17-February @ 15:00 UTC

2015-02-16 Thread Carol Chen
Hi! We have one topic on https://together.jolla.com/question/54157/sailfishos-open-source-collaboration-meeting-planning/ so let's have a short pre-MWC meeting :) Here's the invitation/agenda for tomorrow's meeting: Date: 17 February 2015 Time: 15:00 UTC, for your local time: http://bit.ly/1K

Re: [SailfishDevel] Sailfish OS porting request

2015-02-16 Thread Andrey Kozhevnikov
Talking about voicemail notifications: https://openrepos.net/content/coderus/voicemail-notifications 16.02.2015 18:43, Goulagman пишет: Why don't you use your backup Lumia 521 then? Because it is a US phone and I live in Europe so I don't have 4G (I bought it because I spent 6 months in

Re: [SailfishDevel] Sailfish OS porting request

2015-02-16 Thread Goulagman
> > Why don't you use your backup Lumia 521 then? > Because it is a US phone and I live in Europe so I don't have 4G (I bought it because I spent 6 months in the US). Also, I use Android apps everyday to see the delays on train services and the application only exists for Android and iPhones. >

Re: [SailfishDevel] Sailfish OS porting request

2015-02-16 Thread Panu Artimo
On 16 February 2015 at 13:31, Goulagman wrote: > I would totally give up on the interesting features to have a phone that > works. Why don't you use your backup Lumia 521 then? I never listen to my voicemails, so I have changed the message to: "I never listen to my voicemails, please send me a t

Re: [SailfishDevel] Sailfish OS porting request

2015-02-16 Thread Cathal (Phone)
Pity how many of those problems are really software issues that an open source system would likely have fixed by now. Large attachments freezing phone sounds like attachments are all in RAM, a better way probably wouldn't be overly taxing to write. Perhaps you, too, ought to be excited about Gl

Re: [SailfishDevel] Infinite (?) PushUpMenu

2015-02-16 Thread Andrey Kozhevnikov
Hello, If using SilicaFlickable just to use pulley menus you need to use contentHeight: height 15.02.2015 23:52, Antonio Mancini пишет: Hi, i have a simple PushUpMenu in my app and it behaves strangely, i can push even if there are no more items. This is a screenshot: https://www.dropbox.com

Re: [SailfishDevel] Install to Microsoft Mobile

2015-02-16 Thread Andrey Kozhevnikov
No, you can't change Windows Phone to any other operating system. 16.02.2015 07:30, Osman Kara пишет: Hi, Can i install sailfish to lumia 520. Could you help me for it. Best Regard. İyi Çalışmalar... *osman kara*|/bidb - /teknik destek | 05415309119 Bu elektronik postanın, şahsın

Re: [SailfishDevel] Sailfish OS porting request

2015-02-16 Thread Goulagman
> > Don't be so negatif :) My message was obviously a taunt. However, I am really frustrated by the phone. After more than one year, it is still not usable for an everyday use. The stack just under Silica/Sailfish though, is amazing. A phone with GNU > Coreutils and Python pre-installed! That's

Re: [SailfishDevel] Sailfish OS porting request

2015-02-16 Thread Nicolas CARTRON
Hi Alexandre, 2015-02-16 10:24 GMT+00:00 Goulagman : > > Hi Himanshu, > > Since Sailfish OS doesn't even work well on the Jolla, I would suggest you > to stick to Android if it's your only phone ;). I've been using it since > the beginning and I'm counting days to my next birthday so I can ask fo

Re: [SailfishDevel] Error starting VM

2015-02-16 Thread Cathal Garvey
Neither SDK nor Virtual machine are running. If I close Virtualbox and re-open, the option is still greyed out. Perhaps my system doesn't support acceleration? On 16/02/15 11:08, k...@foder.dk wrote: That pane is greyed out in Virtualbox, for me. :-/ The SDK must not be started, you cannot c

Re: [SailfishDevel] Sailfish OS porting request

2015-02-16 Thread Cathal Garvey
At least Android was open by then.. ;) I'm more interested in seeing Glacier, as I doubt the Jolla guys will ever open Sailfish/Silica if they have not already. The stack just under Silica/Sailfish though, is amazing. A phone with GNU Coreutils and Python pre-installed! That's really all I've

Re: [SailfishDevel] Error starting VM

2015-02-16 Thread kim
> That pane is greyed out in Virtualbox, for me. :-/ The SDK must not be started, you cannot change the settings while the image are running! /Kim > Hi, > That pane is greyed out in Virtualbox, for me. :-/ > > On 16/02/15 10:58, Chris Walker wrote: > > On Mon, 16 Feb 2015 11:16:53 +0100 > > k.

Re: [SailfishDevel] Error starting VM

2015-02-16 Thread Cathal Garvey
Hi, That pane is greyed out in Virtualbox, for me. :-/ On 16/02/15 10:58, Chris Walker wrote: On Mon, 16 Feb 2015 11:16:53 +0100 k...@foder.dk wrote: This application failed to start because it could not find or load the Qt platform plugin "xcb". I had this problem too, I think I had to disa

Re: [SailfishDevel] Sailfish OS porting request

2015-02-16 Thread Luis Manuel Ramos Da Costa
Don't be so negatif :) Remember that Android with the same age wasn't as good and as inovative as SailfishOS (I had a HTC Dream I know what I suffered xD) Best Regards, Luis Da Costa 2015-02-16 10:24 GMT+00:00 Goulagman : > Hi Himanshu, > > Since Sailfish OS doesn't even work well on the Jolla,

Re: [SailfishDevel] Error starting VM

2015-02-16 Thread Chris Walker
On Mon, 16 Feb 2015 11:16:53 +0100 k...@foder.dk wrote: > > This application failed to start because it could not find or load > > the Qt platform plugin "xcb". > > I had this problem too, I think I had to disable something on the SDK > in VirtualBox, I'm not sure but I think it was VT-x/AMD-V un

Re: [SailfishDevel] Sailfish OS porting request

2015-02-16 Thread Goulagman
Hi Himanshu, Since Sailfish OS doesn't even work well on the Jolla, I would suggest you to stick to Android if it's your only phone ;). I've been using it since the beginning and I'm counting days to my next birthday so I can ask for an Android device. My 2 cents, Alexandre. On Fri, Feb 13, 201

Re: [SailfishDevel] Error starting VM

2015-02-16 Thread kim
> This application failed to start because it could not find or load the > Qt platform plugin "xcb". I had this problem too, I think I had to disable something on the SDK in VirtualBox, I'm not sure but I think it was VT-x/AMD-V under system / acceleration. I'm at work right now, but I'll check

Re: [SailfishDevel] Error starting VM

2015-02-16 Thread Cathal (Phone)
To make things more interesting I found that I was able to ssh in successfully to the emulator and potter around. Calling "runlevel" returned something like "unknown" though. On 16 February 2015 09:42:11 GMT+00:00, Chris Walker wrote: >On Sun, 15 Feb 2015 18:42:25 + >Cathal Garvey wrote:

Re: [SailfishDevel] Error starting VM

2015-02-16 Thread Chris Walker
On Sun, 15 Feb 2015 18:42:25 + Cathal Garvey wrote: > Hi all, > I'd like to get started playing with SFOS SDK with a view to getting > a phone and developing for Glacier and Sailfish. I wanted to play a > bit with the VM that comes with the SDK, but am getting bugs.. > > So, I clicked the st

Re: [SailfishDevel] Infinite (?) PushUpMenu

2015-02-16 Thread Asser Lähdemäki
Hello, Setting the contentHeight property should help. Maybe it's a bug it does not work automatically like PullDownMenu does, but not sure. -Asser Antonio Mancini kirjoitti ma helmikuuta 16 09:07:13 2015 GMT+0200: > Hi, i have a simple PushUpMenu in my app and it behaves strangely, i can > pus