Re: [SailfishDevel] 回复:Devel Digest, Vol 72, Issue 15

2020-04-14 Thread Chris Walker
On Tue, 2020-04-14 at 19:39 +0800, 不瘦十斤不改名字 wrote: > > 能回复我一下吗 For pete's sake learn to quote the stuff you need and not the whole digest! Also, try and post in English. -- __ __| |_ __ __ .-. / _/ _` \ V V / | mailto:cdw_noki...@the-walker-

Re: [SailfishDevel] Locale Settings Incorrect?

2018-05-02 Thread Chris Walker
On Wed, 2 May 2018 07:10:58 + Martin Kampas wrote: > Hi Chris, > > Your host machine environment is not transferred to the emulator. > Curently there is no UI to set the locale in emulator currently. It > is a planned feature. Meanwhile you can hack it by setting the LANG > variable e.g. in

[SailfishDevel] Locale Settings Incorrect?

2018-05-01 Thread Chris Walker
I've checked the settings on my host machine and it reports LC_IDENTIFICATION="en_GB.UTF-8" as I might reasonably expect. I am in the UK after all. So why, when I ask for the locale in QML in the Emulator does it report en_us? Is there a setting somewhere in VBox that sets this? I've looked but ca

Re: [SailfishDevel] Sailfish X does not pair with HFT/HSP systems (Former: [Reminder] Sailfish OS, Open source community collaboration meeting on November 15th 2017 at 09:00 UTC)

2017-11-25 Thread Chris Walker
On Fri, 24 Nov 2017 22:14:27 +0100 deloptes wrote: > Chris Walker wrote: > > > Have you specified any connection settings for the car? On my Jolla > > 1, I used to have mine specified as car kit and calls to the phone > > would work and it would stay connected. Despite

Re: [SailfishDevel] Sailfish X does not pair with HFT/HSP systems (Former: [Reminder] Sailfish OS, Open source community collaboration meeting on November 15th 2017 at 09:00 UTC)

2017-11-24 Thread Chris Walker
On Fri, 24 Nov 2017 11:20:01 + Adam Pigg wrote: > I think that config file is for android bluedroid, not for bluez, so > wouldnt help. > > I have some other issues > > It seems _sometimes_ calls work to my car, sometimes not ...there is > just no audio ... could that be the issue of not con

Re: [SailfishDevel] Change of positioning in QML

2017-10-16 Thread Chris Walker
On Mon, 16 Oct 2017 13:12:15 +0200 Christophe Chapuis wrote: > I don't know the Silica APIs well, but I think you may want to use the > Theme.pixelRatio here, to have a device-independant width for you > image. > > More here: > https://sailfishos.org/develop/docs/silica/sailfish-application-scal

Re: [SailfishDevel] Change of positioning in QML

2017-10-16 Thread Chris Walker
On Sun, 15 Oct 2017 14:11:47 +0200 Christophe Chapuis wrote: > You have "width: beerglass.width * 2" which is a width in pixel. But > Xperia has probably higher DPI, so the width isn't sufficient now. > You'll have to specify more precisely which width you want here, or > just let QML Label do th

Re: [SailfishDevel] Change of positioning in QML

2017-10-15 Thread Chris Walker
On Sun, 15 Oct 2017 12:06:29 +0200 "J. Pablo" wrote: > Hello Chris, > > I didn't build your app or anything, but the code looks just great. > Could you provide some link with an screenshot? What are the elements > you are seeing moved? That could also help to sort this out. Link to a couple of

[SailfishDevel] Change of positioning in QML

2017-10-15 Thread Chris Walker
I have now added one of my own apps to my new Xperia and I've noticed that the positioning of the items on a QML page has changed. Some of them are being overwritten. Is this down to some change within the latest OS on Xperia (my original Jolla phone is running 2.1.2.3) or my coding? The code is

Re: [SailfishDevel] CLI update

2017-04-20 Thread Chris Walker
On Thu, 20 Apr 2017 18:51:09 +0300 "E.S. Rosenberg" wrote: > Anyone? Does this help? https://together.jolla.com/question/150635/sailfish-update-to-v-20414-failed-resolved/ > 2017-04-12 0:10 GMT+03:00 E.S. Rosenberg < > es.rosenberg+sailfishos@gmail.com>: > > > Can I somehow run the updat

Re: [SailfishDevel] App doenst launch in intex aqua fish

2016-11-12 Thread Chris Walker
On Sat, 12 Nov 2016 08:03:41 + (UTC) joao morgado wrote: > Hi sailors > My intex aqua fish arrived  few days a go, so it's coding time :) > I activated the developer mode, installed latest Sailfish sdk, > sucessfully connected the device by wifi / ssh and deployed a > template QtCreator Sailf

Re: [SailfishDevel] Connect to 2 databases

