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
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
+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
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
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
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
>
> _
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
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:
>
>
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
>
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
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
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
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
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
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
├─
15 matches
Mail list logo