*** Nc <Nc!~nc@2a02:a03f:2a17:a900:f15a:3142:9fa1:1b57> has quit IRC (Quit: This computer has gone to sleep) | 00:30 | |
*** frinring_ <frinring_!~frinring@x4db453b2.dyn.telefonica.de> has joined #sailfishos | 03:48 | |
*** frinring <frinring!~frinring@x4db4bf83.dyn.telefonica.de> has quit IRC (Disconnected by services) | 03:48 | |
*** frinring_ is now known as frinring | 03:48 | |
*** borsin <borsin!~borsin@unaffiliated/borsin> has quit IRC (Quit:) | 03:51 | |
*** borsin <borsin!~borsin@unaffiliated/borsin> has joined #sailfishos | 03:53 | |
*** krkrkr <krkrkr!~krkrkrkr@95.175.104.27> has joined #sailfishos | 04:43 | |
*** krkrkr <krkrkr!~krkrkrkr@95.175.104.27> has quit IRC (Client Quit) | 04:43 | |
*** krkrkr <krkrkr!~krkrkrkr@95.175.104.27> has joined #sailfishos | 04:44 | |
*** olafh <olafh!~olafh@pD9E6FEB0.dip0.t-ipconnect.de> has joined #sailfishos | 04:47 | |
*** krkrkr <krkrkr!~krkrkrkr@95.175.104.27> has quit IRC (Ping timeout: 260 seconds) | 05:17 | |
*** electrolux <electrolux!~electrolu@dyj-f6ygl9p8v38lz9hxt-3.rev.dnainternet.fi> has joined #sailfishos | 06:58 | |
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6a2c-47.dhcp.inet.fi> has quit IRC (Read error: Connection reset by peer) | 07:03 | |
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6a2c-47.dhcp.inet.fi> has joined #sailfishos | 07:04 | |
*** Jackneill <Jackneill!~Jackneill@unaffiliated/jackneill> has joined #sailfishos | 07:27 | |
Ingvix- | does sailfish support svg files as icons? | 07:38 |
---|---|---|
*** Ingvix- is now known as Ingvix | 07:39 | |
Ingvix | okay, it appears so | 07:41 |
*** teknomen__ <teknomen__!~teknomen@82-168-10-33.ip.telfort.nl> has joined #sailfishos | 07:43 | |
*** Nokius_ is now known as Nokius | 07:56 | |
Ingvix | qt creator says that the icon is not found | 07:58 |
Ingvix | I don't know where should I put the icon for it to find it | 07:58 |
mal- | look at some other projects to see how those have done it | 07:59 |
Ingvix | I tried that | 08:01 |
Ingvix | the icon file is in the project root folder but is not listed in qt creator project files but mentioned in spec and yaml and I have edited those filed in my project | 08:03 |
Ingvix | files* | 08:03 |
*** speactra_ <speactra_!~speactra@h-95-159.a212.priv.bahnhof.se> has joined #sailfishos | 08:04 | |
Ingvix | what else is there? | 08:07 |
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6a2c-47.dhcp.inet.fi> has quit IRC (Quit: Konversation terminated!) | 08:13 | |
*** roboro <roboro!~rowan@dsl-217-155-19-70.zen.co.uk> has quit IRC (Remote host closed the connection) | 08:15 | |
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6a2c-47.dhcp.inet.fi> has joined #sailfishos | 08:15 | |
*** roboro <roboro!~rowan@dsl-217-155-19-70.zen.co.uk> has joined #sailfishos | 08:15 | |
*** Nc <Nc!~nc@2a02:a03f:2a17:a900:b560:8553:3150:45f9> has joined #sailfishos | 08:23 | |
Ingvix | or should the switcher icon be png format? | 08:27 |
*** loicm <loicm!~bballizli@2001:41d0:fe76:4500:31f9:4d9:f00b:6d18> has joined #sailfishos | 08:33 | |
*** phdeswer <phdeswer!~phdeswer@91-159-55-220.elisa-laajakaista.fi> has joined #sailfishos | 08:34 | |
*** disharmonic <disharmonic!~disharmon@unaffiliated/disharmonic> has quit IRC (Quit: Leaving) | 08:41 | |
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6a2c-47.dhcp.inet.fi> has quit IRC (Quit: Konversation terminated!) | 08:47 | |
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6a2c-47.dhcp.inet.fi> has joined #sailfishos | 08:51 | |
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos | 08:57 | |
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Ping timeout: 250 seconds) | 09:04 | |
Ingvix | So I'm now sort of learning how to use github and I edited an app made by someone else and committed the changes in github app. I don't have rights to publish the changes in that repository. Are the changes still only local or can the repository owner see my changes and maybe accept them if they want to? | 09:16 |
Ingvix | So I'm wondering if I should fork the repository to publish my changes or should I wait | 09:16 |
r0kk3rz | Ingvix: yes, fork > push to your fork > make pull request | 09:18 |
Ingvix | okay, thanks | 09:18 |
r0kk3rz | you can add your fork as a remote to your local clone | 09:19 |
*** whytrytofly <whytrytofly!~whytrytof@dslb-094-216-163-008.094.216.pools.vodafone-ip.de> has joined #sailfishos | 09:20 | |
Ingvix | Okay. I didn't know how to do that a second ago to I cloned the fork and replaced the files with my changed ones | 09:23 |
Ingvix | so* | 09:23 |
r0kk3rz | or that | 09:24 |
r0kk3rz | but a simple `git add remote [name] [url]` would've done the trick too | 09:25 |
Ingvix | I'm using the github client | 09:26 |
*** ibins <ibins!~ibins@55d4345d.access.ecotel.net> has quit IRC (Ping timeout: 258 seconds) | 09:26 | |
r0kk3rz | yeah i find that a bit limiting, the cli commands arent that hard | 09:27 |
Ingvix | I'm sure but just feels a bit odd to use cmd in windows unless there's no other way. It's somehow comfy to terminal in linux | 09:28 |
*** King_DuckZ <King_DuckZ!~duckz@cpc97408-hitc6-2-0-cust114.9-2.cable.virginm.net> has left #sailfishos | 09:30 | |
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos | 09:31 | |
r0kk3rz | Ingvix: the good thing about learning the normal git commands is that they work perfectly fine with any other git system | 09:32 |
r0kk3rz | like the gitlab that mer uses | 09:32 |
*** Zucca <Zucca!~zucca@85-76-147-234-nat.elisa-mobile.fi> has joined #sailfishos | 09:34 | |
*** raiku <raiku!d439d741@gateway/web/freenode/ip.212.57.215.65> has joined #sailfishos | 09:45 | |
raiku | hi | 09:45 |
raiku | i do not see the samsung galaxy grand neo i9060 on the list of compatible devices on cyanogen's page | 09:46 |
raiku | can i install sailfishos anyway? if not, how do i make a new port? | 09:47 |
Ingvix | there might be a unofficial CM release that might work | 09:47 |
raiku | not listed on the page of unofficial releases either | 09:48 |
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6a2c-47.dhcp.inet.fi> has quit IRC (Quit: Konversation terminated!) | 09:48 | |
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6a2c-47.dhcp.inet.fi> has joined #sailfishos | 09:51 | |
Ingvix | there seems to be this http://forum.xda-developers.com/android/development/rom-cm-11-0-galaxy-grand-neo-i9060-t2893802 | 09:52 |
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Ping timeout: 260 seconds) | 09:53 | |
Ingvix | some things don't seem to work though | 09:53 |
*** whytrytofly <whytrytofly!~whytrytof@dslb-094-216-163-008.094.216.pools.vodafone-ip.de> has quit IRC (Remote host closed the connection) | 09:54 | |
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6a2c-47.dhcp.inet.fi> has quit IRC (Remote host closed the connection) | 09:56 | |
raiku | oh there you go! | 09:56 |
*** spiiroin <spiiroin!~spiiroin@178-55-29-135.bb.dnainternet.fi> has joined #sailfishos | 09:56 | |
raiku | ok, even if somethings don't work, with this i should be able to install sailfish os right? | 09:57 |
Ingvix | well you need to port it if no one has done it before | 09:57 |
raiku | or will it result in a lot of other complications later on? | 09:57 |
Ingvix | maybe | 09:58 |
r0kk3rz | raiku: read through the HADK, join #sailfishos-porters | 09:58 |
Ingvix | I recommend that^ | 09:58 |
raiku | thanks guys | 09:59 |
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6a2c-47.dhcp.inet.fi> has joined #sailfishos | 09:59 | |
Ingvix | Here's also one thing that is still a mystery to me: Is the version number pretty much decided arbitarily or is there some sort of guideline for that | 10:02 |
Ingvix | ? | 10:02 |
*** raiku <raiku!d439d741@gateway/web/freenode/ip.212.57.215.65> has quit IRC (Ping timeout: 260 seconds) | 10:04 | |
Ingvix | other than it usually increases | 10:06 |
r0kk3rz | for apps it doesnt really matter, whatever you want really | 10:06 |
r0kk3rz | for libraries semantic versioning is usually a good idea | 10:06 |
Ingvix | okay | 10:07 |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has joined #sailfishos | 10:11 | |
*** whytrytofly <whytrytofly!~whytrytof@dslb-094-216-163-008.094.216.pools.vodafone-ip.de> has joined #sailfishos | 10:17 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has quit IRC (Ping timeout: 256 seconds) | 10:18 | |
*** speactra_ <speactra_!~speactra@h-95-159.a212.priv.bahnhof.se> has quit IRC (Ping timeout: 260 seconds) | 10:18 | |
*** taaem <taaem!~taaem@unaffiliated/taaem> has joined #sailfishos | 10:26 | |
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos | 10:47 | |
*** whytrytofly <whytrytofly!~whytrytof@dslb-094-216-163-008.094.216.pools.vodafone-ip.de> has quit IRC (Remote host closed the connection) | 10:47 | |
*** whytrytofly <whytrytofly!~whytrytof@dslb-094-216-163-008.094.216.pools.vodafone-ip.de> has joined #sailfishos | 10:49 | |
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Ping timeout: 244 seconds) | 11:07 | |
*** whytrytofly <whytrytofly!~whytrytof@dslb-094-216-163-008.094.216.pools.vodafone-ip.de> has quit IRC (Quit: Leaving) | 11:13 | |
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos | 11:19 | |
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Ping timeout: 260 seconds) | 11:33 | |
*** Zucca <Zucca!~zucca@85-76-147-234-nat.elisa-mobile.fi> has quit IRC (Ping timeout: 256 seconds) | 11:34 | |
*** Zucca <Zucca!~zucca@85-76-147-234-nat.elisa-mobile.fi> has joined #sailfishos | 11:38 | |
*** phdeswer <phdeswer!~phdeswer@91-159-55-220.elisa-laajakaista.fi> has quit IRC (Ping timeout: 256 seconds) | 11:42 | |
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos | 11:44 | |
*** Mister_Magister <Mister_Magister!~foidbgen@user-94-254-144-173.play-internet.pl> has joined #sailfishos | 11:47 | |
*** deryah <deryah!d439d041@gateway/web/freenode/ip.212.57.208.65> has joined #sailfishos | 11:54 | |
deryah | sorry what's the name of the sailfish os porters channel? | 11:55 |
TheKit | #sailfishos-porters | 11:56 |
*** electrolux <electrolux!~electrolu@dyj-f6ygl9p8v38lz9hxt-3.rev.dnainternet.fi> has quit IRC (Quit: Leaving.) | 11:58 | |
Mister_Magister | Hello my Jolla 1 not detecting my sim card. i have tested with many other cards and every card is working but mine not. Do somebody have idea how to fix that? 2.0.4.13 update can fix that? i'm on 2.0.2.51 | 11:58 |
mal- | Mister_Magister: does your sim card work on other devices? | 11:59 |
Mister_Magister | yes | 11:59 |
*** Blizzz <Blizzz!~blizzz@ubuntu/member/blizzz> has joined #sailfishos | 12:04 | |
Mister_Magister | mal-: out of idea? :/ | 12:05 |
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Ping timeout: 250 seconds) | 12:05 | |
mal- | that sounds very odd, you need to get some logs | 12:06 |
Mister_Magister | i tried ofono tests | 12:06 |
Mister_Magister | logs? which one? logcat? | 12:06 |
mal- | Mister_Magister: have you tried with a sim card with the same service provider? | 12:06 |
Mister_Magister | yes | 12:07 |
mal- | logcat for example, with -b radio | 12:07 |
mal- | also logcat -b radio might have imei code and such so be careful when pasting that | 12:07 |
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos | 12:11 | |
*** Mister_Magister <Mister_Magister!~foidbgen@user-94-254-144-173.play-internet.pl> has quit IRC (Read error: Connection reset by peer) | 12:17 | |
*** Mister_Magister <Mister_Magister!~foidbgen@user-94-254-144-173.play-internet.pl> has joined #sailfishos | 12:18 | |
*** Mister_Magister <Mister_Magister!~foidbgen@user-94-254-144-173.play-internet.pl> has quit IRC (Client Quit) | 12:18 | |
*** Mister_Magister <Mister_Magister!~foidbgen@user-94-254-144-173.play-internet.pl> has joined #sailfishos | 12:18 | |
Mister_Magister | mal-: how can i get logcat on jolla 1? | 12:19 |
*** platicus <platicus!~matrixirc@fanzine.igalia.com> has quit IRC (Remote host closed the connection) | 12:19 | |
*** agomez{M} <agomez{M}!~agomeziga@fanzine.igalia.com> has quit IRC (Remote host closed the connection) | 12:19 | |
*** platicus <platicus!~matrixirc@fanzine.igalia.com> has joined #sailfishos | 12:20 | |
*** platicus <platicus!~matrixirc@fanzine.igalia.com> has quit IRC (Remote host closed the connection) | 12:20 | |
*** agomez{M} <agomez{M}!~agomeziga@fanzine.igalia.com> has joined #sailfishos | 12:21 | |
*** platicus <platicus!~matrixirc@fanzine.igalia.com> has joined #sailfishos | 12:21 | |
mal- | Mister_Magister: I assume it has the same /usr/libexec/droid-hybris/system/bin/logcat | 12:21 |
Mister_Magister | no in jolla 1 | 12:21 |
mal- | why wouldn't it have that? | 12:22 |
mal- | ah, it doesn't seem to have that | 12:22 |
mal- | maybe you need to port to tjc about that problem | 12:24 |
Mister_Magister | mal-: i heard that 2.0.4.13 update fix some sim problems | 12:24 |
Mister_Magister | maybe it will help because new ofono or something | 12:24 |
mal- | could be | 12:24 |
Mister_Magister | it was working some time | 12:24 |
Mister_Magister | or sometime | 12:24 |
Mister_Magister | i'll try 2.0.4.13. it couldn't be worse :D | 12:25 |
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Quit: Konversation terminated!) | 12:26 | |
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos | 12:26 | |
*** zarel <zarel!~david@dynamic-adsl-78-13-146-22.clienti.tiscali.it> has joined #sailfishos | 12:29 | |
*** Mister_Magister <Mister_Magister!~foidbgen@user-94-254-144-173.play-internet.pl> has quit IRC (Ping timeout: 250 seconds) | 12:30 | |
*** electrolux <electrolux!~electrolu@82-181-109-250.bb.dnainternet.fi> has joined #sailfishos | 12:34 | |
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Ping timeout: 244 seconds) | 12:41 | |
*** nib <nib!~nib@109.110.95.115> has quit IRC (Ping timeout: 250 seconds) | 12:43 | |
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos | 12:45 | |
*** brodolfo <brodolfo!~Broodle@host185-71-dynamic.18-79-r.retail.telecomitalia.it> has joined #sailfishos | 12:55 | |
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Ping timeout: 252 seconds) | 12:59 | |
*** Mister_Magister <Mister_Magister!~foidbgen@user-94-254-144-198.play-internet.pl> has joined #sailfishos | 13:08 | |
*** morphis <morphis!morphis@fiona.nas-admin.org> has joined #sailfishos | 13:19 | |
*** nib <nib!~nib@109.110.95.115> has joined #sailfishos | 13:20 | |
*** taaem <taaem!~taaem@unaffiliated/taaem> has quit IRC (Read error: Connection reset by peer) | 13:25 | |
*** taaem <taaem!~taaem@unaffiliated/taaem> has joined #sailfishos | 13:26 | |
*** dafox <dafox!~dafox@ip3e8380c8.speed.planet.nl> has joined #sailfishos | 13:29 | |
*** nib <nib!~nib@109.110.95.115> has quit IRC (Ping timeout: 260 seconds) | 13:33 | |
*** nib <nib!~nib@109.110.95.115> has joined #sailfishos | 13:46 | |
*** Sail0r <Sail0r!~Sailor@p5DE3982A.dip0.t-ipconnect.de> has joined #sailfishos | 13:50 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has joined #sailfishos | 13:58 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has quit IRC (Ping timeout: 252 seconds) | 14:06 | |
*** krnlyng <krnlyng!~liar@178.114.17.28.wireless.dyn.drei.com> has quit IRC (Ping timeout: 250 seconds) | 14:08 | |
*** rubdos <rubdos!~rubdos@ptr-2hj4tbiko60765s1693n9l8p8.ip6.access.telenet.be> has joined #sailfishos | 14:15 | |
*** speactra_ <speactra_!~speactra@h-95-159.a212.priv.bahnhof.se> has joined #sailfishos | 14:15 | |
rubdos | yay. Warehouse on Sailfish 2.0 on the N9 :) | 14:19 |
*** krnlyng <krnlyng!~liar@77.116.51.84.wireless.dyn.drei.com> has joined #sailfishos | 14:21 | |
*** lpotter <lpotter!~quassel@2001:8003:643c:3900:76e6:e2ff:fee0:8120> has quit IRC (Read error: Connection reset by peer) | 14:24 | |
*** lpotter <lpotter!~quassel@2001:8003:643c:3900:76e6:e2ff:fee0:8120> has joined #sailfishos | 14:24 | |
*** electrolux <electrolux!~electrolu@82-181-109-250.bb.dnainternet.fi> has quit IRC (Quit: Leaving.) | 14:34 | |
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos | 14:46 | |
*** loicm <loicm!~bballizli@2001:41d0:fe76:4500:31f9:4d9:f00b:6d18> has quit IRC (Ping timeout: 245 seconds) | 14:49 | |
*** itbaron <itbaron!~kvirc@92.39.242.3> has joined #sailfishos | 14:51 | |
*** speactra_ <speactra_!~speactra@h-95-159.a212.priv.bahnhof.se> has quit IRC (Quit: Leaving) | 15:01 | |
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Ping timeout: 252 seconds) | 15:02 | |
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6a2c-47.dhcp.inet.fi> has quit IRC (Read error: Connection reset by peer) | 15:03 | |
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6a2c-47.dhcp.inet.fi> has joined #sailfishos | 15:04 | |
*** itbaron <itbaron!~kvirc@92.39.242.3> has quit IRC (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) | 15:11 | |
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos | 15:16 | |
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Quit: Konversation terminated!) | 15:25 | |
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos | 15:26 | |
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Excess Flood) | 15:31 | |
*** rubdos <rubdos!~rubdos@ptr-2hj4tbiko60765s1693n9l8p8.ip6.access.telenet.be> has quit IRC (Ping timeout: 250 seconds) | 15:36 | |
*** Sail0r <Sail0r!~Sailor@p5DE3982A.dip0.t-ipconnect.de> has quit IRC (Remote host closed the connection) | 15:42 | |
*** loicm <loicm!~bballizli@2001:41d0:fe76:4500:31f9:4d9:f00b:6d18> has joined #sailfishos | 15:47 | |
*** amccarthy_ <amccarthy_!~amccarth@106-69-78-215.dyn.iinet.net.au> has joined #sailfishos | 15:47 | |
*** amccarthy <amccarthy!~amccarth@106-69-67-59.dyn.iinet.net.au> has quit IRC (Ping timeout: 260 seconds) | 15:47 | |
*** cmazieri <cmazieri!~quassel@186.214.76.101> has joined #sailfishos | 15:51 | |
*** AlmAck_ <AlmAck_!~almack@176.159.4.85.dynamic.wline.res.cust.swisscom.ch> has joined #sailfishos | 15:52 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has joined #sailfishos | 15:57 | |
*** leinir <leinir!~leinir@amarok/usability/leinir> has quit IRC (Ping timeout: 250 seconds) | 15:58 | |
*** leinir <leinir!~leinir@amarok/usability/leinir> has joined #sailfishos | 15:58 | |
*** ZucZero <ZucZero!~zucca@85-76-40-64-nat.elisa-mobile.fi> has joined #sailfishos | 16:38 | |
*** Sail0r <Sail0r!~Sailor@p200300DCDBECD80170A51057BAA9551D.dip0.t-ipconnect.de> has joined #sailfishos | 16:40 | |
*** phdeswer <phdeswer!~phdeswer@91-159-55-220.elisa-laajakaista.fi> has joined #sailfishos | 16:40 | |
*** Zucca <Zucca!~zucca@85-76-147-234-nat.elisa-mobile.fi> has quit IRC (Ping timeout: 256 seconds) | 16:40 | |
*** Sail0r <Sail0r!~Sailor@p200300DCDBECD80170A51057BAA9551D.dip0.t-ipconnect.de> has quit IRC (Remote host closed the connection) | 16:40 | |
*** Sail0r <Sail0r!~Sailor@p200300DCDBECD80170A51057BAA9551D.dip0.t-ipconnect.de> has joined #sailfishos | 16:41 | |
*** Amu is now known as Smaar | 16:47 | |
*** Smaar is now known as Smar | 16:47 | |
*** cmazieri <cmazieri!~quassel@186.214.76.101> has quit IRC (Ping timeout: 252 seconds) | 16:52 | |
*** cmazieri <cmazieri!~quassel@201.22.97.162.dynamic.dialup.gvt.net.br> has joined #sailfishos | 16:55 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has quit IRC (Read error: Connection reset by peer) | 17:06 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has joined #sailfishos | 17:06 | |
*** electrolux <electrolux!~electrolu@82-181-109-250.bb.dnainternet.fi> has joined #sailfishos | 17:07 | |
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos | 17:20 | |
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Ping timeout: 256 seconds) | 17:28 | |
*** deryah <deryah!d439d041@gateway/web/freenode/ip.212.57.208.65> has quit IRC (Quit: Page closed) | 17:31 | |
*** sandeepkr <sandeepkr!~sandeepkr@103.255.234.251> has joined #sailfishos | 17:34 | |
*** dafox <dafox!~dafox@ip3e8380c8.speed.planet.nl> has quit IRC (Ping timeout: 252 seconds) | 17:41 | |
*** Profpatsch <Profpatsch!HZZrskpRpM@caelum.uberspace.de> has left #sailfishos ("WeeChat 0.4.3") | 17:51 | |
*** cmazieri <cmazieri!~quassel@201.22.97.162.dynamic.dialup.gvt.net.br> has quit IRC (Remote host closed the connection) | 17:59 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has quit IRC (Quit: Konversation terminated!) | 18:00 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has joined #sailfishos | 18:00 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has quit IRC (Read error: Connection reset by peer) | 18:08 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has joined #sailfishos | 18:09 | |
*** Sail0r <Sail0r!~Sailor@p200300DCDBECD80170A51057BAA9551D.dip0.t-ipconnect.de> has quit IRC (Quit: Leaving...) | 18:17 | |
*** rubdos <rubdos!~rubdos@host-85-27-50-55.dynamic.voo.be> has joined #sailfishos | 18:20 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has quit IRC (Read error: Connection reset by peer) | 18:33 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has joined #sailfishos | 18:33 | |
*** electrolux <electrolux!~electrolu@82-181-109-250.bb.dnainternet.fi> has quit IRC (Quit: Leaving.) | 18:38 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has quit IRC (Read error: Connection reset by peer) | 18:53 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has joined #sailfishos | 18:54 | |
*** ocherno <ocherno!~ocherno@45-24-209-58.lightspeed.cicril.sbcglobal.net> has quit IRC (Ping timeout: 260 seconds) | 19:03 | |
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos | 19:16 | |
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Ping timeout: 260 seconds) | 19:26 | |
*** RoKenn <RoKenn!~RoKenn@2001:a61:2244:5301:f5d0:c60d:ea9c:53da> has joined #sailfishos | 19:45 | |
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos | 19:51 | |
*** ced117 <ced117!~ced117@opensuse/member/ced117> has quit IRC (Quit: Quitte) | 19:53 | |
*** RoKenn <RoKenn!~RoKenn@2001:a61:2244:5301:f5d0:c60d:ea9c:53da> has quit IRC (Quit: NSA proxy service interrupted) | 19:56 | |
*** m01 <m01!~quassel@2a02:2658:1011:1::2:4044> has quit IRC (Remote host closed the connection) | 20:16 | |
*** m01 <m01!~quassel@2a02:2658:1011:1::2:4044> has joined #sailfishos | 20:16 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has quit IRC (Read error: Connection reset by peer) | 20:22 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has joined #sailfishos | 20:22 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@fil75-6-88-190-246-243.fbxo.proxad.net> has quit IRC (Ping timeout: 260 seconds) | 20:34 | |
*** brodolfo <brodolfo!~Broodle@host185-71-dynamic.18-79-r.retail.telecomitalia.it> has quit IRC (Ping timeout: 265 seconds) | 20:36 | |
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Remote host closed the connection) | 20:40 | |
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos | 20:40 | |
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Remote host closed the connection) | 20:50 | |
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos | 20:51 | |
*** Mister_Magister <Mister_Magister!~foidbgen@user-94-254-144-198.play-internet.pl> has quit IRC (Quit: Konversation terminated!) | 21:28 | |
*** Jackneill <Jackneill!~Jackneill@unaffiliated/jackneill> has quit IRC (Remote host closed the connection) | 21:29 | |
*** AlmAck_ <AlmAck_!~almack@176.159.4.85.dynamic.wline.res.cust.swisscom.ch> has quit IRC (Quit: Konversation terminated!) | 21:30 | |
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Remote host closed the connection) | 21:32 | |
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos | 21:32 | |
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Excess Flood) | 21:36 | |
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos | 21:36 | |
*** sakustar <sakustar!~snper@srv-185-18-77-126.shellit.fi> has quit IRC (Ping timeout: 258 seconds) | 21:40 | |
*** sakustar <sakustar!~snper@srv-185-18-77-126.shellit.fi> has joined #sailfishos | 21:42 | |
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Remote host closed the connection) | 21:43 | |
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos | 21:43 | |
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Excess Flood) | 21:48 | |
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos | 21:48 | |
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Excess Flood) | 21:51 | |
*** piggz <piggz!~piggz@195.147.198.68> has joined #sailfishos | 21:52 | |
*** Nc <Nc!~nc@2a02:a03f:2a17:a900:b560:8553:3150:45f9> has quit IRC (Quit: This computer has gone to sleep) | 21:56 | |
*** zoldyck <zoldyck!~avem@unaffiliated/avem> has joined #sailfishos | 21:57 | |
*** cxl000 <cxl000!~cxl000@c27-253-11-51.brodm4.vic.optusnet.com.au> has quit IRC (Read error: Connection reset by peer) | 22:00 | |
*** Pat_o <Pat_o!~pat@rob92-9-88-161-114-92.fbx.proxad.net> has quit IRC (Ping timeout: 268 seconds) | 22:01 | |
*** zarel <zarel!~david@dynamic-adsl-78-13-146-22.clienti.tiscali.it> has quit IRC (Ping timeout: 260 seconds) | 22:04 | |
*** Dr_Cain_ is now known as Dr_Cain | 22:07 | |
*** Nokius_ <Nokius_!~Nokius@p5DDB7E32.dip0.t-ipconnect.de> has joined #sailfishos | 22:08 | |
*** Nokius <Nokius!~Nokius@p5DDB7F20.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 244 seconds) | 22:11 | |
*** phdeswer <phdeswer!~phdeswer@91-159-55-220.elisa-laajakaista.fi> has quit IRC (Ping timeout: 260 seconds) | 22:52 | |
*** teknomen__ <teknomen__!~teknomen@82-168-10-33.ip.telfort.nl> has quit IRC (Ping timeout: 265 seconds) | 22:55 | |
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6a2c-47.dhcp.inet.fi> has quit IRC (Read error: Connection reset by peer) | 23:04 | |
*** ahjolinna <ahjolinna!~ahjolinna@mobile-access-5d6a2c-47.dhcp.inet.fi> has joined #sailfishos | 23:05 | |
*** Blizzz <Blizzz!~blizzz@ubuntu/member/blizzz> has quit IRC (Ping timeout: 256 seconds) | 23:07 | |
*** piggz <piggz!~piggz@195.147.198.68> has quit IRC (Ping timeout: 244 seconds) | 23:15 | |
*** olafh <olafh!~olafh@pD9E6FEB0.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 244 seconds) | 23:35 | |
*** dafox <dafox!~dafox@2a02:a448:c25a:0:decf:5ea9:e960:80dc> has joined #sailfishos | 23:41 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!