[00:32:24] *** Quits: Horwitz (~mich1@p200300EC9BD3CA00022268FFFE64E7C4.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) [00:45:37] *** Joins: Horwitz (~mich1@p200300EC9BC24700022268FFFE64E7C4.dip0.t-ipconnect.de) [00:45:38] *** ChanServ sets mode: +o Horwitz [01:07:50] *** Quits: basilic (~basilic@228-221-190-109.dsl.ovh.fr) (Remote host closed the connection) [04:06:29] *** Joins: xenos1984 (~xenos1984@3db0-516c-efa4-99b4-d480-87c4-07d0-2001.dyn.estpak.ee) [04:06:29] *** ChanServ sets mode: +v xenos1984 [06:28:05] *** Quits: xenos1984 (~xenos1984@3db0-516c-efa4-99b4-d480-87c4-07d0-2001.dyn.estpak.ee) (Quit: Leaving.) [08:57:23] *** Joins: xenos1984 (~xenos1984@2001:bb8:2002:200:6651:6ff:fe53:a120) [08:57:23] *** ChanServ sets mode: +v xenos1984 [11:12:21] *** Quits: xenos1984 (~xenos1984@2001:bb8:2002:200:6651:6ff:fe53:a120) (Quit: Leaving.) [13:50:01] *** Joins: xenos1984 (~xenos1984@2001:bb8:2002:200:6651:6ff:fe53:a120) [13:50:01] *** ChanServ sets mode: +v xenos1984 [13:57:48] *** Quits: xenos1984 (~xenos1984@2001:bb8:2002:200:6651:6ff:fe53:a120) (Quit: Leaving.) [14:17:20] *** Joins: udovdh (~udovdh@2001:981:a812:0:213:3bff:fe0f:9fb1) [15:10:15] *** Joins: xenos1984 (~xenos1984@1db9-370d-d6f2-6cb5-d480-87c4-07d0-2001.dyn.estpak.ee) [15:10:15] *** ChanServ sets mode: +v xenos1984 [15:31:20] *** Joins: OLFDB (~olfdb@p200300D25F2AC1000DDCA8EF85CDFD80.dip0.t-ipconnect.de) [15:34:26] Hi, I'm trying to add a new plugin to navit for Linux. It uses paho mqtt library. The linux build is working fine, but sailfish and tomtom fails with cannot find library -lpahoc-mqtt3c. [15:35:50] As i couldn't find any specififc entries for sailfish or tomtom in the cmake files, what can cause this issue? [15:39:13] https://circleci.com/gh/OLFDB/navit [15:47:34] *** Joins: gernot2 (5ed83e24@dslb-094-216-062-036.094.216.pools.vodafone-ip.de) [15:48:39] ilovekiruna: hi, did some test for the android scroll problem and checked the source [15:52:24] speedwarner, odometer and stopwatch are stop redraw at while scrolling stops over them. [15:53:50] Compass is not affected. All 4 functions use click_cb. [15:54:35] Compass is able to call a command like zoom without prublems. [15:56:59] The callback of the 3 "bad functions" end with a call of the draw function. [15:59:20] I cant make further tests because i'm not able to build the navit apk. [16:04:17] *** Joins: basilic (~basilic@228-221-190-109.dsl.ovh.fr) [16:48:04] hi there [16:51:32] OLFDB: are you building using circleci? [17:31:32] hi kazer [17:31:34] hi gerno2 [17:31:38] gernot2* [17:39:06] hi [17:46:13] hi gernot2 [17:46:23] how can i help you? [17:46:52] kazer: I ordered now a rpi3b+, should arrive in the coming days :-) [17:49:44] ilovekiruna I found a problem in android while scrolling the Display [17:50:31] Yesterday we talked about it here [17:55:25] yes, i remember [18:47:32] *** Joins: jandegr (b9c2bb80@185.194.187.128) [18:47:32] *** ChanServ sets mode: +v jandegr [19:02:57] *** Quits: jandegr (b9c2bb80@185.194.187.128) (Remote host closed the connection) [19:21:15] I meant how i can help you with fixing [19:25:46] I think the click callback function should detect that a "display scroll" is active. [19:26:29] In this case the function should quit. [19:28:54] Im not sure that this is a solution because there are effects which i dont understand. [19:31:47] e.g. scrolling and release over the speedwarner dont change the speedwarner status. This look like the click callback run to the end (draw the sign) [19:32:59] sorry, want to say "run not!! to the end" [19:45:31] *** Quits: OLFDB (~olfdb@p200300D25F2AC1000DDCA8EF85CDFD80.dip0.t-ipconnect.de) (Read error: Connection reset by peer) [19:45:56] *** Joins: OLFDB (~olfdb@p200300D25F2AC1000DDCA8EF85CDFD80.dip0.t-ipconnect.de) [19:54:08] gernot2: should we in a first test comment out these commands? [19:54:13] https://github.com/navit-gps/navit/blob/0f08c04dd9816533ffbaa2b684b8b0d57f0da9a5/navit/osd/core/osd_core.c#L802 [19:54:50] https://github.com/navit-gps/navit/blob/0f08c04dd9816533ffbaa2b684b8b0d57f0da9a5/navit/osd/core/osd_core.c#L924 [19:55:17] or do you mean for example: https://github.com/navit-gps/navit/blob/0f08c04dd9816533ffbaa2b684b8b0d57f0da9a5/navit/osd/core/osd_core.c#L980 [19:58:58] sorry, where is the difference? [20:00:16] now i understand. [20:01:00] just different lines [20:01:17] first i taught line 2734. [20:01:52] ok, we can also start with that [20:02:11] I made a new branch for our work and would push that to github, then we should get a new apk for testing [20:02:25] But it look like line 2733 is not executed. Or its called 2 times :-) [20:06:47] because of pressed? [20:07:25] the status dont change while scrolling. [20:08:07] which line are we talking about now? [20:08:24] if line 2734 run one time active should be changed [20:08:53] true [20:09:40] active is not changed. [20:10:40] and this is also consistant with all three "bad elements"? [20:11:15] yes. stopwatch status dont change. [20:12:44] its possible the function is calles 2 times. [20:16:32] if the problem is in the click function then it should be after line 2725 because the problem ist location sensitive [20:22:33] as we talk only about android, i wonder if we should look here: https://github.com/navit-gps/navit/blob/0f08c04dd9816533ffbaa2b684b8b0d57f0da9a5/navit/android/src/org/navitproject/navit/NavitGraphics.java#L281 [20:31:38] good idea, Line 309 and 310 are the interesting lines. But why is the result location depending. [20:31:38] *** Quits: OLFDB (~olfdb@p200300D25F2AC1000DDCA8EF85CDFD80.dip0.t-ipconnect.de) (Read error: Connection reset by peer) [20:31:54] *** Joins: OLFDB (~olfdb@p200300D25F2AC1000DDCA8EF85CDFD80.dip0.t-ipconnect.de) [20:35:14] i wonder why we sometimes have MotionCallback and ButtonCallback at the same time [20:36:10] :-o, exactly the lines I thought, when not reading carefully [20:48:49] sorry, i have to leave for today. Early working... [20:50:59] by [20:51:20] ok, no problem [20:51:25] we can continue tomorrow [20:51:26] bye [20:53:03] *** Quits: gernot2 (5ed83e24@dslb-094-216-062-036.094.216.pools.vodafone-ip.de) (Quit: gernot2) [22:10:11] *** Quits: xenos1984 (~xenos1984@1db9-370d-d6f2-6cb5-d480-87c4-07d0-2001.dyn.estpak.ee) (Quit: Leaving.)