| *** marxistvegan has joined #sailfishos | 00:02 | |
| *** xerpi has quit IRC | 00:12 | |
| *** M4rtinK has quit IRC | 00:26 | |
| *** marxistvegan has quit IRC | 01:07 | |
| *** inte_awa` is now known as inte | 01:19 | |
| *** dist has quit IRC | 01:42 | |
| *** Dicee- has quit IRC | 01:42 | |
| *** Dicee has joined #sailfishos | 01:42 | |
| *** walokra has quit IRC | 01:43 | |
| *** Sage__ has quit IRC | 01:43 | |
| *** master_of_master has joined #sailfishos | 01:43 | |
| *** suosaaski has quit IRC | 01:44 | |
| *** tbr-fi_ has quit IRC | 01:44 | |
| *** walokra has joined #sailfishos | 01:44 | |
| *** master_o1_master has quit IRC | 01:47 | |
| *** dist has joined #sailfishos | 01:49 | |
| *** suosaaski has joined #sailfishos | 01:49 | |
| *** Sage_ has joined #sailfishos | 01:50 | |
| *** Sage_ has quit IRC | 01:50 | |
| *** Sage_ has joined #sailfishos | 01:50 | |
| *** tbr-fi has joined #sailfishos | 01:51 | |
| *** Sail0r has quit IRC | 01:55 | |
| *** weSpe is now known as Wasp | 02:01 | |
| *** qwazix has quit IRC | 02:04 | |
| *** qwazix has joined #sailfishos | 02:10 | |
| *** krendil has joined #sailfishos | 02:22 | |
| *** ccha5 has joined #sailfishos | 02:29 | |
| *** nezticle has quit IRC | 02:30 | |
| *** nezticle_ has joined #sailfishos | 02:30 | |
| *** ccha4 has quit IRC | 02:31 | |
| *** plfiorini has quit IRC | 02:36 | |
| *** SeekingFor has quit IRC | 02:37 | |
| *** yulimoto has quit IRC | 02:37 | |
| *** Froberg has joined #sailfishos | 02:43 | |
| *** lbt has quit IRC | 02:51 | |
| *** lbt has joined #sailfishos | 02:52 | |
| *** fracting has joined #sailfishos | 03:00 | |
| *** fracting has quit IRC | 03:05 | |
| *** SeekingFor has joined #sailfishos | 03:10 | |
| *** ArtVandalae has quit IRC | 03:10 | |
| *** fracting has joined #sailfishos | 03:18 | |
| *** ArtVandalae has joined #sailfishos | 03:23 | |
| *** mikelima has quit IRC | 03:39 | |
| *** crazy_imp has quit IRC | 03:52 | |
| *** crazy_imp has joined #sailfishos | 03:54 | |
| SaberAltria | question about array in qml | 04:35 |
|---|---|---|
| SaberAltria | I want to declare a dynamic array and I do this by | 04:36 |
| SaberAltria | property variant abcd: [] | 04:36 |
| SaberAltria | but in js, I cannot add value into lt like abcd[0] = "1234" | 04:36 |
| *** Kabouik has quit IRC | 04:49 | |
| coderus | SaberAltria: array.splice | 05:10 |
| coderus | RTFM js array reference | 05:11 |
| *** olafh has joined #sailfishos | 05:16 | |
| *** Zesty_ has quit IRC | 05:22 | |
| SaberAltria | array.splice ? | 05:23 |
| SaberAltria | Oh I mean | 05:24 |
| SaberAltria | Yes I can use array in js | 05:24 |
| SaberAltria | but how to declare a global array? | 05:24 |
| SaberAltria | for global text, I use: property string abcd | 05:25 |
| SaberAltria | but for the global editable array property variant abcd doesn't work | 05:25 |
| SaberAltria | You mean I can use array.slice to modify the property variant array ?? | 05:26 |
| coderus | property variant abcd: [] | 05:32 |
| coderus | var arr = abcd | 05:32 |
| coderus | arr.splice( ... ) | 05:32 |
| coderus | abcd = arr | 05:32 |
| coderus | or just create js with .pragma library and include it | 05:34 |
| *** SeekingFor has quit IRC | 05:49 | |
| SaberAltria | Oh Thz ! | 05:51 |
| *** SeekingFor has joined #sailfishos | 06:04 | |
| *** martyone has joined #sailfishos | 06:07 | |
| *** dhbiker has joined #sailfishos | 06:10 | |
| *** M4rtinK has joined #sailfishos | 06:18 | |
| *** martyone has quit IRC | 06:23 | |
| *** yulimoto has joined #sailfishos | 06:23 | |
| *** M4rtinK has quit IRC | 06:24 | |
| *** goroboro has joined #sailfishos | 06:30 | |
| *** Madry72 has joined #sailfishos | 06:46 | |
| *** TMavica has joined #sailfishos | 07:00 | |
| *** Madry72 has quit IRC | 07:03 | |
| *** Nc has joined #sailfishos | 07:04 | |
| *** dhbiker has quit IRC | 07:17 | |
| *** martyone has joined #sailfishos | 07:22 | |
| *** martyone has quit IRC | 07:28 | |
| *** Guhl99 has joined #sailfishos | 07:28 | |
| *** Guhl99 is now known as guhl | 07:28 | |
| *** M4rtinK has joined #sailfishos | 07:36 | |
| *** plfiorini has joined #sailfishos | 07:42 | |
| coderus | /usr/bin/jolla-gallery: symbol lookup error: /usr/share/harbour-mitakuuluu2/qml/harbour/mitakuuluu2/translator/libtranslator.so: undefined symbol: _ZN10MGConfItemC1ERK7QStringP7QObject | 07:45 |
| coderus | wtf? | 07:45 |
| kimmoli | i opened gallery to test, and got GLOD... | 07:49 |
| kimmoli | or BGLOD | 07:49 |
| *** qqK has joined #sailfishos | 07:49 | |
| Stskeeps | looks like undeclared -l's | 07:49 |
| *** oku has quit IRC | 07:50 | |
| *** alin has quit IRC | 07:51 | |
| coderus | lol https://github.com/CODeRUS/mitakuuluu2/commit/ce4470006862eaf86e0bd85244c9d4258d9bed8f | 07:52 |
| coderus | :D | 07:52 |
| *** alin has joined #sailfishos | 07:52 | |
| coderus | qmake should really stop compilation if such errors in pro file | 07:53 |
| *** zoldyck has joined #sailfishos | 07:59 | |
| Aciid | wow such shibe | 08:00 |
| *** Pebby has quit IRC | 08:00 | |
| *** spider-mario has joined #sailfishos | 08:04 | |
| *** valdur55_ has quit IRC | 08:06 | |
| *** valdur55 has joined #sailfishos | 08:06 | |
| *** a_meteor has joined #sailfishos | 08:09 | |
| *** Pebby has joined #sailfishos | 08:13 | |
| *** gexc has joined #sailfishos | 08:13 | |
| *** Sail0r has joined #sailfishos | 08:14 | |
| *** gexc has quit IRC | 08:14 | |
| *** Naranek has quit IRC | 08:15 | |
| *** energycsdx has joined #sailfishos | 08:20 | |
| *** onurati has joined #sailfishos | 08:23 | |
| *** dhbiker has joined #sailfishos | 08:23 | |
| *** lbt has quit IRC | 08:23 | |
| *** lbt has joined #sailfishos | 08:23 | |
| *** Tofe|Away is now known as Tofe | 08:25 | |
| *** disharmonic has joined #sailfishos | 08:25 | |
| stephg | morning | 08:25 |
| *** sergot has quit IRC | 08:26 | |
| *** Nokius has quit IRC | 08:28 | |
| *** tadzik has quit IRC | 08:30 | |
| coderus | hm, if i have no network coverage and trying to call number phone shutsdown | 08:32 |
| *** Naranek has joined #sailfishos | 08:43 | |
| *** spiiroin has quit IRC | 08:43 | |
| *** lbt has quit IRC | 08:43 | |
| *** Shinryuu has joined #sailfishos | 08:50 | |
| *** M4rtinK has quit IRC | 08:53 | |
| *** RoKenn has joined #sailfishos | 08:54 | |
| *** artemma has joined #sailfishos | 08:55 | |
| coderus | QML bug found: can you reproduce? http://paste.ubuntu.com/8394276 | 08:56 |
| coderus | text not visible if textFormat: RichText | 08:56 |
| *** tadzik has joined #sailfishos | 08:57 | |
| *** sergot has joined #sailfishos | 08:59 | |
| *** r0kk3rz has joined #sailfishos | 08:59 | |
| *** alin has quit IRC | 09:05 | |
| *** alin has joined #sailfishos | 09:05 | |
| coderus | hm, it contains some unprintable symbols in text | 09:09 |
| *** lbt has joined #sailfishos | 09:11 | |
| *** RoKenn has quit IRC | 09:13 | |
| *** fracting has quit IRC | 09:18 | |
| *** mikelima has joined #sailfishos | 09:19 | |
| *** martyone has joined #sailfishos | 09:22 | |
| *** spiiroin has joined #sailfishos | 09:25 | |
| *** gexc has joined #sailfishos | 09:27 | |
| *** M4rtinK has joined #sailfishos | 09:28 | |
| *** Lipevakala has joined #sailfishos | 09:33 | |
| *** martyone has quit IRC | 09:35 | |
| *** piggz has quit IRC | 09:35 | |
| *** fracting has joined #sailfishos | 09:35 | |
| *** appiah has quit IRC | 09:37 | |
| *** Shinryuu has quit IRC | 09:39 | |
| coderus | Mitakuuluu v0.8.8-9 with gallery sharing fix released: http://openrepos.net/content/coderus/mitakuuluu | 09:41 |
| *** rashm2k has joined #sailfishos | 09:44 | |
| *** piggz has joined #sailfishos | 09:45 | |
| *** jjarven has quit IRC | 09:45 | |
| *** rashm2k has quit IRC | 09:46 | |
| *** guhl has quit IRC | 09:52 | |
| *** onurati has quit IRC | 09:56 | |
| *** gabriel_hneitir has joined #sailfishos | 10:04 | |
| *** jjarven has joined #sailfishos | 10:04 | |
| *** rashm2k has joined #sailfishos | 10:05 | |
| piggz | anyone want an ownCloud news reader? https://www.youtube.com/watch?v=Wh7dOH8BwPU | 10:05 |
| *** Shinryuu has joined #sailfishos | 10:06 | |
| *** goroboro has quit IRC | 10:06 | |
| piggz | http://piggz.co.uk/owncloud/public.php?service=files&t=3728371626d4e56028e9c9255eec8d09 | 10:08 |
| *** inte is now known as inte_away | 10:10 | |
| *** inte_away is now known as inte | 10:10 | |
| *** Eismann has quit IRC | 10:13 | |
| *** goroboro has joined #sailfishos | 10:13 | |
| *** Eismann has joined #sailfishos | 10:13 | |
| *** Behold has joined #sailfishos | 10:15 | |
| *** Nokius has joined #sailfishos | 10:16 | |
| *** goroboro has quit IRC | 10:17 | |
| *** goroboro has joined #sailfishos | 10:17 | |
| *** gexc has quit IRC | 10:17 | |
| *** inte is now known as inte_away | 10:18 | |
| *** inte_away is now known as inte | 10:19 | |
| *** filippz has joined #sailfishos | 10:22 | |
| *** mikelima_ has joined #sailfishos | 10:23 | |
| *** mikelima has quit IRC | 10:24 | |
| *** DrIDK has joined #sailfishos | 10:26 | |
| *** M4rtinK has quit IRC | 10:27 | |
| *** thedead1440_ has quit IRC | 10:28 | |
| *** Nokius has quit IRC | 10:30 | |
| *** Guhl has joined #sailfishos | 10:33 | |
| *** lbt_ has joined #sailfishos | 10:39 | |
| *** lbt_away has joined #sailfishos | 10:40 | |
| *** lbt has quit IRC | 10:43 | |
| *** lbt_ has quit IRC | 10:43 | |
| *** Anz_ has joined #sailfishos | 10:47 | |
| *** arcean has joined #sailfishos | 10:53 | |
| *** oku has joined #sailfishos | 11:02 | |
| *** MoritzJT has joined #sailfishos | 11:07 | |
| *** MoritzJT has quit IRC | 11:08 | |
| *** louisdk has joined #sailfishos | 11:12 | |
| *** piggz has quit IRC | 11:13 | |
| kimmoli | fresh breath of Segmentation fault | 11:19 |
| *** Nokius has joined #sailfishos | 11:21 | |
| *** spider-mario has quit IRC | 11:23 | |
| *** thedead1440 has joined #sailfishos | 11:25 | |
| *** Nokius has quit IRC | 11:25 | |
| *** filippz has quit IRC | 11:26 | |
| *** piggz has joined #sailfishos | 11:26 | |
| *** alin_ has joined #sailfishos | 11:33 | |
| *** Shinryuu has quit IRC | 11:35 | |
| *** Shinryuu has joined #sailfishos | 11:35 | |
| *** alin has quit IRC | 11:37 | |
| *** lbt_away is now known as lbt | 11:42 | |
| *** Kabouik has joined #sailfishos | 11:51 | |
| *** spider-mario has joined #sailfishos | 11:55 | |
| *** qqK has quit IRC | 11:57 | |
| *** alin_ has quit IRC | 11:58 | |
| *** Venemo has joined #sailfishos | 11:58 | |
| *** lbt has quit IRC | 12:02 | |
| *** lbt has joined #sailfishos | 12:03 | |
| *** alin has joined #sailfishos | 12:06 | |
| *** Nokius has joined #sailfishos | 12:06 | |
| *** rainmaker has quit IRC | 12:27 | |
| *** alin has quit IRC | 12:32 | |
| *** alin has joined #sailfishos | 12:33 | |
| *** alin has quit IRC | 12:33 | |
| *** alin has joined #sailfishos | 12:33 | |
| *** javispedro has joined #sailfishos | 12:38 | |
| *** krendil has quit IRC | 12:38 | |
| *** Sail0r has quit IRC | 12:40 | |
| *** ad_ has joined #sailfishos | 12:49 | |
| *** arcean has quit IRC | 12:56 | |
| *** cybrNaut has quit IRC | 12:58 | |
| *** inte is now known as inte_away | 12:59 | |
| *** inte_away is now known as inte | 12:59 | |
| *** gabriel_hneitir has quit IRC | 12:59 | |
| *** cybrNaut has joined #sailfishos | 12:59 | |
| *** inte is now known as inte_away | 12:59 | |
| *** inte_away is now known as inte | 13:00 | |
| *** inte is now known as inte_away | 13:02 | |
| *** inte_away is now known as inte | 13:02 | |
| *** ad_ has quit IRC | 13:02 | |
| *** zoldyck has quit IRC | 13:07 | |
| *** zoldyck has joined #sailfishos | 13:08 | |
| *** Shinryuu has quit IRC | 13:17 | |
| *** dhbiker has quit IRC | 13:25 | |
| *** Sail0r has joined #sailfishos | 13:29 | |
| *** inte` has joined #sailfishos | 13:32 | |
| *** dhbiker has joined #sailfishos | 13:32 | |
| *** inte has quit IRC | 13:34 | |
| *** ad_ has joined #sailfishos | 13:36 | |
| *** Zesty_ has joined #sailfishos | 13:38 | |
| *** Shinryuu has joined #sailfishos | 13:51 | |
| *** onurati has joined #sailfishos | 14:00 | |
| *** beidl_ has joined #sailfishos | 14:04 | |
| *** beidl has quit IRC | 14:05 | |
| *** inte` is now known as inte_away | 14:11 | |
| *** inte_away has quit IRC | 14:16 | |
| *** gexc has joined #sailfishos | 14:16 | |
| *** energycsdx has quit IRC | 14:18 | |
| *** Naranek has quit IRC | 14:18 | |
| *** igordcard has joined #sailfishos | 14:19 | |
| cos- | is it a bug or feature that facebook forgets authentication every few months or so | 14:20 |
| *** beidl_ is now known as beidl | 14:22 | |
| *** RoKenn has joined #sailfishos | 14:31 | |
| *** Anz_ has quit IRC | 14:34 | |
| *** onurati has quit IRC | 14:35 | |
| *** ad_ has quit IRC | 14:35 | |
| *** tanty is now known as tanty_off | 14:41 | |
| *** MartiMasaKoegx_ has joined #sailfishos | 14:44 | |
| *** spider-mario has quit IRC | 14:44 | |
| *** plfiorini has quit IRC | 15:00 | |
| *** fracting has quit IRC | 15:01 | |
| *** Naranek has joined #sailfishos | 15:01 | |
| *** MartiMasaKoegx has joined #sailfishos | 15:10 | |
| *** MartiMasaKoegx_ has quit IRC | 15:14 | |
| *** Sail0r has quit IRC | 15:21 | |
| *** marxistvegan has joined #sailfishos | 15:23 | |
| *** Shinryuu has quit IRC | 15:31 | |
| *** gabriel_hneitir has joined #sailfishos | 15:32 | |
| *** Venemo has quit IRC | 15:33 | |
| *** MartiMasaKoegx has quit IRC | 15:37 | |
| *** phdeswer has joined #sailfishos | 15:38 | |
| *** igordcard has quit IRC | 15:42 | |
| *** arcean has joined #sailfishos | 15:47 | |
| *** msava has quit IRC | 15:49 | |
| *** msava has joined #sailfishos | 15:52 | |
| *** onurati has joined #sailfishos | 15:53 | |
| *** fracting has joined #sailfishos | 16:03 | |
| *** Eismann has quit IRC | 16:14 | |
| *** Eismann has joined #sailfishos | 16:15 | |
| *** marxistvegan has quit IRC | 16:17 | |
| *** fracting has quit IRC | 16:17 | |
| *** DrIDK has quit IRC | 16:18 | |
| *** AlmAck has joined #sailfishos | 16:22 | |
| *** fracting has joined #sailfishos | 16:23 | |
| *** faenil has joined #sailfishos | 16:27 | |
| *** goroboro has quit IRC | 16:29 | |
| *** goroboro has joined #sailfishos | 16:30 | |
| *** Sail0r has joined #sailfishos | 16:31 | |
| *** arcean has quit IRC | 16:37 | |
| *** fracting has quit IRC | 16:37 | |
| faenil | TMavica: here | 16:40 |
| *** ottulo has joined #sailfishos | 16:42 | |
| TMavica | ya | 16:43 |
| faenil | pm me and let's if I can help | 16:44 |
| TMavica | but its not my phone, i dont have his phone on hand. | 16:45 |
| faenil | oh...I thought you were with him | 16:45 |
| TMavica | not, he sent me pic | 16:46 |
| faenil | alright... | 16:47 |
| *** phdeswer has quit IRC | 16:50 | |
| *** Nc has quit IRC | 16:51 | |
| *** Shinryuu has joined #sailfishos | 16:55 | |
| *** Tofe is now known as Tofe|Away | 16:59 | |
| *** onurati has quit IRC | 17:01 | |
| *** Nc has joined #sailfishos | 17:02 | |
| *** phdeswer has joined #sailfishos | 17:06 | |
| *** ArtVandalae has quit IRC | 17:10 | |
| *** arcean has joined #sailfishos | 17:11 | |
| *** rashm2k has quit IRC | 17:17 | |
| *** ArtVandalae has joined #sailfishos | 17:22 | |
| javispedro | hmhm | 17:23 |
| javispedro | is there something in wayland/lipstick that would delay showing a window until the first eglSwapBuffers call? | 17:23 |
| *** Zesty_ has quit IRC | 17:35 | |
| *** Zesty_ has joined #sailfishos | 17:37 | |
| *** a_meteor has quit IRC | 17:43 | |
| *** xerpi has joined #sailfishos | 17:44 | |
| *** michiell has quit IRC | 17:45 | |
| *** michiell has joined #sailfishos | 17:45 | |
| *** Nokius has quit IRC | 17:50 | |
| *** M4rtinK has joined #sailfishos | 17:53 | |
| *** Nokius has joined #sailfishos | 17:53 | |
| *** alin_ has joined #sailfishos | 17:54 | |
| *** alin has quit IRC | 17:54 | |
| *** Nokius has quit IRC | 17:56 | |
| *** michiell has quit IRC | 17:57 | |
| *** Kabouik_ has joined #sailfishos | 18:01 | |
| *** Nokius has joined #sailfishos | 18:02 | |
| *** Kabouik has quit IRC | 18:04 | |
| *** michiell has joined #sailfishos | 18:05 | |
| *** meetingcpp has joined #sailfishos | 18:09 | |
| *** qqK has joined #sailfishos | 18:23 | |
| *** Shinryuu has quit IRC | 18:23 | |
| *** michiell has quit IRC | 18:26 | |
| *** michiell has joined #sailfishos | 18:26 | |
| *** RoKenn has quit IRC | 18:32 | |
| *** faenil has quit IRC | 18:36 | |
| *** r0kk3rz has quit IRC | 18:38 | |
| *** lbt has quit IRC | 18:39 | |
| *** lbt has joined #sailfishos | 18:40 | |
| *** lbt_ has joined #sailfishos | 18:43 | |
| *** lbt has quit IRC | 18:46 | |
| *** gexc has quit IRC | 18:48 | |
| *** piggz has quit IRC | 18:53 | |
| *** javispedro has quit IRC | 18:53 | |
| *** piggz has joined #sailfishos | 18:53 | |
| *** piggz has quit IRC | 19:03 | |
| *** onurati has joined #sailfishos | 19:03 | |
| *** piggz has joined #sailfishos | 19:06 | |
| *** r0kk3rz has joined #sailfishos | 19:14 | |
| *** ad_ has joined #sailfishos | 19:18 | |
| *** Shinryuu has joined #sailfishos | 19:21 | |
| *** javispedro has joined #sailfishos | 19:35 | |
| *** alin__ has joined #sailfishos | 19:38 | |
| *** alin_ has quit IRC | 19:39 | |
| *** dhbiker has quit IRC | 19:39 | |
| *** gabriel_hneitir1 has joined #sailfishos | 19:40 | |
| *** rashm2k has joined #sailfishos | 19:42 | |
| *** ahiemstra has quit IRC | 19:42 | |
| *** gabriel_hneitir has quit IRC | 19:42 | |
| *** Zesty_ has quit IRC | 19:46 | |
| *** Zesty_ has joined #sailfishos | 19:48 | |
| *** rashm2k has quit IRC | 19:49 | |
| *** ad_ has quit IRC | 19:50 | |
| *** marxistvegan has joined #sailfishos | 19:50 | |
| *** rashm2k has joined #sailfishos | 19:51 | |
| *** Nc has quit IRC | 19:52 | |
| *** javispedro has quit IRC | 19:52 | |
| *** ced117 has quit IRC | 19:55 | |
| *** rashm2k has quit IRC | 20:04 | |
| *** gormio_ is now known as gormio | 20:04 | |
| *** meetingcpp has quit IRC | 20:20 | |
| *** pJok has quit IRC | 20:22 | |
| *** Sail0r has quit IRC | 20:24 | |
| *** krendil has joined #sailfishos | 20:33 | |
| *** zoldyck has quit IRC | 20:35 | |
| *** louisdk has quit IRC | 20:45 | |
| *** Nc has joined #sailfishos | 20:47 | |
| *** javispedro has joined #sailfishos | 20:55 | |
| *** Behold has quit IRC | 20:56 | |
| *** Sage_ has quit IRC | 20:58 | |
| *** Sage_ has joined #sailfishos | 20:58 | |
| *** onurati has quit IRC | 21:10 | |
| *** krendil has quit IRC | 21:12 | |
| *** a_meteor has joined #sailfishos | 21:14 | |
| *** xerpi has quit IRC | 21:15 | |
| *** MoritzJT has joined #sailfishos | 21:16 | |
| *** BearT has quit IRC | 21:21 | |
| *** MoritzJT has quit IRC | 21:23 | |
| *** tachikoma has quit IRC | 21:23 | |
| *** BasilSemuonov__ has joined #sailfishos | 21:24 | |
| *** tachikoma has joined #sailfishos | 21:24 | |
| *** Shinryuu_ has joined #sailfishos | 21:25 | |
| *** Nc has quit IRC | 21:26 | |
| *** cobu_ has joined #sailfishos | 21:27 | |
| *** cosmo_ has joined #sailfishos | 21:27 | |
| *** bysmyyr1 has joined #sailfishos | 21:27 | |
| *** amccarthy has joined #sailfishos | 21:27 | |
| *** zbenjamin_ has joined #sailfishos | 21:28 | |
| *** Frye has joined #sailfishos | 21:28 | |
| *** PebbyAtWark has joined #sailfishos | 21:28 | |
| *** wmarone_ has joined #sailfishos | 21:29 | |
| *** gbour_ has joined #sailfishos | 21:29 | |
| *** gabriel_hneitir1 has quit IRC | 21:30 | |
| *** BitEvil has joined #sailfishos | 21:30 | |
| *** BasilSemuonov_ has quit IRC | 21:31 | |
| *** cos- has quit IRC | 21:31 | |
| *** cobu has quit IRC | 21:31 | |
| *** Weemyyr has quit IRC | 21:31 | |
| *** FireFly has quit IRC | 21:31 | |
| *** Shinryuu has quit IRC | 21:31 | |
| *** Makinit has quit IRC | 21:31 | |
| *** amccarthy_ has quit IRC | 21:31 | |
| *** VDVsx has quit IRC | 21:31 | |
| *** FryeX has quit IRC | 21:31 | |
| *** zbenjamin has quit IRC | 21:31 | |
| *** wmarone has quit IRC | 21:31 | |
| *** phdeswer has quit IRC | 21:31 | |
| *** Pebby has quit IRC | 21:31 | |
| *** gbour has quit IRC | 21:31 | |
| *** Sidde has quit IRC | 21:31 | |
| *** LarstiQ has quit IRC | 21:31 | |
| *** SpeedEvil is now known as Guest71384 | 21:31 | |
| *** Guest71384 has quit IRC | 21:31 | |
| *** LarstiQ has joined #sailfishos | 21:31 | |
| *** Sidde has joined #sailfishos | 21:31 | |
| *** Makinit has joined #sailfishos | 21:31 | |
| *** FireFly has joined #sailfishos | 21:31 | |
| *** gormio has quit IRC | 21:31 | |
| *** gormio has joined #sailfishos | 21:32 | |
| *** VDVsx has joined #sailfishos | 21:32 | |
| *** Zian has joined #sailfishos | 21:32 | |
| *** BearT has joined #sailfishos | 21:34 | |
| *** Shinryuu_ has quit IRC | 21:35 | |
| *** Zotan has joined #sailfishos | 21:35 | |
| *** Nc has joined #sailfishos | 21:36 | |
| *** Nc has quit IRC | 21:36 | |
| *** piggz has quit IRC | 21:37 | |
| *** LarstiQ has quit IRC | 21:37 | |
| *** phdeswer has joined #sailfishos | 21:37 | |
| *** LarstiQ has joined #sailfishos | 21:37 | |
| *** ionstorm has joined #sailfishos | 21:37 | |
| *** ahiemstra has joined #sailfishos | 21:37 | |
| *** inte_away has joined #sailfishos | 21:42 | |
| *** BitEvil is now known as SpeedEvil | 21:43 | |
| *** inte_away is now known as inte` | 21:46 | |
| *** inte` is now known as inte | 21:48 | |
| *** plfiorini has joined #sailfishos | 21:52 | |
| *** Lipevakala has quit IRC | 21:56 | |
| *** Lipevakala has joined #sailfishos | 21:58 | |
| *** r0kk3rz has quit IRC | 22:01 | |
| *** qqK has quit IRC | 22:02 | |
| *** Froberg has quit IRC | 22:09 | |
| *** a_meteor has quit IRC | 22:12 | |
| *** AlmAck has quit IRC | 22:14 | |
| *** lbt_ has quit IRC | 22:19 | |
| *** maxorator has quit IRC | 22:20 | |
| *** lbt_ has joined #sailfishos | 22:20 | |
| *** lbt_ has quit IRC | 22:20 | |
| *** lbt_ has joined #sailfishos | 22:20 | |
| *** LarstiQ has quit IRC | 22:21 | |
| *** LarstiQ has joined #sailfishos | 22:21 | |
| *** tadzik has quit IRC | 22:21 | |
| *** maxorator has joined #sailfishos | 22:24 | |
| *** tadzik has joined #sailfishos | 22:27 | |
| *** lbt_ is now known as lbt | 22:29 | |
| *** Guhl has quit IRC | 22:30 | |
| *** mikelima_ has quit IRC | 22:31 | |
| *** Morpog_PC has quit IRC | 22:32 | |
| *** Morpog_PC has joined #sailfishos | 22:32 | |
| *** Morpog_PC has quit IRC | 22:39 | |
| *** ahiemstra has quit IRC | 22:40 | |
| *** ahiemstra has joined #sailfishos | 22:43 | |
| *** trench_ has joined #sailfishos | 22:52 | |
| *** plfiorini has quit IRC | 22:53 | |
| *** slate has quit IRC | 22:54 | |
| *** trench has quit IRC | 22:54 | |
| *** TMavica has quit IRC | 22:55 | |
| *** slate has joined #sailfishos | 22:57 | |
| *** ahiemstra has quit IRC | 22:57 | |
| *** ahiemstra_ has joined #sailfishos | 22:57 | |
| *** michiell has quit IRC | 22:58 | |
| *** michiell has joined #sailfishos | 22:59 | |
| *** ahiemstra_ is now known as ahiemstra | 23:14 | |
| *** javispedro has quit IRC | 23:19 | |
| *** cxl000 has quit IRC | 23:26 | |
| *** Zotan has quit IRC | 23:29 | |
| *** goroboro has quit IRC | 23:33 | |
| *** olafh has quit IRC | 23:35 | |
| *** Kallegro has joined #sailfishos | 23:36 | |
| *** Kallegro has quit IRC | 23:41 | |
| *** michiell has quit IRC | 23:42 | |
| *** michiell has joined #sailfishos | 23:43 | |
| *** Kabouik_ has quit IRC | 23:44 | |
| *** Kallegro has joined #sailfishos | 23:44 | |
| *** Kallegro has quit IRC | 23:47 | |
| *** inte` has joined #sailfishos | 23:51 | |
| *** inte has quit IRC | 23:54 | |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!