Re: [SailfishDevel] After April SDK Update Existing App fails on RPM deploy to Jolla Device: Possible rights problem

2014-04-16 Thread khertan
I got the exactly same surprise. Rights of file was readable only by root. My projects is placed on a foldr that is synced between many devices, os, and fs, (btsync on windows/fat32, linux ext4, ext3 on rasp, n9) ... and look like file attrb are badly set :) Regards À Wed Apr 16 2014 14:55:37

Re: [SailfishDevel] working on apps?

2013-12-14 Thread khertan
BitPurse : Bitcoin client ownNotes : notes taking apps with ownCloud apps. Regards -- Benoît HERVIER - http://khertan.netLe 14/12/13 11:41 AL13N a écrit : if there are people who are working on apps, and want to let it know, so that no other devs will waste time making the same apps, you can add

Re: [SailfishDevel] Harbour API additions

2013-12-09 Thread khertan
Hi, Still no news about python ? Regards, -- Benoît HERVIER - http://khertan.netLe 09/12/13 13:23 Robin Burchell a écrit : Ahoy, We have today added two new items to the Harbour-accepted list of supported APIs. = QtWebkit = Due to popular demand, we are now accepting applications using QtWebk

Re: [SailfishDevel] Does Sailfish support PyQt5?

2013-12-02 Thread khertan
For the moment apps linked to python aren't accepted yet in the harbour store. Regards -- Benoît HERVIER - http://khertan.netLe 01/12/13 22:18 Gabriel Boehme a écrit : No it's not really supporting PyQt5, at the moment - in Jolla Store - are only Qt/QML apps with C++ allowed, but it is planned to

Re: [SailfishDevel] Ignoring auto signed SSL certificates

2013-11-09 Thread khertan
Hi, I m just curious, which type of apps connected to ownCloud are you cooking ? I didn't have such problem with ownNotes and self signed certificate, but the https requests are made with python, so that's will not help you. Regards -- Benoît HERVIER - http://khertan.netLe 09/11/13 18:56 Tigre

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-07 Thread khertan
Losing warranty with developers mode ? Seriously ? -- Benoît HERVIER - http://khertan.netLe 08/11/13 00:51 Mohammed Hassan a écrit : Hi Attila, On Thu, Nov 07, 2013 at 03:03:21PM -0800, Attila Csipa wrote: [...] > >Hopefully that answered your question. > > Not quite :) What I'm interested in is

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-06 Thread khertan
An analogy with boat about apps including his own libs : https://mobile.twitter.com/usmanm/status/388407160159211520/photo/1?screen_name=usmanm#!/usmanm/status/388407160159211520/photo/1?screen_name=usmanm :p -- Benoît HERVIER - http://khertan.netLe 06/11/13 18:33 Marcin M. a écrit : And somehow

Re: [SailfishDevel] File chooser

2013-11-01 Thread khertan
Hi, For the file selector, it should not be difficult to make one with a SilicaListView, and the qmldir extension. For notification, i ve made a something similar but more simple to the Harmattan InfoBanner for ownNotes : http://khertan.net/blog/silica_infobanner Regards -- Benoît HERVIER - h

Re: [SailfishDevel] Python & Qt5 (PyOtherSide / PyQt)

2013-09-30 Thread khertan
i m a bit busy to explain, but you can also use the python version which is installed on sailfish. Do not forget to install python-devel in toolkit via the nice sailfish icon. http://khertan.net/ownNotes http://github.com/khertan/ownNotes Regards -- Benoît HERVIER - http://khertan.netLe 30/09

Re: [SailfishDevel] Sailfish UI VKBD

2013-09-08 Thread khertan
Space is valid for uri, that's just magically encoded by browser to %20 ... And when you mix address bar and search bar adding a space at the beginning prevent doing a DNS query on a search which contain two words separated by a dot. Example with search: QtCore.QApplication ... if you didn't put

Re: [SailfishDevel] TextArea : rich text support && SilicaFlickable

2013-08-06 Thread khertan
So thx to special on #sailfishos : A work around for rich text : Add a Component.onCompleted: { _editor.textFormat = TextFormat.RichText } And for the flickable : that's just a wrong binding of content-height ... i was using childrenRect.height instead of contentItem.childrenRect.height Re

Re: [SailfishDevel] Fwd: Re: Include Python.h

2013-08-06 Thread khertan
Hi Christopher, Indeed i think the vm was the toolchain, and not an host of the toolchain :p That's solve my problems and I'll be able to play now with PyOtherSide on sailfish. Thanks a lot ! -- Benoît HERVIER - http://khertan.netLe 06/08/13 11:14 christopher.l...@thurweb.ch a écrit : Hi Benoi