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 
 jussi.pakka...@jolla.com ha scritto:
 
 Hello all
 
 We have been looking into ways to improve the developer experience on 
 Sailfish OS. This has lead into developing a bunch of new documentation. The 
 first one of these deals with combining Qml with C++ and has just been put on 
 the web site:
 
 https://sailfishos.org/develop/sdk-overview/combining-c-with-qml/
 
 We have a few others in the pipeline on how to do development without Qt 
 Creator for those of you who prefer other tools and how to do SDL apps.
 
 If there are other areas you would like tutorials on, do let us know.
 
 Thanks
 
 -- 
 Jussi Pakkanen
 SDK Lead developer
 Jolla
 ___
 SailfishOS.org Devel mailing list
 To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

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 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 
jussi.pakka...@jolla.com ha scritto:

Hello all

We have been looking into ways to improve the developer experience on Sailfish 
OS. This has lead into developing a bunch of new documentation. The first one 
of these deals with combining Qml with C++ and has just been put on the web 
site:

https://sailfishos.org/develop/sdk-overview/combining-c-with-qml/

We have a few others in the pipeline on how to do development without Qt 
Creator for those of you who prefer other tools and how to do SDL apps.

If there are other areas you would like tutorials on, do let us know.

Thanks

--
Jussi Pakkanen
SDK Lead developer
Jolla
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org


___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

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, Александр Крылков пишет:
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 
jussi.pakka...@jolla.com mailto:jussi.pakka...@jolla.com wrote:


Hello all

We have been looking into ways to improve the developer experience
on Sailfish OS. This has lead into developing a bunch of new
documentation. The first one of these deals with combining Qml
with C++ and has just been put on the web site:

https://sailfishos.org/develop/sdk-overview/combining-c-with-qml/

We have a few others in the pipeline on how to do development
without Qt Creator for those of you who prefer other tools and how
to do SDL apps.

If there are other areas you would like tutorials on, do let us know.

Thanks

-- 
Jussi Pakkanen

SDK Lead developer
Jolla
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to
devel-unsubscr...@lists.sailfishos.org
mailto:devel-unsubscr...@lists.sailfishos.org




___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org


___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

[SailfishDevel] New SailfishOS phone manufacturer

2015-06-03 Thread schifano
Hi,

I have heard there will be new official Sailfish phone manifacturers. On
this smartphones will the Android apps be supported ? If yes, does it mean
that all the smartphones with Sailfish will have Alien Dalvik available ?

Best Regards,
Alexandre Schifano

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org


[SailfishDevel] New documentation on sailfishos.org

2015-06-03 Thread Jussi Pakkanen

Hello all

We have been looking into ways to improve the developer experience on 
Sailfish OS. This has lead into developing a bunch of new documentation. 
The first one of these deals with combining Qml with C++ and has just 
been put on the web site:


https://sailfishos.org/develop/sdk-overview/combining-c-with-qml/

We have a few others in the pipeline on how to do development without Qt 
Creator for those of you who prefer other tools and how to do SDL apps.


If there are other areas you would like tutorials on, do let us know.

Thanks

--
Jussi Pakkanen
SDK Lead developer
Jolla
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org


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 jussi.pakka...@jolla.com
wrote:

 Hello all

 We have been looking into ways to improve the developer experience on
 Sailfish OS. This has lead into developing a bunch of new documentation.
 The first one of these deals with combining Qml with C++ and has just been
 put on the web site:

 https://sailfishos.org/develop/sdk-overview/combining-c-with-qml/

 We have a few others in the pipeline on how to do development without Qt
 Creator for those of you who prefer other tools and how to do SDL apps.

 If there are other areas you would like tutorials on, do let us know.

 Thanks

 --
 Jussi Pakkanen
 SDK Lead developer
 Jolla
 ___
 SailfishOS.org Devel mailing list
 To unsubscribe, please send a mail to
 devel-unsubscr...@lists.sailfishos.org

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

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 Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org


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 build systems, for service accounts
or sharing plugins.

QMake is fine for the simple example projects, and I use it for them,
but CMake is better suited to larger projects, or where you want the
same software base to work on multiple platforms. Or simply, when
trying to port an existing CMake based project.

So tutorials and templates for these would be welcome as well.

Cheers
Luciano

On Wed, Jun 3, 2015 at 12:42 PM, Michael Fuchs mic...@gmx.at wrote:


 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 Devel mailing list
 To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org



-- 
Luciano Montanaro

Anyone who is capable of getting themselves made President should on
no account be allowed to do the job. -- Douglas Adams
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org


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, Jun 3, 2015 at 1:58 PM, Andrey Kozhevnikov 
coderusin...@gmail.com mailto:coderusin...@gmail.com wrote:


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 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
jussi.pakka...@jolla.com
mailto:jussi.pakka...@jolla.com ha scritto:

