Re: [SailfishDevel] Jolla release plan for high-level features - update 6 / 7

2014-05-17 Thread Sven Putze
* File picker and real tabs support in browser https://together.jolla.com/question/321/file-picker-needed/ https://together.jolla.com/question/373/tab-reloading-browser-settings/ Will the file-picker be a generic Silica component that is usable in other apps, too? BR. Sven

[SailfishDevel] SFOS - the missing bits and pieces

2014-04-21 Thread Sven Putze
Hi there, some days ago I used to provoke on Twitter: https://twitter.com/hardcodes/status/456342391629160448 Then I spend some time on gathering the missing bits and pieces before I finally Googled it right and can simply paste one single link: http://blackberry.github.io/Cascades-Samples/

Re: [SailfishDevel] Deploy as RPM Package vs Deploy By Building As RPM Package

2014-01-07 Thread Sven Putze
That wording could use some adjustments :-) On 07.01.2014, at 13:33, Timur Kristóf timur.kris...@gmail.com wrote: Deploy by Building an RPM Package really means: Just build an RPM and don't deploy. Timur On Mon, Jan 6, 2014 at 5:30 PM, David Greaves david.grea...@jolla.com wrote:

[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.

[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

Re: [SailfishDevel] together.jolla.com

2013-12-26 Thread Sven Putze
Hi all, what I'd like to see is a roadmap (important not only for developers but also for regular customers) that can be seen on the main Jolla or Sailfish page. This could be literally a visualized graph or something like that. On that map should be rough dates to the next releases and

Re: [SailfishDevel] Together Jolla emails

2013-12-26 Thread Sven Putze
Maybe someone has fixed it now, but if I get a mail there is a first line like XXX posted a comment where comment is a link to the posting. BR. Sven On 25.12.2013, at 21:23, Andrey Kozhevnikov coderusin...@gmail.com wrote: Can you add to togeher jolla emails link to added comment and lint to

[SailfishDevel] configure mail accounts via command line

2013-12-25 Thread Sven Putze
Hi there, can anyone please point me to a howto for creating mail accounts via commandline/ssh? According to http://talk.maemo.org/showthread.php?p=1400041 I've installed with pkcon install libaccounts-glib-tools, the tool installed just fine and lists my Jolla store account. The aforementioned

Re: [SailfishDevel] configure mail accounts via command line

2013-12-25 Thread Sven Putze
On 25.12.2013, at 15:07, Andrey Kozhevnikov coderusin...@gmail.com wrote: imap4/password and smtp/password not working? Nope. And somehow I am glad that it does not work because you can read the values with ag-tool list-settings id and the passwords would show up. If I look at

Re: [SailfishDevel] configure mail accounts via command line

2013-12-25 Thread Sven Putze
. Sven P.S.: And I am not changing my passwords :-) On 25.12.2013, at 15:26, Andrey Kozhevnikov coderusin...@gmail.com wrote: and explain please why cli? On 25.12.2013 20:25, Sven Putze wrote: On 25.12.2013, at 15:07, Andrey Kozhevnikov coderusin...@gmail.com wrote: imap4/password and smtp

Re: [SailfishDevel] configure mail accounts via command line

2013-12-25 Thread Sven Putze
On 25.12.2013, at 15:40, Andrey Kozhevnikov coderusin...@gmail.com wrote: pasting from clipboard to onscreen keyboard not working? sadly then. Sadly, indeed :-) If only I had something I could copy and paste from... ...I've seen the suggestion from Mikael Hermansson but am not desperate

Re: [SailfishDevel] configure mail accounts via command line

2013-12-25 Thread Sven Putze
I din't get that. Emulate keypress where? BR. Sven On 25.12.2013, at 17:39, Andrey Kozhevnikov coderusin...@gmail.com wrote: did you tried emulating keypress with char codes? On 25.12.2013 21:57, Sven Putze wrote: On 25.12.2013, at 15:40, Andrey Kozhevnikov coderusin...@gmail.com wrote

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

2013-12-23 Thread Sven Putze
Hi all, this is a shameless plug (again). Still far from complete, now 133 pages short. The PDF can be directly downloaded from http: //hardcodes.de/SailfishOS/Developing-with-SailfishOS.pdf The project resides on Github. https://github.com/hardcodes/developwithsailfishos.git The source is

[SailfishDevel] Wrong markup on https://sailfishos.org/sailfish-silica/sailfish-application-lifecycle.html

2013-12-21 Thread Sven Putze
Hi there, if you have a look at https://sailfishos.org/sailfish-silica/sailfish-application-lifecycle.html, you will see that the layout goes wild in the middle of the page. I guess there is some markup missing or a simple type in the source of the page. BR. Sven

Re: [SailfishDevel] python development

2013-12-19 Thread Sven Putze
The interesting question is, why did the original creators of Qt opt for C++, rather than the more obvious Java? I suspect that the answer is in the multi-platform ethos of Qt. Quite simply there is an open source C++ compiler available for almost any architecture you can think off, which

Re: [SailfishDevel] QCamera not found: yet again ....

2013-12-08 Thread Sven Putze
c) .h file #include QtMultimedia/QCamera Hi, if you just need the camera, you should prefer this version, I quote from http://qt-project.org/doc/qt-5.0/qtmultimedia/qtmultimedia-index.html: [...]Note: If you are using a few classes from this module, we recommend including those

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

2013-12-07 Thread Sven Putze
Thanks! There is already a troubleshooting section but of course only with those problems that occurred to me so far. I guess some quirks will certainly follow. If you know something worth mentioning, I will be happy to integrate any clean text delivery if you don't want to latex around ;-)

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.

[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] The missing HelloWorld. Wizard included

2013-11-30 Thread Sven Putze
486 was chosen, but where do I set Deploy as RPM Package for the deployment methods? BR. Sven On 30.11.2013, at 20:02, Artem Marchenko artem.marche...@gmail.com wrote: Deploy as RPM Package for the deployment methods ___ SailfishOS.org Devel mailing

Re: [SailfishDevel] The missing HelloWorld. Wizard included

2013-11-30 Thread Sven Putze
Oh boy, found it 8) BR. Sven On 30.11.2013, at 20:35, Sven Putze sailfish...@hardcodes.de wrote: 486 was chosen, but where do I set Deploy as RPM Package for the deployment methods? BR. Sven On 30.11.2013, at 20:02, Artem Marchenko artem.marche...@gmail.com wrote: Deploy as RPM

Re: [SailfishDevel] Third party modules / header files

2013-11-26 Thread Sven Putze
If my understanding of the official documentation is right, then the home folder of my development machine (where QtCreator runs) is shared with the VM. This way the compiler can access the source. But I want the other way around. Re-using header files already there on the SDK machine

Re: [SailfishDevel] Install Icon file

2013-11-01 Thread Sven Putze
Hi, the idea of a well scaling icon is great and I'd say keep that concept. Just create a png for each platform from it. If you want in the Apple universe for example, they force you to create an icon with a resolution of 1024x1024 just for the Appstore, even though it's never shown in that