Saturday, 2014-07-19

*** msava has quit IRC00:06
*** dharman has joined #sailfishos00:07
*** uvatbc has joined #sailfishos00:07
*** M4rtinK has quit IRC00:09
*** qqK has quit IRC00:11
*** prometoys has quit IRC00:17
*** dharman has quit IRC00:19
*** Blizzz has quit IRC00:27
*** arcean has quit IRC00:43
*** ejjoman has quit IRC00:43
*** nodevel has quit IRC00:48
*** uvatbc has quit IRC00:51
*** softmetz_ has joined #sailfishos01:30
*** softmetz has quit IRC01:34
*** rashm2k1 has joined #sailfishos01:38
*** rashm2k1 has quit IRC01:46
*** Kabouik has quit IRC01:51
*** uvatbc has joined #sailfishos01:54
*** krendil has joined #sailfishos02:08
*** zhxt has joined #sailfishos02:22
*** furikku has joined #sailfishos02:29
*** DarkSim has quit IRC02:30
*** japaric_ has joined #sailfishos02:57
*** zhxt_lp has joined #sailfishos03:00
*** zhxt has quit IRC03:01
*** zhxt_lp has quit IRC03:29
*** zhxt__ has joined #sailfishos03:29
*** cybrNaut has quit IRC03:42
*** cybrNaut has joined #sailfishos03:44
*** olafh has joined #sailfishos04:51
*** R-Z has quit IRC04:54
*** pat_o has quit IRC05:01
kimmolismoku: ok, there was some changes to gconf in last version, something was wrapping something iirc. dont remember what way ..05:17
kimmolidconf//gconf05:17
*** tango_ has quit IRC05:19
coderuskimmoli: what do you want?05:20
kimmolicoffee05:20
coderus:D05:20
kimmolismoku asked for some settings stuff.., he provided some links, which did make me remembering some dconf/gconf wrappings05:21
*** tango_ has joined #sailfishos05:22
kimmolibut good morning coderus \o05:24
coderussmoku: dconf is nice stuff05:30
coderusbut if you want to get notifies for QSettings you can implement signals from client to server. it's more cheaper than listening dcoonf value changed signals ;)05:30
*** gexc|away has joined #sailfishos05:33
*** gexc|away is now known as gexc05:34
kimmolicoderus: thanks for idea... i had the setting values passed over dbus to daemom, daemon stored them. but such "apply new settings" would be propably eaasier05:34
*** zoldyck has joined #sailfishos05:35
coderuskimmoli: https://github.com/CODeRUS/mitakuuluu2/blob/master/client/src/mitakuuluu.cpp#L136705:37
kimmoliyes. (i have not yeat gone through all the sources of mk2)05:39
*** pat_o has joined #sailfishos05:42
coderusbut if you have small amount of settings using dconf is better imho :)05:50
*** pat_o has quit IRC05:50
kimmolimaybe i use something like apply button, which saves all settings, and emits one signal/call to reload them, or just simply restart the daemon... then this part stays the same regardless of how many settings i might have.05:55
*** Okeanos has joined #sailfishos05:57
*** RoKenn has joined #sailfishos05:59
*** dhbiker has joined #sailfishos06:09
*** uvatbc has quit IRC06:15
*** uvatbc has joined #sailfishos06:16
*** artemma has joined #sailfishos06:20
*** dhbiker has quit IRC06:20
*** dhbiker has joined #sailfishos06:27
*** roboro has joined #sailfishos06:31
*** itbaron has joined #sailfishos06:31
*** artemma has quit IRC06:32
*** fracting has joined #sailfishos06:38
*** RoKenn has quit IRC06:45
*** zoldyck has quit IRC06:46
*** fracting has quit IRC06:48
*** BasilSemuonov has joined #sailfishos06:54
Nicd-morning, anyone around to help with anchoring now? :)06:55
kimmoligm06:55
Nicd-I'll just paste my problem from last night06:57
*** Nightmare__ has joined #sailfishos06:58
Nicd-well, just in case someone is here, here's my code: https://gist.github.com/Nicd/518ca4d053d53e46955506:59
Nicd-it works nicely so that the TextListComponent (which is a SilicaListView) takes up the space in the middle06:59
Nicd-but when I focus on the text field so that the keyboard comes up, the listview isn't made smaller, it disappears under the text field06:59
Nicd-also when I pull on my pushupmenu, I can pull forever (it doesn't snap) until I can see the background image06:59
Nicd-here's a demo of the latter error: http://files.nytsoi.net/p36C.png07:00
*** fracting has joined #sailfishos07:01
kimmoligot dejavu with that pullmenu not stopping...07:02
Nicd-yeah, I've seen some apps in store with the same problem07:02
*** jjarven has quit IRC07:04
kimmoliso you have title, testlistcomponent (listview in middle, and then have input-row at bottom of page? and pullup menu?07:06
Nicd-teah07:07
Nicd-yeah*07:07
kimmoliand intended to make textlistcompo smalled when vkb opens07:07
kimmoliare you sure it disappeas? if it goes smaller, but it shows less?07:09
kimmoli:) i dont know what i try to say07:09
Nicd-well, the contents don't move07:11
Nicd-so if it's like (from top to bottom) ABCDEF[textfield], then it's AB[textfield] afterwards07:12
kimmoliand you would like to have EF[textfield]07:13
Nicd-yes07:14
kimmolitry to call scrollToBottom() when textfield focuschanged ??07:19
kimmolithat is method of silicalistview07:20
*** TMavica has joined #sailfishos07:20
*** jjarven has joined #sailfishos07:23
Nicd-but that will only work if the view was already at bottom07:26
Nicd-if the user has scrolled up to some point, it won't work07:27
Nicd-I mean, I've seen programs do this correctly (like mitäkuuluu, should study the sources)07:27
Nicd-so that when the keyboard opens, the listview is moved up correctly07:27
*** artemma has joined #sailfishos07:27
kimmoliok, not always at the end07:30
*** Sfiet_Konstantin has joined #sailfishos07:35
*** artemma has quit IRC07:38
Nicd-hmm07:40
Nicd-it works now if I set the ListView to have verticalLayoutDirection: ListView.BottomToTop07:40
Nicd-stupid qml07:40
*** fracting has quit IRC07:43
Nicd-still have the infinite pushupmenu problem though07:43
kimmoliwas it something with silicaflicable height or something...07:47
kimmolithe pulley menu07:47
*** pat_o has joined #sailfishos07:51
*** Sfiet_Konstantin has quit IRC07:51
Nicd-well the flickable has anchors.fill: parent07:51
Nicd-and the parent is a page07:51
*** fracting has joined #sailfishos07:55
*** artemma has joined #sailfishos08:02
*** artemma has quit IRC08:14
*** zhxt has joined #sailfishos08:15
*** zhxt__ has quit IRC08:15
*** nodevel has joined #sailfishos08:15
Nicd-oh dammit qml08:16
*** plfiorini has quit IRC08:16
Nicd-so I'm using moment.js in my app but I have these strange problems with it08:17
*** dpurgin has quit IRC08:17
Nicd-I can do console.log(M.moment().format()); (where M is the moment.js library) and it works just fine08:17
*** Sfiet_Konstantin has joined #sailfishos08:19
Nicd-but if I pass the value I get from M.moment() into a function, where it gets inserted into a ListModel, then in the delegate item call format() for it, it fails because 'format' has turned into an object for some reason08:19
*** dpurgin has joined #sailfishos08:20
Nicd-yeah, seems when you take an object returned from M.moment() and put it into a ListModel, it gets screwed up somehow08:21
*** Nightmare__ has quit IRC08:22
*** xerpi has joined #sailfishos08:22
*** tat has quit IRC08:25
*** Sfiet_Konstantin has quit IRC08:31
*** Sfiet_Konstantin has joined #sailfishos08:33
*** alin has joined #sailfishos08:35
*** fracting has quit IRC08:45
*** Jpel has joined #sailfishos08:54
*** igordcard has joined #sailfishos09:11
*** igordcard has quit IRC09:17
*** plfiorini has joined #sailfishos09:22
*** plfiorini has quit IRC09:26
*** plfiorini has joined #sailfishos09:27
*** leszek has joined #sailfishos09:28
*** tat has joined #sailfishos09:28
*** Sailor6916_ has joined #sailfishos09:31
*** igordcard has joined #sailfishos09:33
*** Jpel has quit IRC09:35
smokukimmoli: yeah. gconf was replaced by dconf, but mlite interface stayed the same.09:36
smokukimmoli: and it works great. I change setting in my conf app and deamon gets notified of change :)09:37
kimmoliok09:37
smokuMDconfGroup class is cool as it can wrap configuration to properties of an settings object, so you don't have to even thinh that there is some persistency layer there :)09:39
*** Jpel has joined #sailfishos09:43
*** alin has quit IRC09:44
*** Sailor6916_ has quit IRC09:46
*** Jpel has quit IRC09:59
*** nodevel has quit IRC10:09
*** xerpi has quit IRC10:12
*** nodevel has joined #sailfishos10:15
*** qqK has joined #sailfishos10:15
*** M4rtinK has joined #sailfishos10:15
*** plfiorini has quit IRC10:19
*** Sfiet_Konstantin has quit IRC10:21
*** spider-mario has joined #sailfishos10:26
*** TMavica has quit IRC10:29
*** olafh has quit IRC10:35
*** smoku has quit IRC10:36
*** olafh has joined #sailfishos10:36
*** smoku has joined #sailfishos10:37
*** disharmonic has joined #sailfishos10:44
*** Sail0r has joined #sailfishos10:47
*** inte_awa` is now known as inte10:47
*** msava has joined #sailfishos10:51
*** Nightmare__ has joined #sailfishos10:57
*** inte is now known as inte_away11:01
*** arcean has joined #sailfishos11:04
*** M4rtinK has quit IRC11:04
*** jmlich has joined #sailfishos11:14
*** leszek has quit IRC11:28
*** nodevel has quit IRC11:45
*** nodevel has joined #sailfishos11:46
*** Eztran has joined #sailfishos11:55
*** Sequenced has quit IRC11:56
*** Sequenced has joined #sailfishos11:58
*** Sequenced_ has joined #sailfishos12:10
*** Sequenced has quit IRC12:12
*** master_o1_master has joined #sailfishos12:19
*** Sequenced has joined #sailfishos12:20
*** Sequenced_ has quit IRC12:22
*** master_of_master has quit IRC12:22
*** Sequenced_ has joined #sailfishos12:24
*** Sequenced has quit IRC12:25
*** Sequenced has joined #sailfishos12:28
*** Sequenced_ has quit IRC12:31
*** Sequenced has quit IRC12:32
*** Sequenced has joined #sailfishos12:33
*** cybrNaut has quit IRC12:39
*** cybrNaut has joined #sailfishos12:42
*** martyone has joined #sailfishos12:48
*** xerpi has joined #sailfishos12:51
*** zhxt has quit IRC12:52
*** SmarteX has joined #sailfishos12:56
SmarteXcoderus: Hi! Are you aware that in EA3 (on the mako) Mitakuuluu doesn't let me go into a conversation?12:57
*** SmarteX has left #sailfishos13:00
*** smartex has joined #sailfishos13:04
*** Snotr has joined #sailfishos13:06
*** smartex has quit IRC13:11
ryukafalzstick around why don't ya? :P13:18
*** arcean has quit IRC13:22
sledgesconnprobs i gather :)13:30
sledges(like closing browser tab ^_^)13:30
ryukafalz:P13:30
* ryukafalz runs a client on a server13:30
ryukafalzs/server/mac mini sitting on a table at home/13:31
coderusSmarteX, it was discussed many times, some depends packages missing. You can install 0.8.1 Beta2, it have all required depends13:33
*** R-Z has joined #sailfishos13:34
*** tbr has quit IRC13:35
*** tbr has joined #sailfishos13:36
*** Nightmare__ has quit IRC13:36
*** tbr has quit IRC13:43
*** Sequenced is now known as Sequenced-13:45
*** Sequenced- is now known as Sequenced--13:45
*** DevBot has quit IRC13:45
*** DevBot` has joined #sailfishos13:45
*** Sequenced-- is now known as Sequenced-13:51
*** ced117 has quit IRC13:52
*** nodevel has quit IRC13:52
*** nodevel has joined #sailfishos13:52
*** tbr has joined #sailfishos13:55
*** pat_o has quit IRC14:01
*** disharmonic has quit IRC14:02
*** Finlod has joined #sailfishos14:05
*** Nightmare__ has joined #sailfishos14:08
*** Nightmare__ has joined #sailfishos14:09
*** ced117 has joined #sailfishos14:09
*** tbr has quit IRC14:12
*** DevBot` has quit IRC14:12
*** arcean has joined #sailfishos14:13
*** DevBot has joined #sailfishos14:13
*** tbr has joined #sailfishos14:13
*** tbr has quit IRC14:17
*** DevBot has quit IRC14:18
*** DevBot has joined #sailfishos14:22
*** smartex has joined #sailfishos14:24
smartexHeyo!14:24
*** disharmonic has joined #sailfishos14:25
*** smartex has left #sailfishos14:26
*** DevBot has quit IRC14:27
*** phaeron has joined #sailfishos14:32
*** R-Z has quit IRC14:32
*** piggz has joined #sailfishos14:33
*** Mossepo has joined #sailfishos14:38
*** Snotr has quit IRC14:41
*** martyone has quit IRC14:43
coderushate smartex, joining for two minutes :D14:44
*** DevBot has joined #sailfishos14:47
*** tbr has joined #sailfishos14:50
*** Nightmare___ has joined #sailfishos14:52
*** Nightmare__ has quit IRC14:56
*** DarkSim has joined #sailfishos15:02
*** pat_o has joined #sailfishos15:04
*** javispedro has joined #sailfishos15:05
*** DevBot` has joined #sailfishos15:06
*** DevBot has quit IRC15:06
*** tbr has quit IRC15:06
*** tbr has joined #sailfishos15:06
*** nodevel has quit IRC15:09
*** nodevel has joined #sailfishos15:10
*** DevBot has joined #sailfishos15:14
*** DevBot` has quit IRC15:14
*** tbr has quit IRC15:16
*** tbr has joined #sailfishos15:18
*** DevBot has quit IRC15:18
*** DevBot has joined #sailfishos15:18
*** Finlod has quit IRC15:20
*** pat_o_ has joined #sailfishos15:20
*** pat_o has quit IRC15:23
*** pat_o_ has quit IRC15:24
*** pat_o_ has joined #sailfishos15:24
*** DevBot has quit IRC15:24
*** Finlod has joined #sailfishos15:25
*** DevBot has joined #sailfishos15:26
*** tbr has quit IRC15:26
*** tbr has joined #sailfishos15:27
*** alin has joined #sailfishos15:28
*** alin has quit IRC15:28
*** alin has joined #sailfishos15:28
*** javispedro has quit IRC15:32
*** pat_o has joined #sailfishos15:32
*** RoKenn has joined #sailfishos15:33
*** flywheel has joined #sailfishos15:33
*** pat_o_ has quit IRC15:34
*** Nightmare___ has quit IRC15:34
*** pat_o_ has joined #sailfishos15:35
*** rkz has joined #sailfishos15:36
*** pat_o has quit IRC15:37
*** pat_o_ has quit IRC15:40
*** xerpi has quit IRC15:49
*** Nightmare__ has joined #sailfishos15:57
*** krendil has quit IRC16:00
*** RoKenn has quit IRC16:01
*** DevBot has quit IRC16:02
*** spider-mario has quit IRC16:03
*** tbr has quit IRC16:03
*** Sail0r has quit IRC16:07
*** pat_o_ has joined #sailfishos16:10
*** DevBot has joined #sailfishos16:13
*** tbr has joined #sailfishos16:13
*** spider-mario has joined #sailfishos16:23
kimmolicoderus ping ... hmm... do you know can i use dconf over user boundaries? my service/daemon runs as root, and does not know nemo...16:36
kimmoliQSettings with SystemScope will store to /etc/xdg/organisation/application.conf which i can't write from nemo-user. now my settings app works fine if also root16:37
kimmolimaybe i revert my implementation to the original, and pass configs over dbus as arguments...16:37
*** pat_o_ has quit IRC16:45
*** pat_o_ has joined #sailfishos16:46
coderuskimmoli: afaik dconf is not stricted to user (i can be wrong)16:46
kimmolithen i have to take a look at that more deeply.16:47
coderusjust try cli cdonf with and without root16:47
coderus*dconf16:47
kimmoliwill do16:48
*** Sail0r has joined #sailfishos16:53
*** nodevel has quit IRC17:00
*** nodevel has joined #sailfishos17:00
kimmolihmm.. strange results... some groups are only in other (root/nemo), some are different between them, and some are the same... but seems that those can be made cross-user17:00
*** DevBot has quit IRC17:11
*** tbr has quit IRC17:13
*** arcean has quit IRC17:16
*** pat_o has joined #sailfishos17:17
*** pat_o_ has quit IRC17:17
*** Snotr has joined #sailfishos17:17
*** pat_o_ has joined #sailfishos17:18
*** igordcard has quit IRC17:19
*** pat_o has quit IRC17:21
*** pat_o_ has quit IRC17:22
*** ilan has joined #sailfishos17:25
*** tbr has joined #sailfishos17:26
*** ilan is now known as Guest7863517:26
*** pat_o_ has joined #sailfishos17:26
*** DevBot has joined #sailfishos17:33
*** fracting has joined #sailfishos17:34
*** pat_o has joined #sailfishos17:42
*** pat_o_ has quit IRC17:42
*** zoldyck has joined #sailfishos17:50
*** marxistvegan has joined #sailfishos17:52
*** flywheel has quit IRC17:55
*** useretail has quit IRC17:57
*** Snotr has quit IRC18:06
*** nodevel has quit IRC18:09
*** piggz has quit IRC18:09
*** nodevel has joined #sailfishos18:09
*** fracting has quit IRC18:12
*** fracting has joined #sailfishos18:14
*** Blizzz has joined #sailfishos18:15
*** gexc has quit IRC18:17
*** Eztran has quit IRC18:19
*** nodevel has quit IRC18:19
*** nodevel has joined #sailfishos18:20
*** melonipoika has joined #sailfishos18:21
*** marxistvegan has quit IRC18:22
*** piggz has joined #sailfishos18:32
*** tat has quit IRC18:34
rkzanyone know anything about the alphabetic list picker in the people app?18:36
rkzis it a mix of silica components or something bespoke for that app18:36
*** alin has quit IRC18:37
*** mornfall has quit IRC18:44
*** artemma has joined #sailfishos18:46
*** hzb has joined #sailfishos18:47
*** mornfall has joined #sailfishos18:48
*** ArkkisN has joined #sailfishos18:49
*** Finlod has quit IRC18:55
*** marxistvegan has joined #sailfishos18:58
*** xerpi has joined #sailfishos18:59
*** fracting has quit IRC19:04
*** arcean has joined #sailfishos19:06
kimmoligrr19:08
*** kunev has joined #sailfishos19:11
*** marxistvegan has quit IRC19:12
*** thomas_sch has joined #sailfishos19:22
thomas_schhttp://releases.sailfishos.org/sfa-ea/2014-07-18_SailfishOSHardwareAdaptationDevelopmentKit.pdf <--- So I can't port SailfishOS to anything other than ARMv7 right?19:23
thomas_schI'm asking because there is https://github.com/androidarmv6 and I would really like to get some use of my old phone19:24
*** kunev has quit IRC19:25
kimmoligiving up with dconf now... seems it is user dependent. not system-wide.  also for qml/harbour ... Import 'org.nemomobile.configuration 1.0' is not allowed19:31
coderusrkz: /usr/share/jolla-contacts/pages/ContactsListPage.qml19:43
coderuskimmoli: yeah it seems to be user-dependent..19:45
*** R-Z has joined #sailfishos19:49
rkzcoderus: that has a contactbrowser object, but that seems coded specifically for handling contacts19:50
rkzrather than something that just navigates a list19:50
coderusrkz: it coded for specific model19:51
coderusbut it's not too hard to hack it19:51
rkzdo you know where the contactbrowser is defined?19:52
rkzusr/lib/qt5/qml/Sailfish/Contacts/ContactBrowser.qml??19:57
*** itbaron has quit IRC19:57
hzbhmmhh, should QtPositioning be found on the SDK? gives a not-found error and someone has asked on IRC but got no answers, dev-mailing list refers to it..19:58
rkzqtpositioning isnt in the SDK yet19:58
rkzbut you can install it19:58
hzbthanks, and there seems to be nice documentation related to that.. I'll try.. http://flyingsheeponsailfish.blogspot.fi/2013/11/deploying-additional-packages-to.html20:00
rkzits not considered stable yet, which is why its not in the SDK20:00
hzbI'd just like to define coordinates for MapQuickItem markers and coordinate function seems to be in QtPositioning20:00
rkzthe officially sanctioned method of getting positioning data is through dbus to geoclue20:01
hzbrkz: what I'm trying to do is just adding markers on map, am I making it too complex?20:01
rkzafaik qtpositioning is all about interaction with GPS20:03
*** piggz has quit IRC20:03
hzbrkz: I'd just like to write in QML something like this "coordinate: QtPositioning.coordinate(lat,lon)"20:03
hzbhmmh, reading more code examples and qtlocation API, I think qtlocation is enough for me, I'll try..20:06
*** furikku has quit IRC20:07
*** R-Z has quit IRC20:13
hzbit seems that those pages I read later were outdated, coordinate function seems to be nowadays in QtPositioning20:14
coderuskaltsi: i hacked libMer.so binary to make it always think Mre VM is installed and running :)20:15
coderusMer VM*20:15
rkzhzb: http://qt-project.org/doc/qt-5/qml-coordinate.html20:16
coderushzb: https://github.com/CODeRUS/mitakuuluu2/blob/master/client/qml/ConversationPage.qml#L81520:17
coderushzb: and https://github.com/CODeRUS/mitakuuluu2/blob/master/client/qml/Location.qml20:18
*** artemma has quit IRC20:22
*** artemma has joined #sailfishos20:25
thomas_schdoes anyone know if I can port an armv6 android device to sailfish?20:29
hzbrkz: that was the URL I started from, but I didn't read it carefully enough, since now it works, whee!:) solution was that simple: coordinate { latitude: value; longitude value } inside MapQuickItem{}20:29
rkzi was thinking it was strange to pass coordintes into a function to get coordinates20:30
smokuthomas_sch: sailfish is based on Mer. ask on #mer whether is there an armv6 build of Mer - you would need that as a starting point.20:31
hzbrkz: me too, but I thought it'll wrap them into some object with some specific magic...20:31
*** artemma has quit IRC20:36
smokuthomas_sch: also, sailfish has pretty high expectations on the kernel. are you sure your armv6 kernel can support cgroups, systemd, devtmpfs?20:41
*** nodevel has quit IRC20:44
*** nodevel has joined #sailfishos20:44
*** nodevel has quit IRC20:46
*** Kabouik has joined #sailfishos20:51
*** Kabouik has quit IRC20:52
*** Guest78635 has quit IRC20:53
*** Sail0r2 has joined #sailfishos20:58
*** Sail0r2 has quit IRC20:59
*** BasilSemuonov has quit IRC21:04
*** sdrave has joined #sailfishos21:06
*** dhbiker has quit IRC21:06
*** e-ddie has quit IRC21:07
*** useretail has joined #sailfishos21:20
*** e-ddie has joined #sailfishos21:25
thomas_schsmoku: not 100% I will check as soon as I know if it's possible at all :) but thx21:30
thomas_schps I think mer can run on armv6 the n900 was armv6 right?21:30
*** olafh_ has joined #sailfishos21:41
*** smoku has quit IRC21:43
*** olafh has quit IRC21:43
*** olafh_ has quit IRC21:44
*** olafh_ has joined #sailfishos21:44
*** jjarven has quit IRC21:53
*** Wasp has joined #sailfishos21:55
*** olafh_ has quit IRC22:04
*** Nightmare__ has quit IRC22:04
*** olafh_ has joined #sailfishos22:04
*** cax has joined #sailfishos22:07
*** jjarven has joined #sailfishos22:08
*** Sail0r has quit IRC22:18
*** Sail0r has joined #sailfishos22:19
*** Sail0r has quit IRC22:23
*** japaric_ is now known as japaric22:25
*** tat has joined #sailfishos22:26
*** xerpi has quit IRC22:26
*** japaric has quit IRC22:29
*** japaric has joined #sailfishos22:29
*** japaric has joined #sailfishos22:29
*** japaric has left #sailfishos22:30
*** R-Z has joined #sailfishos22:35
*** cax has quit IRC22:42
*** xruxa_away has quit IRC22:49
*** alin has joined #sailfishos22:58
*** alin has quit IRC22:58
*** alin has joined #sailfishos22:58
*** xruxa_away has joined #sailfishos23:03
*** spider-mario has quit IRC23:15
*** crazy_imp has quit IRC23:19
*** crazy_imp has joined #sailfishos23:20
*** rkz has quit IRC23:20
*** Nightmare__ has joined #sailfishos23:30
*** inte_awa` has joined #sailfishos23:31
*** inte_awa` has quit IRC23:31
*** inte_awa` has joined #sailfishos23:31
*** lpotter has quit IRC23:31
*** lpotter has joined #sailfishos23:31
*** inte_away has quit IRC23:33
*** roboro has quit IRC23:34
*** olafh_ has quit IRC23:35
*** Blizzz has quit IRC23:36
*** lpotter has quit IRC23:40
*** lpotter has joined #sailfishos23:40
*** lpotter has quit IRC23:46
*** lpotter has joined #sailfishos23:46
*** thomasgubler has quit IRC23:54

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