2016-09-15 Thread Chris Walker
On Wed, 14 Sep 2016 23:40:50 +0200 Matthias Fehring wrote: > Am Donnerstag, 8. September 2016, 14:40:16 CEST schrieb Chris Walker: > > Can anybody point me in the direction of some C++ code to connect to > > two SQL databases please? > > Does it have to be pure C++ code?

Re: [SailfishDevel] Connect to 2 databases

2016-09-15 Thread Chris Walker
On Wed, 14 Sep 2016 23:34:18 +0300 "E.S. Rosenberg" wrote: > Assuming you need SQLite since you are developing for SailfishOS the > first result here seems to be what you are looking for: > https://www.google.nl/search?q=c%2B%2B+sqlite > > Instead of creating one SQLite object you create 2 or mo

Re: [SailfishDevel] Connect to 2 databases

2016-09-14 Thread Chris Walker
On Wed, 14 Sep 2016 00:19:02 +0300 "E.S. Rosenberg" wrote: > 2 different connection objects? > > 2016-09-08 16:40 GMT+03:00 Chris Walker < > cdw_noki...@the-walker-household.co.uk>: > > > Can anybody point me in the direction of some C++ code to connect

Re: [SailfishDevel] CalDAV/CardDAV Contributor Meeting

2016-09-09 Thread Chris Walker
On Fri, 9 Sep 2016 01:55:46 + Chris Adams wrote: > If you cannot make it, don't worry, I will attach minutes from the > meeting to the wiki page :-) Can you also publish here a link to the updates following meetings? That way, even those of us who don't/can't attend meetings will still be aw

[SailfishDevel] Connect to 2 databases

2016-09-08 Thread Chris Walker
Can anybody point me in the direction of some C++ code to connect to two SQL databases please? I want to have one set as read-only and the other as read-write. Whatever I'm doing is wrong as I always end up with a default connection. ___ SailfishOS.org

Re: [SailfishDevel] SSH on OSX

2016-07-17 Thread Chris Walker
On Sat, 16 Jul 2016 16:00:52 +0100 Krisztian Olah wrote: > Hello guys, >I just got a new macbook and I am not familiar with OSX, could > anyone please point me to an up to date guide on how to set up usb > networking on OSX, I'm using El Capitan. I did try to search, but > came up short. Than

Re: [SailfishDevel] Available now: Sailfish Community Device Program and Jolla C

2016-06-14 Thread Chris Walker
On Tue, 14 Jun 2016 15:39:41 +0200 Harald Schmitt wrote: > >> Claudio Campeggi wrote: > >> > >>> It seems that today's Jolla C batch went on sale at 10:00 UTC > >>> instead of the Announced 12:00 UTC > >>> > >>> > >>> It is consistent with the time James sent the announcement email: > >>> > >>

Re: [SailfishDevel] Available now: Sailfish Community Device Program and Jolla C

2016-06-14 Thread Chris Walker
On Tue, 14 Jun 2016 12:27:53 + Claudio Campeggi wrote: > It seems that today's Jolla C batch went on sale at 10:00 UTC instead > of the Announced 12:00 UTC > > > It is consistent with the time James sent the announcement email: > > https://lists.sailfishos.org/pipermail/devel/2016-June/007

Re: [SailfishDevel] Available now: Sailfish Community Device Program and Jolla C

2016-06-14 Thread Chris Walker
On Tue, 14 Jun 2016 12:00:14 +0200 James Noori wrote: > /Dear Sailfish Developer Mailing List Member, / > > We are super excited to announce that we’ve secured a new batch of > Jolla C devices, and can thus take more participants to the Sailfish > Community Device Program. The new batch is a ver

Re: [SailfishDevel] Maps and Goodbye (for now)

2016-01-03 Thread Chris Walker
On Sun, 03 Jan 2016 12:52:57 + Mike Gabriel wrote: > Hi David, > > On Mi 23 Dez 2015 16:51:04 CET, David van rijn wrote: > > > Hello, > > > > Sadly, i broke my phone, and i don't have money for a new one. So i > > will not be developing for a while. This does make me sad, but I [snip] > >

Re: [SailfishDevel] planning for next SailfishOS community meeting 5.11

2015-10-21 Thread Chris Walker
On Wed, 21 Oct 2015 12:33:54 +0300 Carol Chen wrote: > Hi, > > We haven't had new topic proposals since the last meeting, plus due > to some internal schedule considerations, we will have the next > meeting on 2015-11-05 @ 14:30 UTC (note the upcoming summertime/DST > changes which may affect yo

Re: [SailfishDevel] SDK version 1.1.9 is released

2015-10-02 Thread Chris Walker
On Thu, 24 Sep 2015 11:57:03 + Martin Kampas wrote: > Hello again, > > Today (September 24th) at 11:00 UTC we have published new installers > and repositories of the Sailfish OS SDK. This SDK release is called > the 1509 and it matches the Jolla Release 1.1.9. [snip] > - For more informati

