Re: [SailfishDevel] SQLite: ON DELETE CASCADE with Foreign Keys not working

2016-08-24 Thread David Greaves
Did you try? I combined both the PRAGMA foreign_keys = ON; and PRAGMA foreign_keys; into one transaction. David On 24/08/16 14:56, TE wrote: Sorry for being ambiguous. It returns: {"foreign_keys":0} On 24.08.2016 15:53, David Greaves wrote: What does function queryForeignK

Re: [SailfishDevel] SQLite: ON DELETE CASCADE with Foreign Keys not working

2016-08-24 Thread David Greaves
What does function queryForeignKeysEnabled() { instance().transaction(function(tx) { var rs = tx.executeSql("PRAGMA foreign_keys = ON; PRAGMA foreign_keys;"); console.log(JSON.stringify(rs.rows.item(0))) }); } return? David On 24/08/16 13:45, TE wrote: Hello M

Re: [SailfishDevel] Update 2.0.1.3 and ssh

2015-10-28 Thread David Greaves
Login to the device as root and: cp /etc/ssh/sshd_config /etc/ssh/sshd_config.safe cat <> /etc/ssh/sshd_config # Added this line to enable SDK to connect Ciphers +aes128-cbc EOF systemctl restart sshd.service *** Don't forget to fix it when the new

Re: [SailfishDevel] New documentation on sailfishos.org

2015-06-05 Thread David Greaves
t can be used today. David On 04/06/15 17:43, David Greaves wrote: Yep - feel free to use the Mer wiki - it is available for all communities based on Mer. David On 04/06/15 17:41, Andrey Kozhevnikov wrote: In this case jolla should create some community wiki, or at least merproject wiki c

Re: [SailfishDevel] New documentation on sailfishos.org

2015-06-04 Thread David Greaves
Yep - feel free to use the Mer wiki - it is available for all communities based on Mer. David On 04/06/15 17:41, Andrey Kozhevnikov wrote: In this case jolla should create some community wiki, or at least merproject wiki can be used for this. 04.06.2015 21:24, François K. пишет: Hi ! Thanks

Re: [SailfishDevel] Neo900 support

2015-04-09 Thread David Greaves
Or you could buy, you know, a Jolla phone *today* and https://www.kickstarter.com/projects/2028347278/tohkbd-the-other-half-keyboard-for-your-jolla because there's no point in Jolla being as open as possible and then users not supporting the community that develops awesome things like that ^^^

[SailfishDevel] Mer (and Sailfish and anyone else using Mer) meetup/dinner at FOSDEM

2015-01-21 Thread David Greaves
Hi all We're planning a dinner at FOSDEM on the saturday night and I'd like to get some numbers for the reservation. The meals aren't cheap so I've asked for a €30/€40/€50 menu options at http://www.restaurantvincent.com I'll post more info as it arrives (like the menu choices - it's a stea

Re: [SailfishDevel] SailfishOS, open source, collaboration meeting: do we have it this week?

2015-01-19 Thread David Greaves
I added the FOSDEM meetup meal to the agenda David On 19/01/15 12:00, Iekku Pylkka wrote: Ahoy, Seems that we haven’t received any topics for meeting: https://together.jolla.com/question/54157/sailfishos-open-source-collaboration-meeting-planning/ I will check situation later today, but if n

Re: [SailfishDevel] How does the mer build engine compile for armv7hl?

2015-01-10 Thread David Greaves
On 10/01/15 11:13, Dirk Zimmermann wrote: On 10.01.2015 11:15, jerome levreau wrote: for all project, click the project tab and add a kit, that all. Than select target from the build button (bottom left) to be able to deploy you have to add a device from tool->options->mobile ; dev mod must be e

Re: [SailfishDevel] [Minutes] SailfishOS community meeting 10.6 + planning for next one 17.6

2014-06-16 Thread David Greaves
Also were there any action points that needed reporting/following up? David On 16/06/14 09:32, Andrea Bernabei wrote: > I just added two topics...is there still a chance of having the meeting by > tomorrow? :) > > > 2014-06-16 10:21 GMT+02:00 Carol Chen >: > >

Re: [SailfishDevel] Acceptable Behaviour Guidelines - you decide

