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

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 user

[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] 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:

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:

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.readAll(); } 20.07.2014

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,

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

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

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 a

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

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

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 QA 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 developer

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

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 kimmo.lindh...@eke.fiwrote: Hi, I so would like to see screenshots in silica reference. Like there is on common pitfails -page. -kimmo

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