Re: [SailfishDevel] sdk

2015-09-03 Thread Chris Walker
On Wed, 2 Sep 2015 22:58:06 +0200 Daniele wrote: > Hi, > emulator doesn’t start with Beta Qt5 Sailfish OS SDK 1507. I use Mac > Os X 10.10.5. I tried to create a new project but run button is > disabled I tried with: > VirtualBox-4.3.28-100309-OSX > VirtualBox-4.1.40-101594-OSX > VirtualBox-5

Re: [SailfishDevel] How do you evaluate the recent events of jolla

2015-07-17 Thread Chris Walker
On Fri, 17 Jul 2015 07:23:37 -0400 Bob Summerwill wrote: > Well said, Chris! > > Like everybody else British of a certain age, I cut my teeth on a BBC > Model B. A close friend of mine got the very expensive Archimedes ( > https://en.m.wikipedia.org/wiki/Acorn_Archimedes) which was the first >

Re: [SailfishDevel] How do you evaluate the recent events of jolla

2015-07-17 Thread Chris Walker
On Fri, 17 Jul 2015 00:28:06 +0200 Peter wrote: > I do not see the benefit of Sailfish without the Jolla Phone. I > rather buy the Fair Phone next then this Indian vendor thingy. > I am still waiting that Jolla offers something in their shop for the > other half. > Sounds stupid, but I want to s

[SailfishDevel] More SDK Warnings

2015-07-09 Thread Chris Walker
In one of the recent SDK updates I noticed that I started to see warnings like these :- [W] DeclarativeImageProvider::DeclarativeImageProvider:89 - No pixel ratio defined. Check your device configuration! [W] DeclarativeImageProvider::DeclarativeImageProvider:94 - Defaulting to pixel ratio 1.0 [W]

Re: [SailfishDevel] compile error

2015-06-17 Thread Chris Walker
On Wed, 17 Jun 2015 17:38:35 +0200 Rudi Timmermans wrote: > Ok thanks! > > Can you explane me what the settings are when i add a Jolla Phone > please ? Thanks! --- Enable Developer mode on the phone and nake a note of the IP address if you want to use wifi. Go to Qt Creator and under Devices,

Re: [SailfishDevel] compile error

2015-06-17 Thread Chris Walker
On Wed, 17 Jun 2015 16:08:28 +0200 Rudi Timmermans wrote: > Hi Jussi, > > I try to send screenshot again. But i have attach it now. Rudi, Can I suggest you take a look at the screenshot you sent. Look at the error message at the top. You're trying to send the wrong architecture to the device.

Re: [SailfishDevel] What's the correct way to do this?

2015-06-05 Thread Chris Walker
On Fri, 5 Jun 2015 16:53:22 + Krisztian Olah wrote: > It looks like the object carDetails does not exist in the scope > you're trying to access it. What scope is your carDetails object in? > If you could briefly describe in which file each relevant > function/object reside, would be helpful.

[SailfishDevel] What's the correct way to do this?

2015-06-05 Thread Chris Walker
Perhaps somebody can either help me with this one or point me to some docs that tell me the correct way to do it. I want to pass several bits of information to another qml page. I've looked at the various pages and they only tell me how to pass variables not how to set them up in the first place w

[SailfishDevel] Passing parameters back?

2015-05-11 Thread Chris Walker
Hopefully somebody can help me with this problem. In my app, I'm using this approach to set up and use various models :- https://wiki.qt.io/How_to_Use_a_QSqlQueryModel_in_QML I have a list of breweries in the first page and when one is selected, I pass a parameter to the second page like this :-

Re: [SailfishDevel] How to change Virtual box's screen orientation

2015-04-14 Thread Chris Walker
On Tue, 14 Apr 2015 19:08:42 +0800 itviewer wrote: > Hi, > I have tried build nemo for VirtualBox,and now it can start into > glacier ui. In the kickstart file(.ks),the bootloader option is : > bootloader --timeout=20 --append="vga=0x343 > vt.global_cursor_default=0" --location=mbr so

Re: [SailfishDevel] Update previous page

2015-03-17 Thread Chris Walker
On Tue, 17 Mar 2015 19:16:53 +0500 Andrey Kozhevnikov wrote: > No, you wrong. In your link read " Connecting Signals to Methods and > Signals". > > 17.03.2015 19:11, Florian Desneux пишет: > > Great news: I succeed it :) Thanks Andrey! > > > > Side note: dialog.readPropertyChanged should be >

Re: [SailfishDevel] App won't start

2015-03-15 Thread Chris Walker
On Sat, 14 Mar 2015 23:33:06 +0200 Peter Pykäläinen wrote: > Well that did it, thank you. > > > // Peter Pykäläinen > > On 14 March 2015 at 22:55, Peter Pykäläinen > wrote: > > > How do I do that? > > Could you please send me the command? If somebody in the future searches this thread becau