2014-05-27 Thread David Greaves
t; > > Zitat von "Stefano Mosconi" : > >> It seems that the original topic was a bit forgotten in favor of the forum >> vs. >> ML vs. TJC (which is a good and intersting topic but no matter what tool we >> use we will have to go back to the main que

[SailfishDevel] Acceptable Behaviour Guidelines - you decide

2014-05-22 Thread David Greaves
There's been enough noise on this mailing list recently that some people have felt they don't want to participate. We need to be careful about over-policing discussions but there is such a thing as under-policing too. How would we (community, not Jolla) determine the line? and what measures do we

Re: [SailfishDevel] Upcoming behavioural change with how graphics resources are handled.

2014-05-06 Thread David Greaves
On 06/05/14 10:55, Gunnar Sletta wrote: > to be "false" meaning that when an application is not on screen, its graphics > memory and OpenGL context will be deleted. What does on screen mean? Since > affected. - Covers are unaffected. my cover shows the GL context - so I'm not sure quit

Re: [SailfishDevel] Proposal to skip 29th Apr meeting? Re: Next weekly meeting on 29-Apr: SailfishOS, open source, collaboration and way forward

2014-04-28 Thread David Greaves
+1 - I'm travelling and won't be able to attend On 28/04/14 10:03, Carol Chen wrote: +1 for Carsten's proposal Mon Apr 28 2014 11:55:34 GMT+0300 (EEST) Carsten Munk 寫了: On 22/04/14 19:19, Carol Chen wrote: Hi again! Now let's nail down some specifics for the next meeting. We need at least th

Re: [SailfishDevel] Warning: File `Makefile' has modification time 0.51 s in the future

2014-04-15 Thread David Greaves
On 15/04/14 07:07, christopher.l...@thurweb.ch wrote: > Hi Thomas > > Earlier this year in addition to my normal day job I took over responsibility > for a server farm of over 50 servers both real and virtual. Their clocks, > system > and hardware were all over the place. This lead to strange kno

Re: [SailfishDevel] Warning: File `Makefile' has modification time 0.51 s in the future

2014-04-14 Thread David Greaves
On 14/04/14 14:49, Chris Walker wrote: > On Mon, 14 Apr 2014 14:26:58 +0100 > Chris Walker wrote: > >> Can somebody help me with this one please? >> >> I've just rebuilt my machine and have reinstalled QtCreator etc. I >> never had this problem before so I'm guessing it's something I've done >> b

Re: [SailfishDevel] Where is the source code for the Sailfish OS version of fingerterm (and other GPL applications)

2014-04-12 Thread David Greaves
On 12/04/14 14:31, me...@tickmeet.com wrote: > Hi, > > I'd like to make a few tweaks to fingerterm for my Jolla. So I went to get > the source code but can't seem to find it anywhere. > > I've found the Nemo mobile project version > (https://github.com/nemomobile/fingerterm). But that uses Meego

Re: [SailfishDevel] ShaderEffect QML element

2014-04-10 Thread David Greaves
caveat: I'm pretty new to GLSL For me: vec2(-0.75, -0.5) is fine. Note that integers like: vec2(-0.75, 1) fail. I will be putting the glsl validation and optimiser tool into mer-tools 'soon'. (Sooner now I know other people are playing with it) David On 10/04/14 12:50, Luca Donaggio wrot

Re: [SailfishDevel] Nemo MW to Mer

2014-04-05 Thread David Greaves
On 05/04/14 12:02, Filip Kłębczyk wrote: > W dniu 05.04.2014 11:41, Thomas Perl pisze: >> Personally, I see it more like “claiming maintainership”, if anything >> - maintaining a set of well-maintained and packaged middleware >> components in Mer that other projects can decide to use or not (the >>

Re: [SailfishDevel] Adding tinc to mer-tools

2014-04-03 Thread David Greaves
On 02/04/14 20:45, Graham Cobb wrote: > I have now got a tinc package which handles systemd (systemctl can be > used to start and stop tincd using a service called > "tinc@netname.service", where netname is the network name to be used by > tinc). > > I have not done anything about connman. I have

Re: [SailfishDevel] Adding tinc to mer-tools

2014-03-30 Thread David Greaves
On 30/03/14 08:05, "Thomas B. Rücker" wrote: > On 03/29/2014 11:44 PM, Graham Cobb wrote: >> I have taken the tinc rpm source from CentOS (tinc-1.0.23-1.el5.src.rpm) >> and rebuilt it on my jolla phone (using rpmbuild --rebuild). It seems >> to work fine. > > That's nice. I guess it's CLI only an

Re: [SailfishDevel] geeksphone

2014-03-18 Thread David Greaves
On 18/03/14 13:36, Fabian Nedoluha wrote: > hi, > > could you maybe share how to get sailfish os running via cyanogenmod? (i was > told in your irc that it should be pretty easy once you have cyanogenmod > running) > > our diskussion about that: > > http://forum.geeksphone.com/index.php?topic=5

Re: [SailfishDevel] how can I translate the application name

2014-02-19 Thread David Greaves
Apps have 2 names: * harbour name * pretty name The harbour name is the internal name used for things like filesystem locations and packages. It should not be translated. The pretty name is used for presentation and can be translated like any other string. I'm english so I'm awful at translation

Re: [SailfishDevel] How to get the screen capture but don't block UI

2014-02-12 Thread David Greaves
Correct David On 12/02/14 06:46, Andrey Kozhevnikov wrote: > using Qt DBus classes and not use system() call? > > On 12.02.2014 12:08, itviewer wrote: >> Dear all, >> >> I need the screen capture function in my application . There are two >> applications (screenshot and opensource sailshotme)

Re: [SailfishDevel] When does Jolla give us an API?

2014-02-09 Thread David Greaves
On 09/02/14 11:28, Putze Sven wrote: > Hi, > > On 03.02.2014, at 16:58, David Greaves wrote: > >> On 03/02/14 15:29, Putze Sven wrote: >>> What does a developer need to write quality apps? An API and a >>> documentation of such. >>> >>

Re: [SailfishDevel] Sideload Native App To Sailfish

2014-02-06 Thread David Greaves
It may also be worth talking to the community. I'm sure there would be people willing to help with shipping like this - possibly in Finland too. I know I've done that for friends in Europe for other devices in the past because UK companies wouldn't ship there. David On 06/02/14 11:23, joao morga

Re: [SailfishDevel] FOSDEM Community follow-up - open source app community

2014-02-05 Thread David Greaves
On 04/02/14 07:40, "Thomas B. Rücker" wrote: > My question has been lingering for a while. ( > https://together.jolla.com/question/13605/visible-open-source-app-community-supported-by-jolla/ > ) > > But during FOSDEM we had a Sailfish/Jolla Community Round-Table ( > https://together.jolla.com/ques

Re: [SailfishDevel] When does Jolla give us an API?

2014-02-03 Thread David Greaves
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 > suggested to write this in the mailing list, so those of Jolla who should be > concerned

Re: [SailfishDevel] Qt Creator Code AutoCompletion in QML for C++ declarative plugins

2014-01-26 Thread David Greaves
On 26/01/14 16:23, christopher.l...@thurweb.ch wrote: > Hi All > > My app exposes chunks of functionality to the QML side from C++ declarative > plugins. > > On the QML side QtCreator gives me automatic code completion for elements > exposed from such plugins, suggesting property and method names

Re: [SailfishDevel] OpenGL Under Selica QML

2014-01-23 Thread David Greaves
On 23/01/14 09:28, Wim de Vries wrote: > On 01/22/2014 05:34 PM, David Greaves wrote: >> Fantastic - I just verified that it works here too. >> >> How are you getting the GL into the QML scene? > From one of the GL examples (Squircle in c++): > glViewport() determinin

Re: [SailfishDevel] OpenGL Under Selica QML

2014-01-22 Thread David Greaves
; > r > wim > > > wsvries schreef op 2014-01-22 14:50: >> Thanks, >> I'll stick to standard QML then. >> r >> wim >> >> David Greaves schreef op 2014-01-22 12:04: >>> On 22/01/14 10:59, David Greaves wrote: >>>> Th

Re: [SailfishDevel] OpenGL Under Selica QML

2014-01-22 Thread David Greaves
On 22/01/14 10:59, David Greaves wrote: > The other option is to render to an FBO and then assign that to a QML item > > http://qt-project.org/doc/qt-5/qtquick-visualcanvas-scenegraph.html#mixing-scene-graph-and-opengl > > AFAIUI it's slightly lower performance but it does gi

Re: [SailfishDevel] OpenGL Under Selica QML

2014-01-22 Thread David Greaves
On 22/01/14 08:37, Wim de Vries wrote: > Hi, > Some time ago Thomas Perl was so kind to supply us with an example 'OpenGL > Over > QML'. > It uses the afterRendering() signal. > I am trying to use the beforeRendering() signal (including > setClearBeforeRendering(false)), but I get no OpenGL output

[SailfishDevel] C++ information class in QML Re: GPS not turned off if app exits without stopping the GPS

2014-01-13 Thread David Greaves
On 13/01/14 23:01, Marcel wrote: > Hi all, > > Sorry to be slightly offtoppic, but a small question on this: what would be > the best practice then if I would need the position in QML and in C++, or in > two different pages in QML? Shouldn't I use two PositionSources? I have this > problem for

Re: [SailfishDevel] Scriptlets in RPM hot allowed to Harbour

2014-01-12 Thread David Greaves
All run as user: (Aside: the "chum" repository is something I'm doing with my community hat on, not my Jolla one. It's intended to be run ***and QA'ed*** by the community. More on this 'soon') On 11/01/14 21:45, Semuonov Basil wrote:> I guess, that I am the person who started this story about scr

Re: [SailfishDevel] No inbox? -> SMS

2014-01-10 Thread David Greaves
On 10/01/14 12:52, Chris Walker wrote: > On Fri, 10 Jan 2014 11:51:27 +0100 > Markus Svensson wrote: > >> Ah - tap-and-pan, never tried that particular gesture :) >> >> But it does work - thanks for pointing it out. > > A definite +1 for that. I looked at an iPhone recently and to be able > to

Re: [SailfishDevel] Qt Creator Yaml file editor loses new entries

2014-01-08 Thread David Greaves
The original intention was to offer a range of functionality to suite different skill levels. Essentially "the Qt way" is to use the .pro files to specify things like myapp.files/myapp.path and INSTALLS += myapp. That should drive the Files: section of the yaml. To avoid making experience Qt devs

Re: [SailfishDevel] Putting data with QML on first screen after power on ?

2014-01-08 Thread David Greaves
It's swipe - and yes there's material that uses the original "push" still. David On 08/01/14 01:31, Timur Kristóf wrote: > Hey, > > I recall that a while ago you called "swipe" as "push" - I'm pretty sure the > word "push" is used repeatedly in many videos too. > > So which one is the correct

Re: [SailfishDevel] Putting data with QML on first screen after power on ?

2014-01-07 Thread David Greaves
Yep - a swipe that doesn't finish is a peek :) I don't know what a finnish swipe is though... David On 07/01/14 13:03, Andrey Kozhevnikov wrote: > afaik system swipes from the edge called peek, peeking :) > > On 07.01.2014 18:56, David Greaves wrote: >> I'm

Re: [SailfishDevel] Putting data with QML on first screen after power on ?

2014-01-07 Thread David Greaves
I'm sorry to say that some of the terminology in that documentation is a little out-of-date. The page you point at is correct but, eg, the gestures are not (I was part of the user guide team so I know that uses the latest agreed terminology). One key thing on gestures is we now use 'swipe' and 'p

Re: [SailfishDevel] Putting data with QML on first screen after power on ?

2014-01-07 Thread David Greaves
On 07/01/14 11:46, Matthias Barmeier wrote: > Hi, > > is it possible to add notification, calendar entries or something else > on the first screen with QML ? > > Does an official name for all the screens exists ? > > There is the screen after the device is double tapped or the power > button is

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

2014-01-06 Thread David Greaves
On 06/01/14 16:21, christopher.l...@thurweb.ch wrote: > Hi All > > In QtCreator for the Sailfish i486-x86 Target I have two options > > "Deploy as Binaries" > > and > > "Deploy as RPM Package" > > For the Sailfish Arm target there is a third option > > "Deploy by Building an RPM Package" > >

Re: [SailfishDevel] Is pragmatically taking a screenshot possible?

2014-01-05 Thread David Greaves
It certainly does; there are 2 screenshot apps in the Harbour - check in 'utils' section David (Author of 'screenshot' ... with an update in QA right now) On 06/01/14 00:48, James Mugford wrote: > Great, this sounds hopeful. > > Do you know if there are there any permission issues surrounding th

Re: [SailfishDevel] Check for OS in .PRO file

2014-01-04 Thread David Greaves
Just for the record this will fail to build on the Community OBS or even in a Mer Platform SDK using a SailfishOS target. Thomas and Timur'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{ >

Re: [SailfishDevel] Fwd: Re: Impossible to SSH since update: SSH via Wifi

2013-12-30 Thread David Greaves
You need to ensure your device has a working Jolla Account (ie Store opens and shows apps). 1.0.0.5 has a bug where trying to use developer updates messes up the update system. https://together.jolla.com/question/6055/what-are-developer-updates/ Having 2 Chris-es in the thread is a touch confus

Re: [SailfishDevel] Impossible to SSH since update

2013-12-30 Thread David Greaves
On 30/12/13 14:02, Vincent B. wrote: > Since I upgraded to the last update, I can't ssh the device (no USB > interface created under Linux) anymore. Does anyone else has this problem ? Do you pick developer mode when you plugin the usb? Does dmesg or similar show an rndis_host? FWIW I always ssh

Re: [SailfishDevel] No consistency across screens

2013-12-30 Thread David Greaves
Thanks for taking the time to comment :) Some parts I can offer an opinion on ... On 30/12/13 13:02, Chris Walker wrote: > 1. Front screen - no labels on second screen (phone, messages, browser > and camera) except when dragged up slightly. [I can see no logic for > that whatsoever. It seems to r

Re: [SailfishDevel] Developer mode: SSH config and devel-su

2013-12-28 Thread David Greaves
On 28/12/13 11:20, Graham Cobb wrote: > I would like to make a few changes to the login/auth setup for developer > mode on my phone, to make it more similar to the other embedded devices > I hack on. > > Does anyone see any problem with doing the following: > > 1) Put an authorized key in /home/n

Re: [SailfishDevel] together.jolla.com

2013-12-26 Thread David Greaves
On 26/12/13 00:23, AL13N wrote: >> ... is open! Go there and contribute with ideas :) > > awesome idea... hadn't thought of that. > > some things: > 1. bad search (results in too much duplicates) > 2. wiki post is a bit useless > A) either remove wiki post > B) or ability to make a real wiki

