Re: [SailfishDevel] No map overlay objects shown if zoomLevel 3

2013-11-26 Thread Martin Kampas
Again lying - it is used in the same object, this will not work. 2x sorry :) I should sleep more. Martin On Tuesday, November 26, 2013 09:02:19 AM Martin Kampas wrote: Not true - I overlooked the condition. sorry. Still you can implement your own version of

Re: [SailfishDevel] QtWebKit module - shouldm't it be whitelisted?

2013-11-26 Thread Luciano Montanaro
As you say, Python is not the solution, short term... Plus I don't really want to use it. I suppose it may make some task easier, if you have the right library... But it adds another interpreted language in the mix, and I would rather avoid it. Anyway, I am not using A WebView at all: I cerate a

Re: [SailfishDevel] QtWebKit module - shouldm't it be whitelisted?

2013-11-26 Thread Artem Marchenko
SilicaWebView does more than just wraps QtWebKit's WebView. Particularly SilicaWebView also is somehow caring about pulley menu integration and the rest of SilicaFlickable-like stuff that.. causes issues if you want to to have an address bar above WebView and therefore need to wrap everything into

Re: [SailfishDevel] Packaging with icons in 86x86 folder

2013-11-26 Thread Andrey Kozhevnikov
Sure, you can edit file SailfishOS/mersdk/targets/SailfishOS-armv7hl/usr/share/qt5/mkspecs/features/sailfishapp.prf On 26.11.2013 19:33, Unai IRIGOYEN wrote: Hi, I submitted my app before naming policy change but it got rejected according to new naming policy. I fixed all naming to comply

Re: [SailfishDevel] Packaging with icons in 86x86 folder

2013-11-26 Thread Andrey Kozhevnikov
you should clean project and restart qmake to generate new Makefiles ;) On 26.11.2013 19:48, Artem Marchenko wrote: Or if you fail to correct this file (I failed whatever changes I do and run qmake, Makefile generated still uses 90x90), you can ignore CONFIG += sailfishapp and use that stuff

Re: [SailfishDevel] Third party modules / header files

2013-11-26 Thread christopher . lamb
Hi Sven some of that is covered here: http://flyingsheeponsailfish.blogspot.ch/2013/11/deploying-additional-packages-to.html You should not need to map any additional drives for Qt Creator to find headers, the SDK VM already has shared folders that access you home drive (within which you

Re: [SailfishDevel] Third party modules / header files

2013-11-26 Thread Putze Sven
Hi Christopher, http://flyingsheeponsailfish.blogspot.ch/2013/11/deploying-additional-packages-to.html Thanks for the read. So I am not so wrong at all :-) You should not need to map any additional drives for Qt Creator to find headers, the SDK VM already has shared folders that access you

Re: [SailfishDevel] Third party modules / header files

2013-11-26 Thread christopher . lamb
Hi Sven Zitat von Putze Sven sailfish...@hardcodes.de: If my understanding of the official documentation is right, then the home folder of my development machine (where QtCreator runs) is shared with the VM. This way the compiler can access the source. But I want the other way around.

Re: [SailfishDevel] Third party modules / header files

2013-11-26 Thread Sven Putze
If my understanding of the official documentation is right, then the home folder of my development machine (where QtCreator runs) is shared with the VM. This way the compiler can access the source. But I want the other way around. Re-using header files already there on the SDK machine

[SailfishDevel] Replacing Linux with OpenBSD

2013-11-26 Thread opendaddy
Hi, What would be the ups and downs of replacing Linux with something like OpenBSD in Sailfish? They say perfection is achieved, not when there's nothing left to add, but when there's nothing left to take away. It seems no other OS in the world today embodies this as well as OpenBSD does.

Re: [SailfishDevel] Replacing Linux with OpenBSD

2013-11-26 Thread Luciano Montanaro
It would be quite a lot of work, I believe... For one, sailfish is based on mer, which uses systemd, which is linux specific. Then, the currently available (well, it will be available shortly!) hardware needs Android drivers. I have not been using BSD in a while... what are its advantages? In

[SailfishDevel] Developing and Testing with Real Sailfish OS Hardware

2013-11-26 Thread christopher . lamb
Hi all Given that the first pre-order Jolla phones running Sailfish OS should be shipping in the next few days / weeks, will instructions soon be published how to test and deploy to real hardware? I am guessing that the process will be similar to that used for the N9, but I may be wrong

Re: [SailfishDevel] Developing and Testing with Real Sailfish OS Hardware

2013-11-26 Thread Tone Kastlunger
Afaik there should be a developer mode. On Tue, Nov 26, 2013 at 9:00 PM, christopher.l...@thurweb.ch wrote: Hi all Given that the first pre-order Jolla phones running Sailfish OS should be shipping in the next few days / weeks, will instructions soon be published how to test and deploy to

Re: [SailfishDevel] [SOLVED] Packaging with icons in 86x86 folder

2013-11-26 Thread Unai IRIGOYEN
Hi, I tried again Andrey's suggestion even cleaning everything manually but I still got the same issue. However Artem's solution worked like a charm and app is now submitted to QA. A big THANK YOU to both of you. Best regards. PS: Icon doesn't show on emulator home screen but I guess it's

[SailfishDevel] Mer SDK

2013-11-26 Thread Matthias Fulz
Hi, could someone explain me, how I can use the Sailfish SDK without the included qt-creator, please? I just need to know what needs to be done to create a new project, compile and deploy. I'm unable to find any tutorial or explanation on that. Thanks, Matthias

Re: [SailfishDevel] ContextMenu inside a PullDownMenu

2013-11-26 Thread Martin Jones
Hi, This will not work and I can’t imagine this case being made to work in the future. The pulley menus are designed to be pulled down to highlight an option and released to select. A ContextMenu/ComboBox inside a pulley menu is incompatible with the interaction design of the pulley menu.

Re: [SailfishDevel] SDK and Harbour news

2013-11-26 Thread Kaj-Michael Lang
On Fri, 2013-11-22 at 17:21 +0200, Mohammed Hassan wrote: GStreamer is not a supported store API for now. I am sure this will What does that mean ? I can't submit any apps that use gstreamer to the Harbour ? change soon especially after we transition to GStreamer 1.x (Currently all our media

Re: [SailfishDevel] Mer SDK

2013-11-26 Thread Tone Kastlunger
Hmm that might be harder than you think. You can use Scratchbox2; although I personally have not touched it. On Wed, Nov 27, 2013 at 2:57 AM, Matthias Fulz mf...@olznet.de wrote: Hi, could someone explain me, how I can use the Sailfish SDK without the included qt-creator, please? I just