Hi,
On 03.02.2014, at 16:58, David Greaves wrote:
> On 03/02/14 15:29, Putze Sven wrote:
>> Hi there,
>>
>> during Fosdem I spoke to some people about this, even to Carsten Munk from
>> Jolla itself (not in the depth and detail of this mail, I must admit) and he
&g
Hi there,
during Fosdem I spoke to some people about this, even to Carsten Munk from
Jolla itself (not in the depth and detail of this mail, I must admit) and he
suggested to write this in the mailing list, so those of Jolla who should be
concerned have a chance to answer this question and I re
Hi,
I am just wondering why there was the idea "hey, let's do some bondage and use
the Google API" (or Facebook or...) instead of using CardDav and CalDav from
the beginning. Shouldn't that have been the natural choice for an more or less
open phone?
Nevertheless I will be happy when the alter
Hi,
could you please shed some light about this issue? What kind of service
agreements? Between whom? Was there some hidden hint in the fine print I did
not read why I bought the phone?
Or to put it in some more provocative way: those contact data is *my* data and
*I* want to decide what inform
Hi,
>
> What are the pros and cons of using QStandardPaths as opposed to XDG
> Environmental Variables?
>
If you look into the unix implementation of the class QStandardPaths, you find
something like
QString QStandardPaths::writableLocation(StandardLocation type)
{
switch (type) {
ca
Hi,
IMHO the .yaml file is (partly) rewritten if something changes in your .pro
file, could this be your problem here?
BR.
Sven
On 29.12.2013, at 17:48, christopher.l...@thurweb.ch wrote:
> Hi All
>
> If add a new dependency to the a projects .yaml file via the QtCreator yaml
> file editor,
Hi there,
let's assume I've got an umbrella project file myApp.pro which is in some
BaseDir:
TEMPLATE = subdirs
SUBDIRS = myAppLogic myAppSFOS
CONFIG += ordered
myAppSFOS.depends = myAppLogic
There are 2 subprojects, first there is myAppLogic which builds a library,
second is myAppSFOS which
mur's suggestions would work.
>
> David
>
> On 04/01/14 10:42, Putze Sven wrote:
>> Hi,
>>
>> I should read my mails more often 8) Just figured out
>>
>> win32|macx{
>>SDKHOSTNAME=unknown
>> }
>> linux-g++{
>>SDK
Hi,
I should read my mails more often 8) Just figured out
win32|macx{
SDKHOSTNAME=unknown
}
linux-g++{
SDKHOSTNAME=$$system(hostname)
}
contains(SDKHOSTNAME , "SailfishSDK"){
message("Heureka! Running on the MerSDK VM")
}
else{
message("running somewhere else")
}
But I will also
So I have to assume there is no API (yet?) and have voted on together.
BR.
Sven
___
SailfishOS.org Devel mailing list
> in a header file. The corresponding
>
> CONFIG += qtestlib
>
Actually it is
CONFIG += testlib
but documented as qtestlib in one of the help files. But the problem remains
the same.
BR.
Sven
___
SailfishOS.org Devel mailing list
Hi there,
I am still in the process of "how to organize projects" in such a way that I
want to make sure that they don't turn out as a maintenance nightmare and I can
add other platforms in future. One topic of this is building the "business
logic" as a library and create a test project for it.
Hi there,
yes the subject is quite a bit provocative :-)
When I get it right there is a gcc4.6.4 on the MerSDK virtual machine. An
up-to-date version of gcc should be something around 4.8. Usually I am not part
of the "I must always have the latest version" race but with reference to
compilers
Is there a VNC server available? I remember someone asking that as a feature.
On 27.12.2013, at 11:43, Andrey Kozhevnikov wrote:
> VNC?
>
> On 27.12.2013 16:40, Putze Sven wrote:
>> Hi all,
>>
>> would it be possible to open a (SSH tunneled) Xterm or Wayland ses
On 25.12.2013, at 18:49, Andrey Kozhevnikov wrote:
> what profit of using long crypted password if you can't remember it or just
> type, if you keeping your long and crypted password in some text file and
> pasting it every time you need to reset your mail account?
My passwords are not in a p
Hi all,
would it be possible to open a (SSH tunneled) Xterm or Wayland session with the
phone? Is there enough technology in the Wayland stack on the phone?
Usecase could be presentation on a beamer, recording of what's happening on the
phone. How did the Jolla guys make their remote presentatio
Hi,
I've used something like
VERSION = 0.1.0
HC_GITHASH = $$system(git show HEAD|grep "^commit"|cut -c 8-)
# c style DEFINEs to access the git hash and program version
DEFINES += HC_PROGRAMVERSION=\\\"$$VERSION\\\"
DEFINES += HC_GITHASH=\\\"$$HC_GITHASH\\\"
in the .PRO file. This provides acces
Hi all,
just a little update. A downloadable pdf version can now be found at
http://hardcodes.de/SailfishOS/Developing-with-SailfishOS.pdf. It is still far
from complete but grows :-)
I went from "thinking about moving to another markup language" to "I will
move". But I am still thinking about
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 they
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
>
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
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
├─
. not shared).
Hm, so far I thought that this is true for everything that is _not_ available
as RPM package in the NEMO repository.
BR.
Sven
>
> mfg
>
> Chris
>
> Zitat von "Putze Sven" :
>
>> Hi there,
>>
>> For some time now I am wondering
Hi there,
For some time now I am wondering what the best practice would be for using
third party components. First off all I want to sketch my understanding so far:
# I can use any RPM package that is available via "zypper" on the emulator AKA
"The SailfishOS Emulator". SSH in that thingy and i
On 21.11.2013, at 14:06, Reto Zingg wrote:
> On 21.11.2013 14:53, Putze Sven wrote:
>>>
>>> - Shared libraries
>>> · You can ship your own private copies of shared libraries that you
>>> link against in /usr/share//, you are not allowed to
>
>
> - Shared libraries
> · You can ship your own private copies of shared libraries that you
> link against in /usr/share//, you are not allowed to
> install shared libraries anywhere else.
Hi,
do I get it right that for each and every App there will be a directory in the
form
/usr/s
It seems that I stirred up a hornet's nest here...
First of all thank you, that there has been an answer from the Jolla team,
although the answer is not what I hoped for.
As a user or potential developer in the Jolla universe I simply don't care
where the problem is. The SDK is the top layer I c
Hi there,
is there a bugtracker for reported issues or new issues anywhere around
(Sailfish OS / SDK / Installer)? Or is everything handled via this list here so
far?
Best.
Sven
___
SailfishOS.org Devel mailing list
29 matches
Mail list logo