[SailfishDevel] How SB2 works ... was Re: QtContacts available

2013-12-24 Thread David Greaves
Warning - lots of detail below. On 22/12/13 23:29, Marko Koschak wrote: > Hi Matze > > On So, 2013-12-22 at 21:50 +0100, christopher.l...@thurweb.ch wrote: >> The SDK Build Engine is a little bit more tricky. >> >> Once you SSH in, zypper is available, but if you zypper at that level, >> all yo

Re: [SailfishDevel] The Other Half I2C

2013-12-23 Thread David Greaves
>From some (soon-to-be-released) docs by Kalle Jokiniemi # Enable VDD echo 1 > /sys/devices/platform/reg-userspace-consumer.0/state # Disable VDD echo 0 > /sys/devices/platform/reg-userspace-consumer.0/state David On 23/12/13 14:49, Kimmo Lindholm wrote: > Anchors aweigh! > > Just hooked up sc

Re: [SailfishDevel] QtContacts available

2013-12-22 Thread David Greaves
Yes - all reasonably accurate. But then there's the SDK control centre: * Open Control Centre in SDK (the SailfishOS button on the left - don't ask why) * Go to "Targets" * Click manage by SailfishOS-armv7hl or SailfishOS-i486-x86 * type "contact" into the search box (no ) * hmm, too many, add a

