*** Sail0r has quit IRC | 00:03 | |
*** qqK has quit IRC | 00:09 | |
*** soexit has quit IRC | 00:09 | |
*** gogeta has quit IRC | 00:13 | |
*** tat has quit IRC | 00:19 | |
sandsmark | muh, why does tracker index .mp4 files as music... | 00:27 |
---|---|---|
*** r0kk3rz has quit IRC | 00:28 | |
*** roboro has quit IRC | 00:35 | |
*** olafh has quit IRC | 00:35 | |
sandsmark | augh, python is so slooooooooooow | 00:40 |
sandsmark | saidinesh5: can we rewrite the python crap in c++ plz | 00:40 |
saidinesh5 | sandsmark: the swipeHint generation? | 00:40 |
sandsmark | ya | 00:40 |
saidinesh5 | could you give me about...... half an hour? | 00:40 |
sandsmark | haha | 00:40 |
saidinesh5 | dealing with memory corruption... | 00:40 |
sandsmark | well, I could do it myself | 00:41 |
saidinesh5 | umm .... nah | 00:41 |
sandsmark | but if you want to | 00:41 |
saidinesh5 | i m moving it to the self contained keygridmodel | 00:41 |
saidinesh5 | class | 00:41 |
sandsmark | ah, kewl | 00:41 |
sandsmark | what kind of memory corruption? | 00:41 |
saidinesh5 | not even sure | 00:41 |
sandsmark | in our keyboard? | 00:41 |
saidinesh5 | yup | 00:41 |
sandsmark | ok, so not bad ram, that would have been .. worse :p | 00:41 |
saidinesh5 | lol | 00:41 |
sandsmark | does valgrind say anything useful | 00:41 |
saidinesh5 | typedef QStringList Key; | 00:42 |
saidinesh5 | typedef QList<Key> KeyRow; | 00:42 |
saidinesh5 | typedef QList<KeyRow> KeyGrid; // Essentially a layout to be rendered for us | 00:42 |
saidinesh5 | typedef QMap<QString, KeyGrid> KeyLayout; // Various available modes - such as shifted, unshifted | 00:42 |
saidinesh5 | typedef QMap<QString, KeyLayout> KeyboardModel; // Various available layouts - such as alphabetical, symbolic, etc... | 00:42 |
saidinesh5 | that is the current...... | 00:42 |
sandsmark | coolio | 00:42 |
saidinesh5 | so debugging is a little............ | 00:42 |
sandsmark | I plan on writing the kb tree on the plane tomorrow | 00:42 |
saidinesh5 | weird lol | 00:42 |
sandsmark | haha | 00:42 |
saidinesh5 | Ahh back to norway? | 00:42 |
sandsmark | yup :D | 00:42 |
saidinesh5 | Ahh i usually sleep during flights lol | 00:43 |
sandsmark | haha, me too | 00:43 |
saidinesh5 | too much annoyances otherwise | 00:43 |
sandsmark | except lately, I've been getting some good coding during them | 00:43 |
saidinesh5 | Ahh | 00:43 |
sandsmark | but I'm thinking kb tree for the swipe hints, and a trie for the n-grams when we get them? | 00:43 |
saidinesh5 | actually you can keep the kbtree generic | 00:43 |
saidinesh5 | and move the WordList to a kb tree | 00:43 |
sandsmark | mmm | 00:43 |
sandsmark | yeah, I was looking at that | 00:44 |
saidinesh5 | instead of it's internal... | 00:44 |
saidinesh5 | then in the wordMatcher we can do other kinds of silly things like assigning weights and all that stuff | 00:44 |
sandsmark | mmm, yeah | 00:45 |
sandsmark | I was thinking weights from ngrams or something | 00:45 |
saidinesh5 | yup thats what i mean | 00:45 |
saidinesh5 | if the wordList is a templated... | 00:45 |
sandsmark | yarp | 00:45 |
saidinesh5 | WordList<WordInfo> | 00:45 |
saidinesh5 | WordList<WordIndices> swipeHints; | 00:45 |
Funkeh` | anyone have any ideas why the "Plumble" app would be "incompatible" with the sailfish android emulator? https://play.google.com/store/apps/details?id=com.morlunk.mumbleclient.free&hl=en | 00:46 |
sandsmark | what do you mean incompatible | 00:46 |
sandsmark | and it probably targets a newer API than what alien dalvik implements | 00:47 |
Funkeh` | It just says "This app is incompatible with your device" | 00:47 |
sandsmark | where? | 00:47 |
*** Kabouik has joined #sailfishos | 00:47 | |
Funkeh` | if you try to browse to it on your phone :) | 00:48 |
sandsmark | google play? | 00:48 |
Funkeh` | it doesn't even show up in the actual google play store on your phone | 00:48 |
sandsmark | getting google play in sailfish at all is a giant hack, not supported by jolla and against the google play ToS :p | 00:48 |
sandsmark | I wouldn't be surprised if it doesn't work well | 00:49 |
*** energycsdx has quit IRC | 00:49 | |
Funkeh` | yadayada | 00:49 |
Funkeh` | every app I've installed works fine until this one | 00:49 |
sandsmark | but yeah, most probably it doesn't support the API level that alien dalvik implements | 00:49 |
Funkeh` | Android 2.3+ | 00:50 |
Funkeh` | or so it says | 00:50 |
sandsmark | uh | 00:50 |
sandsmark | ok, so probably just weird google play crap | 00:50 |
Funkeh` | Could it be a problem with the dalvik implementation missing something? | 00:50 |
sandsmark | well, old API, but it should be complete | 00:51 |
Tegu | Funkeh`: try F-Drod, it seems to be there as well | 00:53 |
Tegu | f-droid | 00:53 |
Funkeh` | I just saw that | 00:53 |
Funkeh` | but I don't have f-droid installed | 00:54 |
Funkeh` | anyone with it installed can check if it shows up? | 00:54 |
sandsmark | well, alien dalvik is completely broken on my phone | 00:54 |
sandsmark | apkd-launcher, which seems to be used for launching all android stuff, doesn't seem to exist | 00:55 |
*** Behold has quit IRC | 00:55 | |
Tegu | hmm, I actually cannot install it via f-droid | 00:55 |
Tegu | it's grey but visible in search results | 00:55 |
Funkeh` | must be a dalvik issue | 00:56 |
sandsmark | hmm, can someone check if they have apkd-launcher? | 00:56 |
Funkeh` | should I report that someplace? | 00:56 |
sandsmark | Funkeh`: it really seems like it is a newer API target than what alien dalvik supports | 00:56 |
Tegu | sandsmark: have you installed any android apps from jolla store? if not, try one | 00:56 |
sandsmark | Tegu: yeah, the amazon appstore | 00:56 |
sandsmark | I can try installing more :p | 00:57 |
*** inte_away has joined #sailfishos | 00:57 | |
sandsmark | hmm, I should probably upload quasseldroid | 00:58 |
Funkeh` | sandsmark, what API version is it based on anyway? | 00:58 |
sandsmark | Funkeh`: no idea | 00:58 |
Tegu | oki, weird. it started to work for me when I installed one android app (yle areena). also, amazon appstore is not even visible for me in the jolla store :o | 00:59 |
sandsmark | oh, I might have installed it outside of jolla! | 00:59 |
*** inte_awa` has quit IRC | 00:59 | |
sandsmark | Tegu: <3<3<3 | 01:00 |
sandsmark | that worked | 01:00 |
Tegu | sandsmark: nice. it's a bit eird issue, though | 01:00 |
sandsmark | yeah... | 01:00 |
sandsmark | should probably be fixed | 01:00 |
sandsmark | Tegu: I think that is the issue here, btw, if you want some sweet karma: https://together.jolla.com/question/74454/android-apps-not-working-in-11127/ | 01:01 |
Tegu | yandex used to be installed by default, so it probably orked as the one app. but nowadays no apps are installed | 01:01 |
sandsmark | hmm, true | 01:03 |
*** Elleo has quit IRC | 01:03 | |
*** Elleo has joined #sailfishos | 01:05 | |
*** Elleo has joined #sailfishos | 01:05 | |
*** Sailor11736 has joined #sailfishos | 01:10 | |
*** tat has joined #sailfishos | 01:11 | |
*** hasdf has joined #sailfishos | 01:19 | |
hasdf | did somebody try to install textsecure (android, needs google play services)? | 01:20 |
hasdf | other question: is there any jabber client with otr support? | 01:20 |
*** Sailor11736 has quit IRC | 01:24 | |
*** hoodlum has joined #sailfishos | 01:42 | |
*** Shinryuu has joined #sailfishos | 01:52 | |
saidinesh5 | hmm.... a leeeeeetal bit progress finally | 01:53 |
*** tat has quit IRC | 01:54 | |
saidinesh5 | it at least renders now | 01:58 |
saidinesh5 | but still a memory corruption on exit.. | 01:58 |
*** Aciid has quit IRC | 02:10 | |
*** Aciid has joined #sailfishos | 02:10 | |
sandsmark | valgriiind | 02:14 |
saidinesh5 | yeah | 02:19 |
*** arcean has quit IRC | 02:20 | |
saidinesh5 | wwwwwwwwwwwwtf | 02:33 |
saidinesh5 | sandsmark: i was also doing a qRegisterMetaType | 02:33 |
saidinesh5 | along side what you did | 02:34 |
saidinesh5 | so that was causing a double free | 02:34 |
*** Kabouik has quit IRC | 02:51 | |
*** vakkov has quit IRC | 02:59 | |
*** M4rtinK has quit IRC | 02:59 | |
*** hasdf has quit IRC | 03:28 | |
*** inte_away has quit IRC | 03:36 | |
*** inte_away has joined #sailfishos | 03:40 | |
*** inte_away has quit IRC | 03:41 | |
*** Morpog_PC has joined #sailfishos | 03:44 | |
*** inte_away has joined #sailfishos | 03:46 | |
*** R-Z has quit IRC | 03:50 | |
lachs0r | so yeah, I totally went out of my way to build cmus on jolla because gstreamer sucks… had to mess around to convince pulseaudio not to mute it, and fingerterm doesn’t want to be friends with ncurses | 04:11 |
lachs0r | the sad part is that I’m not even going to use it because smartphone audio quality is pathetic :( | 04:11 |
lachs0r | not a jolla-specific problem | 04:11 |
* lachs0r cuts off the whining and goes to bed | 04:15 | |
*** furikku has joined #sailfishos | 04:29 | |
*** gexc has joined #sailfishos | 04:38 | |
*** Photon12 has quit IRC | 04:45 | |
*** Shinryuu has quit IRC | 04:50 | |
*** Shinryuu has joined #sailfishos | 04:51 | |
*** gexc has quit IRC | 04:54 | |
*** gexc has joined #sailfishos | 04:55 | |
*** dpurgin has joined #sailfishos | 04:57 | |
*** dirkvl has joined #sailfishos | 05:01 | |
*** dirkvl has quit IRC | 05:05 | |
*** flash1 has joined #sailfishos | 05:15 | |
*** dirkvl has joined #sailfishos | 05:16 | |
*** flash1 has quit IRC | 05:19 | |
*** dirkvl has quit IRC | 05:21 | |
*** cybrNaut has quit IRC | 05:22 | |
*** cybrNaut has joined #sailfishos | 05:24 | |
*** dirkvl has joined #sailfishos | 05:32 | |
*** dirkvl has quit IRC | 05:37 | |
*** faenil has quit IRC | 05:39 | |
*** rainemak has quit IRC | 05:44 | |
*** dirkvl has joined #sailfishos | 05:48 | |
*** dirkvl has quit IRC | 05:53 | |
*** rainemak has joined #sailfishos | 05:56 | |
*** Morpog_PC has quit IRC | 06:03 | |
*** dirkvl has joined #sailfishos | 06:04 | |
*** dirkvl has quit IRC | 06:09 | |
*** Shinryuu has quit IRC | 06:17 | |
*** Shinryuu has joined #sailfishos | 06:23 | |
*** SpeedEvil has quit IRC | 06:26 | |
*** hoodlum has quit IRC | 06:27 | |
*** SpeedEvil has joined #sailfishos | 06:27 | |
*** Shinryuu has quit IRC | 06:28 | |
*** flywheel has joined #sailfishos | 06:32 | |
*** piggz has quit IRC | 07:06 | |
*** piggz has joined #sailfishos | 07:07 | |
*** disharmonic has joined #sailfishos | 07:10 | |
*** energycsdx has joined #sailfishos | 07:12 | |
*** skeithc has quit IRC | 07:13 | |
*** skeithc has joined #sailfishos | 07:13 | |
*** dhbiker has joined #sailfishos | 07:31 | |
*** roboro has joined #sailfishos | 07:31 | |
*** skeithc has quit IRC | 07:34 | |
*** skeithc has joined #sailfishos | 07:45 | |
*** Lipevakala has joined #sailfishos | 07:53 | |
krnlyng | coderus: https://github.com/krnlyng/mupen64plus-video-glide64mk2/tree/more_gles use this | 08:00 |
*** flash1 has joined #sailfishos | 08:06 | |
*** flash1 has quit IRC | 08:12 | |
*** skeithc has quit IRC | 08:13 | |
*** flash1 has joined #sailfishos | 08:13 | |
*** skeithc has joined #sailfishos | 08:14 | |
*** flash1 has quit IRC | 08:15 | |
*** Shinryuu has joined #sailfishos | 08:18 | |
*** rubdos has joined #sailfishos | 08:23 | |
*** Nokius has joined #sailfishos | 08:25 | |
*** samikshan is now known as samikshan|afk | 08:29 | |
*** samikshan|afk is now known as samikshan | 08:29 | |
*** spiiroin has quit IRC | 08:43 | |
*** disharmonic has quit IRC | 08:48 | |
*** gogeta has joined #sailfishos | 08:52 | |
*** dhbiker has quit IRC | 08:54 | |
*** piggz has quit IRC | 08:55 | |
*** piggz has joined #sailfishos | 08:55 | |
*** spiiroin has joined #sailfishos | 08:55 | |
*** gogeta has quit IRC | 08:59 | |
*** disharmonic has joined #sailfishos | 09:00 | |
*** igordcard has joined #sailfishos | 09:03 | |
*** Nc_ has joined #sailfishos | 09:04 | |
TemeV | oh, what a disappoiment, the UI doesn't notice my telegram connection manager in anyway | 09:13 |
TemeV | it was expected though | 09:13 |
Stskeeps | send a mail to sailfish-devel? | 09:13 |
TemeV | is it supposed to be possible? | 09:13 |
TemeV | with telepathy | 09:14 |
*** dhbiker has joined #sailfishos | 09:15 | |
*** dhbiker_ has joined #sailfishos | 09:15 | |
*** Finlod has joined #sailfishos | 09:17 | |
*** dhbiker has quit IRC | 09:17 | |
*** dhbiker_ has quit IRC | 09:17 | |
*** dhbiker has joined #sailfishos | 09:20 | |
TemeV | oh, I think I messed up somethin in compiling it anyway | 09:23 |
*** Lipevakala has quit IRC | 09:26 | |
*** Lipevakala has joined #sailfishos | 09:27 | |
* JoshStrobl spots something about Telegram and is immediately interested in the conversation now. | 09:29 | |
tbr | TemeV: but mc-tool does show it etc? | 09:31 |
tbr | TemeV: a good first step is to configure a connection using mc-tool. It then might already show up in the respective UI (did that on several mobile OSs) | 09:31 |
*** piggz has quit IRC | 09:32 | |
*** r0kk3rz has joined #sailfishos | 09:33 | |
TemeV | yeah, but I think I compiled it for the wrong arch. I should maybe not do these things this early in the morning :) | 09:33 |
TemeV | JoshStrobl: https://akulichalexandr.wordpress.com/2014/05/26/telegram-connection-manager-gsoc-2014-task-overview/comment-page-1/#comment-63 | 09:35 |
TemeV | I decided to give that a shot | 09:35 |
JoshStrobl | Oh man, integration into telepathy would be awesome. | 09:38 |
TemeV | that works nice with KDE | 09:39 |
TemeV | well... for the parts that have been implemented | 09:39 |
JoshStrobl | Well, I don't use KDE, so (shrug) | 09:39 |
TemeV | should work with gnome also | 09:39 |
JoshStrobl | Not yet anyone, might when Plasma 5.2 lands | 09:39 |
JoshStrobl | *anyway | 09:39 |
*** disharmonic has quit IRC | 09:40 | |
*** Lipevakala_ has joined #sailfishos | 09:42 | |
JoshStrobl | Looking at and using Plasma 5 is like getting a taste of the future. But yea, I use Gnome. | 09:42 |
TemeV | oh, and the phone has too old telepathy-qt5 | 09:44 |
*** msava has joined #sailfishos | 09:44 | |
*** Lipevakala has quit IRC | 09:44 | |
*** mkollaro has joined #sailfishos | 09:48 | |
*** dhbiker has quit IRC | 09:48 | |
*** disharmonic has joined #sailfishos | 09:51 | |
*** meekygeek has joined #sailfishos | 09:55 | |
TemeV | Oh, this really is not too easy. Why can't everything just compile by hittin a button | 09:57 |
TemeV | +g | 09:57 |
*** Nightmare__ has joined #sailfishos | 09:59 | |
tbr | yeah, preferably without writing code at all, just thinking of the result | 09:59 |
TemeV | that would also be cool, but right now I'd be happy if I could just skip to writing the code part | 10:00 |
sandsmark | saidinesh5: aaah | 10:00 |
sandsmark | saidinesh5: and I fell asleep :V | 10:00 |
*** Sail0r has joined #sailfishos | 10:01 | |
r0kk3rz | TemeV tbr agree, the computer just needs to compile whats in my head, none of this code business | 10:02 |
TemeV | does anyone know if there is a shortcut for compiling existing project with cmakelist-files? | 10:04 |
TemeV | or do I have to write a spec file for it | 10:05 |
tbr | r0kk3rz: too bad that rule 34 applies also here aaaand nothing gets done | 10:06 |
r0kk3rz | haha | 10:06 |
tbr | TemeV: unless you find a specfile that already uses this "cmakelist" thing | 10:07 |
tbr | writing spec files isn't thaaat hard though | 10:07 |
TemeV | yeah, but it would be yet another new thing for me to learn | 10:07 |
urjaman | learn more | 10:08 |
tbr | http://fedoraproject.org/wiki/Packaging:Cmake - this any help? | 10:08 |
*** energycsdx has quit IRC | 10:09 | |
tbr | (not sure if the mer RPM comes with the cmake makro though) | 10:09 |
TemeV | thanks, I | 10:10 |
TemeV | 'll try that | 10:10 |
TemeV | at least /etc/rpm/macros.cmake exists | 10:12 |
*** filippz has joined #sailfishos | 10:14 | |
*** dirkvl has joined #sailfishos | 10:15 | |
*** crazy_imp has quit IRC | 10:19 | |
tbr | sounds promising | 10:21 |
*** crazy_imp has joined #sailfishos | 10:21 | |
*** crazy_imp has joined #sailfishos | 10:21 | |
*** Morpog_PC has joined #sailfishos | 10:23 | |
urjaman | this might be ever so slighty OT, but do you get this android apps lose touch effect with U10? eg. i just opened instagram and it loaded the new posts (so it is running) but no touches go through to it... | 10:25 |
*** tbr is now known as Merbot | 10:25 | |
*** Merbot is now known as tbr | 10:25 | |
*** Merbot` is now known as merbot | 10:26 | |
urjaman | restarting dalvik helps but is not ideal... | 10:26 |
*** maxorator has quit IRC | 10:26 | |
*** Snurppa has joined #sailfishos | 10:29 | |
*** maxorator has joined #sailfishos | 10:29 | |
*** dhbiker has joined #sailfishos | 10:30 | |
*** flash1 has joined #sailfishos | 10:32 | |
*** flash1 has quit IRC | 10:34 | |
*** jua_ has joined #sailfishos | 10:34 | |
TemeV | oh, maybe I should just sb2 -t SailfishOS-armv7hl and run cmake there | 10:35 |
*** gogeta has joined #sailfishos | 10:38 | |
*** filippz has quit IRC | 10:39 | |
*** rubdos has quit IRC | 10:39 | |
*** phaeron has quit IRC | 10:43 | |
*** filippz has joined #sailfishos | 10:43 | |
*** Sail0r has quit IRC | 10:45 | |
*** piggz has joined #sailfishos | 10:45 | |
*** daitheflu has joined #sailfishos | 10:48 | |
*** Sail0r has joined #sailfishos | 10:52 | |
*** filippz has quit IRC | 10:53 | |
*** rm_work|away is now known as rm_work | 11:02 | |
*** tat has joined #sailfishos | 11:03 | |
*** piggz has quit IRC | 11:11 | |
*** soexit has joined #sailfishos | 11:13 | |
*** mkollaro has quit IRC | 11:18 | |
*** vakkov has joined #sailfishos | 11:19 | |
*** maxorator has quit IRC | 11:31 | |
*** maxorator has joined #sailfishos | 11:33 | |
*** Sail0r has quit IRC | 11:34 | |
*** Behold has joined #sailfishos | 11:37 | |
*** phaeron has joined #sailfishos | 11:39 | |
*** vakkov has quit IRC | 11:44 | |
*** m4g0g has joined #sailfishos | 11:47 | |
*** flywheel has quit IRC | 11:47 | |
*** Lipevakala_ has quit IRC | 11:51 | |
m4g0g | hi | 11:51 |
m4g0g | did anybody answer on my question about sharing url? | 11:52 |
*** Pat_o has joined #sailfishos | 11:53 | |
*** daitheflu has quit IRC | 11:54 | |
locusf | (21:07:26) [ coderus] m4g0g: mediaItem()->value(MediaItem::Url).toString() | 11:55 |
*** ahiemstra has quit IRC | 11:56 | |
*** ahiemstra has joined #sailfishos | 11:56 | |
*** vakkov has joined #sailfishos | 12:00 | |
*** arcean has joined #sailfishos | 12:01 | |
*** f3an0r has joined #sailfishos | 12:01 | |
m4g0g | locusf: doesn't work | 12:02 |
locusf | m4g0g: ok then wait for coderus :) | 12:03 |
*** skeithc has quit IRC | 12:05 | |
*** M4rtinK has joined #sailfishos | 12:17 | |
TemeV | yeah, now I have the connection manager running on jolla | 12:18 |
TemeV | now would need some user interface :) | 12:18 |
*** billtux has quit IRC | 12:19 | |
*** Sail0r has joined #sailfishos | 12:23 | |
*** xcv_ has joined #sailfishos | 12:25 | |
*** Aard has quit IRC | 12:25 | |
*** Aard has joined #sailfishos | 12:27 | |
*** M4rtinK has quit IRC | 12:28 | |
saidinesh5 | sandsmark: ah its okay i think this will be done by tonight... | 12:29 |
saidinesh5 | now need to move the keyCodes to (row,column, index) format | 12:29 |
*** M4rtinK has joined #sailfishos | 12:30 | |
*** sandy_locke has joined #sailfishos | 12:36 | |
*** sandy_locke has joined #sailfishos | 12:36 | |
*** sandy_locke has quit IRC | 12:36 | |
*** sandy_locke has joined #sailfishos | 12:39 | |
*** sandy_locke has joined #sailfishos | 12:39 | |
*** sandy_locke has quit IRC | 12:40 | |
*** leszek has joined #sailfishos | 12:40 | |
leszek | hi, where can I find the current qtwebkit5 git repo used for sailfishos ? Is it this one here ? https://github.com/mer-packages/qtwebkit5 ? | 12:42 |
Stskeeps | mer-qt/qtwebkit5 possibly? | 12:42 |
* Stskeeps wonderds | 12:42 | |
*** gogeta has quit IRC | 12:42 | |
leszek | mer-qt/qtwebkit5 doesn't exists | 12:43 |
Stskeeps | https://github.com/mer-packages/qtwebkit5.git | 12:43 |
leszek | thanks :) | 12:43 |
*** olafh has joined #sailfishos | 12:45 | |
*** r0kk3rz has quit IRC | 12:45 | |
*** flash1 has joined #sailfishos | 12:49 | |
*** flash1 has quit IRC | 12:51 | |
*** skeithc has joined #sailfishos | 12:53 | |
*** nodevel has quit IRC | 12:54 | |
*** nodevel has joined #sailfishos | 12:55 | |
*** tanty is now known as tanty_off | 12:55 | |
sandsmark | saidinesh5: ah, kk | 12:59 |
saidinesh5 | sandsmark: what are you working on? | 12:59 |
saidinesh5 | btw i pushed my progress to a branch | 12:59 |
sandsmark | saidinesh5: I was working on the wordlist stuff :P | 13:00 |
sandsmark | but I kind of started porting quassel to qtquick :P | 13:00 |
saidinesh5 | Ah | 13:00 |
saidinesh5 | sandsmark: remember the UI i was telling you about for tox? | 13:00 |
sandsmark | yeah | 13:00 |
saidinesh5 | want to try that out? | 13:00 |
saidinesh5 | then i can shamelessly reuse that for tox oto | 13:00 |
saidinesh5 | too | 13:00 |
sandsmark | mmm, what do you mean? | 13:01 |
sandsmark | and where is the source | 13:01 |
sandsmark | you mean on sailfish? | 13:01 |
saidinesh5 | there is none yet.. i had some PSDs for it in the other hard drive | 13:01 |
saidinesh5 | and yeah sailfish /android.. | 13:02 |
Sail0r | hm Jollagram sounds nice but does not do end-to-end encryption | 13:02 |
Sail0r | https://openrepos.net/content/marco73f/jollagram | 13:02 |
TemeV | Sail0r: it is pretty useless anyway | 13:03 |
*** vakkov has quit IRC | 13:04 | |
sandsmark | saidinesh5: how can I test it if there's no source? | 13:04 |
sandsmark | :D | 13:04 |
Sail0r | TemeV, why? | 13:04 |
sandsmark | but yeah, I was waiting for your c++ thingie to finish the splittin | 13:04 |
Sail0r | I want to see the source | 13:04 |
saidinesh5 | sandsmark: the C++ split is partly in a branch | 13:04 |
Sail0r | from Jollagram but it's not on github or something | 13:04 |
saidinesh5 | but adding the swipeHint generator to it | 13:04 |
TemeV | at least for me it didn't seem to work reliably | 13:04 |
TemeV | didn't reconnect automatically etc | 13:04 |
sandsmark | saidinesh5: mmmm | 13:05 |
Sail0r | well it's first release | 13:05 |
saidinesh5 | although i think it might be a bad idea to keep this in the keyboard.. | 13:05 |
saidinesh5 | llets see | 13:05 |
TemeV | yeah, but I mean this version is useless, I don't say it can't become good | 13:05 |
saidinesh5 | sandsmark: well i ll prolly whip up a quick version later tonight | 13:05 |
sandsmark | oki :D | 13:05 |
saidinesh5 | skeyer's UI theme was actually meant to be for that tox i was working on | 13:06 |
saidinesh5 | you know .. the dark and glow for notifications... | 13:06 |
*** SfietKonstantin has joined #sailfishos | 13:06 | |
Sail0r | https://twitter.com/marco73f that's the guy who made Jollagram | 13:06 |
Yaniel | Sail0r: pic? I might want to use that | 13:08 |
Yaniel | err Sail0r | 13:08 |
Yaniel | * saidinesh5 | 13:08 |
Sail0r | hehe | 13:08 |
sandsmark | saidinesh5: ah, ok | 13:08 |
Sail0r | when the first 3 letters match it's pain ;) | 13:08 |
saidinesh5 | Yaniel: https://www.youtube.com/watch?v=zzG8QiPq7Fs&feature=autoshare well this is skeyer .. will have to dig up the other HDD for Ihy | 13:08 |
saidinesh5 | i mean tox client | 13:09 |
saidinesh5 | sandsmark: btw. yeah moving the keyGridModel from skeyer.wordList.keyGridModel to skeyer.keyGridModel seems like a nice idea | 13:10 |
sandsmark | hmm | 13:10 |
Yaniel | I was planning to do something like messages app | 13:10 |
sandsmark | yeah | 13:10 |
Yaniel | but if you have a good concept I might consider it | 13:11 |
*** SfietKonstantin has quit IRC | 13:11 | |
*** gexc has quit IRC | 13:12 | |
*** flash1 has joined #sailfishos | 13:13 | |
saidinesh5 | Yaniel: check your dm btw. | 13:15 |
*** tat has quit IRC | 13:16 | |
*** flash1 has quit IRC | 13:17 | |
coderus | krnlyng: okay, this one is compiling | 13:17 |
krnlyng | coderus: did you get a working package_ | 13:18 |
krnlyng | ? | 13:18 |
coderus | no | 13:18 |
coderus | it's compiling right now | 13:18 |
coderus | last component compiling | 13:18 |
krnlyng | coderus: what did you do about the ld error? | 13:19 |
coderus | i'm just compiling it manually under sdk-install mode | 13:19 |
coderus | by some reason sdk-build have different binutils (?!) | 13:19 |
Yaniel | dm? | 13:20 |
coderus | and i can't install something in sdk-build mode | 13:20 |
coderus | Yaniel: dm stands for Direct Mesages (private messages) | 13:20 |
Yaniel | ah | 13:20 |
m4g0g | coderus: hello | 13:21 |
Yaniel | I've only seen pm used before | 13:21 |
coderus | m4g0g: hi | 13:21 |
m4g0g | may be any ideas? | 13:21 |
coderus | Yaniel: dm is twitter term actually | 13:21 |
m4g0g | about my yesterday question | 13:21 |
coderus | m4g0g: what ideas? | 13:21 |
m4g0g | about sharing url | 13:21 |
coderus | mediaItem()->value(MediaItem::Url).toString() | 13:21 |
coderus | i gave you an answer | 13:22 |
m4g0g | this is doesn't work | 13:22 |
m4g0g | empty string returns | 13:22 |
coderus | show qml | 13:22 |
coderus | you should set it this way: http://paste.ubuntu.com/9660219/ | 13:22 |
Yaniel | ah, that explains | 13:23 |
m4g0g | root.isLink - always false | 13:23 |
krnlyng | coderus: how does one enter sdk-install mode? | 13:25 |
saidinesh5 | sandsmark: btw. forgot to say we caaaaaaaaaan actually have a native salfishesque UI.. after the commits yesterday i was sending SKEYER_VIEW_FILE to the code at compile time.. | 13:25 |
coderus | krnlyng: sb2 -t SailfishOS-armv7hl -m sdk-install | 13:25 |
coderus | m4g0g: show your qml | 13:25 |
sandsmark | saidinesh5: huuuum | 13:26 |
saidinesh5 | so its just a matter of a different main.qml and transparent keys afaik | 13:26 |
sandsmark | I'm not sure how much of the native UI makes sense for the keyboard, tho | 13:26 |
sandsmark | certainly not the buttons, for example | 13:26 |
sandsmark | the colors maybe | 13:26 |
saidinesh5 | yeh but if we want to try that out i mean | 13:26 |
sandsmark | yarp | 13:26 |
m4g0g | https://bpaste.net/show/d529ad346cde | 13:27 |
m4g0g | coderus: ^^ | 13:27 |
coderus | m4g0g: property bool isLink: root.content && ('type') in root.content && root.content.type === "text/x-url" | 13:27 |
*** Sailor11736 has joined #sailfishos | 13:27 | |
saidinesh5 | sandsmark: also another thing is to remove gradients etc.. and use images... | 13:27 |
saidinesh5 | the thing doesnt even want to render properly on my nn950 | 13:28 |
krnlyng | coderus: hm thats glitched out for me: https://bpaste.net/show/5c5b68496eb7 | 13:28 |
sandsmark | yeah | 13:28 |
sandsmark | well, I'm not a fan of images :D | 13:28 |
sandsmark | or, gradients I mean | 13:28 |
sandsmark | always liked flat styles | 13:28 |
sandsmark | but with sailfish integration we will get just that blurred normal background image | 13:28 |
m4g0g | coderus: no | 13:29 |
coderus | krnlyng: same thing: install: cannot change permissions of `/usr/lib/mupen64plus': No such file or directory | 13:30 |
coderus | m4g0g: what no? :D | 13:30 |
m4g0g | url is empty, mimetype - text/plain | 13:30 |
coderus | krnlyng: inside sb2 no mb. just make :) | 13:30 |
krnlyng | coderus: ah | 13:30 |
coderus | m4g0g: okay, then in your case just set status to both link and status | 13:31 |
coderus | i'm going to shopping now, will check you later | 13:32 |
*** hasdf has joined #sailfishos | 13:33 | |
*** yanoo_ has quit IRC | 13:38 | |
*** tat has joined #sailfishos | 13:40 | |
*** Sailor11736 has quit IRC | 13:40 | |
*** Sail0r has quit IRC | 13:44 | |
*** soexit has quit IRC | 13:45 | |
*** Sail0r has joined #sailfishos | 13:46 | |
*** Sailor11736 has joined #sailfishos | 13:51 | |
*** soexit has joined #sailfishos | 13:52 | |
*** martyone has joined #sailfishos | 13:56 | |
*** Photon12 has joined #sailfishos | 14:03 | |
saidinesh5 | sandsmark: interestingly the first try was a flat style itself | 14:03 |
saidinesh5 | https://www.youtube.com/watch?feature=player_embedded&v=0EPFa4PLqa8 | 14:04 |
saidinesh5 | now it is more of a flat glowing style i'd say | 14:04 |
sandsmark | mmm | 14:04 |
sandsmark | glowing is gradients :D | 14:05 |
*** tat has quit IRC | 14:05 | |
saidinesh5 | lol | 14:05 |
saidinesh5 | well feel free to make the UI themeable :P | 14:07 |
saidinesh5 | for that we can prolly use singletons | 14:07 |
*** Lipevakala has joined #sailfishos | 14:09 | |
*** SfietKonstantin has joined #sailfishos | 14:10 | |
*** leszek has quit IRC | 14:10 | |
*** yanoo has joined #sailfishos | 14:12 | |
*** Nc_ has quit IRC | 14:14 | |
*** iskatu has quit IRC | 14:15 | |
*** javispedro has joined #sailfishos | 14:20 | |
*** tat has joined #sailfishos | 14:21 | |
*** Sail0r has quit IRC | 14:23 | |
*** Sailor11736 has quit IRC | 14:24 | |
*** Sailor11736 has joined #sailfishos | 14:25 | |
*** lukdirtwalker has joined #sailfishos | 14:26 | |
*** yanoo has quit IRC | 14:44 | |
*** tat has quit IRC | 14:45 | |
*** energycsdx has joined #sailfishos | 14:52 | |
*** Venemo has joined #sailfishos | 14:56 | |
*** tat has joined #sailfishos | 14:56 | |
*** Nc_ has joined #sailfishos | 15:00 | |
Nokius | javispedro: Hi | 15:01 |
javispedro | hi | 15:01 |
Nokius | javispedro: repair works sometimes :) | 15:01 |
javispedro | "repair"? | 15:01 |
*** igordcard has quit IRC | 15:01 | |
Nokius | reconnect | 15:03 |
*** R-Z has joined #sailfishos | 15:04 | |
*** Sail0r has joined #sailfishos | 15:05 | |
Nokius | javispedro: ah salemata is running as daemon ( was wandering the last days why it reconnects as ir there was no cover open) | 15:05 |
Nokius | javispedro: I its easy to reproduce for me when the Phone is set to filghtmode the watch is not reconnected when filghtmode is disabelt again | 15:06 |
*** iskatu has joined #sailfishos | 15:08 | |
*** iskatu has quit IRC | 15:12 | |
*** iskatu has joined #sailfishos | 15:14 | |
*** soexit has quit IRC | 15:23 | |
m4g0g | is there a way to see debug messages in jolla? | 15:25 |
energycsdx | m4g0g: what kind of debug messages do you like to see? | 15:26 |
m4g0g | qDebug () << | 15:26 |
m4g0g | I need it to detect problem with my transfer engine plugiun | 15:27 |
javispedro | Nokius: can't check this today, but thanks | 15:27 |
energycsdx | m4g0g try journalctl -f | 15:28 |
Nokius | javispedro: is just a shut out about the thinks i discovered the last day | 15:29 |
m4g0g | no journal files where found | 15:29 |
*** flash1 has joined #sailfishos | 15:29 | |
Nokius | m4g0g: do it as root | 15:29 |
*** flash1 has quit IRC | 15:30 | |
*** disharmonic has quit IRC | 15:31 | |
*** javispedro has quit IRC | 15:37 | |
*** mkollaro has joined #sailfishos | 15:40 | |
*** xcv_ has quit IRC | 15:46 | |
*** RoKenn has joined #sailfishos | 15:51 | |
*** martyone has quit IRC | 15:59 | |
*** Bernte_ has quit IRC | 16:02 | |
*** Bernte_ has joined #sailfishos | 16:07 | |
*** joakleaf has joined #sailfishos | 16:09 | |
*** disharmonic has joined #sailfishos | 16:10 | |
*** Sailor11736_ has joined #sailfishos | 16:14 | |
*** Sailor11736 has quit IRC | 16:16 | |
m4g0g | coderus: ping | 16:16 |
*** flash1 has joined #sailfishos | 16:18 | |
m4g0g | developers, how to initiate connection dialog showing? | 16:18 |
m4g0g | s/dialog/popup/ | 16:18 |
*** Sailor11736 has joined #sailfishos | 16:19 | |
*** flash1 has quit IRC | 16:19 | |
*** jua_ has quit IRC | 16:20 | |
*** jua_ has joined #sailfishos | 16:21 | |
*** Sailor11736_ has quit IRC | 16:21 | |
kimmoli | via a dbus message | 16:22 |
*** skeithc has quit IRC | 16:23 | |
Venemo | here is a funny question | 16:23 |
Venemo | why was the OS named Sailfish? | 16:24 |
kimmoli | uh | 16:24 |
kimmoli | m4g0g: dbus-send --type=method_call --print-reply --dest=com. | 16:24 |
kimmoli | jolla.lipstick.ConnectionSelector / com.jolla.lipstick.Conn | 16:24 |
kimmoli | ectionSelectorIf.openConnection string:wlan | 16:24 |
kimmoli | äh. or something like that | 16:24 |
m4g0g | kimmoli: any documentation about this? | 16:24 |
kimmoli | no | 16:25 |
kimmoli | reverse engineere | 16:25 |
m4g0g | kimmoli: I am not agree with you about dbus because sailfish-browser doesn't dbus-send in code | 16:26 |
*** Sailor11736_ has joined #sailfishos | 16:26 | |
m4g0g | haven't* | 16:26 |
m4g0g | hasn't* | 16:27 |
m4g0g | argh | 16:27 |
*** lukdirtwalker has quit IRC | 16:27 | |
dpurgin | m4g0g, I guess they use QtDBus | 16:28 |
energycsdx | m4g0g: this dialog somehow related to resolver | 16:28 |
dpurgin | guys, do you remember the cool Nokia N9 feature with automatic connection and dropping mobile data after a period of inactivity? why there's no such for SailfishOS? | 16:29 |
energycsdx | it appears even if you do ping in console | 16:29 |
*** Sailor11736 has quit IRC | 16:30 | |
*** tat has quit IRC | 16:30 | |
m4g0g | dpurgin because jolla is younger than nokia? | 16:31 |
dpurgin | these are the same guys that produced N9 and SailfishOS is based on MeeGo | 16:32 |
Stskeeps | fwiw meego on n9 is more like maemo 6; not meego.com | 16:33 |
energycsdx | m4g0g: my guess is, any app try to relsolve name, resolving done via conman, conman send event to UI | 16:33 |
m4g0g | sailfish is based on nemo | 16:33 |
Stskeeps | sailfish is meego.com based | 16:33 |
Stskeeps | it's surprisingily little that's common as a lot wasn't ever oss'ed by nokia | 16:33 |
Stskeeps | also, evil MTF | 16:33 |
m4g0g | when I send QNetworkRequest it fails without this dialog. I want to give to user possibility to connect from my app to internet | 16:34 |
m4g0g | For what mlite5 lib? | 16:36 |
*** SCVgeo has quit IRC | 16:37 | |
*** qqK has joined #sailfishos | 16:37 | |
*** Sailor11736_ has quit IRC | 16:37 | |
energycsdx | lite version of meego libs | 16:39 |
*** fferner has joined #sailfishos | 16:42 | |
Olpe | how can i make a dialog page srollable? | 16:42 |
Olpe | i have a column inside a dialog and ints not scrollable | 16:42 |
m4g0g | i mean it for notification but for what type of notifications? For events area or for popups with network, for example, errors? | 16:42 |
*** disharmonic has quit IRC | 16:43 | |
*** skeithc has joined #sailfishos | 16:45 | |
*** SCVgeo has joined #sailfishos | 16:45 | |
*** Nc_ has quit IRC | 16:46 | |
energycsdx | m4g0g there is wrapper around org.freedesktop.Notifications | 16:48 |
energycsdx | m4g0g https://developer.gnome.org/notification-spec/ | 16:48 |
energycsdx | Sailfish os implements that spec | 16:49 |
*** tat has joined #sailfishos | 16:50 | |
m4g0g | so, I can use it for notifications about network errors and about marking bookmarks as read/favorite and sailfish will draw popup itself? | 16:50 |
saidinesh5 | sandsmark: i m tempted to make the settings class a singleton ... | 16:55 |
*** disharmonic has joined #sailfishos | 16:56 | |
*** fmunozs has joined #sailfishos | 16:57 | |
sandsmark | saidinesh5: most of the classes can be singletons tbh. | 16:57 |
saidinesh5 | sandsmark: not sure... | 16:58 |
saidinesh5 | because for most other classes | 16:58 |
saidinesh5 | there can be multiple windows | 16:58 |
saidinesh5 | say on desktop | 16:58 |
saidinesh5 | 2 windows | 16:58 |
saidinesh5 | one swipe, one numeric | 16:58 |
sandsmark | uh, no, not with maliit? | 16:58 |
saidinesh5 | oh right.. | 16:58 |
sandsmark | always just one instance | 16:58 |
saidinesh5 | nah 1 instance 2 windows.. but yeah | 16:59 |
saidinesh5 | bad design anyways | 16:59 |
saidinesh5 | hmm..... | 16:59 |
saidinesh5 | but also not a fan of singletons.. unless i really need it | 16:59 |
sandsmark | well, one instance, I don't think they can have more than one window | 16:59 |
sandsmark | why not? | 16:59 |
saidinesh5 | well multple threads means it gets more messier | 16:59 |
sandsmark | some classes make sense as being members of others, but for the ones exposed to the qml it makes sense as singletons | 17:00 |
sandsmark | how so? | 17:00 |
saidinesh5 | hmm.... | 17:00 |
sandsmark | static is threadsafe | 17:00 |
saidinesh5 | we are currently exposing keyGridModel, wordEngine to the QML | 17:00 |
saidinesh5 | i am thinking of adding one more class called Settings | 17:01 |
saidinesh5 | and pass it to both keyGridModel and wordEngine | 17:01 |
sandsmark | yeah, makes sense | 17:01 |
saidinesh5 | but instead of passing it, if it is a singleton | 17:01 |
sandsmark | unless we can store them in maliit | 17:01 |
sandsmark | but might not want it to be completely dependent on maliit? | 17:01 |
saidinesh5 | then _any class_ which wants to read the settings can use it | 17:01 |
saidinesh5 | nah lib/ is not touching any maliit code | 17:02 |
sandsmark | yeah, ok | 17:02 |
*** filippz has joined #sailfishos | 17:02 | |
sandsmark | makes sense | 17:02 |
saidinesh5 | so if it is a singleton then i dont have to pass around a settings class | 17:02 |
saidinesh5 | then localeChange, AutoCapitalization etc.. settings are automatically handled by each class | 17:03 |
saidinesh5 | while a settings class emits a siganl | 17:03 |
saidinesh5 | signal | 17:03 |
saidinesh5 | like each wordMatcher can then automatically load it's own dictionary upon language change | 17:03 |
saidinesh5 | and keyGrid can also automatically load it's format | 17:04 |
sandsmark | yeah, passing around objects is pretty ugly... | 17:04 |
saidinesh5 | yeah | 17:05 |
saidinesh5 | also what to name it? | 17:05 |
saidinesh5 | Settings? | 17:05 |
saidinesh5 | SkeyerSettings? | 17:05 |
saidinesh5 | SettingsManager ? | 17:06 |
saidinesh5 | im leaning towards SettingsManager | 17:06 |
saidinesh5 | SettingsManager it is | 17:11 |
sandsmark | why not just settings :p | 17:12 |
*** Nightmare__ has quit IRC | 17:13 | |
saidinesh5 | cuz it is deciding which ones to store persistently and which ones to ignore | 17:14 |
saidinesh5 | i mean which ones are temporary and which ones are permanent | 17:14 |
saidinesh5 | if it was doing none of that, the it would have been Settings | 17:14 |
sandsmark | hmm, ik | 17:16 |
sandsmark | ok | 17:16 |
*** Kabouik has joined #sailfishos | 17:16 | |
*** joakleaf has left #sailfishos | 17:21 | |
*** Kabouik_ has joined #sailfishos | 17:21 | |
*** Kabouik has quit IRC | 17:23 | |
M4rtinK | fferner: so just in case I'm here now :) | 17:25 |
*** flywheel has joined #sailfishos | 17:30 | |
*** xcv_ has joined #sailfishos | 17:30 | |
fferner | M4rtinK: still working basically on PoC: so far I've worked out how to paint a line over the map, one point is the current location, the other selected using a double click... Both points are kept as lat/lon so move when the map is panned/zoomed. | 17:33 |
fferner | so far so good ;-) | 17:33 |
sandsmark | saidinesh5: but I'm on board a plane now | 17:34 |
saidinesh5 | sandsmark: Ooo cool | 17:34 |
saidinesh5 | you have wifi in plane? | 17:34 |
sandsmark | so I'll be back in like 7-8 hours | 17:34 |
saidinesh5 | Ahh | 17:34 |
sandsmark | yeah, but no power :p | 17:34 |
saidinesh5 | sandsmark: BK tree vs. HunspellMatcher | 17:34 |
saidinesh5 | pick one | 17:34 |
sandsmark | bk tree | 17:35 |
saidinesh5 | Aye | 17:35 |
saidinesh5 | good luck! | 17:35 |
saidinesh5 | and bon voyage! | 17:35 |
sandsmark | hunspell wasn't all that fun | 17:35 |
sandsmark | thanks :D | 17:35 |
saidinesh5 | lol you havent exactly started hunspell bit :p | 17:35 |
saidinesh5 | i mean the actual making it work with our swipeHints | 17:35 |
fferner | though somehow, the current location seems to have an offset that I don't understand yet. | 17:35 |
saidinesh5 | i bet i ll nerdgazm looking at it's memory usage and speed :p | 17:36 |
sandsmark | well, it kind of works! :D | 17:36 |
sandsmark | hsha | 17:36 |
sandsmark | well, it gives some predictions | 17:36 |
saidinesh5 | lol sure, but with swipeHints those predictions should be useful... | 17:36 |
*** Nokius_ has joined #sailfishos | 17:38 | |
saidinesh5 | anyhow will try looking itno your hunspellMatcher | 17:38 |
saidinesh5 | IF i finish this till then | 17:38 |
saidinesh5 | or hell even implement themes... | 17:38 |
saidinesh5 | lets see... | 17:38 |
*** Nokius has quit IRC | 17:41 | |
M4rtinK | fferner: are you using rWin.lastGoodPos or something else for current position ? | 17:41 |
*** SfietKonstantin has quit IRC | 17:41 | |
fferner | at the moment: pinchmap.currentPositionLat (and *Lon). | 17:43 |
fferner | rWin.lastGoodPos.{latitude,longitude} seems to have the same issue. | 17:48 |
M4rtinK | yeah, looking at the code it is overall quite chaotic how the current coordinates are set for the map | 17:53 |
m4g0g | how to include webkit? | 17:54 |
m4g0g | BuildRequires: libqtwebkit5-devel | 17:54 |
m4g0g | is this right? | 17:54 |
m4g0g | or it should be without devel? | 17:54 |
M4rtinK | fferner: on MapPage there is both some sort of callback for the position changing (onPosChanged) and explicit currentPositionLat: rWin.lastGoodPos.latitude | 17:54 |
M4rtinK | binding | 17:54 |
M4rtinK | I guess that could have issues | 17:54 |
*** iskatu has quit IRC | 17:56 | |
M4rtinK | fferner: or not - looking at it in more detail, the callback oly does something if centering is enabled | 17:56 |
fferner | it might, though I can't see how, but then, my qml/javascript experience is very limited... | 17:56 |
fferner | on the other hand, since this is just my PoC, I was going to mainly ignore it. In the long run I want to paint the path for the route, so won't need the current position... | 17:57 |
M4rtinK | well the positioning stuff is rather messy on Sailfish or in Qt 5 overall | 17:57 |
M4rtinK | as I need to be able to survive the QtPositioning module missing | 17:58 |
fferner | If the offset is there for the route as well, I need to understand it... | 17:58 |
M4rtinK | and QML lcks conditional import, so some nasty hacks need to be done :) | 17:58 |
tigeli | m4g0g: about the qnetworkrequest.. check https://github.com/nemomobile/nemo-qml-plugin-email/blob/master/src/emailagent.cpp how it uses QNetworkConfigurationManager to detect if it's online or not. | 17:58 |
M4rtinK | fferner: I think the issue could be that one is using rWin.pos and the other lastGoodPos | 17:59 |
tigeli | m4g0g: also.. it will emit networkConnectionRequested which is handled eventually by https://github.com/nemomobile/nemo-qml-plugin-connectivity/blob/master/src/connectionhelper.cpp ConnectionHelper::attemptToConnectNetwork() | 17:59 |
tigeli | m4g0g: which then calls openConnectionDialog | 18:00 |
*** iskatu has joined #sailfishos | 18:01 | |
M4rtinK | fferner: BTW, how exactly does the offset manifest ? | 18:01 |
m4g0g | fuck | 18:02 |
m4g0g | it is so complex! | 18:02 |
fferner | the line is drawn to long, i.e. the end isn't exactly on the location marker. | 18:02 |
*** piggz has joined #sailfishos | 18:02 | |
*** oskholl has joined #sailfishos | 18:03 | |
*** filippz has quit IRC | 18:03 | |
tigeli | m4g0g: maybe it is easier just to tell user to connect to internet instead of popping the connection dialog :) | 18:03 |
*** filippz has joined #sailfishos | 18:04 | |
m4g0g | yes, it is easy, but it isn't normal behaviour | 18:04 |
M4rtinK | fferner: weird - well, I'll try to cleanup the location code a bit when I'm at it | 18:04 |
fferner | M4rtinK: ah, I've just played around with zooming much more, the end of the line seems to be always a fixed (screen unit) length to long, i.e. the "end position" on the map changes when I zoom. | 18:04 |
*** Nc_ has joined #sailfishos | 18:05 | |
fferner | but then, as mentioned before, I don't think I'm too worried about that at the moment. | 18:05 |
tigeli | m4g0g: also you can just use https://github.com/nemomobile/nemo-qml-plugin-connectivity/blob/master/src/connectionhelper.cpp#L211 | 18:05 |
M4rtinK | fferner: sure, lets get the rest working first :) | 18:05 |
fferner | it's not something I'll need for the routing... | 18:05 |
tigeli | m4g0g: ConnectionHelper::openConnectionDialog() | 18:05 |
M4rtinK | fferner: we can always resolve that later | 18:05 |
tigeli | m4g0g: and with the next update the dialog will not popup as often as it does with <=u10 | 18:07 |
fferner | I'll need to leave in a few minutes, but briefly, my initial plan for now was to create two buttons to set start and endpoint by (double) clicking on the map and then just paint the calculated route over the map. | 18:07 |
fferner | Does this seem like a reasonable approach based on what you're plans are? | 18:07 |
M4rtinK | fferner: sounds good | 18:08 |
M4rtinK | fferner: how and the "routing mode" is activated by double clicking ? | 18:08 |
M4rtinK | fferner: I'm thinking it might be better to activate it from the menu as that would be more discoverable | 18:09 |
fferner | I was thinking of enabling routing in a configuration page. | 18:09 |
M4rtinK | fferner: more or less how it works in the GTK GUI | 18:09 |
fferner | only show the buttons if routing is enabled. | 18:09 |
M4rtinK | yep | 18:10 |
fferner | anyway, I'm now AFK, see you later | 18:10 |
M4rtinK | sure, bye for now :) | 18:10 |
M4rtinK | and thanks for working on this! :) | 18:10 |
*** oskholl has quit IRC | 18:14 | |
*** piggz has quit IRC | 18:17 | |
*** piggz has joined #sailfishos | 18:18 | |
*** piggz has quit IRC | 18:24 | |
*** meekygeek has left #sailfishos | 18:30 | |
*** xcv_ has quit IRC | 18:30 | |
m4g0g | I have finished with share plugin for LinksBug and released new version in werehouse! | 18:31 |
M4rtinK | fferner: so just FYI I've pushed a few location cleanup commits :) | 18:37 |
*** mkollaro has quit IRC | 18:40 | |
*** vakkov has joined #sailfishos | 18:42 | |
*** piggz has joined #sailfishos | 18:43 | |
*** Morpog_PC has quit IRC | 18:46 | |
*** disharmonic has quit IRC | 18:49 | |
m4g0g | facebookimagesdatabase.h - where is this file? | 18:51 |
*** fferner has quit IRC | 18:51 | |
tbr | https://www.google.com/search?q=facebookimagesdatabase.h says on github | 18:55 |
*** Morpog_PC has joined #sailfishos | 18:55 | |
*** disharmonic has joined #sailfishos | 19:00 | |
*** cloanta has quit IRC | 19:00 | |
*** cloanta has joined #sailfishos | 19:01 | |
*** jua_ has quit IRC | 19:03 | |
*** phaeron has quit IRC | 19:06 | |
*** hasdf has quit IRC | 19:07 | |
*** Morpog_PC has quit IRC | 19:12 | |
*** piggz has quit IRC | 19:13 | |
*** piggz has joined #sailfishos | 19:13 | |
*** Nightmare__ has joined #sailfishos | 19:13 | |
*** Sail0r has quit IRC | 19:17 | |
*** jua_ has joined #sailfishos | 19:23 | |
*** furikku has quit IRC | 19:30 | |
*** Morpog_PC has joined #sailfishos | 19:31 | |
*** Morpog_PC has quit IRC | 19:38 | |
*** nodevel has quit IRC | 19:39 | |
*** filippz has quit IRC | 19:41 | |
*** nodevel has joined #sailfishos | 19:41 | |
*** Morpog_PC has joined #sailfishos | 19:46 | |
*** nodevel has quit IRC | 19:46 | |
*** nodevel has joined #sailfishos | 19:47 | |
*** Finlod has quit IRC | 19:57 | |
*** Sailor11736_ has joined #sailfishos | 20:01 | |
*** r0kk3rz has joined #sailfishos | 20:03 | |
*** Sailor11736_ has quit IRC | 20:09 | |
*** plfiorini has quit IRC | 20:13 | |
*** cloanta_ has joined #sailfishos | 20:19 | |
*** cloanta has quit IRC | 20:19 | |
*** hasdf has joined #sailfishos | 20:27 | |
*** Sail0r has joined #sailfishos | 20:28 | |
*** Sail0r has quit IRC | 20:32 | |
*** dhbiker has quit IRC | 20:36 | |
*** fmunozs has quit IRC | 20:36 | |
*** hasdf has quit IRC | 20:46 | |
*** AlmAck has joined #sailfishos | 20:49 | |
*** Aard has quit IRC | 20:59 | |
*** Aard has joined #sailfishos | 21:00 | |
*** Aard has quit IRC | 21:01 | |
*** hasdf has joined #sailfishos | 21:01 | |
*** Aard has joined #sailfishos | 21:01 | |
*** phaeron has joined #sailfishos | 21:05 | |
*** hasdf has quit IRC | 21:05 | |
*** hasdf has joined #sailfishos | 21:08 | |
*** m4g0g has quit IRC | 21:12 | |
*** Venemo has quit IRC | 21:12 | |
*** tat has quit IRC | 21:12 | |
*** cloanta_ has quit IRC | 21:15 | |
*** cloanta_ has joined #sailfishos | 21:15 | |
*** Sailor11736_ has joined #sailfishos | 21:17 | |
*** tat has joined #sailfishos | 21:22 | |
*** SfietKonstantin has joined #sailfishos | 21:34 | |
*** Sailor11736_ has quit IRC | 21:50 | |
*** Sailor11736_ has joined #sailfishos | 21:51 | |
*** hasdf has quit IRC | 21:51 | |
*** R-Z has quit IRC | 22:13 | |
*** cloanta_ has quit IRC | 22:15 | |
*** cloanta_ has joined #sailfishos | 22:20 | |
*** Sailor11736 has joined #sailfishos | 22:21 | |
*** Sailor11736_ has quit IRC | 22:24 | |
*** dirkvl has quit IRC | 22:25 | |
*** dirkvl_ has joined #sailfishos | 22:25 | |
*** roboro has quit IRC | 22:31 | |
*** roboro has joined #sailfishos | 22:33 | |
*** SfietKonstantin has quit IRC | 22:41 | |
*** dirkvl__ has joined #sailfishos | 22:48 | |
*** dirkvl_ has quit IRC | 22:50 | |
*** dirkvl__ has quit IRC | 22:52 | |
*** Sailor11736_ has joined #sailfishos | 22:54 | |
*** Sailor11736 has quit IRC | 22:55 | |
*** rm_work is now known as rm_work|away | 22:57 | |
*** tat has quit IRC | 22:59 | |
*** Pat_o has quit IRC | 23:03 | |
*** mkollaro has joined #sailfishos | 23:05 | |
*** DiosDelRayo has joined #sailfishos | 23:08 | |
*** piggz has quit IRC | 23:10 | |
DiosDelRayo | hi | 23:12 |
DiosDelRayo | I got it right? when I write an app for nemo it will run also for SFOS but if I write an app for SFOS it will not run under nemo because it comes without silica, right? | 23:14 |
r0kk3rz | yeah that sounds about right | 23:16 |
*** cloanta_ has quit IRC | 23:16 | |
DiosDelRayo | thank you r0kk3rz :) | 23:18 |
Yaniel | well, you don't necessarily have to use silica | 23:19 |
Yaniel | but it is recommended for the gui part | 23:19 |
r0kk3rz | well, thats the point of the question i assume | 23:19 |
Yaniel | games being an exception | 23:19 |
DiosDelRayo | yepp | 23:19 |
Yaniel | there the standard gui usually doesn't make sense so you'll be writing your own anyway | 23:20 |
DiosDelRayo | this was the question. | 23:20 |
DiosDelRayo | my problem is that I still struggle with the non frre part of jolla | 23:20 |
DiosDelRayo | now I writing an app for SFOS, but it looks like i will not be happy in the future with SFOS, and I'm really in a dilema | 23:21 |
*** cloanta_ has joined #sailfishos | 23:21 | |
*** Nightmare__ has quit IRC | 23:21 | |
DiosDelRayo | so I was already thinking that I will put nemo on my Jollas and on the Tablet PA when it arrives. | 23:22 |
DiosDelRayo | so it's for me a hard political question to go straight forward and support SFOS further or better switch early | 23:23 |
*** Sailor11736 has joined #sailfishos | 23:24 | |
DiosDelRayo | so I try to get a clear picture how the things are and which consequences it wil have for me | 23:25 |
DiosDelRayo | how much nemo and SFOS have in common? | 23:27 |
*** Sailor11736_ has quit IRC | 23:28 | |
Yaniel | like... | 23:30 |
Yaniel | 95% | 23:30 |
DiosDelRayo | that means that the 5% are ui and proprietary code? | 23:32 |
*** mkollaro has quit IRC | 23:32 | |
sandsmark | https://github.com/sailfishos is also part of those percent | 23:35 |
*** igordcard has joined #sailfishos | 23:36 | |
DiosDelRayo | thx, all the informations are so distributed :S | 23:38 |
DiosDelRayo | somebody here has maybe nemo on Jolla running? | 23:39 |
*** disharmonic has quit IRC | 23:40 | |
DiosDelRayo | an another question, would it be possible to substitute maybe unfree parts of SFOS with free parts with the same signature of methods, to say it more clear write a silica compatible ui layer? or there already problems to get the signatures of silica or problems with laywers of Jolla? | 23:42 |
DiosDelRayo | i will go to bed now, but anyway a answer would be cool. thank you r0kk3rz, Yaniel and sandsmark. I will search tomorrow in the logs :) good night | 23:48 |
*** DiosDelRayo has quit IRC | 23:49 | |
*** igordcard has quit IRC | 23:51 | |
sandsmark | Even stallman has said that he's okay with nonfree artwork for free software, and I consider the silica stuff to be artwork, tbh. | 23:52 |
r0kk3rz | im not entirely sure that glacier is in a state where it can really be run as a daily | 23:53 |
r0kk3rz | also, silica mostly uses extensions to qt types anyway | 23:54 |
*** cvp_ has joined #sailfishos | 23:54 | |
*** Sailor11736_ has joined #sailfishos | 23:57 | |
*** Sailor11736 has quit IRC | 23:58 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!