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 wrote: > Hi, > > could someone explain me, how I can use the Sailfish SDK without the > included > qt-creator, please? > > I just need to k

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 medi

Re: [SailfishDevel] ContextMenu inside a PullDownMenu

2013-11-26 Thread Lauri Lavanti
Okay. The use case is, that I have a simple setting (the campus the user's on) and I'd like to have him be able to change it on the fly from a simple list, even though it doesn't need to be visible all the time -- Lauri Lavanti laurilava...@gmail.com -- Lähettäjä: Mart

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. Perh

[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] [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 beca

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

2013-11-26 Thread Unai IRIGOYEN
Hi, thank you for your replies. Andrey, I tried what you proposed but unfortunately it didn't work for me. I will try again just to be sure and then I will try Artem's solution. If it works for someone it must work for me also. Best regards. Unai. On Tue Nov 26 14:50:14 2013 Andrey Kozhevnikov

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, 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 real hardware? > > I am

Re: [SailfishDevel] Replacing Linux with OpenBSD

2013-11-26 Thread Kalle Vahlman
2013/11/26 : > Hi, > > What would be the ups and downs of replacing Linux with something like > OpenBSD in Sailfish? Ups I don't know, but seems like at least short term downs would be losing most if not all hardware support and large chunks of core software. I'm by no means familiar with OpenBS

[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] 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 em

[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. T

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 ma

Re: [SailfishDevel] Third party modules / header files

2013-11-26 Thread christopher . lamb
Hi Sven Zitat von "Putze Sven" : 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 alread

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

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 ha

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 ma

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

2013-11-26 Thread Artem Marchenko
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 manually - you can see how it's done at https://github.com/amarchen/Wikipedia/blob/master/src/src.pro /Artem. On Tue, N

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

[SailfishDevel] Packaging with icons in 86x86 folder

2013-11-26 Thread Unai IRIGOYEN
Hi, I submitted my app before naming policy change but it got rejected according to new naming policy. I fixed all naming to comply with new policy but I cannot change the intermediate install folder from "/home/deploy/installroot/usr/share/icons/hicolor/90x90/apps" to "/home/deploy/installro

[SailfishDevel] Third party modules / header files

2013-11-26 Thread Putze Sven
Hi there, For some time now I am wondering what the best practice would be for using third party components. First off all I want to sketch my understanding so far: # I can use any RPM package that is available via "zypper" on the emulator AKA "The SailfishOS Emulator". SSH in that thingy and i

[SailfishDevel] ContextMenu inside a PullDownMenu

2013-11-26 Thread Lauri Lavanti
Hi, I’m hoping I’m not the only one who’s been trying something like this and even more so I hope there’s a solution for it: I’ve been trying to get a ContextMenu inside the PullDownMenu with code like this: PullDownMenu { MenuItem { ComboBox {

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] 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 W

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 QDeclarativeGeoMapItemBase::zoomLe

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

2013-11-26 Thread Martin Kampas
Not true - I overlooked the condition. sorry. Still you can implement your own version of QDeclarativeGeoMapItemBase::zoomLevelOpacity() directly in your app so that linker will meet this first.. :) BR, Martin On Tuesday, November 26, 2013 08:56:12 AM Martin Kampas wrote: > Hi, > > you might b