Re: [SailfishDevel] Where does my locally installed app go?

2013-12-22 Thread David Greaves
On 22/12/13 13:43, Wim de Vries wrote: > Hi, > On Jolla phone. > I did a local install (pkcon install-local checklists-1.0.1-1.i586.rpm). > No errors. But I cannot find any trace of app anywhere. Any rpm installs to standard locations qpm -ql checklists will tell you more David __

Re: [SailfishDevel] Calling QML function from C++ class

2013-12-21 Thread David Greaves
Or: http://qt-project.org/doc/qt-5.0/qtqml/qtqml-cppintegration-interactqmlfromcpp.html On 21/12/13 10:42, Gabriel Boehme wrote: > Here is a Link in addition. It's from Qt4.8 Doc but still valid and a > way to go. :) > > http://qt-project.org/doc/qt-4.8/qtbinding.html > > Am Samstag, den 21.12.

Re: [SailfishDevel] Is there any way to report a bug?

2013-12-18 Thread David Greaves
> Summary: In the Clock application, saved alarms display as set to one hour > later > than the time they were set to > > Steps to reproduce: > > 1. Open the Clock application and select "New alarm" > 2. Set an alarm for any time (for example, 7:30 am) > 3. Tap the alarm time to save > > Outcom

Re: [SailfishDevel] working on apps?

