Re: [SailfishDevel] Harbour: Allow more libraries to link against

2014-01-02 Thread Reto Zingg
Hi, On 28.12.2013 18:56, Ruediger Gad wrote: PPS: As people start to develop more apps now (hopefully ;)), I assume that even more people will come up with requests for libs to link against. Would it make sense to have a more centralized place to discuss this or to collect requests? I mean to h

Re: [SailfishDevel] Harbour: Allow more libraries to link against

2014-01-02 Thread Reto Zingg
Hi, On 27.12.2013 22:16, Alejandro Exojo wrote: El Friday 27 December 2013, Reto Zingg escribió: for once a nice request and not just ranting :-) I can fix that! Y U NO SHIP MA LIBRARY?! ;-) this is the right channel. We heard you and will look into it, but I can't promise any time frame w

Re: [SailfishDevel] Harbour: Allow more libraries to link against

2014-01-02 Thread Ville Ranki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-12-27 22:16, Alejandro Exojo wrote: > In the meantime, correct me if I'm wrong, but I understood that one > can ship libraries in the package, as long as you care about > setting RPATH (and other packaging issues) yourself. Can you recommend a

Re: [SailfishDevel] Harbour: Allow more libraries to link against

2014-01-02 Thread Reto Zingg
Hi, On 02.01.2014 11:28, Ville Ranki wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-12-27 22:16, Alejandro Exojo wrote: In the meantime, correct me if I'm wrong, but I understood that one can ship libraries in the package, as long as you care about setting RPATH (and other packag

Re: [SailfishDevel] No inbox?

2014-01-02 Thread Chris Walker
On Wed, 01 Jan 2014 15:41:55 +0100 Thomas Tanghus wrote: > On Wednesday 01 January 2014 12:34 Chris Walker wrote: > > Bad form replying to one's own postings, but I've searched on > > together and the elinux site and come up with nothing of any help. > > Have you tried to post a question at http

Re: [SailfishDevel] No inbox?

2014-01-02 Thread Chris Walker
On Wed, 1 Jan 2014 20:37:47 +0100 Julius Loman wrote: > On Tue, Dec 31, 2013 at 01:50:20PM +, Chris Walker > wrote: > > I have installed the email app on the phone and have finally > > managed to send an email to another of my email addresses. I then > > replied to it and I can see that mail

Re: [SailfishDevel] Harbour: Allow more libraries to link against

2014-01-02 Thread Ruediger Gad
Hi, thanks for the reply. I added according requests at together.jolla.com. As a side note: I was able to resolve my dependency on libsndfile by rewriting some parts of my app to make use of the QtMultimedia API. This worked actually much more flawlessly as I expected. BR, Ruediger On 01/

Re: [SailfishDevel] No inbox?

2014-01-02 Thread Jonni Nakari
On 02.01.2014 12:23, Chris Walker wrote: As I appear to be the only one with this problem, it's plainly not something that should trouble the development team. I had a similar problem when I tried adding my free Gmail account using Microsoft Exchange account type. No errors were displayed when c

Re: [SailfishDevel] No inbox?

2014-01-02 Thread Chris Walker
On Thu, 02 Jan 2014 12:50:08 +0200 Jonni Nakari wrote: > On 02.01.2014 12:23, Chris Walker wrote: > > As I appear to be the only one with this problem, it's plainly not > > something that should trouble the development team. > I had a similar problem when I tried adding my free Gmail account > us

Re: [SailfishDevel] Swipe lock (contd.)

2014-01-02 Thread Mikko Harju
On 01.01.2014 19:13, Bob Jelica wrote: > Continuing on the thread here: > https://lists.sailfishos.org/pipermail/devel/2013-November/001517.html > > Swipe lock using flags as per the thread above doesn’t work, neither emu nor > the device. > > Any other suggestions I could try? > I have a map i

Re: [SailfishDevel] No inbox?

2014-01-02 Thread Steph Gosling
Hi On Thu, 2 Jan 2014 11:18:45 + Chris Walker wrote: > I'm having difficulty getting into 'su' mode at the moment as I don't > recall setting a password. So when I've sorted that out, I'll run the > journal command as well to see what it throws up. The devel-su password can be seen/reset i

Re: [SailfishDevel] Cannot activate Developer mode: SOLVED!!!!

2014-01-02 Thread AL13N
Op woensdag 1 januari 2014 17:39:09 schreef christopher.l...@thurweb.ch: > Hi all > > Firstly, a very very happy new year to all members of this list. I > have a glass of wine next to me as I write this, and I raise it to all > of you. > > I have just successfully updated to 10.0.2.5, and been ab

