Re: [SailfishDevel] show/hide pulley menu items

2014-03-10 Thread dcaliste
There is the visible attribute that can be set of each menuitem. In addition, don't forget to put the visible attribute of the pulley menu itself to false if there is no visible menuitem, to avoid empty pulley menu. Damien. À Mon Mar 10 2014 11:29:13 GMT+0100 (CET), Vivian Brégier a écrit : >H

[SailfishDevel] Issue with GPS refresh interval

2014-03-21 Thread dcaliste
Hello, It seems to me (correct me if I'm wrong) that since the last software update (1.0.4.20), the GPS refresh interval set with setUpdateInterval() (see http://qt-project.org/doc/qt-5/qgeopositioninfosource.html), is not honored anymore. The GPS fires its callback with a period of 1 s always,

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

2014-10-02 Thread dcaliste
Hello, Selon Iosif Hamlatzis : > Reading all these and previous similar changes I was wondering why other > mobile platforms don't have this issue? IMHO, there is a misunderstanding here, as far as I've understood, most of applications don't have to take care of going to background and coming back

[SailfishDevel] How to update poppler ?

2015-03-30 Thread dcaliste
Hello, On some PDF documents (http://www.sciencemadness.org/library/books/gergel_isopropyl_bromide.pdf) the document viewer crashes with the following backtrace : #0 0x414fa0f4 in strlen () from /lib/libc.so.6 #1 0x46893dac in GooString::appendfv(char const*, std::__va_list) () from /usr/lib/

Re: [SailfishDevel] How to update Poppler ?

2015-09-09 Thread dcaliste
Great thank you, I'll post my patch there. Damien. À mer. sept. 9 15:11:24 2015 GMT+0200, Mohammed Hassan a écrit : > On Wed, 9 Sep 2015 15:05:21 +0200 > Damien Caliste wrote: > > > Hello, > > > >I've asked earlier this year this same question : > > https://lists.sailfishos.org/pipermail/

Re: [SailfishDevel] Building Qt Messaging Framework (QMF)

2016-12-27 Thread dcaliste
Hello, À Mardi 27 décembre 2016, Erik Lundin a écrit : > which seems to be the place where the interesting things happen. > Specifically I would like to run the unit tests. However, QMF doesn't > seem to be as easy to build as most other packages in mer-core. I compiled it out of the box in the S

Re: [SailfishDevel] [Live meeting from FOSDEM] Sailfish OS Open Source Collaboration Meeting, Saturday February 3rd 2017

2017-02-04 Thread dcaliste
Hello James, I cannot attend the meeting today, even on IRC. If Kate6 doesn't receive any answer to his question about encrypted maybe you can relay my opinion : I think the encrypted part of an email is already available from command line. QMF is saving already decoded the various part of a mul

Re: [SailfishDevel] CalDAV/CardDAV Contributor Meeting

2017-02-06 Thread dcaliste
Hello Chris, Thank you for keeping this initiative running and for the follow up of today. À Lundi 6 février 2017, Chris Adams a écrit : > The next meeting will be on March 6th at 0900 UTC. It seems to me that this moment will clash with the next community meeting. We may schedule it another da

Re: [SailfishDevel] exclude requires from rpm: libstdc++

2017-09-18 Thread dcaliste
I think the regexp is wrong. You miss a . before the start. ^libstdc.*$ Hope it helps. Damien. Le Lundi 18 septembre 2017, rinigus a écrit : > Bump. Any takers (see below)? Would really help me out with mess induced by > https://build.merproject.org/package/show/home:rinigus:maps/mapbox-demo-sf

Re: [SailfishDevel] CalDAV/CardDAV Contributor Meeting

2017-11-04 Thread dcaliste
ions#02.2F10.2F2017_Meeting > > The main item on the agenda is the discussion of TODO support in Sailfish OS. > > Activity since the last meeting: dcaliste has been doing a heap of work. > There is a backlog of PRs which need secondary review. > > Best regards, > Chri

Re: [SailfishDevel] CalDAV/CardDAV Contributor Meeting

2018-03-05 Thread dcaliste
Hello Chris, I wish to recover soon. No problem, I will try to finish my DAV cleanup so we may target the task handling for next month. Damien. Le Lundi 5 mars 2018, Chris Adams a écrit : > Hi everyone, > > I am going to have to cancel the meeting tonight - I'm quite ill at the > moment so n

[SailfishDevel] Dragging a scene with the mouse

2013-10-02 Thread dcaliste
Hello, I have an object that inherits QQuickItem. It displays, let say a picture, and the user can use the mouse to click on it, then drag to move the picture around and release the button. It is implemented by overloading mousePressEvent(), mouseMoveEvent() and then mouseReleaseEvent(). During

Re: [SailfishDevel] Dragging a scene with the mouse

2013-10-04 Thread dcaliste
Hello, Sorry for the noise, I've found my error. I put my scene item inside a Flickable item (the silica flickable to handle the pull down menu). So, when dragging down, it activate the menu. I handle the issue finally by allowing some space at the top of the page for the silicaflickable pl

Re: [SailfishDevel] How to open the default browser from a button click

2013-11-27 Thread dcaliste
Hello, Selon Artem Marchenko : > openUrlExternally is your friend - > http://qt-project.org/doc/qt-5.0/qtqml/qml-qt.html#openUrlExternally-method Ah yes, sorry, I've overlooked it… Great, thanks. > I don't think it works on emulator yet (so I am just opening a new page > with a web view inside) Y

Re: [SailfishDevel] Accent with maliit keyboard

2013-12-02 Thread dcaliste
Hello, Selon Pekka Vuorela : > I assume you are here talking about Sailfish keyboard. It's layout > system is its own. Maliit only covers lower levels for communicating > with the application, hosting keyboard plugins, etc. Thus removed rest > of the mailing lists. Ok, I didn't know. > What you a

Re: [SailfishDevel] Accent with maliit keyboard (QML mockup)

2013-12-04 Thread dcaliste
Hello, Selon Caliste Damien : > Ok, maybe I was not clear so I made a small working QML mockup. Can > anyone would tell me how to implement this in a Maliit plugin so it > would replace the current French layout ? I'm answering myself in case somebody else is wondering. The keyboard layouts are lo

Re: [SailfishDevel] Harbour news

2013-12-18 Thread dcaliste
Hello, Selon Alessandro Portale : > Hi, I am not familiar with the Cairo API. But Qt's pendant (code named > "Arthur") should offer about the same functionality. It should be > available in the Qt C++ API and be supported in SailfishOS. > See the QPainter documentation: >http://qt-project.org/

Re: [SailfishDevel] Harbour news

2013-12-18 Thread dcaliste
Hello, Selon Iekku Pylkka : > 5) > New APIs are approved as we go along - we'll inform you when you're allowed > to use new APIs in Harbour apps on the mailing list. If you think you need an > API (library or QML import) for your Harbour app that is not yet approved, > let us know on sailfish-deve

[SailfishDevel] Howto ship QML plugins for harbour

2014-01-09 Thread dcaliste
Hello, I need to ship two system QML plugins with my app for it to validate the harbour recommendations. How can I do this ? Let's take the example of QtPositioning We have: [nemo@SailfishEmul devel]$ rpm -ql qt5-qtdeclarative-import-positioning /usr/lib/qt5/qml/QtPositioning /usr/lib/qt5/qml

[SailfishDevel] Fwd: Re: QGeoSatelliteInfoSource in Sailfish

2014-01-12 Thread dcaliste
Hello, >À Sun Jan 12 2014 17:17:11 GMT+0100 (CET), Marcel a écrit : >>The QML position source is working here, and you can see the compass access, >>too Do you have the direction attribute of QGeoPositionInfo that is set ? When using hasAttribute() method on a valid GPS info source, I always ge

Re: [SailfishDevel] Fwd: Re: QGeoSatelliteInfoSource in Sailfish

2014-01-20 Thread dcaliste
Hello À Sun Jan 19 2014 22:32:47 GMT+0100 (CET), christopher.l...@thurweb.ch a écrit >1) The Compass Azimuth shows the direction the top of the device is >pointing to (so it will change as your rotate the device). > >2) The PositionSource shows a direction based on the direction the >device

