Re: [SailfishDevel] The missing HelloWorld. Wizard included

2013-12-01 Thread Putze Sven
Hi, one thing I am trying to wrap my head around is the usage of a project for different devices/operating systems (why? because a living ecosystem needs to attract more developers and those coming from other platforms will come if they already use Qt or see a chance in switching to Qt but

[SailfishDevel] QA app rejected for non absolute icon path

2013-12-01 Thread Gabriel Böhme
Hi sailors and maybe QA people, I submitted two projects to Jolla Store QA and both where rejected for the following reason: /Validate desktop file/ /Desktop file ./usr/share/applications/harbour-cubetimer.desktop is missing valid Icon declaration!/ // /just:/

Re: [SailfishDevel] community thoughts on app security

2013-12-01 Thread Sven Putze
Hi Artem and all, 2) Sandboxes are limiting, but matter. It is way more difficult to freeze to death or misuse iPhone than Android. That probably goes against Mer/Sailfish philosophy though. But a sandbox must not be a bad thing per se. We could learn a lot from the app bundle file

[SailfishDevel] QtCreator quirk

2013-12-01 Thread Sven Putze
Hi all, with the usual QtCreator from the Qt project I have not experienced that but with the one in the SDK there often stays the progressbar named Parsing in the bottom right corner after loading a project. On top it has the color red which indicates an error but everything works just fine.

Re: [SailfishDevel] community thoughts on app security

2013-12-01 Thread Marcin M.
Or maybe just leave it to the user, whether to use a sandbox or not? (set the default behavior and make override rules) -- Marcin 2013/12/1 Sven Putze sailfish...@hardcodes.de 2) Sandboxes are limiting, but matter. It is way more difficult to freeze to death or misuse iPhone than

[SailfishDevel] Developing with SailfishOS - a short introduction

2013-12-01 Thread Sven Putze
Hi there, first of all: this is far from complete and basically just a skeleton yet. Nevertheless I have started to write down a howto for SailfishOS development. Criticism, suggestions, bugfixes, contribution wanted! https://github.com/hardcodes/developwithsailfishos BR. Sven

Re: [SailfishDevel] Developing with SailfishOS - a short introduction

2013-12-01 Thread christopher . lamb
Hi Sven Github won't display the pdf, it's too big ... Looking forward to reading your idea; the more of us talking about Software Engineering the better! grüsse aus der Schweiz (mit Schnee) Chris Zitat von Sven Putze sailfish...@hardcodes.de: Hi there, first of all: this is far from

Re: [SailfishDevel] The missing HelloWorld. Wizard included

2013-12-01 Thread Artem Marchenko
I see the goal for the project in helping with the correct structure and practices from the very beginning. IMHO one minuscule C++ object integrated into QML can improve HelloWorld if: 1. It sits inside a properly structured C++ part of a project 2. Has at least one unit-test located in the

Re: [SailfishDevel] Developing with SailfishOS - a short introduction

2013-12-01 Thread David Greaves
On 01/12/13 15:18, Sven Putze wrote: Hi there, first of all: this is far from complete and basically just a skeleton yet. Nevertheless I have started to write down a howto for SailfishOS development. Criticism, suggestions, bugfixes, contribution wanted!

Re: [SailfishDevel] Developing with SailfishOS - a short introduction

2013-12-01 Thread christopher . lamb
Hi Sven Have now downloaded. Lots of good content, but I need to read through it a few more times to comment in detail. One thing that immediately occurs to me is: 2.3 Linux While it is not supported, an instalation of Sailfish within a Linux VM hosted on OSX works quite happily. It is

[SailfishDevel] Does Sailfish support PyQt5?

2013-12-01 Thread Ye Zetao
Hello,I am a developer of python and I know that Sailfish support Qt with C++, but I am not familiar with C++,So I want to know that if Sailfish support PyQt5 ? Thanks :) ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Does Sailfish support PyQt5?

2013-12-01 Thread Gabriel Boehme
No it's not really supporting PyQt5, at the moment - in Jolla Store - are only Qt/QML apps with C++ allowed, but it is planned to support PyOtherSide from Thomas Perl. This allows to use a Python backend, with much better performance. As far as I know it's not very hard to understand and use it.