Re: [SailfishDevel] trouble with SailfishOS SDK on Linux

2015-03-09 Thread Chris Walker
On Sun, 08 Mar 2015 19:16:19 + Peter Kovacs wrote: > Hello everyone, > > I have Installed the binary package from the offical side. > (http://releases.sailfishos.org/sdk/installers/1502/SailfishOSSDK-Beta-1502-Qt5-linux-64-offline.run) > In addition I have installed virtualbox and loaded th

Re: [SailfishDevel] Unknown Component

2015-03-04 Thread Chris Walker
On Mon, 23 Feb 2015 09:45:55 +0100 Luca Donaggio wrote: > Yeah, Coderus did an amazing job with the missing qmltypes, but > question from Chris is still valid: since it's an annoyance (I'm not > daring to call it a bug :) ) which has always been there since the > begininnig and a solution has alr

Re: [SailfishDevel] Unknown Component

2015-02-23 Thread Chris Walker
On Mon, 23 Feb 2015 17:24:31 +0500 Andrey Kozhevnikov wrote: > And you have CoverAction in your > SailfishOS/mersdk/targets/SailfishOS-armv7hl/usr/lib/qt5/qml/Sailfish/Silica/plugins.qmltypes, > Yes I do. > restarted qtc after doint copying, Yes I did. > you selected arm kit No because I

Re: [SailfishDevel] Unknown Component

2015-02-23 Thread Chris Walker
On Mon, 23 Feb 2015 15:18:38 +0500 Andrey Kozhevnikov wrote: > This is impossible :) > https://github.com/CODeRUS/better-sailfishos-qmltypes/blob/Sdk1412/Sailfish/Silica/plugins.qmltypes#L103 I'm happy to believe the evidence of my own eyes which clearly show two red lines. I didn't extract the

Re: [SailfishDevel] Unknown Component

2015-02-23 Thread Chris Walker
On Sat, 21 Feb 2015 14:21:29 + Michael Neufing wrote: > Installation of missing QML types should resolve the problem. > Coderus provided them on GitHub: > https://github.com/CODeRUS/better-sailfishos-qmltypes > > Additionally it also provides code completion for other missing > types like

[SailfishDevel] Unknown Component

2015-02-21 Thread Chris Walker
If I run the 'Run checks' command from the Tools->QML/JS option in Creator, I get the error message 'error: Unknown component. (M300). This is for the error against CoverActionList in Cover Page and similarly for CoverAction. While I realise that this isn't a huge problem, it can be distracting w

Re: [SailfishDevel] Error starting VM

2015-02-16 Thread Chris Walker
On Mon, 16 Feb 2015 11:16:53 +0100 k...@foder.dk wrote: > > This application failed to start because it could not find or load > > the Qt platform plugin "xcb". > > I had this problem too, I think I had to disable something on the SDK > in VirtualBox, I'm not sure but I think it was VT-x/AMD-V un

Re: [SailfishDevel] Error starting VM

2015-02-16 Thread Chris Walker
On Sun, 15 Feb 2015 18:42:25 + Cathal Garvey wrote: > Hi all, > I'd like to get started playing with SFOS SDK with a view to getting > a phone and developing for Glacier and Sailfish. I wanted to play a > bit with the VM that comes with the SDK, but am getting bugs.. > > So, I clicked the st

[SailfishDevel] Where is this folder?

2015-02-02 Thread Chris Walker
Hello, I'm getting an error in the Compile Output window of Creator. It says this :- /home/mersdk/share/Sailfish_Git_Projects/CDW_Versions/harbour-beerguide/qml/pages/ Removed_from_BreweryListPage.qml:34:1: error: Unexpected token `}' } But there is no /home/mersdk either on the host machine or i

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