2013-12-15 Thread David Greaves
On 15/12/13 17:41, AL13N wrote: >> Currency Converter: https://github.com/tanghus/currency-converter-qml >> Kitchen Timer: https://github.com/tanghus/kitchen-timer-qml >> >> The capcha for your site is ridiculous, so posting it here instead :) > > It's not my site (it's for embedded linux), but th

Re: [SailfishDevel] Connecting Jolla device to SDK

2013-12-06 Thread David Greaves
On 05/12/13 13:01, Seppo Tiainen wrote: > First, is the current Alpha2 QtCreator/SDK capable of connecting to the new > Jolla phone through USB for testing apps under development? > > If yes, there are many parameters (Device type, Username/Password...) that > need > to be correctly set. Short in

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! > > https://github.com/hardcode

Re: [SailfishDevel] Mer SDK

2013-11-28 Thread David Greaves
For some value of 'like' ... yes. We use scratchbox2 .. it runs like: sb2 [-t ] [] If you omit (which is usally make or similar) then it gives you such a shell so a simple sb2 Luciano is right though, you 'should' use "mb2 build" though - it builds your rpm in-place in a controlled way; jus

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-12 Thread David Greaves
Last I heard the plan was to allow the Mer OBS to build SailfishOS rpms. David On 12/11/13 15:18, Marcin M. wrote: > Hi, > > Will there be OBS for Sailfish available? > > Regards, > -- > Marcin > > > 2013/11/12 Karl Granström > > > Ahoy all, > > We