Hello all

We have been looking into ways to improve the developer
experience on Sailfish OS. This has lead into developing a
bunch of new documentation. The first one of these deals
with combining Qml with C++ and has just been put on the
web site:

https://sailfishos.org/develop/sdk-overview/combining-c-with-qml/

We have a few others in the pipeline on how to do
development without Qt Creator for those of you who prefer
other tools and how to do SDL apps.

If there are other areas you would like tutorials on, do
let us know.

Thanks

-- 
Jussi Pakkanen

SDK Lead developer
Jolla
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to
devel-unsubscr...@lists.sailfishos.org
mailto:devel-unsubscr...@lists.sailfishos.org

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to
devel-unsubscr...@lists.sailfishos.org
mailto:devel-unsubscr...@lists.sailfishos.org


___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to
devel-unsubscr...@lists.sailfishos.org
mailto:devel-unsubscr...@lists.sailfishos.org




___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org


___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

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 coderusin...@gmail.com
wrote:

 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 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 
 jussi.pakka...@jolla.com ha scritto:

 Hello all

 We have been looking into ways to improve the developer experience on
 Sailfish OS. This has lead into developing a bunch of new documentation.
 The first one of these deals with combining Qml with C++ and has just been
 put on the web site:

 https://sailfishos.org/develop/sdk-overview/combining-c-with-qml/

 We have a few others in the pipeline on how to do development without Qt
 Creator for those of you who prefer other tools and how to do SDL apps.

 If there are other areas you would like tutorials on, do let us know.

 Thanks

 --
 Jussi Pakkanen
 SDK Lead developer
 Jolla
 ___
 SailfishOS.org Devel mailing list
 To unsubscribe, please send a mail to
 devel-unsubscr...@lists.sailfishos.org

 ___
 SailfishOS.org Devel mailing list
 To unsubscribe, please send a mail to
 devel-unsubscr...@lists.sailfishos.org


 ___
 SailfishOS.org Devel mailing list
 To unsubscribe, please send a mail to
 devel-unsubscr...@lists.sailfishos.org

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

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 coderusin...@gmail.com:
 
 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, Jun 3, 2015 at 1:58 PM, Andrey Kozhevnikov coderusin...@gmail.com 
 wrote:
 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 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 
 jussi.pakka...@jolla.com ha scritto:
 
 Hello all
 
 We have been looking into ways to improve the developer experience on 
 Sailfish OS. This has lead into developing a bunch of new documentation. 
 The first one of these deals with combining Qml with C++ and has just 
 been put on the web site:
 
 https://sailfishos.org/develop/sdk-overview/combining-c-with-qml/
 
 We have a few others in the pipeline on how to do development without Qt 
 Creator for those of you who prefer other tools and how to do SDL apps.
 
 If there are other areas you would like tutorials on, do let us know.
 
 Thanks
 
 -- 
 Jussi Pakkanen
 SDK Lead developer
 Jolla
 ___
 SailfishOS.org Devel mailing list
 To unsubscribe, please send a mail to 
 devel-unsubscr...@lists.sailfishos.org
 ___
 SailfishOS.org Devel mailing list
 To unsubscribe, please send a mail to 
 devel-unsubscr...@lists.sailfishos.org
 
 ___
 SailfishOS.org Devel mailing list
 To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org
 
 
 
 ___
 SailfishOS.org Devel mailing list
 To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org
 
 ___
 SailfishOS.org Devel mailing list
 To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] New SailfishOS phone manufacturer

2015-06-03 Thread Andrey Kozhevnikov
TOH is only Jolla feature, not 3rd party developers of course. Talk to 
these companies and ask them to implement TOH in their sailfishos devices :)


03.06.2015 23:02, Martin Kolman пишет:

Wed, 3 Jun 2015 13:46:02 +0200 schif...@polytech.unice.fr:

Hi,

I have heard there will be new official Sailfish phone manifacturers. On
this smartphones will the Android apps be supported ? If yes, does it 
mean
that all the smartphones with Sailfish will have Alien Dalvik 
available ?

Also what about the ToH concept ? It would be a shame to loose it on new
devices just when the first ToH keyboards start shipping...

(BTW, as most current ToHs use 3D printed components it does not 
necessarily
need to be mechanically compatible, just electrically - and even that 
is not
that important. In short - any interface that makes it possible to 
mechanically
attach something to the back of the device + power  data  interrupt 
channel

would do.)

Best Wishes
Martin


Best Regards,
Alexandre Schifano

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to 
devel-unsubscr...@lists.sailfishos.org



___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to 
devel-unsubscr...@lists.sailfishos.org


___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org