2015-01-07 Thread Chris Walker
On Wed, 7 Jan 2015 10:26:43 + Chris Walker wrote: > On Tue, 6 Jan 2015 16:53:28 + > Chris Walker wrote: > > [snip> > > So rather than me tinkering and *possibly* managing to fix this > > thing, what is the *correct* way to do it? > > As I need to pr

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

2015-01-07 Thread Chris Walker
On Tue, 6 Jan 2015 16:53:28 + Chris Walker wrote: [snip> > So rather than me tinkering and *possibly* managing to fix this thing, > what is the *correct* way to do it? As I need to press on, and in the absence of any replies, I've set this :- VBoxManage guestproperty s

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

2015-01-06 Thread Chris Walker
On Mon, 14 Apr 2014 15:22:39 +0100 David Greaves wrote: > On 14/04/14 14:49, Chris Walker wrote: [snip] > > Physician heal thyself! > > > > I installed the ntp client and it now picks up network time. I'm > > assuming therefore that there is some time 's

[SailfishDevel] Import paths

2014-08-19 Thread Chris Walker
In this document - https://github.com/sailfish-sdk/libsailfishapp/blob/master/docs/documentation.mdown it says 'ToDo: Describe where to install private QML imports, how to import them in QML code, how libsailfishapp sets the import path and the naming requirements for Harbour QA.' Is there any suc

Re: [SailfishDevel] Pagestack problems

2014-07-31 Thread Chris Walker
On Thu, 10 Jul 2014 15:38:52 +0100 Chris Walker wrote: > On Thu, 10 Jul 2014 16:14:34 +0200 (CEST) > sfietkonstan...@free.fr wrote: > > > Hello, looking a bit at your code, you are using a pagestack.push, > > meaning that you effectively adds another page to your pagestack

Re: [SailfishDevel] Key Public Key Deployment - Connection Refused

2014-07-21 Thread Chris Walker
On Sun, 20 Jul 2014 18:26:46 +0200 Andreas Heil wrote: > Hi all, > > I try to deploy an application to a Jolla device. > > I followed the steps given in > https://sailfishos.org/develop-firstapp-article.html. > > Developer mode on the phone is active, a password is set. I tried > both, the

Re: [SailfishDevel] Versions

2014-07-20 Thread Chris Walker
On Sun, 20 Jul 2014 14:58:16 +0200 Bob Jelica wrote: > Hey, > > If you have this in your .yaml: > > Version: 1.0.0 > > QMakeOptions: > - VERSION='%{version}-%{release}' > > Then you can do this in your .pro file: > DEFINES += APP_VERSION=\\\"$$VERSION\\\" > > That gives you the option to do

[SailfishDevel] Versions

2014-07-20 Thread Chris Walker
Is there any way to have my 'About' page pick up the Version and Release information from the yaml file? At the moment, I'm hard coding the versioninfo in the About page but I'd like it to be updated automagically in the future. I looked around but couldn't see this information anywhere so I'm gu

Re: [SailfishDevel] Pagestack problems

2014-07-10 Thread Chris Walker
On Thu, 10 Jul 2014 15:45:08 +0100 Krisztian Olah wrote: > First off, you should place each class to its own heeader and source > file to reduce future compile time. When you change only one class > you won't have to recompile everything thus it's easier to find the > classes. > > You should us

Re: [SailfishDevel] Pagestack problems

2014-07-10 Thread Chris Walker
On Thu, 10 Jul 2014 16:14:34 +0200 (CEST) sfietkonstan...@free.fr wrote: > Hello, looking a bit at your code, you are using a pagestack.push, > meaning that you effectively adds another page to your pagestack. > > For adding a new beer, I think that the best would be using a Dialog > component.

Re: [SailfishDevel] Pagestack problems

2014-07-10 Thread Chris Walker
On Thu, 10 Jul 2014 19:45:28 +0600 Andrey Kozhevnikov wrote: > you do not need to reload page, so there wouldn't any navigation > problems at all :) I'm afraid you have me thoroughly confused now. Can you do me a favour and take a look at my code and let me know where I'm going wrong and what

Re: [SailfishDevel] Pagestack problems

2014-07-10 Thread Chris Walker
On Thu, 10 Jul 2014 12:45:46 + fasza2mob...@gmail.com wrote: > Hi Chris, > Why don't you just update your model when the data changes? The > view(s) should update automatically. Ok, but how does that solve the page navigation problem? ___ SailfishO

[SailfishDevel] Pagestack problems

2014-07-10 Thread Chris Walker
I'm struggling with pagestack and need some help. My initial page loads a database and I have an option to pull down to add a new item. At the bottom of the 'AddItem' page, I have a check and if all additions are correct, it steps on to the initial page again. But it isn't! I have two dots at the

[SailfishDevel] Why this error now?

2014-07-08 Thread Chris Walker
I'm trying to deploy my app to my phone and on the emulator it works - in debug mode. But as soon as I switch to release mode, it keels over. Here's the cpp code where it fails :- #ifdef QT_QML_DEBUG #include #endif #include #include #include #include "DatabaseManager.h" Q_DECL_EXPORT int

Re: [SailfishDevel] Recent update improvements?

2014-06-23 Thread Chris Walker
On Mon, 23 Jun 2014 19:06:56 +0300 Juha Kallioinen wrote: > On 23.06.2014 18:52, Chris Walker wrote: > > On Mon, 23 Jun 2014 16:51:17 +0300 > > Juha Kallioinen wrote: > > > >> On 23.06.2014 16:38, Chris Walker wrote: > >>> What was the reason fo

Re: [SailfishDevel] Recent update improvements?

2014-06-23 Thread Chris Walker
On Mon, 23 Jun 2014 16:51:17 +0300 Juha Kallioinen wrote: > On 23.06.2014 16:38, Chris Walker wrote: > > What was the reason for 'improving' the Emulator? By improvement, I > > mean that there is now only one option and that is to shut it down > > rather than savin

[SailfishDevel] Recent update improvements?

2014-06-23 Thread Chris Walker
What was the reason for 'improving' the Emulator? By improvement, I mean that there is now only one option and that is to shut it down rather than saving the state? I consider that to be a right PITA. ___ SailfishOS.org Devel mailing list To unsubscribe,

Re: [SailfishDevel] Deploy QSQLite database

2014-06-19 Thread Chris Walker
On Thu, 19 Jun 2014 15:37:41 + Lukas Vogel wrote: > Hi, > > Thanks all for your answers. Andreys solution works, it complained > first for the simulator, > but seems to work now (after it ran successfully on device). > > I now changed the path > to /usr/share/harbour-qtimetable/data/station

Re: [SailfishDevel] Cover Page Image

2014-06-19 Thread Chris Walker
On Thu, 19 Jun 2014 16:04:34 +0300 Juha Kallioinen wrote: > On 19.06.2014 15:49, Chris Walker wrote: > > > > I bit the bullet and did an uninstall and a full reinstall having > > deleted the SailfishAlpha folder in my home folder directory > > structure. > >

Re: [SailfishDevel] Cover Page Image

2014-06-19 Thread Chris Walker
On Mon, 16 Jun 2014 10:22:20 +0300 Juha Kallioinen wrote: > On 13.06.2014 21:16, Chris Walker wrote: > > > > Is this relevant to my problem above? I don't see how, but you never > > know! > > > > error: unpacking of archive failed on > > file /usr/sha

Re: [SailfishDevel] Cover Page Image

2014-06-18 Thread Chris Walker
On Mon, 16 Jun 2014 10:22:20 +0300 Juha Kallioinen wrote: > On 13.06.2014 21:16, Chris Walker wrote: > > > > Is this relevant to my problem above? I don't see how, but you never > > know! > > > > error: unpacking of archive failed on > > file /usr/sha

Re: [SailfishDevel] Cover Page Image

2014-06-13 Thread Chris Walker
On Fri, 13 Jun 2014 14:32:44 +0100 Chris Walker wrote: > I've had an app in development for ages and I've always been able to > have an image on the cover page. I've started another app today - > created from the template (New File or Project ...) - and using the > s

[SailfishDevel] Cover Page Image

2014-06-13 Thread Chris Walker
I've had an app in development for ages and I've always been able to have an image on the cover page. I've started another app today - created from the template (New File or Project ...) - and using the same code for the cover page, Creator is complaining that it can't find the image. Here's the f

Re: [SailfishDevel] ususcribe

2014-05-28 Thread Chris Walker
On Tue, 27 May 2014 21:55:17 +0200 Benoît HERVIER wrote: > > The clue is in the words! SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org You didn't. You sent a mail to devel@... ___ Sailf

Re: [SailfishDevel] Discrimination and abuse from Jolla employee Thomas Perl

2014-05-22 Thread Chris Walker
On Thu, 22 May 2014 15:09:10 +0200 Mikael Hermansson wrote: [snip 1] > And please do not reply this message on the mailinglist because I > will not be available answer since I from know on unsubscribe to the > forum until this discussions stops! [massive snip] Technical question! How will you k

Re: [SailfishDevel] Spacing issues

2014-05-21 Thread Chris Walker
On Tue, 20 May 2014 20:14:43 + Jarko Vihriala wrote: > What? It's a QML item. You can instantiate the standard magic as you > please. For the documentation, have you visited: > https://sailfishos.org/sailfish-silica/qml-sailfishsilica-backgrounditem.html > also the SDK (1404 version) has upda

Re: [SailfishDevel] Discrimination and abuse from Jolla employee Thomas Perl

2014-05-21 Thread Chris Walker
On Tue, 20 May 2014 20:43:24 +0200 Filip Kłębczyk wrote: > W dniu 20.05.2014 20:30, Tone Kastlunger pisze: > > IMHO, > > and with all respect, > > personally I am not interested in cutthorat and dagger, but rather > > interested in development issues. > > Feel free to not read this thread. It's

Re: [SailfishDevel] Spacing issues

2014-05-20 Thread Chris Walker
On Tue, 20 May 2014 21:36:00 +0600 Andrey Kozhevnikov wrote: > delegate: BackgroundItem { >la-la-la > } Okay. That's reinstated the list of beers but I'm back to square one in that the text is overwriting the image. So it's one step forward and one step back. Where should I be looking for

Re: [SailfishDevel] Spacing issues

2014-05-20 Thread Chris Walker
MenuItem { text: qsTr("Go to top") onClicked: beerlistView.scrollToTop() } } BackgroundItem { = > } > } > } > > > 20.05.2014 20:00, Chris Walker пишет: > > Hello, > > > > I have a list of items whic