Re: [SailfishDevel] Fwd: Re: QGeoSatelliteInfoSource in Sailfish

2014-01-21 Thread dcaliste
Hello Aaron and list members, Selon Aaron McCarthy : > > but the direction is missing from QGeoPositionInfo, the method > > hasAttribute() on a valid GPS fix returns false, always. How to get the > > direction? Should one calculate it by hand ? > This is a bug in the Geoclue positioning plugin in

[SailfishDevel] Cannot ssh to device in USB developer mode

2014-01-23 Thread dcaliste
Hello list members, Sorry for asking this stupid question, but I can't connect to the device with ssh when this one is connected via USB in developer mode. I can ssh to it when connecting through WLAN though. What I'm doing: - enable developer mode and set-up a password (this one is working

Re: [SailfishDevel] Cannot ssh to device in USB developer mode

2014-01-23 Thread dcaliste
Hello, Selon Julius Loman : > 192.168.2.15 is Jolla's IP address. you have to set another IP address in the > same > C class network to your usb0 interface. For example 192.168.2.14. Thanks for replying promptly, but it's not working neither. Same results, I can ping 192.168.2.14, but when I ssh t

Re: [SailfishDevel] Cannot ssh to device in USB developer mode

2014-01-23 Thread dcaliste
Selon Julius Loman : > Assign 192.168.2.14 to your computer and do "ssh nemo@192.168.2.15" > It seems to me you are just connecting to your computer, not to Jolla device. Ok, I understand, I should be able to find the solution now. Thanks a lot. And sorry for the stupid question… Damien.

Re: [SailfishDevel] Cannot ssh to device in USB developer mode

2014-01-23 Thread dcaliste
Hello, Selon Graham Cobb : > On 23/01/14 14:01, dcali...@free.fr wrote: > It sounds like you are connecting to the ssh on your own machine. To > test that you could try logging in to an account which exists on your > own machine (or check the hw key, or set up a banner message). Thanks, I've unde

Re: [SailfishDevel] Sideload Native App To Sailfish

2014-02-04 Thread dcaliste
Hello, With pkcon, thr user of the phone can install any provided Rpm, without rooting the device. So, from my understanding, the Jolla phone can be used in the open model you describe. You can provide the package from your web site. The only restriction is the same than on the desktop wh

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

2014-02-06 Thread dcaliste
Hello David and list members, I definitely like Open Source and Sailfish is a nice way IMHO to use desktop libraries in mobile world (I mean that someone coming from a desktop linux feels at home with Sailfish). I join you thinking that Sailfish needs a repo where packages are built from source