Re: [SailfishDevel] Receiving notifications

2014-01-18 Thread Thomas Tanghus
On Saturday 18 January 2014 10:08 marko.kosc...@tisno.de wrote: That is exactly what I am looking for. I want to show errors in my ownKeepass app if the user gave e.g. a wrong password. Currently I have implemented my own banner component which should look like those from the system. -

[SailfishDevel] SSL certificate manager

2014-01-18 Thread Matthias Fehring
Hello, is there something like a SSL certificate manager availbale on Sailfish OS? Something one can use in own apps to check and accept SSL certificates, especially self signed certs? Maybe something similar to aegis-certman on Harmattan? Best greetings Matthias -- Das Gesetz hat zum

Re: [SailfishDevel] Detecting if running in emulator/debug mode in QML

2014-01-18 Thread Artem Marchenko
You can propagate C++ knowledge to QML, Antoine For example setContextProperty #ifdef QT_QML_DEBUG Best regards, Artem. On Sun, Jan 12, 2014 at 1:41 PM, Antoine Reversat a.rever...@gmail.comwrote: Hi, I was wondering if there is a way to know if we're in debug mode or running in the

Re: [SailfishDevel] Detecting if running in emulator/debug mode in QML

2014-01-18 Thread christopher . lamb
Hi Antoine Your point is valid, in the old days of the N9 Simulator I was able to write code to detect the simulator vs real device. But should it be necessary? Why should we need to detect a difference between an Emulator / Simulator, and a real device? Probably because of weaknesses