[SailfishDevel] Spacing issues

2014-05-20 Thread Chris Walker
Hello, I have a list of items which display fine from a model. But I want to display an image before the text is displayed. The image is of a beer glass and the text items are beer names. But the beer names are overwriting the images. So where am I going wrong please? Here are the relevant bits o

Re: [SailfishDevel] Discrimination and abuse from Jolla employee Thomas Perl

2014-05-19 Thread Chris Walker
On Mon, 19 May 2014 11:41:16 +0200 Filip Kłębczyk wrote: > Hello, > > I'm writing on developers list, because I wanted to express my > disappointment ... I'd like to express my disappointment for a couple of reasons. One is that this needed to appear here at all and second that there *appears

[SailfishDevel] GPS sensor

2014-04-27 Thread Chris Walker
Hello, Is it possible to disable the onboard GPS sensor and use a bluetooth unit instead? If I look at the location side of the phone, it doesn't offer that option whereas the Nokia N900 does. Is it possible to do it via some code perhaps? In case you're wondering why I might want to do such a t

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

2014-04-15 Thread Chris Walker
On Mon, 14 Apr 2014 15:22:39 +0100 David Greaves wrote: > On 14/04/14 14:49, Chris Walker wrote: > > On Mon, 14 Apr 2014 14:26:58 +0100 > > Chris Walker wrote: > > I installed the ntp client and it now picks up network time. I'm > > assuming therefore that there

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