Re: [SailfishDevel] How to activate GPS on device

2014-01-02 Thread Caliste Damien
Hello sailors, Le jeudi 02 janvier 2014, Aaron McCarthy a écrit : > > Not noise par bleu, far from it! Well, noise was about how the title of the mail was written. There's no need to activate the GPS to get it (at least not the latter times). > The license is presented to the user when they first

[SailfishDevel] How to translate (lupdate) ?

2014-01-02 Thread Franck Routier (perso)
Hi, I would like to translate my QML application, now that it runs fine. I have used qsTr() for literal strings. Then I have tried to run 'lupdate' from tools/external/Linguist in the Sailfish SDK QtCreator, but it does not seem to do anything... Also, 'find . -name lupdate' in the sdk finds not

Re: [SailfishDevel] How to translate (lupdate) ?

2014-01-02 Thread Andrey Kozhevnikov
its inside build machine. qmake will run lupdate/lrelease from internal path. On 02.01.2014 23:36, Franck Routier (perso) wrote: Hi, I would like to translate my QML application, now that it runs fine. I have used qsTr() for literal strings. Then I have tried to run 'lupdate' from tools/exter

[SailfishDevel] How to translate (lupdate) ?

2014-01-02 Thread Franck Routier (perso)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I would like to translate my QML application, now that it runs fine. I have used qsTr() for literal strings. Then I have tried to run 'lupdate' from tools/external/Linguist in the Sailfish SDK QtCreator, but it does not seem to do anything... Al

Re: [SailfishDevel] How to translate (lupdate) ?

2014-01-02 Thread Franck Routier (perso)
Le 02/01/2014 18:37, Andrey Kozhevnikov a écrit : > its inside build machine. qmake will run lupdate/lrelease from internal > path. Ok, I understand. So I have to start the MerSDK virtual machine for lupdate to work. Then, shouldn't it generate some .ts file in my project ? (its the first time I

Re: [SailfishDevel] How to translate (lupdate) ?

2014-01-02 Thread Andrey Kozhevnikov
i'm always using self-created ts.list text file with list of paths to files contains strings and my lupdate syntax: lupdate -verbose -ts languages/en_US.ts @ts.list On 02.01.2014 23:44, Franck Routier (perso) wrote: Le 02/01/2014 18:37, Andrey Kozhevnikov a écrit : its inside build machine.

[SailfishDevel] Check for OS in .PRO file

