Re: [SailfishDevel] New documentation on sailfishos.org

2015-06-08 Thread Michele Tameni
I'm collaborating with SitePoint to write some articles about development on Sailfish, if you want some specific topics covered just drop me a line, and I can try to propose the article to the editors and write it. Michele 2015-06-05 11:44 GMT+02:00 Alex Smirnoff : > Hi. > That will be perfect i

Re: [SailfishDevel] New documentation on sailfishos.org

2015-06-05 Thread Alex Smirnoff
Hi. That will be perfect if you add some documentation parts for using cmake. Right now I was not able to run it from Qt Creator on Sailfish target, although it supported by Qt Creator and works perfectly well on Desktop Linux. I have even no idea if it is not possible at all or I am doing somethin

Re: [SailfishDevel] New documentation on sailfishos.org

2015-06-05 Thread David Greaves
On second thoughts... :D I totally forgot that https://together.jolla.com/questions/ has a wiki facility. It would make more sense to use that to produce and collaborate on sailfish articles. I'm sure there will be a way to do PRs and such-like in the future but this is something that can

Re: [SailfishDevel] New documentation on sailfishos.org

2015-06-04 Thread Martin Kolman
Thu, 4 Jun 2015 18:24:33 +0200 (CEST) François K. : Hi ! Thanks for your efforts. This is really great, especially for beginners (like me !). I have another suggestion : would it be possible to open the documentation to community ? I think a few people here could easily provide some good how-

Re: [SailfishDevel] New documentation on sailfishos.org

2015-06-04 Thread François
I was more thinking about a centralized place. IMHO, having 2 places to check adds confusion, especially when you are new in the community. I was thinking about a git repo with .md files. People who would want to contribute would just have to send a PR. If accepted, Jolla would "just" have to h

Re: [SailfishDevel] New documentation on sailfishos.org

2015-06-04 Thread David Greaves
Yep - feel free to use the Mer wiki - it is available for all communities based on Mer. David On 04/06/15 17:41, Andrey Kozhevnikov wrote: In this case jolla should create some community wiki, or at least merproject wiki can be used for this. 04.06.2015 21:24, François K. пишет: Hi ! Thanks

Re: [SailfishDevel] New documentation on sailfishos.org

2015-06-04 Thread Andrey Kozhevnikov
In this case jolla should create some community wiki, or at least merproject wiki can be used for this. 04.06.2015 21:24, François K. пишет: Hi ! Thanks for your efforts. This is really great, especially for beginners (like me !). I have another suggestion : would it be possible to open the

Re: [SailfishDevel] New documentation on sailfishos.org

2015-06-04 Thread François K .
Hi ! Thanks for your efforts. This is really great, especially for beginners (like me !). I have another suggestion : would it be possible to open the documentation to community ? I think a few people here could easily provide some good how-tos and explanations about different subjects. Someon

Re: [SailfishDevel] New documentation on sailfishos.org

2015-06-03 Thread Andrey Kozhevnikov
I'm still thinking if you developing apps in qtc you should first read digia/qt.io articles, and use silica reference only for sailfish specific bits. Also help articles in mine sailfish sdk qtc contains some articles about adding libs to project. 03.06.2015 22:32, Giuliettasw пишет: Big chang

Re: [SailfishDevel] New documentation on sailfishos.org

2015-06-03 Thread Giuliettasw
Big changes? Not that i know of, as said most of the more useful stuff is indeed very obscure sometimes. This is the info that should be more easily accessible imo Von meinem iPad gesendet > Am 03.06.2015 um 19:41 schrieb Andrey Kozhevnikov : > > why? qmake is qmake. or there is some big chang

Re: [SailfishDevel] New documentation on sailfishos.org

2015-06-03 Thread Andrey Kozhevnikov
why? qmake is qmake. or there is some big changes since years? 03.06.2015 21:28, Tone Kastlunger пишет: Although qmake information is scattered all over the place, and the most obscure one can be found only from old qt forums...it would be great to have them somewhere all together :) On Wed,

Re: [SailfishDevel] New documentation on sailfishos.org

2015-06-03 Thread Tone Kastlunger
Although qmake information is scattered all over the place, and the most obscure one can be found only from old qt forums...it would be great to have them somewhere all together :) On Wed, Jun 3, 2015 at 1:58 PM, Andrey Kozhevnikov wrote: > I suggest you to read official QMAKE documentation, and

Re: [SailfishDevel] New documentation on sailfishos.org

2015-06-03 Thread Andrey Kozhevnikov
I suggest you to read official QMAKE documentation, and not asking Jolla devs to write it. Daemons are not allowed for Harbour at the moment, so very unlikely such article will appear in sailfishos docs. 03.06.2015 15:50, Riccardo Ferrazzo пишет: You can add some documentation on how to ship a

Re: [SailfishDevel] New documentation on sailfishos.org

2015-06-03 Thread Luciano Montanaro
I personally use a mix of QtCreator and vim/commandline for developing. Project setup in Qtcerator is convenient, as well as deploying to the target, but I often fall back to my command line habit. What would help to have is a ferw more project templates, e.g. for SDL projects, or for different bui

Re: [SailfishDevel] New documentation on sailfishos.org

2015-06-03 Thread Riccardo Ferrazzo
You can add some documentation on how to ship an executable that links to shared libraries that are not part of the system. Also you can write something about how to create a “daemon” that runs in background. > Il giorno 03/giu/2015, alle ore 12:15, Jussi Pakkanen > ha scritto: > > Hello all

Re: [SailfishDevel] New documentation on sailfishos.org

2015-06-03 Thread Michael Fuchs
Am 03.06.2015 um 12:15 schrieb Jussi Pakkanen: We have a few others in the pipeline on how to do development without Qt Creator for those of you who prefer other tools Thanks a lot. Looking forward to this one. greetz, Michael. ___ SailfishOS.org D

Re: [SailfishDevel] New documentation on sailfishos.org

2015-06-03 Thread Andrey Kozhevnikov
IMHO it's not Sailfish-specific articles, and it should not be put in docs, but can be linked to official ones. qt.io have good documentation about built-in QTCreator debugger. Also as it linux you can debug app with gdb in terminal locally or remotely. 03.06.2015 15:23, Александр Крылков пише

Re: [SailfishDevel] New documentation on sailfishos.org

2015-06-03 Thread Александр Крылков
Hi! It will be very helpful if you do documentation on how to debug applications for Sailfish OS properly. For example, I have some SIGSEGV signal in some parts of my application, but it hard to debug this types of problems. On Wed, Jun 3, 2015 at 4:15 PM, Jussi Pakkanen wrote: > Hello all > > W