2014-04-14 Thread Chris Walker
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 > but each ti

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

2014-04-14 Thread Chris Walker
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 but each time I rebuild my project, I get this error. I've googled it and several people suggest that it's because t

Re: [SailfishDevel] [Update] Changelog for SailfishOS update 4 (1.0.4.20)

2014-03-18 Thread Chris Walker
On Tue, 18 Mar 2014 13:24:14 +0800 itviewer wrote: > After updated,the Android application (or aliendalvik )can't work , > Do you have the problem ? Angry Birds still works here after the update so suggest you look elsewhere for the problem. ___ Sailfi

Re: [SailfishDevel] Landscape - was Folder permissions

2014-03-14 Thread Chris Walker
On Fri, 14 Mar 2014 16:26:28 +0200 Iosif Hamlatzis wrote: > Thank you, a big burden has been lifted. > > I can now start debugging the game on the actual device since the > emulator doesn't support landscape mode. Is landscape on the emulator going to be implemented soon or is there a workaroun

[SailfishDevel] Scroll Indicator

2014-02-14 Thread Chris Walker
Simple question, Is it possible to make the scroll indicator more permanent and wider so that the user can grab it in order to scroll a long list? I have a list of items which is around 700 items in length. In due course I hope to able to put some filtering in place, rather like the People app, t

Re: [SailfishDevel] Page Status code