Re: [SailfishDevel] How to? using SB2 environment.

2013-11-12 Thread David Greaves
On 12/11/13 08:19, Andrey Kozhevnikov wrote: > Can you give me example of using sb2 SailfishOS-i486-x86 environment for > cross-compilation? > > $ sb2 -t SailfishOS-i486-x86 ./configure > Error: Target root directory does not exist > Failed to configure /opt/cross/bin/i486-meego-linux-gnu-gcc > Fa

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-06 Thread David Greaves
Looking back a little: http://mer-l-in.blogspot.co.uk/2011/01/meego-community-development-apps.html David On 06/11/13 15:34, Marcin M. wrote: > And what about in-app-store depends? (Free app, paid databases, databases > depend > on the free app) > > -- > Marcin > > > 2013/11/6 Andrey Kozhevn

Re: [SailfishDevel] Using QJson in Sailfish OS

2013-08-19 Thread David Greaves
The zypper in approach is fine - but it's also pretty easy to use the Control Center. In QtCreator go to the Targets area on the Sailfish Control Centre page and click 'manage' by the target you are using. Type "json devel" into the box... click "install" on the one you want This also takes care

Re: [SailfishDevel] Is there a bug tracker?

2013-08-07 Thread David Greaves
On 07/08/13 12:00, "Thomas B. Rücker" wrote: > On 08/07/2013 10:53 AM, christopher.l...@thurweb.ch wrote: >> This always struck me as a little bit weak / weird. I would have >> thought that a small team working hard on a fast developing project >> needs a bug tracking tool just as much as any other

Re: [SailfishDevel] SailfishOS Package Manager Error

2013-08-02 Thread David Greaves
Just to confirm - the sailfish icon in question is a tiny icon at the top left by the url bar. What happens is that QtC checks this url too soon (ie before it launches the SDK Engine with the web app) and doesn't retry when it gets this problem. Finally, if http://localhost:8080/ in the url bar f

Re: [SailfishDevel] Ride the wave!

2013-08-01 Thread David Greaves
gt; > BTW: nice to see an update of the SDK!!! > > Best Regards, > Stefan > > Am 01.08.2013 21:00, schrieb David Greaves: >> First of all, thank you very much for waiting - and now here is the >> SailfishOS >> SDK Alpha-Qt5 update supporting Qt5, QtQuick2 and

Re: [SailfishDevel] Ride the wave!

2013-08-01 Thread David Greaves
ble? > > Being naturally suspicious I don't removing something old until I know that > the > something new works! > > Grüsse > > Chris > > Zitat von "David Greaves" : > >> First of all, thank you very much for waiting - and now here is the &g

[SailfishDevel] Ride the wave!

2013-08-01 Thread David Greaves
First of all, thank you very much for waiting - and now here is the SailfishOS SDK Alpha-Qt5 update supporting Qt5, QtQuick2 and Wayland! In this release we roll out a SailfishOS SDK that works like it's predecessor but supports Qt5 and QtQuick, with it's graphics pipeline switched from X11 to Way

Re: [SailfishDevel] Building with the SDK without QtC

2013-07-27 Thread David Greaves
On 27/07/13 19:28, Lucien XU wrote: > Hello, > > I have asked the question in #SailfishOs, but it might be better to have it > archived in the mailing list. > > We were talking about the advantages of vim vs QtCreator in JollaFr's > channel, > so I was wondering if there is a way to code for S

Re: [SailfishDevel] Some issues about developing in the SDK

2013-06-16 Thread David Greaves
hwclocks.service -> > ../hwclocks.service > lrwxrwxrwx 1 root root 15 2013-02-22 18:15 ohmd.service -> ../ohmd.service > lrwxrwxrwx 1 root root 18 2013-02-22 18:15 sensord.service -> > ../sensord.service > lrwxrwxrwx 1 root root 31 2013-02-22 18:15 systemd-tmpfiles-clean.t

Re: [SailfishDevel] rare error which I can not reproduce [new]

2013-06-16 Thread David Greaves
On 16/06/13 19:47, Stefan Lahner wrote: > Hello, > > I already send this mail, but somehow it never appeared on the maillist ... > (maybe because I added pictures? I changed it to links now!) Yes, in general don't send attachments :) > I found a rare error which I can not reproduce. After upload

Re: [SailfishDevel] Some issues about developing in the SDK

2013-06-16 Thread David Greaves
rectory) > Active: inactive (dead) > > Maybe I am jumping to conclusions, but "error" and "dead" don't sound that > healthy! > > mfg > > Chris > > > Zitat von "David Greaves" : > >> On 16/06/13 09:23, Weixian

