Re: [SailfishDevel] Harbor not accessible from Finland

2013-11-09 Thread Filip Kłębczyk
W dniu 09.11.2013 11:26, Chris Walker pisze: On Fri, 8 Nov 2013 21:49:35 +0200 Tone Kastlunger users.giulie...@gmail.com wrote: Never was so far, bad gateway all the time. anyone else experiencing the same? It's been like that since day one of the announcement here in the UK for me. So don't

Re: [SailfishDevel] Ignoring auto signed SSL certificates

2013-11-09 Thread Gianni Vialetto
On Fri, Nov 8, 2013 at 7:26 PM, Tigre-Bleu de...@tigre-bleu.net wrote: Hello, The open() function of XMLHttpRequest seems to not work with auto signed ssl certificates. I have checked with valid certificates and there is no problem. Is this the expected behavior? If so how am I supposed to

Re: [SailfishDevel] Harbor not accessible from Finland

2013-11-09 Thread Tone Kastlunger
Hi all; to avoid misunderstandings, I would like to pinpoint my email was supposed to be a mere faulty report. Best, tortoisedoc On Sat, Nov 9, 2013 at 1:04 PM, Filip Kłębczyk fklebc...@gmail.com wrote: W dniu 09.11.2013 11:26, Chris Walker pisze: On Fri, 8 Nov 2013 21:49:35 +0200 Tone

[SailfishDevel] Double-tap detection

2013-11-09 Thread Artem Marchenko
Hi All Has anybody tried intercepting double taps in the Jolla app? I tried it on simulator (using MouseArea onDoubleClicked) and I swear I saw double clicks happening a couple of times, but then I've lost it. I tried playing with preventStealing and propagateComposedEvents, didn't help. Sure I

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-09 Thread Marcin M.
Well, about Michal's point: I agree it'll be hard on Sailfish. I think that the best measure against so-called piracy is a dynamic price changing possibility as in AppStore as previously said. But I won't agree about $650 - not everyone can buy first-minute device. And take it in account that in

Re: [SailfishDevel] Jolla app store and copyright protection. Just make app store easier than piracy

2013-11-09 Thread Marcin M.
Absolutely agree! -- Marcin 2013/11/9 Artem Marchenko artem.marche...@gmail.com Yeah, this discussion went too far, but then if I remain silent maybe point of view I don't like will influence Jolla sailors too much :) So my two cents: IMHO, the main point preventing piracy in

Re: [SailfishDevel] Double-tap detection

2013-11-09 Thread Jonni Rainisto
Already answered in here https://lists.sailfishos.org/pipermail/devel/2013-November/000973.html And your your git repository doesnt make working rpm nor working application, no use to ask people build from repository which are missing files to make a complete application. re, Jonni

Re: [SailfishDevel] Ignoring auto signed SSL certificates

2013-11-09 Thread Tigre-Bleu
Hi Gianni I agree that accepting the auto-signed certificate without prompt would be a potential security breach. However, I think there should be a dialog automatically opened by the OS asking the user what to do (or at least delegate the dialog implementation to the app itself). I am

[SailfishDevel] Jolla Harbour and Jolla Store (copy protection)

2013-11-09 Thread Michal Jerz
Hey Marcin, But I won't agree about $650 - not everyone can buy first-minute device. And take it in account that in some countries (like Poland) minimal pay is $400. New N900 is half of that in Poland. And if you'd like to expand to countries like Uzbekistan, Kazachstan, Ukraine, Belarus,

Re: [SailfishDevel] Ignoring auto signed SSL certificates

2013-11-09 Thread Jonni Rainisto
Hi, If you dont care about chain of trust in self signed ssl certs, you can just add following in your application. That way all ssl certs are always accepted. Add these includes to main.cpp #include QSslConfiguration #include QSslSocket Add these lines in beginning of your main()

Re: [SailfishDevel] Ignoring auto signed SSL certificates

2013-11-09 Thread Tigre-Bleu
If there is a cleaner way to prompt the user in the future, I will change the code but in the meantime it will do the job. Thanks, Antoine - Mail original - De: Jonni Rainisto jonni.raini...@jolla.com À: Sailfish OS Developers devel@lists.sailfishos.org Envoyé: Samedi 9 Novembre

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

Re: [SailfishDevel] Ignoring auto signed SSL certificates

2013-11-09 Thread Tigre-Bleu
I'm working (on my spare time) on a News application using the News API: https://github.com/owncloud/news/wiki/API-1.2 Very early work but the goal of the 1st version is to have a functionnal read-only app (adding feeds, starring, etc... would be nice but later) I'm not giving any date (as

Re: [SailfishDevel] Double-tap detection

2013-11-09 Thread Jonni Rainisto
Hi, http://oi41.tinypic.com/2dj2srr.jpg Well I manually fixed your package, and yes you should never really use doubleclicks, but if you happen to click madly with 2 fingers simultaneously, you sometimes get event triggered. Default treshold values are so high that you basicly never can get

[SailfishDevel] Application specific write-access folder

2013-11-09 Thread Mark Johnson
Hi all, I'm trying to write a small number of files out to the file system that contain application-specific information. For some reason when I try to open a file with QIODevice::ReadWrite access in the following directory it fails every time (the file should be instantiated as a result of

[SailfishDevel] Which audio codecs will by default be available on the device?

2013-11-09 Thread Alessandro Portale
Hi, I am only able to play wav/pcm audio via QMLs QtMultimedia.SoundEffect on the Emulator. Other formats will not be played, I assume due to missing codecs: QSoundEffect(pulseaudio): Error decoding source Are there plans to reveal which audio codecs will be installed by default on the first

[SailfishDevel] Link in Text component

2013-11-09 Thread Tigre-Bleu
Hello, If a link is displayed in a Text component with html, it is displayed underlined with an ugly blue from the old internet ages... I think there is room for improvement to better fit the silica theme :) Unless of course I missed something... Regards, Antoine

Re: [SailfishDevel] Which audio codecs will by default be available on the device?

2013-11-09 Thread Mohammed Hassan
On Sun, Nov 10, 2013 at 01:28:42AM +0100, Alessandro Portale wrote: Hi, I am only able to play wav/pcm audio via QMLs QtMultimedia.SoundEffect on the Emulator. Other formats will not be played, I assume due to missing codecs: QSoundEffect(pulseaudio): Error decoding source Are there