Re: [SailfishDevel] qt-components-qt5

2013-11-10 Thread christopher . lamb
Hi Marcin Have you installed that package to both the Emulator and the SDK Build Engine? (and synced in the SDK Control Center?) My next guess is that you get this error from QML. Normally the qml types are available in a version of the package with import-declarative in the name (to be i

Re: [SailfishDevel] qt-components-qt5

2013-11-10 Thread cckwes
Hi, Are you using the harmattan qml components with "import com.nokia.meego 1.1" and "PageStackWindow" as the top level component? If you are, I think you should change to using Sailifish Silica components and ApplicationWindow as the top level component as shown here: https://sailfisho

Re: [SailfishDevel] Problem with installing

2013-11-10 Thread Marcin M.
Well, it was indeed the problem. (No installing from qmake) Thanks! -- Marcin 2013/11/1 > Take a look at your yaml and see if there's *.desktop specified in "Files" > field. Try changing the path to include the subdir. > > Also make sure you have specify where to install the desktop file in. p

[SailfishDevel] qt-components-qt5

2013-11-10 Thread Marcin M.
Hi, I'm trying to run an app using qt-components-qt5 (installed in the emulator). It fails though. The output is: QML debugging is enabled. Only use this in a safe environment. Using Wayland-EGL Module 'com.nokia.meego' does not contain a module identifier directive - it cannot be protected fr

Re: [SailfishDevel] SDK paths reference

2013-11-10 Thread Andrey Kozhevnikov
isn't it 90x90 instead of 86x86? ;) On 11.11.2013 00:01, Jarko Vihriala wrote: Hi, The blow is somewhat correct and RPM built with SDK: ./usr/bin/hourtracker The run-time binary. This is defined in template and thus can be changed if user wants. ./usr/share/applications/hourtracker.desktop I

Re: [SailfishDevel] SDK paths reference

2013-11-10 Thread Jarko Vihriala
Hi, The blow is somewhat correct and RPM built with SDK: ./usr/bin/hourtracker The run-time binary. This is defined in template and thus can be changed if user wants. ./usr/share/applications/hourtracker.desktop Icon visible on launcher, also this file defines where the run-time binary is. ./u

Re: [SailfishDevel] Which audio codecs will by default be available on the device?

2013-11-10 Thread Alessandro Portale
That is awesome! :) Thanks for the info (and sorry for double-posting my question) Br, Alessandro Am Sonntag, 10. November 2013 schrieb Mohammed Hassan : > On Sun, Nov 10, 2013 at 01:28:42AM +0100, Alessandro Portale wrote: > > Hi, > > > > I am only able to play wav/pcm audio via QMLs QtMultime

Re: [SailfishDevel] Which audio codecs will by default be available on the device?

2013-11-10 Thread Andrea Bernabei
This question was replied already, see https://lists.sailfishos.org/pipermail/devel/2013-November/001103.html 2013/11/10 Kalle Lammenoja > I sure hope flac works at least > On Nov 10, 2013 2:50 PM, "Alessandro Portale" < > alessandro.port...@gmail.com> wrote: > >> Hi, >> >> I am only able to pl

Re: [SailfishDevel] Which audio codecs will by default be available on the device?

2013-11-10 Thread Kalle Lammenoja
I sure hope flac works at least On Nov 10, 2013 2:50 PM, "Alessandro Portale" wrote: > Hi, > > I am only able to play wav/pcm audio via QMLs QtMultimedia.SoundEffect > on the Emulator. Other formats will not be played, I assume due to > missing codecs: >"QSoundEffect(pulseaudio): Error decodi

[SailfishDevel] Which audio codecs will by default be available on the device?

2013-11-10 Thread Alessandro Portale
Hi, I am only able to play wav/pcm audio via QMLs QtMultimedia.SoundEffect on the Emulator. Other formats will not be played, I assume due to missing codecs: "QSoundEffect(pulseaudio): Error decoding source" Are there plans to reveal which audio codecs will be installed by default on the first

Re: [SailfishDevel] Link in Text component

2013-11-10 Thread Tigre-Bleu
It's looking a lot better like this. Thanks for the workaround. Antoine - Mail original - De: "Martin Grimme" À: "Sailfish OS Developers" Envoyé: Dimanche 10 Novembre 2013 10:03:05 Objet: Re: [SailfishDevel] Link in Text component Hi, 2013/11/10, Tigre-Bleu : > If a link is displayed

Re: [SailfishDevel] SDK paths reference

2013-11-10 Thread Andrey Kozhevnikov
some system plugins or plugins for your own application? for system plugins you should know where to put them. And for own application plugins create /usr/share/appname/plugins folder and keep plugins there. On 10.11.2013 17:24, Tone Kastlunger wrote: Thanks coderus, this is for apps; how about

Re: [SailfishDevel] SDK paths reference

2013-11-10 Thread Tone Kastlunger
Thanks coderus, this is for apps; how about the other relevant OS paths (plugins, etc)? tortoisedoc On Sun, Nov 10, 2013 at 1:23 PM, Andrey Kozhevnikov wrote: > afaik Sailfish uses canonical paths. /usr/share/appname for persistent > data and $HOME/.local/share/appname for user data. > > > On 1

Re: [SailfishDevel] SDK paths reference

2013-11-10 Thread Andrey Kozhevnikov
afaik Sailfish uses canonical paths. /usr/share/appname for persistent data and $HOME/.local/share/appname for user data. On 10.11.2013 17:19, Tone Kastlunger wrote: Hey; is there some kind of "path reference" for Sailfish available yet? Something like the Harmattan Path reference for instance.

[SailfishDevel] SDK paths reference

2013-11-10 Thread Tone Kastlunger
Hey; is there some kind of "path reference" for Sailfish available yet? Something like the Harmattan Path reference for instance. Best, tortoisedoc ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Double-tap detection

2013-11-10 Thread Artem Marchenko
Thanks, for the reply, Jonni, now I know about double clicks. Will do own detection then. Sorry about not-buildable project. I tried checking it out into a new folder and Creator fails to parse .pro without more details. I must have checked in something too much or too little :/ Best regards, Art

Re: [SailfishDevel] Link in Text component

2013-11-10 Thread Martin Grimme
Hi, 2013/11/10, Tigre-Bleu : > If a link is displayed in a Text component with html, it is displayed > underlined with an ugly blue from the old internet ages... You're right. It looks really ugly, and probably comes from the depths of Qt. However, you can use rich text in Text or Label to fix th