*** xorrr has quit IRC | 00:22 | |
*** earman has joined #sailfishos | 00:23 | |
earman | we need sailfishos smartTV | 00:24 |
---|---|---|
*** arcean has quit IRC | 00:31 | |
ljp | sailfishos smarttv wrist watch! | 00:32 |
earman | yeah | 00:34 |
*** LouisDK_ has joined #sailfishos | 00:49 | |
*** LouisDK_ has quit IRC | 00:51 | |
*** LouisDK_ has joined #sailfishos | 00:51 | |
*** earman has quit IRC | 00:57 | |
*** chriadam|away is now known as chriadam | 00:59 | |
*** LouisDK_ has quit IRC | 01:02 | |
*** BlackRabbit has joined #sailfishos | 01:04 | |
BlackRabbit | Hello all. | 01:05 |
BlackRabbit | Hallo. Salut. | 01:05 |
BlackRabbit | I have a question about Sailfish | 01:05 |
BlackRabbit | anyone here? | 01:05 |
*** Morpog_Mobile has quit IRC | 01:06 | |
BlackRabbit | can anyone tell me if sailfish supports true native C++ development? | 01:07 |
chriadam | yes. | 01:09 |
chriadam | Qt is a C++ framework and Sailfish OS supports Qt applications. | 01:10 |
*** louisdk has quit IRC | 01:19 | |
ljp | well.. none qwidget based | 01:20 |
*** tg has quit IRC | 01:20 | |
ljp | non | 01:20 |
*** XenGi has quit IRC | 01:21 | |
BlackRabbit | salut | 01:28 |
BlackRabbit | oh , hello. | 01:28 |
BlackRabbit | chriadam and ljp | 01:28 |
BlackRabbit | I want to be very clear. | 01:29 |
BlackRabbit | are you still there? | 01:29 |
ljp | yup | 01:30 |
BlackRabbit | ok. so I want to be clear. | 01:31 |
BlackRabbit | I ask this same question about once every six months, and each time I get an answer, the person answering me plays tricks with words. | 01:31 |
*** Sfiet_Konstantin has quit IRC | 01:31 | |
BlackRabbit | so, IRC is good because there is no opportunity to play tricks with words. :) | 01:31 |
*** XenGi has joined #sailfishos | 01:32 | |
BlackRabbit | what I mean by "true native application" | 01:32 |
BlackRabbit | right now, if I write a truly native C++ application on Ubuntu, and run it, it will run without any problems. | 01:32 |
*** tg has joined #sailfishos | 01:32 | |
BlackRabbit | if I decide to open a device driver (open/ioctl/close), I will not have any problems. | 01:32 |
BlackRabbit | etc. etc. | 01:32 |
BlackRabbit | I would like to know if this is true on Sailfish OS. | 01:33 |
BlackRabbit | is it the same? | 01:33 |
*** woweric has joined #sailfishos | 01:34 | |
BlackRabbit | wer kann mir helfen/ | 01:37 |
ljp | sure.. qt runs on it, qt is c++ | 01:37 |
BlackRabbit | what is your native language ljp? | 01:37 |
ljp | english | 01:37 |
BlackRabbit | ok. I wanted to make sure that there was no problem with spoken language. | 01:38 |
BlackRabbit | mine too. | 01:38 |
BlackRabbit | I don't think that qt alone is sufficient to say that it is true native development. | 01:38 |
BlackRabbit | I can create an OS using Linux that supports Qt, but does not support true native development. | 01:38 |
BlackRabbit | I would like to know about the restrictions. | 01:38 |
BlackRabbit | the reason I ask this question is that every single other mobile OS has the same problem - iOS, Android, ...WP8, Tizen, etc. | 01:39 |
BlackRabbit | all of them (except iOS/WPI claim to be "open"), but when you look at the actual facts, you discover that they are highly restricted. | 01:39 |
ljp | why is qt not 'true native development' ? | 01:40 |
BlackRabbit | so I would like to know, if I write a Linux application that accesses a device driver, will my application work on Sailfish, or will it be blocked. | 01:40 |
BlackRabbit | oh, simple. Let me give you an example. | 01:40 |
BlackRabbit | Let's say you write a 10,000-line Qt application in C++. | 01:40 |
BlackRabbit | I make an operating system called "TrueNativeOS" | 01:40 |
BlackRabbit | then I tell you that my TrueNativeOS will run your Qt-app, and I give you an SDK, etc.... | 01:41 |
BlackRabbit | you compile your app with my SDK, try it on one of my phones, and IT WORKS! | 01:41 |
BlackRabbit | then, when you look closer, you see that there are two possibilities: | 01:41 |
BlackRabbit | 1. the C++ code that you wrote is being compiled to Java byte code. | 01:41 |
BlackRabbit | and I am actually running your app inside a JVM | 01:41 |
BlackRabbit | 2. the C++ code that you wrote is, indeed, being compiled to x86/ARM...etc. | 01:42 |
BlackRabbit | and the CPU really is eating your C++ byte code. HOWEVER...the only thing that you can do is Qt-related stuff. | 01:42 |
BlackRabbit | If you try to do any other Linux Native Development, you cannot. | 01:42 |
BlackRabbit | I am worried about situation #2. | 01:42 |
BlackRabbit | I want to know if I write some code that accesses a device drive on Salfish, will it run or not? | 01:43 |
BlackRabbit | (that has nothing to do with Qt, as you can see) | 01:43 |
ljp | qt does not run in a jvm | 01:43 |
BlackRabbit | i know that | 01:43 |
BlackRabbit | I was just putting that out there for exposition. I am concerned about situation #2. | 01:43 |
BlackRabbit | what about the device driver? | 01:44 |
BlackRabbit | if I write an app on Ubuntu that access a device driver, my code will work. | 01:44 |
BlackRabbit | If I do the same with Sailfish, will it work? | 01:44 |
ljp | why would a userland app want to control a device driver? | 01:44 |
BlackRabbit | oh, there are many reasons. | 01:44 |
BlackRabbit | i'm try to determine if Sailfish supports it. | 01:45 |
ljp | pretty certain you can do that in mer, so it's most likely possible in sailfish. but I am not aware of any security that may be on the device | 01:46 |
ljp | other than normal unix permissions | 01:46 |
BlackRabbit | I guess you already know that for Tizen, the answer is "no, it will not work." | 01:47 |
ljp | which means you need to get root to access device drivers | 01:47 |
BlackRabbit | well sure. | 01:48 |
BlackRabbit | well...ok..I should be clear | 01:48 |
BlackRabbit | let me explain what I want | 01:48 |
BlackRabbit | I want: | 01:48 |
BlackRabbit | 1. smartphone (hardware only) | 01:48 |
BlackRabbit | 2. OS [Linux is good] | 01:48 |
BlackRabbit | 3. If the OEM adds any features, whatever, fine, so long as those features/layers/whatever do not block my app | 01:49 |
BlackRabbit | If I take Windows Mobile, Windows 7, Linux, OS/2, AIX, Solaris, etc... | 01:49 |
BlackRabbit | if I take any of those operating systems, I can | 01:49 |
BlackRabbit | 1. write program | 01:49 |
BlackRabbit | 2. put program on my web site | 01:50 |
BlackRabbit | 3. let one of my customers download the program and install it | 01:50 |
BlackRabbit | #3 is the problem here | 01:50 |
BlackRabbit | with all mobile OS's, #3 is a huge problem | 01:50 |
BlackRabbit | it is not true with Tizen that a customer can download my app, install it, just like they would do on Ubuntu | 01:50 |
BlackRabbit | they'd have to root the phone, etc. | 01:50 |
BlackRabbit | from a simplistic point of view, I want a smartphone, with just the OS, and no other cruft | 01:51 |
BlackRabbit | does that make sense? | 01:51 |
ljp | not sure what the package management system will be like, but the aim is to be open as possible | 01:51 |
BlackRabbit | well, sure...everyone is saying that | 01:52 |
BlackRabbit | "be open as possible" | 01:52 |
ljp | :) | 01:52 |
BlackRabbit | Android has been saying that for years. | 01:52 |
BlackRabbit | but right now, if I try that with Android, it will fail. | 01:52 |
BlackRabbit | Android will say, "Nope, this is not an Android application." | 01:52 |
*** Morpog_Mobile has joined #sailfishos | 01:52 | |
ljp | ya, well. IMHO, android isnt linux | 01:52 |
BlackRabbit | Tizen will say, "Nope, this is not a Tizen application." | 01:52 |
BlackRabbit | right | 01:53 |
BlackRabbit | neither is Tizen I guess. | 01:53 |
ljp | heh | 01:53 |
BlackRabbit | I looked at Mer's web site. | 01:53 |
BlackRabbit | just now. | 01:53 |
ljp | dont know much about tizen, other than they claim to be from meego | 01:53 |
BlackRabbit | I just red Mer overview. they say, "Primary customers are device manufacturers - not end users" | 01:54 |
BlackRabbit | translation: | 01:54 |
BlackRabbit | "We are creating an open platform that allows OEM to lock it down as they see fit." | 01:55 |
BlackRabbit | my gut feeling, right now, is that the answer is "no" for both Mer and Sailfish | 01:56 |
ljp | you can put mer on a number of devices and try it | 01:56 |
BlackRabbit | yea, someone told me the same thing about Tizen | 01:57 |
BlackRabbit | they kept trying to get me to download the SDK | 01:57 |
BlackRabbit | I'm like, "Dude, we are both hard-core engineers." | 01:57 |
BlackRabbit | "You know the answer already. Just tell me." | 01:57 |
BlackRabbit | he wouldn't do it | 01:57 |
BlackRabbit | this was a rep for Tizen. | 01:57 |
BlackRabbit | tha's why I think the answer is "no" for Tizen | 01:58 |
BlackRabbit | if the answer has been "yes", he simply would have told me. | 01:58 |
ljp | maybe. or maybe he didn't know, or couldn't say | 01:59 |
chriadam | you're conflating issues here, BlackRabbit. Native development (that is, code you write gets compiled to machine code and run directly, rather than in some emulated envornment) is entirely separate concept to the security mechanisms implemented on the platform at the kernel level or permissions level. | 02:00 |
*** egrep has quit IRC | 02:01 | |
chriadam | yes, native code can run on Sailfish OS. there's no emulation layer involved, when you compile a C++ application it gets compiled to the device arch's machine code. | 02:01 |
*** woweric has quit IRC | 02:02 | |
chriadam | as for security, that's a separate issue - and it depends on the OEM - when they release a device with Sailfish OS on it, they can (presumably) modify some things to disallow access to certain parts of the hardware, and so forth. | 02:02 |
*** woweric has joined #sailfishos | 02:02 | |
BlackRabbit | @chriadam, that makes perfect sense. | 02:02 |
BlackRabbit | I agree completely. | 02:02 |
BlackRabbit | So then, allow me to change my question a bit. | 02:02 |
BlackRabbit | Question: Right now, is there any smartphone available that is going to run an OS where I can get both Native C++ code, as well as the same type of unrestricted access to the system-level components that I get on Linux/Windows/etc. | 02:03 |
BlackRabbit | of course, assuming that the end-user allows the installation of my app. | 02:03 |
BlackRabbit | and finally (this is very important).... | 02:03 |
BlackRabbit | my end-user does not have to root his device just to get my application onto it. | 02:04 |
BlackRabbit | I'm trying to avoid having people who grow dandalions for a lviing having to root their phone just to run my app. | 02:05 |
chriadam | I honestly don't know. Most mass-market consumer devices don't like giving applications "free reign" because they have to protect their users from malicious applications, I think (although this isn't something I know much about). But I guess something like OpenMoko / FIC Freerunner, etc, would be as open as you'd get. | 02:05 |
BlackRabbit | I want the amount of "fricition" that they get while installing my application to be the same as they would get while trying to install on Ubuntu, iOS, or Windows | 02:06 |
BlackRabbit | i see. | 02:06 |
chriadam | on Harmattan your application could request security tokens (so when you install the app, the user has to say "yes, allow the device to access these things") and if the user allows it, then it would have access. | 02:06 |
chriadam | so the user doesn't have to do anything special (just press a button on the UI), but the application author would have to do a lot of special things (include security manifest with their application, request appropriate security tokens, etc. Aegis could be confusing to app developers, I guess). | 02:07 |
chriadam | I think a lot of platforms do similar things. eg, if they need access to the gps they have to request that capability. that's how Android works, for example. | 02:07 |
BlackRabbit | yea...I've never done an Android app. took one look at what they were doing. nope! | 02:08 |
BlackRabbit | just checked out harmattan | 02:09 |
BlackRabbit | I understand the sandboxing, etc. excuse. | 02:09 |
BlackRabbit | it is a valid excuse. | 02:09 |
BlackRabbit | but I think there is a very large market for what is basically a PC-model. | 02:09 |
BlackRabbit | Wild Wild West of Computing, if you will. | 02:10 |
*** XenGi has quit IRC | 02:10 | |
BlackRabbit | yes, you will get viruses, etc. and no, it will not be for everyone. | 02:10 |
BlackRabbit | but there is still a market for it. and viruses can be mitigated with same digital signature techniques etc. that are used now. | 02:10 |
*** XenGi has joined #sailfishos | 02:11 | |
*** fmunozs has joined #sailfishos | 02:11 | |
*** XenGi has quit IRC | 02:11 | |
BlackRabbit | while the security problem is a valid excuse for sandboxing, I think it would naive to not point out that Google/etc. benefit from the "customer stickiness" that comes with Android-type sandboxing. | 02:11 |
BlackRabbit | (developer stickiness, rather) | 02:12 |
*** XenGi has joined #sailfishos | 02:12 | |
*** tg has quit IRC | 02:12 | |
chriadam | I guess like I said, it's up to whoever ships the device | 02:13 |
BlackRabbit | yea. what puzzles me is why a group of people like us haven't done it yet. | 02:13 |
BlackRabbit | it seems that, every time there is an announcement for a "truly open" platform, it always gets locked-down in this way. | 02:14 |
chriadam | it wouldn't be too difficult to get something up and running, using mer+nemo as a base, for example | 02:14 |
BlackRabbit | hmm... | 02:14 |
BlackRabbit | so as you understand it, mer is actually open (in the way I described)? | 02:15 |
chriadam | but creating a beautiful, emotional smartphone user experience is... really difficult. and integrating software + hardware into a great device is really really really difficult | 02:15 |
chriadam | and that costs a lot of money | 02:15 |
chriadam | BlackRabbit: well, it's just linux with some libraries added. and it's all open source, so you can change whatever you like. I don't know what security model it uses, personally - that's not really my area unfortunately. but if it has one, I'm sure you can disable it. | 02:15 |
BlackRabbit | yeah see..that won't work. | 02:16 |
BlackRabbit | problem is not me. | 02:16 |
BlackRabbit | (I hack OS's during the day) | 02:16 |
BlackRabbit | the problem is my customer. | 02:16 |
BlackRabbit | there are a gazillion smartphones on the market. | 02:16 |
BlackRabbit | some for as low as $50 as you know. | 02:16 |
BlackRabbit | and not a single one of them, even though they are running Android... | 02:17 |
*** XenGi has quit IRC | 02:17 | |
BlackRabbit | will allow my customer to install my app without requirnig me to be on phone with my customer for 6 hours straight. | 02:17 |
BlackRabbit | I find that odd. | 02:17 |
BlackRabbit | you would think there would be at least one straight Linux + hardware platform out there. | 02:17 |
BlackRabbit | put out by major OEM | 02:17 |
BlackRabbit | so that it can be produced in volume, etc. | 02:18 |
ljp | operators dont want that | 02:18 |
BlackRabbit | and so an app developer could point to it tell his customer, "Use that smartphone." | 02:18 |
BlackRabbit | thank you@jlp | 02:18 |
BlackRabbit | :) | 02:18 |
BlackRabbit | I know. | 02:18 |
BlackRabbit | Verizon, in particular, does not want that. | 02:18 |
BlackRabbit | someone should make that. | 02:19 |
BlackRabbit | I know a company that will pay $320,000 roughly for that. | 02:19 |
BlackRabbit | if you prove to them that you are going to give them that. | 02:19 |
BlackRabbit | fixed cost, not recurring. | 02:19 |
*** XenGi has joined #sailfishos | 02:21 | |
*** tg has joined #sailfishos | 02:22 | |
BlackRabbit | well, thanks guys. | 02:26 |
chriadam | np - good luck with it | 02:27 |
*** BlackRabbit has quit IRC | 02:30 | |
*** woweric has quit IRC | 02:32 | |
*** woweric has joined #sailfishos | 02:33 | |
*** egrep has joined #sailfishos | 03:03 | |
*** frecel has joined #sailfishos | 04:01 | |
*** avs has joined #sailfishos | 04:02 | |
*** avs has quit IRC | 04:18 | |
*** martyone_ has joined #sailfishos | 04:28 | |
*** spider-mario has joined #sailfishos | 04:36 | |
*** redrived has joined #sailfishos | 04:37 | |
*** M13 has joined #sailfishos | 04:38 | |
*** MFaro-Tusino has joined #sailfishos | 04:45 | |
iekku | morning | 04:49 |
*** egrep has quit IRC | 04:57 | |
dm8tbr | moaning | 04:59 |
*** spider-mario has quit IRC | 05:03 | |
*** Pat_o has joined #sailfishos | 05:05 | |
*** VDVsx has quit IRC | 05:06 | |
*** M13 has quit IRC | 05:09 | |
*** M13 has joined #sailfishos | 05:10 | |
*** VDVsx has joined #sailfishos | 05:33 | |
MFaro-Tusino | happy friday | 05:52 |
chriadam | indeed! | 05:53 |
chriadam | gday by the way :-) | 05:53 |
MFaro-Tusino | hey chris | 05:53 |
chriadam | how'd the meetup / celebrations go in Sydney? | 05:54 |
chriadam | hopefully there was some enthusiasm for it? | 05:54 |
MFaro-Tusino | Ended up just being me, a beer and the lifestream :p Everyone who got in touch were from Melbourne :/ | 05:54 |
MFaro-Tusino | *livestream | 05:55 |
chriadam | ah true. I wonder what we can do to improve the visibility of Jolla in .au... I wonder if there are many mobile-dev meetups which might like to learn about the SDK and the opportunity which Sailfish OS represents | 05:56 |
MFaro-Tusino | I've been thinking the same thing. Not many of my classmates in Software Engineering even use (let alone know of) Qt - They all just use Objective C/Java | 05:57 |
*** Xruxa has joined #sailfishos | 05:58 | |
*** batteryyy has joined #sailfishos | 06:01 | |
*** f3an0r has joined #sailfishos | 06:13 | |
*** redrived has quit IRC | 06:18 | |
*** Vlad_on_the_road has joined #sailfishos | 06:19 | |
*** jukkar has joined #sailfishos | 06:26 | |
*** jpetersen has joined #sailfishos | 06:28 | |
*** Pat_o has quit IRC | 06:29 | |
*** MFaro-Tusino has quit IRC | 06:32 | |
*** MFaro-Tusino has joined #sailfishos | 06:36 | |
*** avs has joined #sailfishos | 06:42 | |
*** Pat_o has joined #sailfishos | 06:42 | |
*** Vlad_on_the_road has quit IRC | 06:50 | |
*** niqt has joined #sailfishos | 06:50 | |
*** batteryyy has quit IRC | 06:50 | |
*** batteryyy has joined #sailfishos | 06:50 | |
*** loz has quit IRC | 06:50 | |
*** Pat_o has quit IRC | 06:52 | |
*** jotik has quit IRC | 06:55 | |
*** jotik has joined #sailfishos | 06:56 | |
*** gabriel9|work has joined #sailfishos | 07:00 | |
*** niqt has quit IRC | 07:01 | |
*** furikku has joined #sailfishos | 07:01 | |
*** MFaro-Tusino has quit IRC | 07:05 | |
locusf | hmm I have an include to Python.h and it exists in /usr/include/python2.7 in Mer SDK, I have also added it to INCLUDEPATH but I still get fatal error: Python.h: No such file or directory | 07:07 |
*** MFaro-Tusino has joined #sailfishos | 07:11 | |
*** disharmonic has quit IRC | 07:23 | |
*** TheBootroo has quit IRC | 07:26 | |
*** liar has joined #sailfishos | 07:35 | |
*** woweric_ has joined #sailfishos | 07:37 | |
*** afazekas has quit IRC | 07:39 | |
*** woweric has quit IRC | 07:40 | |
locusf | same thing with boost-python, I have it installed via boost-devel in Mer SDK and it still can't find the header | 07:48 |
*** dhbiker has joined #sailfishos | 07:49 | |
*** cxl000 has joined #sailfishos | 07:53 | |
*** chriadam is now known as chriadam|away | 07:59 | |
*** f3an0r has quit IRC | 08:03 | |
*** liar has quit IRC | 08:07 | |
niweber | Jolla should have had a booth at Linuxtag in Berlin | 08:09 |
*** TheBootroo has joined #sailfishos | 08:14 | |
*** fk_lx has joined #sailfishos | 08:14 | |
*** MFaro-Tusino has quit IRC | 08:18 | |
*** woweric_ has quit IRC | 08:36 | |
*** woweric has joined #sailfishos | 08:36 | |
*** liar has joined #sailfishos | 08:38 | |
*** mvogt has quit IRC | 08:41 | |
*** f3an0r has joined #sailfishos | 08:45 | |
*** mjones__ has quit IRC | 08:48 | |
*** M13 has quit IRC | 08:54 | |
*** fk_lx has quit IRC | 09:15 | |
*** mjones has joined #sailfishos | 09:15 | |
*** woweric has quit IRC | 09:17 | |
*** woweric has joined #sailfishos | 09:18 | |
*** f3an0r has quit IRC | 09:18 | |
*** f3an0r has joined #sailfishos | 09:26 | |
*** Morpog_Mobile has quit IRC | 09:35 | |
*** woweric has quit IRC | 09:41 | |
*** ketil_k has joined #sailfishos | 09:43 | |
*** arcean has joined #sailfishos | 09:45 | |
*** jjarven_ has quit IRC | 09:53 | |
*** jjarven_ has joined #sailfishos | 10:13 | |
*** inkjetunito has joined #sailfishos | 10:16 | |
locusf | hmm why can't I add a custom Mer device which would get its IP address from my local network? | 10:16 |
*** fk_lx has joined #sailfishos | 10:16 | |
*** inkjetunito has quit IRC | 10:25 | |
*** lizardo has joined #sailfishos | 10:27 | |
*** peterhull90 has joined #sailfishos | 10:35 | |
peterhull90 | Hi all. Can I ask a quick question about updates to the SDK? | 10:38 |
peterhull90 | I'm getting an error accessing http://jolla.cachefly.net/SailfishOSSDK/alpha/repository/windows | 10:39 |
*** batteryyy has quit IRC | 10:39 | |
peterhull90 | Is this known about? | 10:39 |
*** Sfiet_Konstantin has joined #sailfishos | 10:42 | |
*** veskuh has quit IRC | 10:42 | |
Nicd- | iirc the SDK's update functionality does not work yet | 10:43 |
*** fmunozs has quit IRC | 10:44 | |
Sfiet_Konstantin | Nicd-: is not implemented yet | 10:44 |
*** MFaro-Tusino has joined #sailfishos | 10:47 | |
*** reindeernix has joined #sailfishos | 10:51 | |
*** reindeernix has quit IRC | 10:53 | |
*** reindeernix has joined #sailfishos | 10:54 | |
*** veskuh has joined #sailfishos | 10:55 | |
*** Morpog_PC has joined #sailfishos | 11:02 | |
peterhull90 | OK, thanks Nicd and Sfiet_Konstantin | 11:03 |
*** peterhull90 has left #sailfishos | 11:03 | |
*** veskuh has quit IRC | 11:08 | |
*** veskuh has joined #sailfishos | 11:12 | |
*** MFaro-Tusino has quit IRC | 11:20 | |
*** niqt has joined #sailfishos | 11:22 | |
*** mcfrisk has joined #sailfishos | 11:25 | |
*** niqt has quit IRC | 11:29 | |
*** zhxt has joined #sailfishos | 11:37 | |
*** Guest38178 has quit IRC | 11:41 | |
*** TW1920 has joined #sailfishos | 11:42 | |
*** jluisn has joined #sailfishos | 11:46 | |
*** dhbiker has quit IRC | 11:47 | |
*** auri_away is now known as auri__ | 12:00 | |
*** f3an0r has quit IRC | 12:07 | |
*** dhbiker has joined #sailfishos | 12:08 | |
lbt | petokeksi: the alpha SDK only really supports changing the target to add new devel packages | 12:12 |
*** krabador has joined #sailfishos | 12:24 | |
petokeksi | lbt: good to know | 12:29 |
petokeksi | ??? | 12:29 |
*** Morpog_Mobile has joined #sailfishos | 12:32 | |
lbt | sorry petokeksi - I meant peterhull90 but he left | 12:38 |
*** Pali has joined #sailfishos | 12:48 | |
*** martyone_ has quit IRC | 12:59 | |
*** avs has quit IRC | 13:07 | |
*** jpetrell has joined #sailfishos | 13:11 | |
*** Pali has quit IRC | 13:19 | |
*** dhbiker has quit IRC | 13:21 | |
*** arcean_ has joined #sailfishos | 13:33 | |
*** ketil_k has quit IRC | 13:33 | |
*** itbaron has joined #sailfishos | 13:35 | |
*** arcean has quit IRC | 13:36 | |
*** woweric has joined #sailfishos | 13:50 | |
*** faenil has joined #sailfishos | 13:52 | |
*** libregeekingkid has joined #sailfishos | 13:55 | |
*** M13 has joined #sailfishos | 13:55 | |
*** faenil has quit IRC | 14:01 | |
*** krabador has quit IRC | 14:02 | |
*** SeekingFor has quit IRC | 14:02 | |
*** libregeekingkid has quit IRC | 14:04 | |
*** libregeekingkid has joined #sailfishos | 14:07 | |
*** SeekingFor has joined #sailfishos | 14:09 | |
*** rainemak has quit IRC | 14:09 | |
*** libregeekingkid_ has joined #sailfishos | 14:21 | |
*** libregeekingkid has quit IRC | 14:21 | |
*** libregeekingkid has joined #sailfishos | 14:23 | |
*** louisdk has joined #sailfishos | 14:24 | |
*** lbt has quit IRC | 14:26 | |
*** lbt has joined #sailfishos | 14:26 | |
*** lbt has joined #sailfishos | 14:26 | |
*** nix900 is now known as bugzy | 14:36 | |
*** libregeekingkid has quit IRC | 14:40 | |
*** libregeekingkid_ has quit IRC | 14:40 | |
*** libregeekingkid has joined #sailfishos | 14:47 | |
*** Xruxa has quit IRC | 14:49 | |
*** spider-mario has joined #sailfishos | 14:51 | |
*** hexo is now known as krotok | 14:55 | |
*** krotok is now known as krokot | 14:55 | |
*** VDVsx has quit IRC | 15:00 | |
*** auri__ is now known as auri_Away | 15:10 | |
*** zhxt has quit IRC | 15:11 | |
*** dhbiker has joined #sailfishos | 15:25 | |
*** gabriel9|work has quit IRC | 15:27 | |
*** TheBootroo has quit IRC | 15:31 | |
*** libregeekingkid has quit IRC | 15:31 | |
*** triggerhappy has joined #sailfishos | 15:32 | |
*** liar has quit IRC | 15:33 | |
*** liar has joined #sailfishos | 15:35 | |
*** jpetrell has quit IRC | 15:41 | |
*** libregeekingkid has joined #sailfishos | 15:43 | |
*** martyone_ has joined #sailfishos | 15:56 | |
*** martyone_ has quit IRC | 16:00 | |
*** martyone_ has joined #sailfishos | 16:01 | |
*** Shaan7 has joined #sailfishos | 16:01 | |
*** Shaan7 has joined #sailfishos | 16:01 | |
*** libregeekingkid has quit IRC | 16:06 | |
*** lbt has quit IRC | 16:11 | |
*** Pat_o has joined #sailfishos | 16:11 | |
*** lbt has joined #sailfishos | 16:11 | |
*** lbt has joined #sailfishos | 16:11 | |
*** lbt has quit IRC | 16:11 | |
*** lbt has joined #sailfishos | 16:12 | |
*** lbt has joined #sailfishos | 16:12 | |
*** woweric has quit IRC | 16:23 | |
*** M4rtinK has joined #sailfishos | 16:26 | |
*** inkjetunito has joined #sailfishos | 16:27 | |
*** fk_lx has left #sailfishos | 16:29 | |
*** fmunozs has joined #sailfishos | 16:30 | |
*** erani has joined #sailfishos | 16:40 | |
*** Pat_o has quit IRC | 16:41 | |
*** Pali has joined #sailfishos | 16:52 | |
*** xorrr has joined #sailfishos | 16:52 | |
*** reindeernix has quit IRC | 16:53 | |
*** reindeernix has joined #sailfishos | 16:54 | |
*** inkjetunit has joined #sailfishos | 17:06 | |
*** inkjetunito has quit IRC | 17:09 | |
*** inkjetunit is now known as inkjetunito | 17:10 | |
*** tanuk is now known as pulseaudio_tanuk | 17:15 | |
*** Konsieur has joined #sailfishos | 17:26 | |
*** triggerhappy has quit IRC | 17:27 | |
*** VDVsx has joined #sailfishos | 17:44 | |
*** pulseaudio_tanuk has left #sailfishos | 17:55 | |
*** martyone_ has quit IRC | 18:19 | |
*** liar has quit IRC | 18:25 | |
*** fmunozs has quit IRC | 18:52 | |
*** sardini has joined #sailfishos | 18:55 | |
*** furikku has quit IRC | 18:59 | |
*** vgrade has quit IRC | 19:09 | |
*** mlong has quit IRC | 19:37 | |
*** zepard has quit IRC | 19:43 | |
*** flcl has joined #sailfishos | 19:53 | |
*** itbaron has quit IRC | 20:03 | |
*** krabador has joined #sailfishos | 20:08 | |
*** Pat_o has joined #sailfishos | 20:12 | |
*** jpetersen has quit IRC | 20:18 | |
*** zenvoid has joined #sailfishos | 20:25 | |
*** flcl has quit IRC | 20:34 | |
*** lizardo has quit IRC | 20:56 | |
*** zepard has joined #sailfishos | 20:57 | |
*** jluisn has quit IRC | 21:01 | |
*** M13 has quit IRC | 21:01 | |
*** mlong has joined #sailfishos | 21:19 | |
*** Pat_o has quit IRC | 21:24 | |
*** Dimon has joined #sailfishos | 21:35 | |
*** Shaan7 has quit IRC | 21:36 | |
*** Shaan7 has joined #sailfishos | 21:37 | |
*** Shaan7 has joined #sailfishos | 21:37 | |
*** dhbiker has quit IRC | 21:38 | |
*** mab_ has joined #sailfishos | 21:43 | |
*** reindeernix has quit IRC | 21:53 | |
*** reindeernix has joined #sailfishos | 21:54 | |
*** spider-mario has quit IRC | 21:54 | |
*** reindeernix has quit IRC | 21:56 | |
*** zenvoid has quit IRC | 22:06 | |
*** inkjetunito has quit IRC | 22:18 | |
*** alexxy has quit IRC | 22:25 | |
*** alexxy has joined #sailfishos | 22:28 | |
*** mhall119 has quit IRC | 22:36 | |
*** mhall119 has joined #sailfishos | 22:37 | |
*** mhall119 has quit IRC | 22:43 | |
*** mhall119 has joined #sailfishos | 22:45 | |
*** gabriel9 has joined #sailfishos | 22:54 | |
*** krabador has quit IRC | 23:02 | |
*** gabriel9 has quit IRC | 23:15 | |
*** Jck_true has quit IRC | 23:34 | |
*** Jck_true has joined #sailfishos | 23:35 | |
*** Sfiet_Konstantin has quit IRC | 23:57 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!