Re: [SailfishDevel] Installing packages to the SDK and Emulator via the rpm/yaml file

2013-10-28 Thread Dmitry
Hi Christopher. .yaml file translated to .spec which is used for building .rpm this translation is done using template engine. Link above briefly describe it. For description of .spec file see https://fedoraproject.org/wiki/How_to_create_an_RPM_package About you questions, PkgBR will translates to

Re: [SailfishDevel] Running emulator instance not recognized by QTCreator

2013-10-28 Thread Matjaž Matjašec
Hey,thanks for you answer. But i still cant manage to connect them. I tried to restart my pc, manually set the nameservers on both instances MerSDK and Sailfish Emulator but still no luck. I tried to run them directly via virtual box, they boot up and everything, but i still cant run or deploy my

Re: [SailfishDevel] Installing packages to the SDK and Emulator via the rpm/yaml file

2013-10-28 Thread christopher . lamb
Hi Dmitry Thanks for your rapid answer. While that is a wonderful list of spectacle keywords, it leaves me none the wiser as to what they do. Chris Zitat von Dmitry : https://wiki.merproject.org/wiki/Spectacle ___ SailfishOS.org Devel maili

Re: [SailfishDevel] Installing packages to the SDK and Emulator via the rpm/yaml file

2013-10-28 Thread Dmitry
https://wiki.merproject.org/wiki/Spectacle On 28 October 2013 23:32, wrote: > Hi all > > Until recently when I needed extra packages on the SDK and Emulator > installed using the SDK Control Center (for the SDK) and zypper (for the > Emulator). > > However from previous posts in this forum I ga

[SailfishDevel] Installing packages to the SDK and Emulator via the rpm/yaml file

2013-10-28 Thread christopher . lamb
Hi all Until recently when I needed extra packages on the SDK and Emulator installed using the SDK Control Center (for the SDK) and zypper (for the Emulator). However from previous posts in this forum I gathered that it was also possible to do the same using an app's yaml and spec files,

Re: [SailfishDevel] Install Icon file

2013-10-28 Thread Hendrik Borghorst
Thanks this works now. Is svg not supported which is quite sad. In times of high resolution android devices you often see low resolution icons which mix bad with vector based or high resolution icons. So I thought svg might give me a good solution in regard of the future. Greetings Am Monta

Re: [SailfishDevel] Install Icon file

2013-10-28 Thread Jonni Rainisto
Usually you add something like this in .pro file. And please use .png. desktopfile.files = $${TARGET}.desktop desktopfile.path = /usr/share/applications icon.files = $${TARGET}.png icon.path = /path/whereyouwant/icon/tobe INSTALLS += icon desktopfile re, Jonni

Re: [SailfishDevel] Install Icon file

2013-10-28 Thread Artem Marchenko
Why SVG? To my understanding Sailfish expects 90x90 png icons. You can have a look at my Wikipedia app. It has an app icon specified. Is shown in the emulator fine. https://github.com/amarchen/Wikipedia Cheers, Artem. On Sun, Oct 27, 2013 at 5:12 PM, Hendrik Borghorst < hendrikborgho...@gmail.

Re: [SailfishDevel] Cannot deploy application since SDK upgrade

2013-10-28 Thread Artem Marchenko
I am not sure if I had absolutely the same issue, but something that looked similar. I also had a subdirs project and after SDK upgrade only one of the subprojects is runnable if you select RPM deployment even for i486 target and for the not-runnable one you cannot select the alternative executabl

Re: [SailfishDevel] Cannot deploy application since SDK upgrade

2013-10-28 Thread Juha Kallioinen
On 28.10.2013 11:21, Luciano Montanaro wrote: Hi everybody, since I upgraded to the latest SDK release, I can no longer deploy my application. The RPM is built correctly, after the emulator update, but the "run" icon is grayed out, and in the "project" page, the "run" configuration warns that t

[SailfishDevel] Fwd: Re: How to get GPS Location in QML

2013-10-28 Thread christopher . lamb
Hi Bolek I must have been still half asleep this morning, and did not properly read the code I sent you It looks like PositionSource has been moved from Location to Positioning (see the example here: https://github.com/mer-packages/qtlocation/pull/7/files So the import we need is I

[SailfishDevel] Cannot deploy application since SDK upgrade

2013-10-28 Thread Luciano Montanaro
Hi everybody, since I upgraded to the latest SDK release, I can no longer deploy my application. The RPM is built correctly, after the emulator update, but the "run" icon is grayed out, and in the "project" page, the "run" configuration warns that the application path is missing. The text edits t

Re: [SailfishDevel] How to get GPS Location in QML

2013-10-28 Thread christopher . lamb
Hi Bolek that's of interest to me as well. I am at work, so I shouldn't spend too much time on this ... But I had a quick peak at the sources https://qt.gitorious.org/qt/qtlocation/source/64ee46398e7285a8cd30f483ab730eb87bf01b33:src/imports/positioning/positioning.cpp It looks to me that Posi