Re: [SailfishDevel] sporadic bouts of "Could not connect to MerSDK Virtual Machine. Timeout waiting for reply from server."

2014-04-26 Thread fasza2mobile
I believe the timeout setting can be adjusted in QtCreator where you set up your mer device(ssh password, etc). By increasing this value you can probably prevent the timeout issue altogether. I don't have the SDK in front of me to give you the exact menu you need to open, but it isn't too hard

Re: [SailfishDevel] SilicaListView inside a Column and SilicaFlickable

2014-05-10 Thread fasza2mobile
Thanks Andrey, I completely forgot about Repearer, my QML skills are a bit rusty. :( Thanks again Kris On Sat May 10 2014 14:13:05 GMT+0100 (BST), Andrey Kozhevnikov wrote: > wrong way. use Repeater instead of ListVIew > 10.05.2014 19:11, Krisztian Olah ?: > > Hi everyone, I found this snip

Re: [SailfishDevel] Right to silence

2014-05-23 Thread fasza2mobile
+1 On Fri May 23 2014 09:23:42 GMT+0100 (BST), Panu Artimo wrote: > I'm starting to think this whole thread is another instance of the > problem that caused the initial problem in the first place. +1 plus > for creating a "general" mailing list for subjects not directly > related to software devel

Re: [SailfishDevel] Screenshots in silica reference

2014-05-23 Thread fasza2mobile
+1 On Fri May 23 2014 10:11:00 GMT+0100 (BST), Luca Donaggio wrote: > +1 for the screenshots > > > On Fri, May 23, 2014 at 7:21 AM, Kimmo Lindholm wrote: > > > > > Hi, > > > > I so would like to see screenshots in silica reference. > > > > Like there is on "common pitfails" -page. > > > > -kimm

Re: [SailfishDevel] was "Acceptable Behaviour.." --> Forum

2014-05-24 Thread fasza2mobile
+1 On Sat May 24 2014 21:01:25 GMT+0100 (BST), Kimmo Lindholm wrote: > I give my vote for "Gone Fishing" Q&A site > > hmm http://stackoverflow.com/questions/tagged/sailfish-os > > > > >>> > Now since a forum is suggested, I cannot resist to propose my favourite way > of finding and sharing de

Re: [SailfishDevel] was "Acceptable Behaviour.." --> Forum

2014-05-26 Thread fasza2mobile
Hi all, I think Norman is bang on with the fragmentation issue. To address this I propose a possible solution. Why not convert this mailing list to a 'virtual' one; By that I mean move all discussion to a devel section on TJC and have the mailing list be another frontend or interface if you l

Re: [SailfishDevel] QThread priority

2014-05-28 Thread fasza2mobile
I see, I'll give it a go and get back with the result. Thanks for your help Andrey Kris On Wed May 28 2014 19:38:35 GMT+0100 (BST), Andrey Kozhevnikov wrote: > you can't do it. you should call it with slot only, else it will be > called in current thread, not one you created. > > 28.05.2014 23

Re: [SailfishDevel] Locked in QA

2014-06-08 Thread fasza2mobile
I'll do that, thank you Artem. On Sun Jun 08 2014 23:42:02 GMT+0100 (BST), Artem Marchenko wrote: > Hi Krisztian > > Try asking at #SailfishOS channel in IRC, that helps often. > If you want to be a good dev community member, also ask at > developer-c...@jolla.com I personally failed to ever get

Re: [SailfishDevel] Locked in QA

2014-06-09 Thread fasza2mobile
Thanks Reto, sailors should also have a couple of days off, it might as well be weekend, no problem at all. I was going to post to developer care as suggested, but I am feeling a bit under the weather, so I haven't yet left bed. :( Thank you again and best regards Kris On Mon Jun 09 2014 09

Re: [SailfishDevel] Lack of padding

2014-06-11 Thread fasza2mobile
Insert an empty Item: Item { height: requiredHeight width: 1// must be non zero } On Wed Jun 11 2014 20:14:14 GMT+0100 (BST), Jukka Heikkilä wrote: > Hi, > > I have tried to search a solution to this problem, but didn't found any > reason why this now work. I have a next code inside SilicaF

Re: [SailfishDevel] Pagestack problems

2014-07-10 Thread fasza2mobile
Hi Chris, Why don't you just update your model when the data changes? The view(s) should update automatically. Kris On Thu Jul 10 2014 12:58:13 GMT+0100 (BST), Chris Walker wrote: > I'm struggling with pagestack and need some help. > > My initial page loads a database and I have an option to p

Re: [SailfishDevel] Pagestack problems

2014-07-10 Thread fasza2mobile
The Model View Controller concept is a bit hard to grasp at first, but trust me once you learned it, it will be your prefered method. You will never regret learning it. As for your programming ability, it will improve by time, by setting new challenges you will learn and improve much faster, bu

Re: [SailfishDevel] Versions

2014-07-20 Thread fasza2mobile
Wow, thanks:) On Sun Jul 20 2014 13:12:19 GMT+0100 (BST), Andrey Kozhevnikov wrote: > QProcess app; > app.start("/bin/rpm", QStringList() << "-qa" << "--queryformat" << > "%{version}-%{release}" << "packagename"); > app.waitForFinished(-1); > if (app.bytesAvailable() > 0) { > version = app.readAl

Re: [SailfishDevel] sqlite absolute path

2014-08-03 Thread fasza2mobile
Thanks Lukas, I'll have a look at it when I get hone tonight. On Sun Aug 03 2014 14:06:32 GMT+0100 (BST), Lukas Vogel wrote: > You shouldn't write in /usr/* directory. Rather use standard path: > See https://lists.sailfishos.org/pipermail/devel/2014-February/003258.html > > > See also: > http://

Re: [SailfishDevel] sqlite absolute path

2014-08-03 Thread fasza2mobile
Thanks again, works like a charm. On Sun Aug 03 2014 14:06:32 GMT+0100 (BST), Lukas Vogel wrote: > You shouldn't write in /usr/* directory. Rather use standard path: > See https://lists.sailfishos.org/pipermail/devel/2014-February/003258.html > > > See also: > http://comments.gmane.org/gmane.co

[SailfishDevel] Platform icons

2014-08-04 Thread fasza2mobile
Hi all, Is there a way to see a list/dictionary of platform icons, such as image://theme/icon-[s/m/l]-iconname; Preferebly with the corresponding pictures, but a path in the OS will do just fine. Ideally it could be available in the Sailfish reference under Theme object or something. Thanks

Re: [SailfishDevel] custom autocomplete?

2014-11-14 Thread fasza2mobile
Hi Pekka, are there any plans to add this feature? There are a lot of use cases where it would be extremely handy in 3rd party apps. On Fri Nov 14 11:54:07 2014 GMT, Pekka Vuorela wrote: > to, 2014-11-13 kello 19:09 +0100, Victor Mataré kirjoitti: > > Hi all, > > > > I have a TextInput where the

Re: [SailfishDevel] custom autocomplete?

2014-11-17 Thread fasza2mobile
Thanks for the answer, No I don't believe either that it's of vital importance, I just thought if it was trivial to implement, we could make good use of it. I of course did not see the source to be able to estimate how much work it would entail, I'll just have to trust your judgement on