[SailfishDevel] community thoughts on app security

2013-11-30 Thread AL13N
plz see the thoughts of 'users' on app security (compiled from IRC #jolla) to be found here: (on section of same name) http://elinux.org/Jolla additionally, there's also stuff on jolla hardware there, and some thoughts on defined services on apps(system) for other apps (maybe dbus stuff?) i don

Re: [SailfishDevel] File chooser

2013-11-30 Thread Caliste Damien
Hello, Le vendredi 29 novembre 2013, Superpelican a écrit : > IMHO a file picker/chooser/dialog should be the number 1 priority for > the Sailors right now I agree 100% with this. Especially since we cannot use the folderListModel from QML in harbour. With this QML plugin, one can easily create a

Re: [SailfishDevel] Qt5.2/NFC API in sailfishos

2013-11-30 Thread Tone Kastlunger
+1 on this one On Sat, Nov 30, 2013 at 10:47 PM, Mikael Hermansson wrote: > I just saw that Digia will soon release Qt5.2. I guess jPhone will have > this > upgraded later on? > > But what got me dissapointed was that the new Qt NFC API module is only > supported on Blackberry? > > So what is t

[SailfishDevel] Qt5.2/NFC API in sailfishos

2013-11-30 Thread Mikael Hermansson
I just saw that Digia will soon release Qt5.2. I guess jPhone will have this upgraded later on? But what got me dissapointed was that the new Qt NFC API module is only supported on Blackberry? So what is the state of NFC API on sailfishos? Will it use it? or is there some kind of NFC API? I v

[SailfishDevel] QT Contacts Filter on Sailfish

2013-11-30 Thread christopher . lamb
Hi All I am playing around with QtContacts 5.0 on Sailfish (still on the Emulator ..) I am able to add, display and sort contacts. So far so good. My code is at the bottom of this mail However things go pear-shaped when I try and filter the contacts: I get the error: file:///usr/share/Cont

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 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 wrote: > >> Deploy as RPM Package for the deployment methods > > _

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 wrote: > Deploy as RPM Package for the deployment methods ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] The missing HelloWorld. Wizard included

2013-11-30 Thread Artem Marchenko
Follow the readme, Sven :) You missed step "2. Open Projects tab, select i486 target, then Run tab. Choose Deploy as RPM Package for the deployment methods?" /Artem. On Sat, Nov 30, 2013 at 8:46 PM, Putze Sven wrote: > Hi, > > great idea, I get an error if I try to run it on the emulator: > >

Re: [SailfishDevel] The missing HelloWorld. Wizard included

2013-11-30 Thread Putze Sven
Hi, great idea, I get an error if I try to run it on the emulator: bash: /opt/sdk/helloworld-pro-sailfish: No such file or directory Remote application finished with exit code 127. is shown in the "Application output" tab. BR. Sven On 30.11.2013, at 19:06, Artem Marchenko wrote: > Hi All >

[SailfishDevel] The missing HelloWorld. Wizard included

2013-11-30 Thread Artem Marchenko
Hi All **Short version** Go check this out and contribute corrections - https://github.com/amarchen/helloworld-pro-sailfish **Long version** "Just an app" templates make my heart cry. Changing them to the proper structure is pain every time you go beyond "just a helloworld". So I created a Hello

Re: [SailfishDevel] Problems with CoverActions

2013-11-30 Thread Tero Siironen
Okay, got this solved. I need to get the view as a pointer and then the cover works properly. Like this: Q_DECL_EXPORT int main(int argc, char *argv[]) { QScopedPointer app(SailfishApp::application(argc, argv)); QScopedPointer view(SailfishApp::createView()); view->setSource(SailfishApp

[SailfishDevel] Problems with CoverActions

2013-11-30 Thread Tero Siironen
Hi, I noticed that cover actions of my app had stopped working after the bigger update of SDK. I debugged it a bit yesterday and found out that the main seems to be the problem. If I use the default template, actions are visible and works in the cover: Q_DECL_EXPORT int main(int argc, char *ar

[SailfishDevel] [solved] qmake / Makefile - rules missing

2013-11-30 Thread Putze Sven
Ok, needed own settings, used this as a template https://github.com/amarchen/Wikipedia/blob/master/src/src.pro BR. Sven On 30.11.2013, at 13:12, Putze Sven wrote: > Hi there, > > after I changed the structure inside of a test project, some of the rules in > the resulting Makefile are missing

[SailfishDevel] http://releases.sailfishos.org/sdk/ -->403 Forbidden

2013-11-30 Thread Putze Sven
Hi, if I try to access http://releases.sailfishos.org/sdk/ which is linked from https://sailfishos.org/develop-overview-article.html I get 403 Forbidden. This might need a fix. BR. Sven ___ SailfishOS.org Devel mailing list

[SailfishDevel] qmake / Makefile - rules missing

2013-11-30 Thread Putze Sven
Hi there, after I changed the structure inside of a test project, some of the rules in the resulting Makefile are missing. The structure is now as follows: TestSailfishOS/ ├── Makefile ├── TestSailfishOS ├── TestSailfishOS.pro ├── TestSailfishOS.pro.user ├── moc │ └── moc_qbusinesslogic.cpp ├─