2014-02-13 Thread Chris Walker
On Thu, 13 Feb 2014 00:19:42 +0100 Thomas Perl wrote: > On 2014-02-12 20:36, Chris Walker wrote: > > In the past (Harmattan code), I would have done this sort of > > stuff :- > > > > onStatusChanged: { > > if (status==PageStatus.Activating) { > &g

Re: [SailfishDevel] Page Status code

2014-02-13 Thread Chris Walker
On Thu, 13 Feb 2014 01:39:31 +0600 Andrey Kozhevnikov wrote: > it's still there and working. no idea what wrong with your setup Problem identified as being between the keyboard and the chair ;-) Despite checking, I failed to spot that I was trying to insert the code in the wrong place on the pa

[SailfishDevel] Page Status code

2014-02-12 Thread Chris Walker
In the past (Harmattan code), I would have done this sort of stuff :- onStatusChanged: { if (status==PageStatus.Activating) { but there is no 'onStatusChanged' option now. So what do I use now? I've looked here - https://sailfishos.org/sailfish-silica/qml-sailfishsilica-page.html but it

Re: [SailfishDevel] Recording of Carsten Munk's presentation at Fosdem

2014-02-10 Thread Chris Walker
On Mon, 10 Feb 2014 11:17:49 +0100 winfried.do...@xmsnet.nl wrote: > The video of Carsten Munk's Fosdem presentation "Technical > introduction to the deeper parts of SailfishOS" is now online at: > > http://youtu.be/Ed8duAnlwHc Are the slides available anywhere? _

Re: [SailfishDevel] Recommended way to populate a LocalStorageDB from an external source

2014-02-03 Thread Chris Walker
On Mon, 03 Feb 2014 19:20:33 +0100 christopher.l...@thurweb.ch wrote: > Hi All > [snip]> > But I was never happy with that solution, and it now seems to me > that a Qt Desktop app would be much better suited to configuring / > populating the DB. (more screen, better keyboard etc.). > Bu

Re: [SailfishDevel] No inbox? [SOLVED]

2014-02-01 Thread Chris Walker
On Thu, 09 Jan 2014 20:37:17 +0200 Valerio Valerio wrote: > This seems like a common configuration, I checked the login methods > and can't see anything special, have you tried following settings for > stmp: Following yesterday's update, email now works using settings that didn't work before. I

Re: [SailfishDevel] Supercession

2014-01-29 Thread Chris Walker
On Wed, 29 Jan 2014 16:53:19 + Chris Walker wrote: > On Wed, 29 Jan 2014 17:06:07 +0100 > Lucien XU wrote: > > > Le mercredi 29 janvier 2014 15:57:27 Chris Walker a écrit : > > > In trying to update a Qt4 app (written for an N900) to Qt5 I > > > wanted to f

Re: [SailfishDevel] Supercession

2014-01-29 Thread Chris Walker
On Wed, 29 Jan 2014 17:06:07 +0100 Lucien XU wrote: > Le mercredi 29 janvier 2014 15:57:27 Chris Walker a écrit : > > In trying to update a Qt4 app (written for an N900) to Qt5 I wanted > > to find out what I should do in order to update something like this > >

Re: [SailfishDevel] White screen and no errors

2014-01-29 Thread Chris Walker
On Tue, 28 Jan 2014 16:14:11 +0100 christopher.l...@thurweb.ch wrote: > Hi Marcin > > How did you deploy? > > Have you checked the QtCreator compile output as well as the > application output? Same failure seen here and while it is normally down to a QML error, there is no helpful error repor

[SailfishDevel] Supercession

2014-01-29 Thread Chris Walker
In trying to update a Qt4 app (written for an N900) to Qt5 I wanted to find out what I should do in order to update something like this === code property QueryDialog deleteDialog === end code I get an error 'QueryDialog is not a type' and found out that QDialog does exist in Qt5 but it inh

Re: [SailfishDevel] (USB) access to sdcard?

2014-01-25 Thread Chris Walker
On Sat, 25 Jan 2014 14:35:30 +0100 Wim de Vries wrote: > Hi, > Currently the SDCARD is mounted at /run/usr/10/media/sdcard. I think you mean /run/user/.. as /run/usr doesn't exist and I don't think you'd want to be writing to /usr even if it did ;-) > Can I hard-code this into my app, or wi

Re: [SailfishDevel] No inbox? -> SMS

2014-01-10 Thread Chris Walker
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 zoom in and rock a finger to move between letters was

Re: [SailfishDevel] No inbox?

2014-01-10 Thread Chris Walker
On Fri, 10 Jan 2014 08:07:24 +0200 Kalle Vahlman wrote: > 2014/1/10 Chris Walker : > > On the way home from the meeting, I wanted to send a text to my > > wife. If I thought email was difficult, that was a walk in the park > > compared to trying to send an SMS. Seriously p

Re: [SailfishDevel] No inbox?

2014-01-09 Thread Chris Walker
On Thu, 09 Jan 2014 20:37:17 +0200 Valerio Valerio wrote: > Hi, > This seems like a common configuration, I checked the login methods > and can't see anything special, have you tried following settings for > stmp: > > username: your smtp username > passwor: your stmp password > server: mail.dai

Re: [SailfishDevel] No inbox?

2014-01-09 Thread Chris Walker
On Thu, 09 Jan 2014 22:08:42 +0100 Markus Svensson wrote: > Hi, > > very cool - thank you for the suggestion. > > I got this in the log: Which log? I tried amending the .conf file as mentioned earlier by Reto Zingg (it was something put forward in the together site) but it all scrolled by too

Re: [SailfishDevel] Jolla Phone crashes with no mobile network available

2014-01-09 Thread Chris Walker
On Thu, 9 Jan 2014 15:34:14 + martin.gri...@gmail.com wrote: > Hi, > > those who experience their Jolla crashing out of the blue, can you > please elaborate, to see if we're in the same boat? > > Did it switch off all of a sudden? > Because I'm experiencing this repeatedly. I begin to see a

Re: [SailfishDevel] No inbox?

2014-01-09 Thread Chris Walker
On Thu, 09 Jan 2014 17:02:17 +0200 Valerio Valerio wrote: > On 09/01/14 16:05, Chris Walker wrote: > > On Tue, 7 Jan 2014 13:39:49 + > > Chris Walker wrote: > > > > [mega snip] > >> I have also just replied to AL13N (al...@rmail.be) closing this

Re: [SailfishDevel] No inbox?

2014-01-09 Thread Chris Walker
On Tue, 7 Jan 2014 13:39:49 + Chris Walker wrote: [mega snip] > I have also just replied to AL13N (al...@rmail.be) closing this > thread so we'll leave it there. Final comment on this. I created another new email account called jolla@the.. and went through the usual rigmarole of

  1   2   >