Re: [SailfishDevel] Some issues about developing in the SDK

2013-06-16 Thread David Greaves
On 16/06/13 09:23, Weixiang Guan wrote: > Hello everyone, I am new to the Sailfish SDK. I used to develop in Qt before, > but the way how Qt and the Sailfish SDK cooperate is new to me. So far I have > found some issues in this kind of cooperation. Thanks for taking the time to provide feedback >

Re: [SailfishDevel] R: R: change resolution of the emulator?

2013-06-06 Thread David Greaves
The SailfishOS Emulator resolution itself can't reasonably be changed. However you can enable 'scale mode' in virtualbox to allow it to fit onto a smaller laptop display for example. 'Host + C' key in View menu should do it. David On 06/06/13 08:18, wsvries wrote: > SailfishOS Emulator.vbox (ch

Re: [SailfishDevel] Virtual Size of sailfishos.vdi

2013-05-29 Thread David Greaves
On 29/05/13 20:34, Erlend Boe wrote: > Hi all, > > is there a reason why sailfishos.vdi has a virtual size of only 1.95 GB? Yes - during the creation process a full image is created and I decided to use a 'reasonable' size. In the futre I plan to automate the process below on boot to allow autom

Re: [SailfishDevel] Creating daemons

2013-05-07 Thread David Greaves
On 07/05/13 19:37, Shantanu Tushar Jha wrote: > Hi, > > I'm trying to run one of my harmattan apps using Sailfish SDK. My app consists > of a daemon and a UI app which communicate with each other. I couldn't find > any > info on how to create daemons on Sailfish/nemo. Any pointers? In general da

Re: [SailfishDevel] Fwd: Fwd: mb gives error "sb2: Error: Invalid target specified, aborting.": Part 3

2013-04-22 Thread David Greaves
ne are what we call 'targets'. A target is a very, very light almost-VM. We will have targets for the emulator and for different devices (including ARM ones). It is the passwd file inside the *target* that does not understand the username. It's an annoying one - happily I think

Re: [SailfishDevel] Fwd: Fwd: mb gives error "sb2: Error: Invalid target specified, aborting.": Part 3

2013-04-22 Thread David Greaves
On 22/04/13 20:18, christopher.l...@thurweb.ch wrote: > Hi David > > I am a microstep further ...8-) > > logged as mersdk, and with a freshly backed Demo3 project I now get this far: > > Building rpm/Demo3.spec for SailfishOS-i486-x86 > Checking dependencies... > Loading repository data... > Rea

Re: [SailfishDevel] Fwd: Fwd: mb gives error "sb2: Error: Invalid target specified, aborting.": Part 3

2013-04-22 Thread David Greaves
Hi Chris On 22/04/13 09:16, christopher.l...@thurweb.ch wrote: > The problem seems to be that ether: > a) /root/.scratchbox2/SailfishOS-i486-x86/sb2.config is missing or > b) sb2 is looking for this file in the wrong place or ... :) Well found and you are actually 100% correct with a) however y

Re: [SailfishDevel] Missing Spec File on Build / Run

2013-04-20 Thread David Greaves
On 20/04/13 20:49, christopher.l...@thurweb.ch wrote: > HI David > > Bingo! > > the problem (or at least one of the problems) is on the first step. > > I don't have an rpm folder, or a yarl file. > > I have now hacked my .pro file so I have both. > > So why were both missing? They are provide

[SailfishDevel] Unsubscribing - details

2013-04-20 Thread David Greaves
No problem Please send an email to devel-requ...@lists.sailfishos.org In the message itself (not the subject) simply put the work "unsubscribe" The list administrator can do this for you on monday if there are any difficulties. I'll also see if we can get the footer to include this informatio

Re: [SailfishDevel] What happens where during building and deployment?

2013-04-20 Thread David Greaves
On 20/04/13 20:43, Wim de Vries wrote: > Thanks. > On 04/20/2013 06:12 PM, David Greaves wrote: >>> -qmake is run on the host machine; >> no >> qmake runs on the build engine in /home/mersdk/ > > That explains a lot, still: > when I load the imagegallery exam

Re: [SailfishDevel] Missing Spec File on Build / Run

2013-04-20 Thread David Greaves
This may help https://sailfishos.org/wiki/Mer_OBS#Sailfish_on_OBS I updated the wiki with the content I was about to send in this email :) You can ignore the OBS aspect and stop short of uploading to the obs for now if you like This *should* build an rpm under /home/mersdk/rpmbuild/RPMS/i58

Re: [SailfishDevel] What happens where during building and deployment?

