| *** disharmonic has quit IRC | 00:02 | |
| *** bugzy has quit IRC | 00:08 | |
| *** alin has joined #sailfishos | 00:11 | |
| *** alin has quit IRC | 00:11 | |
| *** alin has joined #sailfishos | 00:11 | |
| *** alin__ has quit IRC | 00:11 | |
| *** bugzy has joined #sailfishos | 00:11 | |
| *** rydare has quit IRC | 00:14 | |
| *** rydare has joined #sailfishos | 00:20 | |
| *** crazy_imp has quit IRC | 00:30 | |
| *** crazy_imp has joined #sailfishos | 00:32 | |
| *** crazy_imp has joined #sailfishos | 00:32 | |
| *** jjanvier has quit IRC | 00:32 | |
| *** alin_ has joined #sailfishos | 00:34 | |
| *** alin has quit IRC | 00:35 | |
| *** lsme has joined #sailfishos | 00:40 | |
| *** bugzy has quit IRC | 00:43 | |
| *** Shaan7 has quit IRC | 00:44 | |
| *** vesurivs has quit IRC | 00:44 | |
| *** XenGi has quit IRC | 00:48 | |
| *** merlin1991 has quit IRC | 00:48 | |
| *** tbr has quit IRC | 00:48 | |
| *** merlin1991 has joined #sailfishos | 00:48 | |
| *** nezticle_ has quit IRC | 00:48 | |
| *** nezticle has joined #sailfishos | 00:48 | |
| *** nezticle has quit IRC | 00:48 | |
| *** XenGi has joined #sailfishos | 00:48 | |
| *** nezticle has joined #sailfishos | 00:48 | |
| *** merlin1991 has quit IRC | 00:48 | |
| *** merlin1991 has joined #sailfishos | 00:48 | |
| *** XenGi has quit IRC | 00:48 | |
| *** XenGi has joined #sailfishos | 00:48 | |
| *** merlin1991 has quit IRC | 00:49 | |
| *** kelvan_ has joined #sailfishos | 00:50 | |
| *** kelvan has quit IRC | 00:50 | |
| *** merlin1991 has joined #sailfishos | 00:50 | |
| *** alin__ has joined #sailfishos | 01:02 | |
| *** alin_ has quit IRC | 01:02 | |
| *** bugzy has joined #sailfishos | 01:05 | |
| *** BeholdMyGlory has quit IRC | 01:11 | |
| *** meek_geek has quit IRC | 01:15 | |
| *** ced117 has quit IRC | 01:16 | |
| *** tbr has joined #sailfishos | 01:17 | |
| *** Morpog_PC__ has joined #sailfishos | 01:18 | |
| *** softmetz has joined #sailfishos | 01:18 | |
| *** Shaan7 has joined #sailfishos | 01:18 | |
| *** bugzy has quit IRC | 01:20 | |
| *** Morpog_Mobile has quit IRC | 01:20 | |
| *** softmetz_ has quit IRC | 01:21 | |
| *** Morpog_PC has quit IRC | 01:21 | |
| *** meek_geek has joined #sailfishos | 01:28 | |
| *** ced117 has joined #sailfishos | 01:29 | |
| *** alin has joined #sailfishos | 01:30 | |
| *** alin has quit IRC | 01:30 | |
| *** alin has joined #sailfishos | 01:30 | |
| *** alin__ has quit IRC | 01:30 | |
| *** alin has quit IRC | 01:30 | |
| *** Arkkis has quit IRC | 01:31 | |
| *** faenil has quit IRC | 01:35 | |
| ryukafalz | Curious, does Sailfish's messaging app use https://github.com/nemomobile/nemo-qml-plugin-messages ? | 01:37 |
|---|---|---|
| special | ryukafalz: yes, as a bridge to a few minor things | 01:38 |
| ryukafalz | Ah, so is most of it custom then? | 01:39 |
| special | most of it goes through libcommhistory and commhistory-daemon (also on github) | 01:40 |
| ryukafalz | Oh, cool, I didn't know about those | 01:41 |
| special | everything except the UI and its logic is opensource | 01:41 |
| ryukafalz | ^ what I was eventually getting at, haha | 01:42 |
| *** Morpog_Mobile has joined #sailfishos | 01:44 | |
| *** meek_geek has quit IRC | 01:44 | |
| ryukafalz | was looking at qmlmessages and I was kinda amazed at how small it was, though I'm not sure how functional that currently is | 01:45 |
| special | it probably still works, but it's very basic | 01:45 |
| ryukafalz | commhistory looks a lot more... featureful | 01:45 |
| special | the sailfish UI is quite a bit more complicated, handling things like merging different conversations for the same contact | 01:46 |
| ryukafalz | And logging/log retrieval, looks like | 01:46 |
| * ryukafalz wishes telepathy had an API for server-side history retrieval | 01:47 | |
| special | roughly, telepathy goes to commhistory-daemon which records events using libcommhistory, and the UI reads them via libcommhistory | 01:48 |
| ryukafalz | huh | 01:49 |
| ryukafalz | guessing some kind of signal is emitted to notify the UI of new messages then? | 01:49 |
| *** VDVsx has quit IRC | 01:50 | |
| special | libcommhistory keeps itself synchronized across processes with dbus signals | 01:51 |
| special | so it'll update the UI automatically when commhistory-daemon adds/modifies events | 01:51 |
| ryukafalz | Ah, alright | 01:52 |
| ryukafalz | Are the closed-source bits mostly QML or also a lot of C++? | 01:53 |
| special | 98% QML | 01:53 |
| *** VDVsx has joined #sailfishos | 01:55 | |
| ryukafalz | Ah, cool. Trying to get a feel for what would be required to port it to e.g. Nemo. Of course I have very little C++ experience and way too many projects on my plate, but... yeah. XD | 01:55 |
| *** Kabouik has quit IRC | 01:57 | |
| * ryukafalz pokes around for API docs | 01:57 | |
| *** qqK has quit IRC | 01:57 | |
| ryukafalz | (More like potential projects that never end up seeing the light of day. Bad habits.) | 01:58 |
| *** petantik has quit IRC | 02:27 | |
| *** Anarky has joined #sailfishos | 02:48 | |
| *** petantik has joined #sailfishos | 02:54 | |
| *** furikku has joined #sailfishos | 03:05 | |
| *** ortylp_ has quit IRC | 03:24 | |
| *** piiramar has joined #sailfishos | 03:35 | |
| *** thrakcattack has quit IRC | 03:37 | |
| *** thrakcattack has joined #sailfishos | 03:38 | |
| *** martyone has joined #sailfishos | 03:44 | |
| *** cnuke has quit IRC | 03:45 | |
| *** kavuri has quit IRC | 03:53 | |
| *** qwazix has quit IRC | 04:09 | |
| *** qwazix has joined #sailfishos | 04:13 | |
| *** kavuri has joined #sailfishos | 04:17 | |
| *** krendil has joined #sailfishos | 04:17 | |
| *** ortylp_ has joined #sailfishos | 04:22 | |
| *** BasilSemuonov has joined #sailfishos | 04:27 | |
| *** VDVsx has quit IRC | 04:42 | |
| *** ortylp_ has quit IRC | 04:49 | |
| *** zoldyck has joined #sailfishos | 05:01 | |
| *** Master-Passeli has quit IRC | 05:02 | |
| *** zhxt_ has joined #sailfishos | 05:03 | |
| *** zhxt_ is now known as zhxt_laptop | 05:04 | |
| *** Morpog_PC__ has quit IRC | 05:04 | |
| *** Master-Passeli has joined #sailfishos | 05:04 | |
| *** VDVsx has joined #sailfishos | 05:07 | |
| *** flyapen has joined #sailfishos | 05:12 | |
| *** bugzy has joined #sailfishos | 05:13 | |
| *** bugzy has quit IRC | 05:19 | |
| *** radekp has joined #sailfishos | 05:27 | |
| *** __pv has quit IRC | 05:29 | |
| *** Jpel has joined #sailfishos | 05:30 | |
| *** olafh has joined #sailfishos | 05:33 | |
| *** Sailor6916_ has quit IRC | 05:33 | |
| *** Sail0r has joined #sailfishos | 05:38 | |
| *** Sail0r has joined #sailfishos | 05:39 | |
| *** Morpog_Mobile has quit IRC | 05:42 | |
| *** Master-Passeli has quit IRC | 05:44 | |
| *** Master-Passeli has joined #sailfishos | 05:46 | |
| jussi | morning ladles andd gentlespoons | 05:46 |
| squidd | morning mr jussi | 05:51 |
| *** jukkaeklund has joined #sailfishos | 05:51 | |
| *** jukkaeklund_ has joined #sailfishos | 05:51 | |
| *** silviu has quit IRC | 05:57 | |
| *** silviu has joined #sailfishos | 05:58 | |
| *** rydare has quit IRC | 05:58 | |
| *** rydare has joined #sailfishos | 05:58 | |
| fzk | o.o | 06:00 |
| Stskeeps | morn | 06:01 |
| fk_lx | hi | 06:01 |
| tbr | moo | 06:03 |
| *** Sir_herrbatka has joined #sailfishos | 06:11 | |
| *** Sequenced has joined #sailfishos | 06:17 | |
| *** Morpog_Mobile has joined #sailfishos | 06:31 | |
| *** Blizzz has joined #sailfishos | 06:32 | |
| *** Blizzz has quit IRC | 06:32 | |
| *** ed-beo has joined #sailfishos | 06:53 | |
| *** oplii has joined #sailfishos | 06:59 | |
| *** remarc has joined #sailfishos | 07:01 | |
| *** remarc has joined #sailfishos | 07:01 | |
| *** jardous has joined #sailfishos | 07:02 | |
| *** zoldyck has quit IRC | 07:03 | |
| SK_work | hello jussi | 07:04 |
| jussi | morning SK_work | 07:04 |
| *** gabriel9|work has joined #sailfishos | 07:06 | |
| *** artemma has joined #sailfishos | 07:07 | |
| *** Pat_o has quit IRC | 07:12 | |
| Stskeeps | kimmoli: ping | 07:16 |
| kimmoli | pong | 07:16 |
| Stskeeps | kimmoli: did you ever get further with eink TOH, ooi? | 07:16 |
| otto | artemma: it seems the chum repo targets only ARM and the device, does not build for the emulator. Is this right tbr? | 07:16 |
| kimmoli | Stskeeps: i have the aux cpu selected, samples of it, schematic/layout not finished.. So answer is "a little" | 07:18 |
| kimmoli | now i'm wasting my time with http://flappy2048.com/ | 07:18 |
| Stskeeps | oki | 07:18 |
| kimmoli | how? | 07:19 |
| Stskeeps | just idly wondering for experiments | 07:19 |
| kimmoli | maybe some day it will be finished... | 07:20 |
| *** master_o1_master has joined #sailfishos | 07:20 | |
| kimmoli | now learning curve is pointing towards OBS | 07:21 |
| *** master_of_master has quit IRC | 07:23 | |
| *** nodevel has joined #sailfishos | 07:26 | |
| SK_work | OBS is basically a mess. | 07:28 |
| SK_work | If we had something like webhooks, but for everybody, that would be nice | 07:28 |
| *** Pat_o has joined #sailfishos | 07:28 | |
| *** tanty_off is now known as tanty | 07:31 | |
| tbr | otto: so far this is the case | 07:31 |
| tbr | otto: it wouldn't make much sense AFAIU anyway, as the emulator is many updates behind | 07:33 |
| tbr | or did they finally change that? | 07:33 |
| *** Pat_o has quit IRC | 07:34 | |
| *** jjanvier has joined #sailfishos | 07:39 | |
| *** DarkSim has joined #sailfishos | 07:40 | |
| *** Blizzz has joined #sailfishos | 07:44 | |
| *** Kabouik has joined #sailfishos | 07:46 | |
| *** ed-beo has quit IRC | 07:47 | |
| *** jardous has left #sailfishos | 07:47 | |
| SK_work | tbr: the emulator seems to be based on the last release now | 07:49 |
| artemma | otto, tbr: it's a pity for such dev utilities as entr as, well, I'd like to speed up the emulator workflow | 07:49 |
| tbr | artemma: if the emulator is now up to date, then it makes sense to poke lbt to get the i386 targets in place too | 07:59 |
| tbr | (I just did poke him, hint) | 07:59 |
| artemma | thanks | 07:59 |
| artemma | but then.. emulator is likely to be behind quite often. Shall there be some different repository for emulator then? | 08:00 |
| tbr | that is probably a question for the next community meeting. might want to add it | 08:01 |
| *** jukkaeklund has quit IRC | 08:01 | |
| *** Sir_herrbatka has quit IRC | 08:03 | |
| *** Pat_o has joined #sailfishos | 08:04 | |
| * lbt is off to airport - will see what I can do tomorrow or next week - expect lots of lag for a week :) | 08:05 | |
| *** lbt is now known as lbt_away | 08:05 | |
| *** xfrancis has joined #sailfishos | 08:05 | |
| tbr | lbt_away: enjoy your ELC trip | 08:07 |
| Stskeeps | make sure to take lots of videos | 08:07 |
| tbr | :D | 08:10 |
| *** cnuke has joined #sailfishos | 08:13 | |
| *** phlox81 has joined #sailfishos | 08:18 | |
| *** nodevel has quit IRC | 08:18 | |
| lbt_away | rofl | 08:27 |
| *** rcg has joined #sailfishos | 08:29 | |
| *** kunev has joined #sailfishos | 08:42 | |
| *** jukkaeklund_ has quit IRC | 08:43 | |
| *** RobJanc has joined #sailfishos | 08:44 | |
| coderus | hello! | 08:44 |
| coderus | does rpm have dh_links analogue? | 08:45 |
| Nicd- | hey coderus, my mitakuuluu2 shows all messages on the same side, is this known? | 08:45 |
| Nicd- | I mean I can't distinguish my messages from the other person's messages | 08:45 |
| Nicd- | and message status (sent/read) can't be seen anywhere | 08:45 |
| coderus | Nicd-: your device is broken | 08:46 |
| coderus | reboot it | 08:46 |
| Nicd- | whole device? | 08:46 |
| Nicd- | actually, just rebooting mitakuuluu worked | 08:47 |
| *** Arkkis has joined #sailfishos | 08:47 | |
| coderus | :D | 08:47 |
| Nicd- | I should've tried that first, sorry for bothering you :) | 08:47 |
| coderus | thats not so much funny as device rebooting | 08:47 |
| Nicd- | I try to keep my uptime :D | 08:48 |
| Nicd- | still haven't passed my 13 day record | 08:48 |
| artemma | so end of nokia is today | 08:53 |
| *** janmalte has joined #sailfishos | 08:54 | |
| * artemma wonders if Jolla has any real chances to continue. Must get operator support. And/or maybe be bought by a phone hardware vendor | 08:54 | |
| Nicd- | end of nokia as in sale of the mobile phone business to microsoft? | 08:54 |
| sharpneli | Yup | 08:55 |
| artemma | well, yeah, "end of Nokia as we knew it" to be precise | 08:55 |
| sharpneli | Though tbh that was 2 years ago already. | 08:56 |
| artemma | Nokia Oyj will be able to use Nokia brand in mobiles again since 2016 iirc. Exactly about time needed for developing a phone if they start today :D | 08:56 |
| sharpneli | artemma: Wasn't it 10 years ban? | 08:57 |
| artemma | though I am far from thinking they'll do it. Nokia did many radical shifts from market to market in its history. Probably they just did one of these | 08:57 |
| artemma | sharpneli: I believe it's 2 years since 2014 only | 08:57 |
| sharpneli | http://gadgets.ndtv.com/mobiles/news/nokia-cannot-use-mobile-brand-post-microsoft-deal-until-2016-422340 | 08:57 |
| sharpneli | Nice! | 08:57 |
| artemma | 10 years is the right for MSFT to use Nokia brand as well I think | 08:58 |
| sharpneli | Yup | 08:58 |
| sharpneli | I remembered it wrong :/ | 08:58 |
| sharpneli | I just got a new wet dream: Nokia purchases Jolla and after 2 years launches a full lineup of sailfish devices | 08:59 |
| ruskie | naahh | 08:59 |
| ruskie | they become a partner | 08:59 |
| Nicd- | sharpneli: oh hell no | 09:01 |
| *** mn has quit IRC | 09:02 | |
| Hartzi | Jolla could buy nokia! | 09:03 |
| *** Prometheus00_ has joined #sailfishos | 09:04 | |
| artemma | I would think more that nokia shifts out of handset biz completely. That's more of a nokia way to actually shift to a different market | 09:04 |
| *** Prometheus00 has quit IRC | 09:05 | |
| *** janmalte has quit IRC | 09:08 | |
| *** nodevel has joined #sailfishos | 09:11 | |
| *** arcean has joined #sailfishos | 09:14 | |
| *** jjarven has quit IRC | 09:16 | |
| *** vesurivs has joined #sailfishos | 09:24 | |
| *** nodevel has quit IRC | 09:29 | |
| *** qqK has joined #sailfishos | 09:35 | |
| *** jjarven has joined #sailfishos | 09:36 | |
| *** leszek has joined #sailfishos | 09:37 | |
| leszek | hi | 09:37 |
| *** Prometheus00_ has quit IRC | 09:38 | |
| *** sletta has joined #sailfishos | 09:45 | |
| *** xruxa_away is now known as xruxa | 09:47 | |
| *** spider-mario has joined #sailfishos | 09:50 | |
| *** xruxa is now known as xruxa_away | 09:52 | |
| *** xruxa_away is now known as xruxa | 09:54 | |
| *** Finlod has joined #sailfishos | 10:07 | |
| *** faenil has joined #sailfishos | 10:09 | |
| *** N-Mi has quit IRC | 10:16 | |
| *** laehtis has quit IRC | 10:22 | |
| *** NoGy_ has joined #sailfishos | 10:22 | |
| *** Sequenced has quit IRC | 10:25 | |
| *** NoGy has quit IRC | 10:25 | |
| *** NoGy_ is now known as NoGy | 10:25 | |
| *** N-Mi has joined #sailfishos | 10:30 | |
| *** N-Mi has joined #sailfishos | 10:30 | |
| *** khertan has quit IRC | 10:32 | |
| *** ed-beo has joined #sailfishos | 10:36 | |
| *** qwazix has quit IRC | 10:39 | |
| *** martyone has quit IRC | 10:39 | |
| *** Pat_o has quit IRC | 10:47 | |
| *** Jpel has quit IRC | 10:47 | |
| *** khertan has joined #sailfishos | 10:48 | |
| *** jukkaeklund_ has joined #sailfishos | 10:51 | |
| *** lsme has quit IRC | 10:52 | |
| coderus | please vote: https://together.jolla.com/question/4957/bug-unable-to-create-two-avatars-from-single-image/ | 10:57 |
| *** BeholdMyGlory has joined #sailfishos | 10:57 | |
| *** Mossepo has joined #sailfishos | 11:00 | |
| *** Pat_o has joined #sailfishos | 11:03 | |
| *** ed-beo has quit IRC | 11:03 | |
| *** khertan has quit IRC | 11:05 | |
| *** lizardo has joined #sailfishos | 11:23 | |
| *** phlox81 has quit IRC | 11:25 | |
| *** Arkkis has quit IRC | 11:33 | |
| *** artemma has quit IRC | 11:35 | |
| *** artemma has joined #sailfishos | 11:35 | |
| *** carepack has joined #sailfishos | 11:36 | |
| carepack | coderus: hi, one thing I would wish to see in mitakuuluu is to have an option for smartcovers to went into contact search for new message. what do you think? | 11:38 |
| *** dawnbringer has quit IRC | 11:38 | |
| *** khertan has joined #sailfishos | 11:40 | |
| *** Sequenced_ has joined #sailfishos | 11:48 | |
| *** Pat_o_ has joined #sailfishos | 11:50 | |
| *** fracting has quit IRC | 11:50 | |
| *** Pat_o has quit IRC | 11:51 | |
| *** goroboro has quit IRC | 11:55 | |
| *** Prometheus00_ has joined #sailfishos | 11:57 | |
| *** Pat_o_ is now known as Pat_o | 11:58 | |
| *** goroboro has joined #sailfishos | 11:59 | |
| *** zhxt_laptop has quit IRC | 12:02 | |
| *** fracting has joined #sailfishos | 12:03 | |
| *** jukkaeklund___ has joined #sailfishos | 12:04 | |
| *** jukkaeklund_ has quit IRC | 12:08 | |
| *** jjanvier has quit IRC | 12:13 | |
| *** lsme has joined #sailfishos | 12:16 | |
| *** jukkaeklund___ has quit IRC | 12:33 | |
| *** Sequenced has joined #sailfishos | 12:37 | |
| *** Sequenced_ has quit IRC | 12:39 | |
| coderus | carepack: i cant understand what you mena | 12:42 |
| coderus | mean* | 12:42 |
| *** phlox81 has joined #sailfishos | 12:42 | |
| *** spiiroin has quit IRC | 12:53 | |
| *** RobJanc_ has joined #sailfishos | 12:55 | |
| *** RobJanc has quit IRC | 12:58 | |
| *** RobJanc_ is now known as RobJanc | 12:58 | |
| carepack | a cover action option write message where i directly turn into contact search | 13:01 |
| carepack | to select contact for new message | 13:01 |
| *** Sequenced_ has joined #sailfishos | 13:11 | |
| *** Sequenced has quit IRC | 13:12 | |
| *** Sequenced has joined #sailfishos | 13:12 | |
| joonahoi | carepack to english translation follows: cover action option for contact search | 13:13 |
| *** radekp has quit IRC | 13:13 | |
| carepack | joonahoi: thx | 13:14 |
| joonahoi | ah actually: create new message and focus contact search for it | 13:15 |
| joonahoi | is that right? | 13:15 |
| carepack | yes ;) | 13:15 |
| *** Sequenced_ has quit IRC | 13:16 | |
| carepack | cover action option: select contact for new message | 13:16 |
| *** ArthurArtoria has joined #sailfishos | 13:17 | |
| *** Almehdin has quit IRC | 13:28 | |
| *** fracting has quit IRC | 13:28 | |
| *** fracting has joined #sailfishos | 13:28 | |
| *** Almehdin has joined #sailfishos | 13:28 | |
| *** martyone has joined #sailfishos | 13:34 | |
| *** itbaron has joined #sailfishos | 13:35 | |
| *** ArthurArtoria has quit IRC | 13:36 | |
| *** Sail0r has quit IRC | 13:39 | |
| *** VDVsx has quit IRC | 13:40 | |
| *** zhxt_ has joined #sailfishos | 13:41 | |
| *** zhxt_ is now known as zhxt_home | 13:41 | |
| *** japaric_ has joined #sailfishos | 13:44 | |
| cos- | Sage-: fyi the black screen issue happened to me last night when the phone was not in use. | 13:44 |
| cos- | phone didn't wake me up at hotel because of that, luckily my wife has her alarm set | 13:45 |
| *** japaric has quit IRC | 13:46 | |
| *** Prometheus00 has joined #sailfishos | 13:47 | |
| *** Prometheus00_ has quit IRC | 13:49 | |
| *** VDVsx has joined #sailfishos | 13:52 | |
| *** piiramar has quit IRC | 13:54 | |
| *** Nightmare__ has joined #sailfishos | 13:57 | |
| *** zoldyck has joined #sailfishos | 13:59 | |
| *** xruxa is now known as xruxa_away | 14:01 | |
| *** zhxt_home has quit IRC | 14:02 | |
| *** zhxt_home has joined #sailfishos | 14:03 | |
| *** veskuh has quit IRC | 14:03 | |
| *** xerpi has joined #sailfishos | 14:07 | |
| *** leszek has quit IRC | 14:09 | |
| *** TMavica has joined #sailfishos | 14:12 | |
| *** jukkaeklund has joined #sailfishos | 14:14 | |
| *** artemma has quit IRC | 14:17 | |
| *** Morpog_Mobile has quit IRC | 14:18 | |
| coderus | carepack: okay, thats eaasy. make a wish to github. | 14:19 |
| coderus | same with text broadcast | 14:19 |
| *** zhxt_home has quit IRC | 14:23 | |
| *** zhxt_home has joined #sailfishos | 14:23 | |
| *** japaric has joined #sailfishos | 14:25 | |
| *** japaric_ has quit IRC | 14:28 | |
| *** Prometheus00_ has joined #sailfishos | 14:31 | |
| *** Prometheus00 has quit IRC | 14:33 | |
| *** Prometheus00 has joined #sailfishos | 14:34 | |
| *** Prometheus00_ has quit IRC | 14:36 | |
| *** Kabouik_ has joined #sailfishos | 14:38 | |
| *** flyapen has quit IRC | 14:38 | |
| *** Kabouik has quit IRC | 14:39 | |
| *** japaric_ has joined #sailfishos | 14:42 | |
| *** japaric has quit IRC | 14:45 | |
| *** __pv has joined #sailfishos | 14:46 | |
| *** Morpog_Mobile has joined #sailfishos | 14:47 | |
| *** RobJanc has quit IRC | 14:51 | |
| *** krendil has quit IRC | 14:52 | |
| *** Morpog_PC__ has joined #sailfishos | 14:53 | |
| *** tanty is now known as tanty_off | 14:56 | |
| *** sletta has quit IRC | 14:57 | |
| *** Morpog_PC___ has joined #sailfishos | 14:58 | |
| *** Morpog_Mobile has quit IRC | 14:59 | |
| *** jukkaeklund has quit IRC | 15:00 | |
| *** Morpog_PC__ has quit IRC | 15:02 | |
| *** jukkaeklund has joined #sailfishos | 15:08 | |
| *** louisdk has joined #sailfishos | 15:11 | |
| *** gabriel9|work has quit IRC | 15:13 | |
| *** jukkaeklund has quit IRC | 15:16 | |
| *** jukkaeklund has joined #sailfishos | 15:24 | |
| *** Morpog_Mobile has joined #sailfishos | 15:26 | |
| *** jukkaeklund has quit IRC | 15:32 | |
| *** Almehdin has quit IRC | 15:34 | |
| *** Shaan7 has quit IRC | 15:36 | |
| *** tbr has quit IRC | 15:36 | |
| *** merlin1991 has quit IRC | 15:36 | |
| *** nezticle has quit IRC | 15:36 | |
| *** XenGi has quit IRC | 15:36 | |
| *** merlin1991 has joined #sailfishos | 15:46 | |
| *** Shaan7 has joined #sailfishos | 15:46 | |
| *** tbr has joined #sailfishos | 15:46 | |
| *** nezticle has joined #sailfishos | 15:46 | |
| *** XenGi has joined #sailfishos | 15:46 | |
| *** meShell has joined #sailfishos | 15:52 | |
| *** phaeron has joined #sailfishos | 16:05 | |
| *** meShell_ has joined #sailfishos | 16:07 | |
| *** SK_work has quit IRC | 16:08 | |
| *** meShell__ has joined #sailfishos | 16:09 | |
| *** meShell has quit IRC | 16:09 | |
| *** Kabouik_ has quit IRC | 16:10 | |
| *** DarkSim has quit IRC | 16:11 | |
| *** disharmonic has joined #sailfishos | 16:11 | |
| *** disharmonic has quit IRC | 16:11 | |
| *** disharmonic has joined #sailfishos | 16:11 | |
| *** Sazpaimon_ has quit IRC | 16:11 | |
| *** meShell_ has quit IRC | 16:12 | |
| *** kelvan_ has quit IRC | 16:16 | |
| *** kelvan has joined #sailfishos | 16:16 | |
| *** kunev has quit IRC | 16:21 | |
| *** Pat_o has quit IRC | 16:23 | |
| *** Beankylla has joined #sailfishos | 16:25 | |
| *** Kabouik has joined #sailfishos | 16:29 | |
| *** zhxt_home has quit IRC | 16:33 | |
| *** rcg has quit IRC | 16:35 | |
| *** Pat_o has joined #sailfishos | 16:37 | |
| *** mike7b4_on_x230 has joined #sailfishos | 16:45 | |
| *** xfrancis has quit IRC | 16:46 | |
| *** thedead1440 has joined #sailfishos | 16:47 | |
| *** disharmonic has quit IRC | 16:48 | |
| *** gigetoo has quit IRC | 16:51 | |
| *** gigetoo has joined #sailfishos | 16:52 | |
| *** Pat_o has quit IRC | 16:57 | |
| *** merlin1991 has quit IRC | 16:59 | |
| *** merlin1991 has joined #sailfishos | 16:59 | |
| *** Morpog_Mobile has quit IRC | 16:59 | |
| *** Morpog_Mobile has joined #sailfishos | 17:00 | |
| *** maxorator has quit IRC | 17:01 | |
| *** meek_geek has joined #sailfishos | 17:03 | |
| *** Morpog_Mobile_ has joined #sailfishos | 17:04 | |
| *** maxorator has joined #sailfishos | 17:04 | |
| *** Morpog_Mobile has quit IRC | 17:05 | |
| meek_geek | sup | 17:06 |
| *** disharmonic has joined #sailfishos | 17:07 | |
| *** disharmonic has quit IRC | 17:07 | |
| *** disharmonic has joined #sailfishos | 17:07 | |
| *** Morpog_Mobile_ has quit IRC | 17:07 | |
| *** Morpog_Mobile has joined #sailfishos | 17:07 | |
| *** simbrown has quit IRC | 17:08 | |
| *** itbaron has quit IRC | 17:10 | |
| *** meShell__ has quit IRC | 17:10 | |
| *** kimmoli_sailing has joined #sailfishos | 17:11 | |
| *** TMavica has quit IRC | 17:12 | |
| *** thedead1440_ has joined #sailfishos | 17:12 | |
| *** Morpog_PC has joined #sailfishos | 17:20 | |
| *** arcean_ has joined #sailfishos | 17:22 | |
| *** Morpog_Mobile has quit IRC | 17:22 | |
| *** arcean has quit IRC | 17:22 | |
| *** Morpog_PC___ has quit IRC | 17:23 | |
| *** Blizzz has quit IRC | 17:24 | |
| coderus | Morpog_PC: ping | 17:27 |
| *** maxorator has quit IRC | 17:32 | |
| Morpog_PC | coderus, pong | 17:33 |
| *** maxorator has joined #sailfishos | 17:34 | |
| *** Morpog_Mobile has joined #sailfishos | 17:36 | |
| *** Almehdin has joined #sailfishos | 17:38 | |
| *** maxorator has quit IRC | 17:41 | |
| *** maxorator has joined #sailfishos | 17:45 | |
| coderus | Morpog_PC: can you make cover icons for mitakuuluu for text sharing? | 17:47 |
| *** maxorator has quit IRC | 17:47 | |
| coderus | i supposed it could be current unmute icon and remake unmute to something other then | 17:47 |
| *** maxorator has joined #sailfishos | 17:49 | |
| Morpog_PC | coderus what about speechbubble with sharing icon (3 dots connected)? | 17:54 |
| *** piggz has joined #sailfishos | 17:57 | |
| *** Morpog_PC has quit IRC | 18:01 | |
| *** Tofe|Away is now known as Tofe | 18:01 | |
| *** Morpog_PC has joined #sailfishos | 18:02 | |
| *** Morpog_PC has quit IRC | 18:07 | |
| *** Morpog_PC has joined #sailfishos | 18:09 | |
| Morpog_PC | coderus, https://db.tt/jDwYdbL9 icon-cover-share | 18:11 |
| *** martyone has quit IRC | 18:14 | |
| *** rubdos has joined #sailfishos | 18:15 | |
| rubdos | Got a strange package out of Finland today. | 18:15 |
| * rubdos enjoying Jolla... | 18:15 | |
| rubdos | But I've been stupid. I misspelled my own name during the setup, without noticing, and I don't know how to change that | 18:16 |
| meek_geek | yo | 18:18 |
| *** meShell has joined #sailfishos | 18:20 | |
| *** martyone has joined #sailfishos | 18:23 | |
| SpeedEvil | rubdos: that depends on where you are. | 18:24 |
| SpeedEvil | rubdos: In the UK, changing your name is quite simple and inexpensive. | 18:24 |
| stephg | hoho | 18:24 |
| rubdos | SpeedEvil, lol... | 18:25 |
| rubdos | In Belgium? I'm Ruben De Smet and I wrote Ruben De Smeg... --' | 18:25 |
| *** Arkkis has joined #sailfishos | 18:27 | |
| *** carepack_ has joined #sailfishos | 18:27 | |
| *** jstaniek has joined #sailfishos | 18:28 | |
| *** jukkaeklund has joined #sailfishos | 18:28 | |
| *** Mossepo has quit IRC | 18:28 | |
| *** Mossepo has joined #sailfishos | 18:29 | |
| *** carepack has quit IRC | 18:31 | |
| *** maxorator has quit IRC | 18:31 | |
| stephg | rubdos: can't see a way to change that from a quick look | 18:32 |
| stephg | factory reset? | 18:32 |
| *** maxorator has joined #sailfishos | 18:32 | |
| rubdos | stephg, where is that name used? Only found it in bluetooth settings: "Jolla of Ruben De Smeg" or so | 18:33 |
| *** jukkaeklund has quit IRC | 18:33 | |
| *** maxorator has quit IRC | 18:33 | |
| *** maxorator has joined #sailfishos | 18:34 | |
| stephg | don't think it's 'used' per se anywhere | 18:34 |
| stephg | but will default for things like your email account I guess | 18:34 |
| *** maxorator has quit IRC | 18:34 | |
| coderus | Morpog_PC: noo | 18:35 |
| coderus | i can't look at this and say its text sharing | 18:36 |
| *** Prometheus00 has quit IRC | 18:36 | |
| *** martyone has quit IRC | 18:36 | |
| *** Arkkis has quit IRC | 18:36 | |
| *** maxorator has joined #sailfishos | 18:37 | |
| *** Prometheus00 has joined #sailfishos | 18:38 | |
| *** Prometheus00 has quit IRC | 18:40 | |
| *** carepack has joined #sailfishos | 18:40 | |
| *** Guhl has joined #sailfishos | 18:41 | |
| *** Prometheus00 has joined #sailfishos | 18:42 | |
| *** hoelzro_ is now known as hoelzro | 18:42 | |
| *** Arkkis has joined #sailfishos | 18:43 | |
| *** carepack_ has quit IRC | 18:44 | |
| *** Sail0r has joined #sailfishos | 18:50 | |
| *** martyone has joined #sailfishos | 18:54 | |
| *** Blizzz has joined #sailfishos | 19:01 | |
| Morpog_PC | coderus, https://db.tt/jDwYdbL9 icon-cover-unmuted-new and icon-cover-muted-new | 19:05 |
| *** japaric_ is now known as japaric | 19:05 | |
| *** kimmoli_sailing_ has joined #sailfishos | 19:06 | |
| *** kimmoli_sailing has quit IRC | 19:08 | |
| *** carepack has quit IRC | 19:11 | |
| *** carepack_ has joined #sailfishos | 19:11 | |
| *** kor has joined #sailfishos | 19:11 | |
| coderus | Morpog_PC: looks good, thank you, synced :) | 19:13 |
| *** alin has joined #sailfishos | 19:22 | |
| *** alin has quit IRC | 19:22 | |
| *** alin has joined #sailfishos | 19:22 | |
| Morpog_PC | :) | 19:22 |
| *** juergbi has quit IRC | 19:25 | |
| *** juergbi has joined #sailfishos | 19:26 | |
| *** furikku has quit IRC | 19:29 | |
| *** krnlyng has quit IRC | 19:30 | |
| *** gabriel9 has joined #sailfishos | 19:33 | |
| *** krnlyng has joined #sailfishos | 19:43 | |
| *** keithzg has joined #sailfishos | 19:43 | |
| *** keithzg has quit IRC | 19:43 | |
| *** keithzg has joined #sailfishos | 19:46 | |
| *** Guhl has quit IRC | 19:51 | |
| *** dharman has quit IRC | 19:51 | |
| *** Sail0r has quit IRC | 19:52 | |
| *** alin__ has joined #sailfishos | 19:54 | |
| *** alin has quit IRC | 19:55 | |
| Nightmare__ | jolla2gether app uses the property "z" in ProgressCircle, does anyone know what that property does? | 19:58 |
| Nicd- | it lays components on top of eachother | 19:58 |
| kimmoli | x,y,z | 19:59 |
| Nightmare__ | :) | 20:00 |
| Nightmare__ | thx | 20:00 |
| Nicd- | Nightmare__: see the source of my SailTime app on bitbucket for an example | 20:00 |
| *** maxorator has quit IRC | 20:01 | |
| Nightmare__ | it's ok, i can imagine how it works | 20:01 |
| *** maxorator has joined #sailfishos | 20:04 | |
| *** Blizzz has quit IRC | 20:07 | |
| *** rubdos has quit IRC | 20:16 | |
| *** martyone has quit IRC | 20:22 | |
| *** Nightmare__ has quit IRC | 20:25 | |
| *** Sequenced has quit IRC | 20:34 | |
| *** Tofe is now known as Tofe|Away | 20:36 | |
| *** Pat_o has joined #sailfishos | 20:37 | |
| *** Guhl has joined #sailfishos | 20:46 | |
| *** bugzy has joined #sailfishos | 20:49 | |
| *** maxorator has quit IRC | 20:57 | |
| *** Finlod has quit IRC | 20:57 | |
| *** maxorator has joined #sailfishos | 20:59 | |
| *** Sail0r has joined #sailfishos | 21:10 | |
| *** Blizzz has joined #sailfishos | 21:11 | |
| *** louisdk has quit IRC | 21:11 | |
| *** vesurivs has quit IRC | 21:17 | |
| *** piggz has quit IRC | 21:21 | |
| *** smokex has quit IRC | 21:21 | |
| *** gabriel9 has quit IRC | 21:22 | |
| *** gabriel9 has joined #sailfishos | 21:22 | |
| *** smokex has joined #sailfishos | 21:27 | |
| *** lizardo has quit IRC | 21:27 | |
| *** Beankylla has quit IRC | 21:40 | |
| *** vesurivs has joined #sailfishos | 21:42 | |
| *** Sail0r has quit IRC | 21:42 | |
| *** vesurivs has quit IRC | 21:44 | |
| *** vesurivs has joined #sailfishos | 21:45 | |
| *** gabriel9 has quit IRC | 21:48 | |
| *** mike7b4_on_x230 has quit IRC | 21:49 | |
| *** Blizzz has quit IRC | 21:59 | |
| *** zoldyck has quit IRC | 22:02 | |
| *** xerpi has quit IRC | 22:03 | |
| *** BasilSemuonov has quit IRC | 22:05 | |
| *** vesurivs has quit IRC | 22:09 | |
| *** vesurivs has joined #sailfishos | 22:09 | |
| *** M4rtinK has joined #sailfishos | 22:17 | |
| *** qqK has quit IRC | 22:17 | |
| *** Guhl has quit IRC | 22:18 | |
| *** meShell has quit IRC | 22:26 | |
| *** jjarven has quit IRC | 22:26 | |
| *** Prometheus00 has quit IRC | 22:28 | |
| *** szopin_sailing has joined #sailfishos | 22:33 | |
| *** artemma has joined #sailfishos | 22:36 | |
| *** phlixi has quit IRC | 22:41 | |
| *** meek_geek has quit IRC | 22:42 | |
| *** jjarven has joined #sailfishos | 22:43 | |
| *** phlox81 has quit IRC | 22:51 | |
| coderus | Mitakuuluu v0.6-3 https://openrepos.net/content/coderus/mitakuuluu | 22:52 |
| *** jstaniek has quit IRC | 22:52 | |
| coderus | you can change led color for notifications in settings now :) | 22:53 |
| manqeloque | yey | 22:57 |
| manqeloque | btw, why does it require one to delete everything from server? | 22:57 |
| *** disharmonic has quit IRC | 22:59 | |
| *** spider-mario has quit IRC | 23:07 | |
| *** szopin_sailing has quit IRC | 23:11 | |
| *** bugzy has quit IRC | 23:15 | |
| *** sender42 has joined #sailfishos | 23:17 | |
| *** amizraa4 has quit IRC | 23:19 | |
| *** amizraa4 has joined #sailfishos | 23:20 | |
| *** sender23 has quit IRC | 23:20 | |
| *** M4rtinK has quit IRC | 23:30 | |
| *** olafh has quit IRC | 23:35 | |
| *** arcean_ has quit IRC | 23:37 | |
| *** BeholdMyGlory has quit IRC | 23:38 | |
| *** remarc has quit IRC | 23:39 | |
| *** alin__ has quit IRC | 23:41 | |
| *** tanghus_ has joined #sailfishos | 23:49 | |
| *** tanghus has quit IRC | 23:50 | |
| *** tanghus_ is now known as tanghus | 23:56 | |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!