2014-01-02 Thread Sven Putze
Hi there, first of all a happy new year to everyone! I had some time offline this morning, so here comes a bunch of emails... There are ways to check for the OS in QtCreator .PRO files, e.g. like unix:symbian{ # do stuff} unix:maemo5{ # do stuff} macx{ # do stuff} win32{ # do stuff} Is there

[SailfishDevel] API/Silica Module for Contacts

2014-01-02 Thread Sven Putze
Hi there, I want to select the email addresses of contacts in one of my apps. But if possible I don't want to use QContacts for this task, I'd like to reuse the same dialog as is present in the email program. There is this +-button which leads to a complete (contact) selection dialog. Is there

[SailfishDevel] Sending emails from an app

2014-01-02 Thread Sven Putze
Hi there, I want to send emails from an app. What is the intended way to use the resources provided by SailfishOS here? Of course I could write a complete mail client (stack) or whatever Qt has in store here, but it would be much easier to simply enqueue the new mail in the given system. Beside

[SailfishDevel] Best way to access SailfishOS provided icons?

2014-01-02 Thread Sven Putze
Hi there, with the OS comes artwork and to be more specific: there come icons. What is the intended way to reuse those icons in own apps? Yes they are in the filesystem somewhere, I could read them from there. But what if their filename or location changes? This would break my app. I could copy

Re: [SailfishDevel] Sending emails from an app

2014-01-02 Thread Andrey Kozhevnikov
only "mailto:em...@address.com"; and its fields allowed afaik. On 03.01.2014 01:26, Sven Putze wrote: Hi there, I want to send emails from an app. What is the intended way to use the resources provided by SailfishOS here? Of course I could write a complete mail client (stack) or whatever Qt h

Re: [SailfishDevel] Best way to access SailfishOS provided icons?

2014-01-02 Thread Andrey Kozhevnikov
use icon.source: "icon://theme/icon-m-iconname" On 03.01.2014 01:27, Sven Putze wrote: Hi there, with the OS comes artwork and to be more specific: there come icons. What is the intended way to reuse those icons in own apps? Yes they are in the filesystem somewhere, I could read them from the

Re: [SailfishDevel] Check for OS in .PRO file

2014-01-02 Thread Thomas Perl
Hi, On 02 Jan 2014, at 20:25, Sven Putze wrote: > There are ways to check for the OS in QtCreator .PRO files, e.g. like > > unix:symbian{ # do stuff} > unix:maemo5{ # do stuff} > macx{ # do stuff} > win32{ # do stuff} > > Is there a way to check (or control to be more precise) that some directi

Re: [SailfishDevel] How to translate (lupdate) ?

2014-01-02 Thread Franck Routier (perso)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I finally used the lupdate binary found in the Harmattan SDK somewhere on my hard disk. Also, to make it process qml files, I used this trick (https://developer.nokia.com/Community/Wiki/Lupdate_with_qml_files), which consists in listing the qml files

Re: [SailfishDevel] How to translate (lupdate) ?

2014-01-02 Thread Andrey Kozhevnikov
for directly use lupdare/lrelease you need to chroot to target (inside VM): sb2 -t SailfishOS-armv7hl -s sdk-install On 03.01.2014 02:00, Franck Routier (perso) wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I finally used the lupdate binary found in the Harmattan SDK somewhere on my har

Re: [SailfishDevel] How to translate (lupdate) ?

2014-01-02 Thread Franck Routier (perso)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ok, now I have .ts file, I did translate the strings, and produced the .qm file. So my next questions are: 1) how do I include the qm file in the rpm ? Should I put it in a specific directory, or directly in /usr/share/MyApp ? 2) is there something s

Re: [SailfishDevel] How to translate (lupdate) ?

2014-01-02 Thread Andrey Kozhevnikov
you can use any /usr/share/appname location. use qm file with QTranslator and install translator to QGuiApplication qsTr is enough you can use LC_ALL On 03.01.2014 02:26, Franck Routier (perso) wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ok, now I have .ts file, I did translate the

Re: [SailfishDevel] Best way to access SailfishOS provided icons?

2014-01-02 Thread Luciano Montanaro
It would be nice to have a reference of the icons available, with the names, the sizes, and their intended (or acceptable) use. Should we add a "together" item for it? The icons are installed on the emulator and SDK, so it is easy enough to have a peek at them... But having them in some style gui

Re: [SailfishDevel] Sending emails from an app

2014-01-02 Thread AL13N
Op vrijdag 3 januari 2014 01:28:17 schreef Andrey Kozhevnikov: > only "mailto:em...@address.com"; and its fields allowed afaik. [...] and i suppose the user will just see the email app on compose with prefilled fields so the user has to accept it? ___ S

Re: [SailfishDevel] Sending emails from an app

2014-01-02 Thread Andrey Kozhevnikov
yes. all mailto fields will be added to composed email On 03.01.2014 02:46, AL13N wrote: Op vrijdag 3 januari 2014 01:28:17 schreef Andrey Kozhevnikov: only "mailto:em...@address.com"; and its fields allowed afaik. [...] and i suppose the user will just see the email app on compose with prefi

[SailfishDevel] Undocumented Silica components

2014-01-02 Thread Luciano Montanaro
I don't know if this has been addresed already, but... In my application, I would like to use a few components that the componentgallery is demoing, but that are not documented in the reference documentation. Is it OK to use everything that works there? Specifically, I want to use * OpacityRampE

[SailfishDevel] Harbour: Rejections clarify

2014-01-02 Thread Mikael Hermansson
It really is kinda frustrated whats allowed and not. Don't get me wrong but I hope more Qt stuff is allowed ASAP(like QtBlutooth module and QtSystem, NFC and some kind of crypto library) Now URadio is not allowed anymore and the only change was localstorage is used in new version? Rejected be

Re: [SailfishDevel] How to activate GPS on device

2014-01-02 Thread Aaron McCarthy
Hi, On Thu, 2 Jan 2014 16:52:29 Caliste Damien wrote: > Hello sailors, > > Le jeudi 02 janvier 2014, Aaron McCarthy a écrit : > > > Not noise par bleu, far from it! > > Well, noise was about how the title of the mail was written. There's no > need to activate the GPS to get it (at least not the

Re: [SailfishDevel] How to activate GPS on device

2014-01-02 Thread Caliste Damien
Hello sailors, Le jeudi 02 janvier 2014, Aaron McCarthy a écrit : > > Not noise par bleu, far from it! Well, noise was about how the title of the mail was written. There's no need to activate the GPS to get it (at least not the latter times). > The license is presented to the user when they first