2013-04-20 Thread David Greaves
; over to a private area on the emulator and runs from there. The other mode actually installs your rpm to 'proper' system locations. The first is mainly used for hack/build development cycles as it is faster. The second is used when you're ready to fully QA your app and ensure it in

Re: [SailfishDevel] no c++ in Sailfish?

2013-04-17 Thread David Greaves
On 17/04/13 10:34, Wim de Vries wrote: > christopher.l...@thurweb.ch schreef op 2013-04-16 23:05: >> If so, what ends up (if anything) in the Sailfish SDK and Emulator VMs? > I am just concentrating on the MER SDK for now. > Building the QtSerialPort project goes without errors. > But I haven't yet

[SailfishDevel] Everyone, come on in! SDK now available for Mac and Windows

2013-04-05 Thread David Greaves
The SDK installers for Mac and Windows are now available at: https://sailfishos.org/ This is the same as the Linux version already released. Thanks to everyone for feedback so far and to the team at Jolla and Digia for pulling this together. Download, develop, play - and let us know what you t

Re: [SailfishDevel] cannot deploy on emulator

2013-04-04 Thread David Greaves
Hey, Thanks for letting us know. Yes, this is a known issue [1] This should help: https://wiki.merproject.org/wiki/Platform_SDK_on_VirtualBox#Ubuntu_12.10_DNS A fully correct fix is to also set UseDNS no to disable reverse lookup in the engine/emulator sshd_config - we'll do this in the next

Re: [SailfishDevel] Current font doesn't support cyrillic.

2013-03-26 Thread David Greaves
There may be 2 issues here. https://github.com/adobe/source-sans-pro/issues/6 suggests that source-sans-pro is lacking cyrillic support; it is possible the screenshot is showing Silica falling back to another font. David On 25/03/13 14:08, Jonni Rainisto wrote: > Hi, > > Are you sure that yo

Re: [SailfishDevel] Multiplatform apps on Sailfish, a.k.a. scoping and ifdeffing

2013-03-13 Thread David Greaves
On 13/03/13 20:29, Attila Csipa wrote: > Hi, > > I'm wondering if Sailfish has or plans to have any qmake level scoping or > ifdeffing to make development for multiplatform projects less painful? I > understand "Sailfish is just Linux", but "just Linux" doesn't imply Silica and > similar, Qt is a

Re: [SailfishDevel] Cannot change SSH port in QtCreator for a device(?)

2013-03-04 Thread David Greaves
Yes, and I'm afraid we don't have an easy workaround either. We'll fix it in QtCreator 'soon' and then you'll be able to compile your own version. I added it to known issues. David On 04/03/13 09:17, "Rücker, Thomas" wrote: > Hi, > > known

Re: [SailfishDevel] Bug in SailfishOSSDK-linux-64-offline.run

2013-03-04 Thread David Greaves
Thanks Jarno The 'Known Issues' page has this issue and a few suggestions: https://sailfishos.org/wiki/SDK_Alpha_Known_Issues#Installer_.2F_Uninstaller David On 04/03/13 02:34, Jarno van der Kolk wrote: > Hi, > > I think I found a bug in the SDK installer for Linux64. It claims that I do > n

Re: [SailfishDevel] Howto: Sailfish SDK in Virtual Machines on Mac OS-X

2013-02-28 Thread David Greaves
> On 1/03/13 12:02 AM, Martin Grimme wrote: >> Hi all, >> >> I would like to share my setup of how I managed to run the Sailfish >> SDK on Mac OS-X. While you could of course run the SDK virtual machine >> inside a Linux virtual machine, this would be terribly slow. >> Instead, you want to run all

Re: [SailfishDevel] 2 virtualbox

2013-02-26 Thread David Greaves
On 26/02/13 22:28, Nicola De Filippo wrote: > Hi, > today i have spoken with a my friend (mobile and Qt developer, symbian, > meego, iphone, adroid). he told me: "why to use 2 virtualbox? i don't like > it". I said with virtualbox you haven't files in your filesystem, you can to > have different sd

Re: [SailfishDevel] Bug: Connecting to real device fails in QtCreator

2013-02-26 Thread David Greaves
On 26/02/13 09:02, "Rücker, Thomas" wrote: > Hi, > > I decided to try to connect to my N950 running Nemo from the QtCreator of the > Sailfish SDK. > The problem is that something constantly resets the ssh port to '65535'. > In the Wizzard (if you go through Mer device) it works for the initial > c

[SailfishDevel] Welcome to the SailfishOS mailing list

2013-02-24 Thread David Greaves
Hi all I wanted to welcome everyone to the SailfishOS mailing list. There's been a lot of hard work put into the SDK and we all hope you enjoy using it. Keep an eye on http://sailfishos.org/ it'll be there soon David Gre