Re: [SailfishDevel] Updating application icons. After a couple of days of sweat, blood and swear

2013-11-19 Thread Jarko Vihriala
Hello, There is a known issue with Lipstick on this icon case and once that is solved it should not require all those steps. We are working on to get it out. As workaround the steps you describe are as good as it gets and like you said, sometimes even that does not help. Funny enough, sometimes

Re: [SailfishDevel] (QtLocation 5.0) Coordinate is not a type

2013-11-19 Thread Aaron McCarthy
Hi, On Wed, 20 Nov 2013 08:02:38 tw_bolek wrote: > P.S. I've just tried to update with zypper, but it shows that QtPositioning > 5.1.0 is installed and it is the highest available version, no update is > available > > Does it mean that I cannot use the Coordinate element in a Sailfish OS > a

Re: [SailfishDevel] (QtLocation 5.0) Coordinate is not a type

2013-11-19 Thread Aaron McCarthy
Hi, On Wed, 20 Nov 2013 07:52:14 tw_bolek wrote: > What a mess... It looks that it must have been moved from QtLocation to > QtPositioning only recently. The positioning class were split out into a separate library to allow using them in console applications without pulling in a lot of GUI dep

[SailfishDevel] (QtLocation 5.0) Coordinate is not a type

2013-11-19 Thread tw_bolek
P.S. I've just tried to update with zypper, but it shows that QtPositioning 5.1.0 is installed and it is the highest available version, no update is available Does it mean that I cannot use the Coordinate element in a Sailfish OS application for now? Thanks, Bolek

[SailfishDevel] (QtLocation 5.0) Coordinate is not a type

2013-11-19 Thread tw_bolek
Chris, Thank you! What a mess... It looks that it must have been moved from QtLocation to QtPositioning only recently. It seems to be only in QtPositioning 5.2. That's why it wasn't recognized despite importing both QtLocation 5.0 and QtPositioning 5.0 Where and how can I install QtP

Re: [SailfishDevel] (QtLocation 5.0) Coordinate is not a type

2013-11-19 Thread christopher . lamb
Hi bolek Coordinate is in Positioning, not Location in Qt5 https://qt.gitorious.org/qt/qtlocation/source/64ee46398e7285a8cd30f483ab730eb87bf01b33:src/imports/positioning/qdeclarativecoordinate.cpp The old Qt5 Mobility Location stuff has been split into Location and Positioning, so ror each co

[SailfishDevel] (QtLocation 5.0) Coordinate is not a type

2013-11-19 Thread tw_bolek
Dear all, Before I spend another couple of days on trying to solve this, maybe you can help I'm working on a mappining application. I imported QtLocation 5.0 (had to also install the missing module - installed qt5-qtlocation and qt5-qtdeclarative-import-location) and everything works fine

Re: [SailfishDevel] DeclarativeGlassImageProvider

2013-11-19 Thread David Reinhold
Hi, I’m having problems with this as well. Did you manage to solve this problem Tero? The image shows up just fine without the provider but when using the provider I get: QFSFileEngine::open: No file name specified QFSFileEngine::open: No file name specified DeclarativeGlassImageProvider::reques

Re: [SailfishDevel] Updating application icons. After a couple of days of sweat, blood and swear

2013-11-19 Thread Gabriel Boehme
+1 I can confirm these kind of problems (no visible icon), but for me it helped to ssh in the emulator and remove my package via zypper. Cleaning the project and deploy it with the new icon. Gabriel. Am Dienstag, den 19.11.2013, 21:26 +0200 schrieb Artem Marchenko: > Dear sailors > > > Pleas

[SailfishDevel] Updating application icons. After a couple of days of sweat, blood and swear

2013-11-19 Thread Artem Marchenko
Dear sailors Please, add to FAQ a guide on how to *update* the application icon or maybe make deployment process handle it if possible. I was trying to update the icon for my app, I just couldn't figure it out, was blaming my not exactly default project structure (I use src/tests folders), uninst

Re: [SailfishDevel] directory structure on Sailfish

2013-11-19 Thread Andrey Kozhevnikov
read old mailing lists /usr/bin/executable /usr/share/myapplication read reference articles in QtCreator /usr/share/myapplication for data installed by package and $HOME/.local/share/myapplication for data created by application i have no answer structure is same On 19.11.2013 23:13, Wim de Vr

[SailfishDevel] directory structure on Sailfish

2013-11-19 Thread Wim de Vries
Hi, Does anyone know about documentation concerning the directory structure on Sailfish? Where are apps installed? What is the applications data directory? How can I create extra dirs with data during installation/deployment? What is the recommended dir for the user to store app data (in my cas