Sunday, 2014-05-18

*** alin__ has quit IRC00:01
*** jstaniek_ has joined #sailfishos00:26
*** jstaniek_ has quit IRC00:29
*** jstaniek has quit IRC00:30
*** rashm2k1 has quit IRC00:43
*** AlmAck has quit IRC00:48
*** qqK has quit IRC01:02
*** BeholdMyGlory has quit IRC01:04
*** Universebenzene has joined #sailfishos01:14
*** krendil has joined #sailfishos01:18
*** xerpi has quit IRC01:29
nthuhmm, are the btrfs utilities and extra install?01:45
nthujust reinstalled my phone, and the tools are non-existent01:45
nthubtrfs, btrfsck, etc - none of them there01:46
nthuI can't seem to recall having installed them myself on the previous install01:46
nthuoh, never mind! you must be root to even see the tools; didn't take notice.01:48
*** softmetz_ has joined #sailfishos01:49
*** fracting has joined #sailfishos01:50
*** softmetz has quit IRC01:52
*** FlashAsparagus has joined #sailfishos02:01
*** Zesty_ has joined #sailfishos02:04
*** artemma has joined #sailfishos02:25
*** master_o1_master has joined #sailfishos02:53
*** master_of_master has quit IRC02:57
*** lynxis has quit IRC03:18
*** lynxis has joined #sailfishos03:18
*** rm_work|away is now known as rm_work04:01
*** tat has joined #sailfishos04:32
*** tat_ has joined #sailfishos04:37
*** tat has quit IRC04:40
*** Univeresebenzene has joined #sailfishos04:52
*** Universebenzene has quit IRC04:53
*** furikku has joined #sailfishos04:59
*** ericy has joined #sailfishos05:23
*** ericy has quit IRC05:24
*** remarc has joined #sailfishos06:05
*** remarc has joined #sailfishos06:06
*** olafh has joined #sailfishos06:22
*** FlashAsp_ has joined #sailfishos06:23
*** FlashAsparagus has quit IRC06:25
*** krendil has quit IRC06:45
*** Yomi has quit IRC06:48
*** Morpog_PC has joined #sailfishos07:09
*** Yomi has joined #sailfishos07:10
*** Yomi has joined #sailfishos07:11
kimmoliin 6th january: "OpacityRampEffect has been reviewed for public use, but is not yet documented. We’ll do this asap." ..?07:22
Stskeepshmm :)07:22
Stskeepsmail that to -devel?07:22
kimmolii will make friendly reminder there...07:23
*** plfiorini has joined #sailfishos07:31
*** itbaron has joined #sailfishos07:37
*** danielwf has joined #sailfishos07:57
*** fracting has quit IRC08:03
*** FlashAsp_ has quit IRC08:08
kimmoliw00t: you have once written "In a future release,applicationActive is deprecated (and aliased to Qt.application.active)" ?? Is it ?08:08
*** kunev has joined #sailfishos08:10
*** Sviox has joined #sailfishos08:15
*** itbaron has quit IRC08:16
*** stephg has quit IRC08:19
SvioxThis may be a very stupid question, but if I use pageStack.push(Qt.resolvedUrl("x.qml", {key: "value"}), how do I read the parameter on x.qml page?08:20
*** dharman has joined #sailfishos08:21
*** dharman has quit IRC08:25
*** dharman has joined #sailfishos08:25
Stskeepscan't you work around that with a bit of variable assignment?08:29
SvioxI have defined property string key: "" on x.qml, but it doesn't seem to get set by the push() call.08:31
*** RoKenn has joined #sailfishos08:34
coderusSviox: pageStack.push(page, {"property": value})08:39
coderusnot {property: "value")08:39
*** krendil has joined #sailfishos08:40
Svioxcoderus: in JSON object notation, property names are not required to be in parentheses08:45
SvioxSo { key: value } equals { "key": value}.08:45
Svioxcoderus: does the parameter need to be introduced in x.qml as a property of the page?08:48
kimmoliyes08:49
*** Nightmare__ has joined #sailfishos08:50
SvioxOkay, that is done as property string key: "some default value"08:50
SvioxI tried adding onKeyChanged listener but it never gets called08:50
kimmoliafaik ot wokrs only ny "key" : "string valur"08:51
kimmoli onClicked: pageStack.push(Qt.resolvedUrl("aboutPage.qml"),    { "version": myclass.version, "year": "2014", "name": "No app name here" } )08:51
SvioxOkay. Tried "key" : "value", no luck.08:52
kimmoliand on this AboutPage i have >> Page {     property string name  ...08:52
kimmoliwhich i have then on e.g. Label { text: name }08:52
SvioxDo you give it default value? Not sure what the execution order is, should the given parameter go over the default value?08:53
kimmolii have no default there08:53
SvioxOkay.. I give my property to SilicaWebView as url: key08:53
*** fracting has joined #sailfishos08:53
*** crazy_imp has quit IRC08:56
SvioxThis is what I do precisely: pageStack.push(Qt.resolvedUrl("WebViewPage.qml", {"startPage": "http://www.google.com"}))08:57
SvioxAnd that qml has Page{ property string startPage; SilicaWebView{ url: startPage; ... } }08:58
*** crazy_imp has joined #sailfishos08:58
SvioxAny ideas?08:58
coderusemulator?08:59
SvioxYes08:59
coderusit works on device08:59
coderusmight be an emulator bug08:59
SvioxSounds very unlikely since this is really basic stuff08:59
coderusi'm never using emulator08:59
kimmolime either09:00
coderuswell, try to show your whole qml code\and also check output, some warnings maybe?09:00
coderusError: Invalid attempt to destroy() an indestructible object09:02
SvioxDoes the SDK support running code directly on device somehow?09:02
coderusINDESTRUCTIBLE!09:02
coderusSviox: sure09:02
coderusSviox: Projects - Control - Devices09:02
jpnurmiSviox: your parentheses look wrong. Qt.resolvedUrl() doesn't take 2 parameters09:05
SvioxI'll be damned..09:06
jpnurmithe second parameter ie. "properties" should be passed to PageStack.push()09:06
kimmoligood eyes jpnurmi09:06
Svioxbtw. tried adding the real device as target but "test connection" fails. SSH is enabled on device.09:07
*** zoldyck has joined #sailfishos09:08
coderusjpnurmi: ah :D09:09
Svioxjpnurmi: Works now. Damn I need to check my eye-sight or something x)09:09
coderusSviox: try again and again :)09:09
SvioxDevices -> add -> Mer ARM Device -> Start wizard right?09:10
*** Naranek has joined #sailfishos09:10
*** RoKenn has quit IRC09:12
*** plfiorini has quit IRC09:13
*** arcean has joined #sailfishos09:13
*** plfiorini has joined #sailfishos09:14
*** qqK has joined #sailfishos09:14
* kimmoli decided to use scp + pkcon install-local ... works for me.09:14
*** xerpi has joined #sailfishos09:16
*** Almehdin has joined #sailfishos09:17
*** dharman has quit IRC09:30
coderusSviox: right09:32
*** spider-mario has joined #sailfishos09:35
*** dharman has joined #sailfishos09:40
squiddguys09:41
squidddo me a favor and remind me next time I start cooking that pourin boiling water on my hand hurts09:41
*** BasilSemuonov has joined #sailfishos09:42
*** louisdk has joined #sailfishos09:42
*** spider-mario has quit IRC09:45
*** disharmonic has joined #sailfishos09:46
*** yulimoto has quit IRC09:48
*** spider-mario has joined #sailfishos09:49
*** yulimoto has joined #sailfishos09:49
*** tuukkah has joined #sailfishos09:52
coderussquidd: make a sticker09:53
*** FlashAsparagus has joined #sailfishos09:56
*** xfrancis has joined #sailfishos09:56
*** Univeresebenzene has quit IRC09:56
*** xfrancis has quit IRC09:59
*** dharman has quit IRC10:01
*** Sail0r has joined #sailfishos10:03
*** faenil has joined #sailfishos10:04
kimmolipouring too much (way too much) naga morich also hurts - afterwards10:06
squiddkimmoli: yeah the water didnt really hurt until couple minutes after10:07
*** FlashAsparagus has quit IRC10:08
*** NoGy_ has joined #sailfishos10:08
*** NoGy has quit IRC10:12
*** NoGy_ is now known as NoGy10:12
tbrmmmm, naga10:16
*** Universebenzene has joined #sailfishos10:17
*** PamNor_ has joined #sailfishos10:24
*** PamNor_ has quit IRC10:25
*** PamNor_ has joined #sailfishos10:26
*** xfrancis has joined #sailfishos10:27
*** rashm2k1 has joined #sailfishos10:28
*** PamNor_ has joined #sailfishos10:28
*** FlashAsparagus has joined #sailfishos10:29
*** PamNor_ has quit IRC10:29
*** PamNor_ has joined #sailfishos10:31
*** PamNor_ has quit IRC10:32
*** xfrancis has quit IRC10:34
*** plfiorini has quit IRC10:38
*** fracting has quit IRC10:47
*** rm_work is now known as rm_work|away10:51
*** rm_work|away is now known as rm_work10:51
*** vesurivs has joined #sailfishos10:53
*** ambro has quit IRC10:55
*** euroelessar has quit IRC11:04
*** ArtVandalae has joined #sailfishos11:09
*** m4g0g has quit IRC11:16
*** PamNor has joined #sailfishos11:20
*** RobertMe has joined #sailfishos11:40
*** itbaron has joined #sailfishos11:44
*** BeholdMyGlory has joined #sailfishos11:48
*** Morpog_PC has quit IRC11:50
*** alin has joined #sailfishos11:54
*** Bysmyyr has quit IRC12:01
*** Sequenced has quit IRC12:01
*** Sage-_ has quit IRC12:01
*** tabasko has quit IRC12:01
*** Pantti has quit IRC12:01
*** crnd has quit IRC12:02
*** Mnsu_ has quit IRC12:02
*** datakurre has quit IRC12:02
*** krendil has quit IRC12:03
*** squidd has quit IRC12:06
*** Sequenced has joined #sailfishos12:06
*** yourname has joined #sailfishos12:07
*** yourname is now known as squidd12:07
*** Bysmyyr has joined #sailfishos12:11
*** datakurre has joined #sailfishos12:11
*** Mnsu has joined #sailfishos12:12
*** zoldyck has quit IRC12:15
*** plfiorini has joined #sailfishos12:22
*** hardcodes has joined #sailfishos12:26
*** Morpog_PC has joined #sailfishos12:30
*** hardcodes has quit IRC12:32
*** stephg has joined #sailfishos12:36
*** BuTwo has joined #sailfishos12:37
*** squidd has quit IRC12:40
*** squidd has joined #sailfishos12:43
*** kunev has quit IRC12:43
*** RobertMe has quit IRC12:48
*** Blizzz has joined #sailfishos12:49
*** arcean_ has joined #sailfishos12:49
*** arcean has quit IRC12:52
*** Morpog_PC has quit IRC12:59
*** PamNor has quit IRC13:06
*** Nightmare__ has quit IRC13:12
*** Armadillo has joined #sailfishos13:13
*** gexc has joined #sailfishos13:17
*** krnlyng has joined #sailfishos13:21
*** gexc has quit IRC13:24
*** gexc has joined #sailfishos13:25
*** fracting has joined #sailfishos13:30
*** BuTwo has quit IRC13:30
*** danielwf has joined #sailfishos13:49
*** euroelessar has joined #sailfishos13:49
*** Bubble-be has joined #sailfishos13:54
*** gexc has quit IRC13:55
*** gexc_ has joined #sailfishos13:55
*** Blizzz has quit IRC14:10
*** mirco has joined #sailfishos14:14
mircohi14:14
squiddhi14:14
*** Bubble-be has quit IRC14:15
*** mirco has quit IRC14:15
*** Armadillo has quit IRC14:25
*** Sail0r has quit IRC14:25
*** TMavica has joined #sailfishos14:30
*** bjorn has joined #sailfishos14:32
*** vesurivs has quit IRC14:34
*** dharman has joined #sailfishos14:35
*** jflka has joined #sailfishos14:38
*** ArtVandalae has quit IRC14:39
*** kimmoli_sailing has joined #sailfishos14:41
*** Almehdin has quit IRC14:42
*** spider-mario has quit IRC14:44
*** kimmoli_sailing has quit IRC14:44
*** louisdk has quit IRC14:50
*** ArtVandalae has joined #sailfishos14:52
*** raa71 has quit IRC14:57
*** jflka has quit IRC15:05
*** artemma has quit IRC15:07
*** fracting has quit IRC15:09
*** martyone has joined #sailfishos15:11
*** leinir has quit IRC15:18
*** Eztran has joined #sailfishos15:35
*** qqK has quit IRC15:35
*** AlmAck has joined #sailfishos15:41
*** Beankylla has joined #sailfishos15:41
*** blues-man has joined #sailfishos15:45
*** Blizzz has joined #sailfishos15:46
*** Nichope has joined #sailfishos15:48
*** Beankylla has quit IRC15:53
*** kunev has joined #sailfishos15:57
*** Eztran has quit IRC15:57
*** tat has joined #sailfishos16:02
*** gexc_ has quit IRC16:03
*** tat_ has quit IRC16:04
*** Universebenzene has quit IRC16:05
*** Sage_ has joined #sailfishos16:05
*** Beankylla has joined #sailfishos16:06
*** thedead1440 has joined #sailfishos16:07
*** tat has quit IRC16:08
*** Blizzz has quit IRC16:09
*** qqK has joined #sailfishos16:12
*** Almehdin has joined #sailfishos16:14
*** martyone has quit IRC16:17
*** danielwf has quit IRC16:22
*** TMavica has quit IRC16:29
*** DarkSim has joined #sailfishos16:30
*** javispedro has joined #sailfishos16:39
*** kunev has quit IRC16:47
*** Morpog_PC has joined #sailfishos16:56
*** Nichope has quit IRC16:58
*** FlashAsparagus has quit IRC16:58
*** Nichope has joined #sailfishos16:58
*** louisdk has joined #sailfishos17:09
*** javispedro has quit IRC17:09
*** miksuh has quit IRC17:13
*** kunev has joined #sailfishos17:16
*** Nightmare__ has joined #sailfishos17:24
*** lbt_away is now known as lbt17:25
SvioxHow come silica TextField seems to reserve a huge empty space below the input field?17:27
jpnurmiSviox: it's reserved for the label. you could try setting labelVisible: false17:31
*** miksuh has joined #sailfishos17:33
Svioxjpnurmi: thanks, I'll try that17:36
SvioxThat seems to help. But I'm still seeing quite a big rect vertically, even without any margins17:38
SvioxHow does seting the label work? TextField{ Label{} }?17:39
jpnurmilabel: "foo"17:40
jpnurmiit's often something similar than the placeholder text. it's just that the placeholder goes naturally hidden when you start entering text, so then the label becomes visible instead17:41
jpnurmiso that you still have a visual clue what the field is about17:41
SvioxOh.. didn't see that attribute listed anywhere in the specification17:41
*** tat has joined #sailfishos17:42
*** Blizzz has joined #sailfishos17:42
SvioxHmm, can't see that label if I do it like that17:43
jpnurmiafair, the label comes visible when you have entered some text17:44
jpnurmiuntil that, it's supposed to have a placeholder instead :)17:44
jpnurmior something like that :P17:44
SvioxOhh, so it seems..17:44
SvioxDamn, then that's no good in my use case17:45
*** nsuffys has joined #sailfishos17:49
*** high-rez has joined #sailfishos17:59
*** FlashAsparagus has joined #sailfishos18:00
*** Funkeh` has joined #sailfishos18:09
*** Blizzz has quit IRC18:11
*** paju_ has joined #sailfishos18:12
*** raa70 has joined #sailfishos18:14
*** paju has quit IRC18:15
*** alin__ has joined #sailfishos18:15
*** alin__ has quit IRC18:16
*** rashm2k has joined #sailfishos18:18
*** kunev has quit IRC18:18
*** alin has quit IRC18:19
*** kunev has joined #sailfishos18:19
*** rashm2k1 has quit IRC18:20
*** martyone has joined #sailfishos18:21
*** lechris_ has joined #sailfishos18:22
*** Sail0r has joined #sailfishos18:23
kimmoliso, seems i can't use Repeater inside SequentialAnimation ... meh18:30
*** martyone has quit IRC18:31
*** vesurivs has joined #sailfishos18:42
*** danielwf has joined #sailfishos18:47
SvioxIs there a way to set the truncation mode for TextField?18:48
*** SeekingFor has quit IRC18:57
*** blues-man has quit IRC18:57
*** SeekingFor has joined #sailfishos18:57
*** furikku has quit IRC18:59
*** itbaron has quit IRC19:05
*** DrIDK has joined #sailfishos19:07
*** qwazix_ has joined #sailfishos19:11
*** tat has quit IRC19:14
*** Tofe|Away is now known as Tofe19:16
*** m4g0g has joined #sailfishos19:20
*** qwazix_ has quit IRC19:21
*** Tofe is now known as Tofe|Away19:29
*** Kabouik has joined #sailfishos19:30
*** ced117 has quit IRC19:30
coderusSviox: no19:31
coderuseditable text inputs can't be faded or elided19:31
*** tat has joined #sailfishos19:32
bjornDoes the CONFIG += sailfishapp add the install step for the 'qml' directory?19:34
bjornI've been a bit at a loss as to why it's getting installed and how to make additional directories/files install alongside it.19:35
*** kunev has quit IRC19:36
jake9xxbjorn: yes19:39
bjornjake9xx: Ok, thanks for the confirmation. :)19:43
Svioxcoderus: it actually does show elide at the moment (i.e. '...')19:43
*** Sail0r has quit IRC19:44
*** Blizzz has joined #sailfishos19:45
*** plfiorini has quit IRC19:45
*** Sviox has quit IRC19:47
coderusSviox: you doing something wrong if you have elided text in textfield :)19:49
*** Beankylla has quit IRC19:52
*** Hijackal has joined #sailfishos19:56
*** Nightmare__ has quit IRC19:57
*** euroelessar has quit IRC19:57
*** plfiorini has joined #sailfishos19:57
*** martyone has joined #sailfishos20:00
*** Morpog_PC has quit IRC20:01
bjornAre there plans to support QtQuick.Controls on Jolla?20:03
bjornI'm doing a game and for this purpose I'm not interested in using Silica-looking controls, yet it would also be nice not to have to write it all from scratch.20:04
bjornOn Android and Tizen I've had success just skinning the QtQuick.Controls.20:04
*** Beankylla has joined #sailfishos20:05
coderusbjorn: which controls do you using?20:05
bjorncoderus: TextField and Button.20:06
*** tat has quit IRC20:06
coderusthen just my imho you can use stock QtQuick 2.1 controls and skin it20:08
coderusno need to port Controls just for field and button ;)20:09
bjornHmm, well especially TextField isn't so simple, but I could revert it back to my own one.20:10
*** prometoys has joined #sailfishos20:10
coderususe TextEdit20:11
coderusand skin it around, if needed20:11
bjornI know, I've done it before I ported mine to QtQuick.Controls.20:11
coderusControls isnt natiou shouldnt wait for Controls in near months (you shouldnt wait for Controls at all)20:13
coderusimho it will be never added officially20:13
faenilbjorn, btw Nemo uses QtQuick.Controls for its WIP  UI20:13
faenilso, you should be able to just grab the packaged rpm from Nemo's repos, and package it with your app20:14
bjorncoderus: The nice thing about controls is that it's also handling stuff like key navigation.20:14
bjornfaenil: Ok, interesting.20:15
coderusbjorn: sailfish devices have no keyboard :)20:15
faenilbjorn, https://github.com/nemomobile-packages/qtquickcontrols20:15
bjorncoderus: Yes, but my game isn't running only on Sailfish devices...20:16
coderusbjorn: if you still want, you should bundle it iinto your project20:16
coderusi said that already20:16
faenilbjorn, https://build.merproject.org/package/binaries?package=qtquickcontrols&project=nemo%3Adevel%3Amw&repository=latest_armv7hl20:17
bjornfaenil: Hmm, and I can add that as dependency?20:18
faenilI don't think that's accepted by harbour20:18
bjornAh, ok.20:18
faenilyou should be able to get it to work by bundling it with your app though20:18
faenilI've got to go though, cya people :)20:19
bjornI've already been spending the whole weekend just figuring out the packaging. This is not for me.20:19
*** martyone has quit IRC20:19
bjornCause I still feel clueless. :P20:20
*** FlashAsparagus has quit IRC20:22
*** FlashAsparagus has joined #sailfishos20:23
*** FlashAsparagus has quit IRC20:27
*** Almehdin has quit IRC20:41
*** jjarven has quit IRC20:41
*** Almehdin has joined #sailfishos20:43
*** tat has joined #sailfishos20:43
*** gabriel9 has joined #sailfishos20:44
*** Beankylla has quit IRC20:47
*** nsuffys has quit IRC20:49
*** krendil has joined #sailfishos20:50
*** m4g0g has quit IRC20:55
*** prometoys has quit IRC20:57
*** jjarven has joined #sailfishos21:04
*** Hijackal has quit IRC21:09
*** krendil has quit IRC21:15
*** xerpi has quit IRC21:16
*** dharman has quit IRC21:22
*** lechris_ has quit IRC21:34
*** lechris_ has joined #sailfishos21:34
*** Almehdin has quit IRC21:42
*** gigetoo has quit IRC21:45
*** gigetoo has joined #sailfishos21:46
*** gabriel9 has quit IRC21:46
*** BasilSemuonov has quit IRC21:58
*** Blizzz has quit IRC21:58
*** lechris_ has quit IRC22:00
*** remarc has quit IRC22:01
*** xfrancis has joined #sailfishos22:08
*** Kabouik has quit IRC22:13
*** DarkSim has quit IRC22:13
*** qqK has quit IRC22:13
*** krnlyng has quit IRC22:13
*** sjtoik has quit IRC22:13
*** kimmoli has quit IRC22:13
*** GeneralAntilles has quit IRC22:13
*** bjorn has quit IRC22:13
*** ln- has quit IRC22:13
*** kostola has quit IRC22:13
*** bara has quit IRC22:13
*** vivia has quit IRC22:13
*** jepped has quit IRC22:13
*** walokra has quit IRC22:13
*** Rantanen has quit IRC22:13
*** nahkiss has quit IRC22:13
*** lazybear has quit IRC22:13
*** JvD_ has quit IRC22:13
*** gigetoo has quit IRC22:13
*** jjarven has quit IRC22:13
*** Sage_ has quit IRC22:13
*** olafh has quit IRC22:13
*** ArkkisN has quit IRC22:13
*** mikkoh has quit IRC22:13
*** tuomasjjrasanen has quit IRC22:13
*** petantik has quit IRC22:13
*** radish has quit IRC22:13
*** FireFly has quit IRC22:13
*** rm_work has quit IRC22:13
*** zumbi has quit IRC22:13
*** MMori has quit IRC22:13
*** Dr_Cain has quit IRC22:13
*** inara has quit IRC22:13
*** chem|st has quit IRC22:13
*** flux has quit IRC22:13
*** supauli has quit IRC22:13
*** naali_ has quit IRC22:13
*** AlmAck has quit IRC22:13
*** faenil has quit IRC22:13
*** disharmonic has quit IRC22:13
*** Zesty_ has quit IRC22:13
*** phlixi has quit IRC22:13
*** cnuke has quit IRC22:13
*** jake9xx has quit IRC22:13
*** zenvoid has quit IRC22:13
*** veskuh has quit IRC22:13
*** plfiorini has quit IRC22:13
*** rashm2k has quit IRC22:13
*** ArtVandalae has quit IRC22:13
*** arcean_ has quit IRC22:13
*** Sequenced has quit IRC22:13
*** tuukkah has quit IRC22:13
*** Naranek has quit IRC22:13
*** vakkov has quit IRC22:13
*** roboro has quit IRC22:13
*** Pat_o has quit IRC22:13
*** Anarky_ has quit IRC22:13
*** __pv has quit IRC22:13
*** kaltsi has quit IRC22:13
*** kinezo has quit IRC22:13
*** mornfall has quit IRC22:13
*** joonahoi has quit IRC22:13
*** cybette has quit IRC22:13
*** zmo has quit IRC22:13
*** tanghus has quit IRC22:13
*** ahiemstra has quit IRC22:13
*** fk_lx has quit IRC22:13
*** narchie has quit IRC22:13
*** xruxa_away has quit IRC22:13
*** lpotter has quit IRC22:13
*** euroelessar has joined #sailfishos22:17
*** pbn has quit IRC22:17
*** pbn has joined #sailfishos22:17
*** arcean_ has joined #sailfishos22:17
*** APTX has quit IRC22:18
*** cybette has joined #sailfishos22:19
*** kinezo has joined #sailfishos22:19
*** xfrancis has quit IRC22:19
*** cybette has quit IRC22:19
*** cybette has joined #sailfishos22:19
*** joonahoi has joined #sailfishos22:19
*** 16WAAA0Q2 has joined #sailfishos22:19
*** fk_lx_ has joined #sailfishos22:19
*** kaltsi_ has joined #sailfishos22:19
*** rashm2k1 has joined #sailfishos22:19
*** kimmoli has joined #sailfishos22:19
*** gigetoo has joined #sailfishos22:19
*** jjarven has joined #sailfishos22:19
*** plfiorini has joined #sailfishos22:19
*** Kabouik has joined #sailfishos22:19
*** rashm2k has joined #sailfishos22:19
*** DarkSim has joined #sailfishos22:19
*** qqK has joined #sailfishos22:19
*** Sage_ has joined #sailfishos22:19
*** AlmAck has joined #sailfishos22:19
*** ArtVandalae has joined #sailfishos22:19
*** bjorn has joined #sailfishos22:19
*** krnlyng has joined #sailfishos22:19
*** 17SAAFNUU has joined #sailfishos22:19
*** Sequenced has joined #sailfishos22:19
*** faenil has joined #sailfishos22:19
*** tuukkah has joined #sailfishos22:19
*** disharmonic has joined #sailfishos22:19
*** Naranek has joined #sailfishos22:19
*** olafh has joined #sailfishos22:19
*** Zesty_ has joined #sailfishos22:19
*** vakkov has joined #sailfishos22:19
*** ArkkisN has joined #sailfishos22:19
*** mikkoh has joined #sailfishos22:19
*** tuomasjjrasanen has joined #sailfishos22:19
*** roboro has joined #sailfishos22:19
*** petantik has joined #sailfishos22:19
*** Pat_o has joined #sailfishos22:19
*** JvD_ has joined #sailfishos22:19
*** lazybear has joined #sailfishos22:19
*** nahkiss has joined #sailfishos22:19
*** walokra has joined #sailfishos22:19
*** Rantanen has joined #sailfishos22:19
*** jepped has joined #sailfishos22:19
*** bara has joined #sailfishos22:19
*** kostola has joined #sailfishos22:19
*** ln- has joined #sailfishos22:19
*** vivia has joined #sailfishos22:19
*** GeneralAntilles has joined #sailfishos22:19
*** sjtoik has joined #sailfishos22:19
*** naali_ has joined #sailfishos22:19
*** supauli has joined #sailfishos22:19
*** flux has joined #sailfishos22:19
*** chem|st has joined #sailfishos22:19
*** inara has joined #sailfishos22:19
*** Dr_Cain has joined #sailfishos22:19
*** MMori has joined #sailfishos22:19
*** zumbi has joined #sailfishos22:19
*** rm_work has joined #sailfishos22:19
*** FireFly has joined #sailfishos22:19
*** radish has joined #sailfishos22:19
*** Anarky_ has joined #sailfishos22:19
*** __pv has joined #sailfishos22:19
*** kaltsi has joined #sailfishos22:19
*** phlixi has joined #sailfishos22:19
*** cnuke has joined #sailfishos22:19
*** 17SAAEKNB has joined #sailfishos22:19
*** mornfall has joined #sailfishos22:19
*** 17SAAD2YG has joined #sailfishos22:19
*** jake9xx has joined #sailfishos22:19
*** zenvoid has joined #sailfishos22:19
*** lpotter has joined #sailfishos22:19
*** 17SAAC5CT has joined #sailfishos22:19
*** narchie has joined #sailfishos22:19
*** veskuh has joined #sailfishos22:19
*** zmo has joined #sailfishos22:19
*** tanghus has joined #sailfishos22:19
*** ahiemstra has joined #sailfishos22:19
*** fk_lx has joined #sailfishos22:19
*** xruxa_away has joined #sailfishos22:19
*** __pv_ has joined #sailfishos22:19
*** thedead1440 has quit IRC22:19
*** Naranek_ has joined #sailfishos22:20
*** PamNor has joined #sailfishos22:20
*** thedead1440_ has joined #sailfishos22:20
*** plfiorini has quit IRC22:20
*** Naranek has quit IRC22:20
*** __pv has quit IRC22:20
*** kaltsi has quit IRC22:20
*** fk_lx has quit IRC22:20
*** 17SAAD2YG has quit IRC22:20
*** 17SAAEKNB has quit IRC22:20
*** 17SAAC5CT has quit IRC22:20
*** roboro has quit IRC22:20
*** 17SAAFNUU has quit IRC22:20
*** rashm2k has quit IRC22:20
*** plfiorini has joined #sailfishos22:20
*** zmo has quit IRC22:23
*** roboro has joined #sailfishos22:23
*** APTX has joined #sailfishos22:23
*** disharmonic has quit IRC22:24
*** Funkeh` has quit IRC22:36
*** arcean_ has quit IRC22:47
*** prometoys has joined #sailfishos22:49
*** prometoys has joined #sailfishos22:49
*** AlmAck has quit IRC22:52
*** Kabouik_ has joined #sailfishos22:55
*** Kabouik has quit IRC22:57
*** beford has joined #sailfishos22:58
*** Kabouik has joined #sailfishos22:58
*** euroelessar has quit IRC22:59
*** PamNor has quit IRC23:00
*** Kabouik_ has quit IRC23:00
*** Funkeh` has joined #sailfishos23:03
*** louisdk has quit IRC23:16
*** prometoys has quit IRC23:17
*** rashm2k1 has quit IRC23:19
*** danielwf has quit IRC23:26
*** cxl000 has quit IRC23:30
*** Kabouik has quit IRC23:34
*** olafh has quit IRC23:35
*** Kabouik has joined #sailfishos23:38
*** danielwf has joined #sailfishos23:38
*** qqK has quit IRC23:41
*** danielwf has quit IRC23:43
*** euroelessar has joined #sailfishos23:44
*** DarkSim has quit IRC23:48
*** beford has quit IRC23:52

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!