[SailfishDevel] No provider of 'Mer-Qt4-development' found.

2014-01-19 Thread Simon Bolek
Because X11 Embedding QWidgets is not available in Qt5 I'am still developing with Qt 4.8. However when trying to install Qt4 into MerSDK this appeared: Operation Progress * finished: installing package Mer-Qt4-development - exited with status 0* Loading

Re: [SailfishDevel] Sharing a common OfflineStorage DB between multiple Sailfish apps.

2014-01-19 Thread Putze Sven
Hi, What are the pros and cons of using QStandardPaths as opposed to XDG Environmental Variables? If you look into the unix implementation of the class QStandardPaths, you find something like QString QStandardPaths::writableLocation(StandardLocation type) { switch (type) { case

[SailfishDevel] QStandardPaths not working when app is run from Launcher

2014-01-19 Thread Sylvain B .
Hey, My app did not want to read the some cached content it was supposed to have written in QStandardPaths::CacheLocation. To understand why, I tried to run it from the terminal, and... everything is working fine. Since we don't have logs when we run the app directly from Launcher, I updated it

Re: [SailfishDevel] No provider of 'Mer-Qt4-development' found.

2014-01-19 Thread Mikael Hermansson
On Sunday 19 January 2014 11.08.06 Simon Bolek wrote: Because X11 Embedding QWidgets is not available in Qt5 I'am still developing with Qt 4.8. AFAIK Qt4.8 is not supporting Wayland and SailfishOS is using wayland so you probadly should forget about Qt4... Offtopic but also most Linux desktops

Re: [SailfishDevel] QStandardPaths not working when app is run from Launcher

2014-01-19 Thread Robin Burchell
Hi, Can you please provide a small sample demonstrating this? As I’m quite sure it works for our own uses. BR, Robin On 19 Jan 2014, at 14:34, Sylvain B. sth...@hotmail.commailto:sth...@hotmail.com wrote: Hey, My app did not want to read the some cached content it was supposed to have

[SailfishDevel] Jolla Applications Bug Tracking

2014-01-19 Thread Hannes Rantzsch
Hi, I was wondering if there is a bug tracking system for Jolla applications somewhere. More precisely, I want to file a (tiny) bug in the Jolla Store. But neither Mer nor Nemo Bugzilla should be the right place, are they? Cheers, Hannes ___

Re: [SailfishDevel] Jolla Applications Bug Tracking

2014-01-19 Thread Martin Grimme
Hi, 2014/1/19, Hannes Rantzsch hannes.rantz...@student.hpi.uni-potsdam.de: I was wondering if there is a bug tracking system for Jolla applications somewhere. You can use https://together.jolla.com for reporting bugs or suggestions. This is the official place where the Jolla developers look

Re: [SailfishDevel] Jolla Applications Bug Tracking

2014-01-19 Thread Hannes Rantzsch
Great tip, thanks! Actually, the issue I wanted to post is even there already :) Hannes On 01/19/2014 05:19 PM, Martin Grimme wrote: Hi, 2014/1/19, Hannes Rantzsch hannes.rantz...@student.hpi.uni-potsdam.de: I was wondering if there is a bug tracking system for Jolla applications

Re: [SailfishDevel] Jolla Applications Bug Tracking

2014-01-19 Thread Marcin M.
Nevertheless, some bugzilla should be created for a better bug management. -- Marcin 2014/1/19 Hannes Rantzsch hannes.rantz...@student.hpi.uni-potsdam.de Great tip, thanks! Actually, the issue I wanted to post is even there already :) Hannes On 01/19/2014 05:19 PM, Martin Grimme wrote:

Re: [SailfishDevel] No provider of 'Mer-Qt4-development' found.

2014-01-19 Thread Bernd Wachter
Simon Bolek simon.bo...@googlemail.com writes: Because X11 Embedding QWidgets is not available in Qt5 I'am still developing with Qt 4.8. However when trying to install Qt4 into MerSDK this appeared: Both Qt4 and X11 are not available on SailfishOS.

Re: [SailfishDevel] Fwd: Re: QGeoSatelliteInfoSource in Sailfish

2014-01-19 Thread christopher . lamb
Salut Damien I am not sure If I have understood your question, but I think you are asking about differences in direction from the QtSensors Compass and the the QtPositioning PostionSource elements. 1) The Compass Azimuth shows the direction the top of the device is pointing to (so it

Re: [SailfishDevel] GPS initially shows old location

2014-01-19 Thread Aaron McCarthy
Hi, On Fri, 17 Jan 2014 17:09:37 christopher.l...@thurweb.ch wrote: Is it possible that the Jolla GPS / GPS Software stack initially shows the last location acquired? This is the behaviour I am observing. At the moment I am sitting in an office building, which has poor GPS reception, yet

Re: [SailfishDevel] Status menu? OT answer

2014-01-19 Thread Julius Loman
On Sat, Jan 18, 2014 at 12:38:35AM +0100, Ruediger Schiller chem...@dostortugas.org wrote: https://sailfishos.org/core-events-article.html as it says on the page, a swipe from the bottom of the screen gets you to notifications, this still applies, for n950 maybe cause of the orientation bug

Re: [SailfishDevel] Status menu?

2014-01-19 Thread martin . grimme
Hi, just do something that requires an internet connection and Sailfish will popup a connection dialog. No need to go to the settings. Martin Am Fri Jan 17 2014 20:31:57 GMT+0100 (CET) schrieb Julius Loman: Yes, but we want to have shortcut to Connect to internet option in the pulley menu. :)

[SailfishDevel] How to attach a page to initial page?

2014-01-19 Thread Tobi D .
Hi there, How can I push an attached page to my initial page on the pageStack? I'd like to have a behavior similar to the Jolla Store app. There you can push to the next page to get categories when you are on initial page. I tried several thing to achieve this, but didn't get it work. Doing an

Re: [SailfishDevel] How to attach a page to initial page?

2014-01-19 Thread Reto Zingg
Hi, On 17.01.2014 17:56, Tobi D. wrote: Hi there, How can I push an attached page to my initial page on the pageStack? I'd like to have a behavior similar to the Jolla Store app. There you can push to the next page to get categories when you are on initial page. I tried several thing to

Re: [SailfishDevel] How to attach a page to initial page?

2014-01-19 Thread Kalle Vahlman
2014/1/17 Tobi D. schlaraffenl...@hotmail.com: Hi there, How can I push an attached page to my initial page on the pageStack? I'd like to have a behavior similar to the Jolla Store app. There you can push to the next page to get categories when you are on initial page. I tried several