Sunday, 2014-06-08

*** Zotan has quit IRC00:00
*** igordcard has quit IRC00:02
*** sclukey has quit IRC00:12
*** M4rtinK has quit IRC00:12
*** gigetoo has quit IRC00:15
*** gigetoo has joined #sailfishos00:16
*** msava has quit IRC00:39
*** jjarven has quit IRC00:40
*** uvatbc has joined #sailfishos00:43
*** uvatbc has left #sailfishos00:43
*** jjarven has joined #sailfishos00:57
*** freedomrun has quit IRC01:08
coderusMSameer: thanks for orientation sensor idea for camera, i have great ui now :)01:09
MSameerwhich idea ? :)01:10
* MSameer does not remember01:10
coderusMSameer: lock page orientation to landscape, but using orientation sensor :)01:10
MSameerso you don't lock it now?01:10
MSameernice01:10
MSameerI am trying to take all those calculations into a class01:11
MSameermight be useful for people in general01:11
MSameerwant to contribute some code/ideas ? :)01:11
coderusMSameer: emm, i dont understand what you realize actually :D01:11
MSameerit takes the app orientation, sensor orientation, device orientation, ... and outputs the viewfinder angle needed and the exif angle needed01:12
coderusMSameer: right01:12
coderusi'll refactor code and push it to repos tomorow01:12
MSameercoderus: http://pastebin.com/Ri1U3JYQ01:12
MSameerthat's the basic idea01:12
*** tat has joined #sailfishos01:13
MSameerI have almost all of the code but scattered everywhere01:13
coderusMSameer: i'm using jolla CameraExtensions class for writing exif01:13
MSameerI need to put it in one class and unit test it01:13
MSameercoderus: I can give you some code to do that :D01:14
MSameercoderus: https://gitorious.org/cameraplus/cameraplus/source/bf0b563a87d7e25aa5e790bbaa1c2e18e3d85951:src/exiforientation.cpp01:14
MSameerline 9301:15
coderusMSameer: what is it for?..01:16
MSameerit takes  the device orientation from the orientation sensor, the camera sensor orientation and whether we are using front ot back camera and gives you the final angle you need to apply to the jpeg image via exif orientation tag01:17
MSameerbut if you are happy with camera extensions then don't bother01:19
coderusMSameer: i dont want to use libexif again for writing :)01:20
MSameeri don't use it01:20
MSameerbut i am fine as long as you are happy?01:20
coderusand main purpose of CameraExtensions for me is fullscreen viewfinder while recording 4:3 video01:20
*** freedomrun has joined #sailfishos01:21
coderusand switching to secondary camera of course :)01:21
coderusMSameer: what you using for writing exif?01:21
MSameercoderus: I don't use QtMultimedia. I am using gstreamer directly01:21
MSameerso I tell gstreamer to write the value and that's it01:22
coderusgstreamer writing exif?01:22
MSameercoderus: yes01:22
coderusgreat, how?01:22
MSameerhere is how our camera works:01:22
MSameerit uses camerabin2 (gstreamer element)01:22
MSameerwhich is used by harmattan too01:22
MSameerwe get a jpeg from the camera source in sailfish but we still pass it through a "muxer"01:23
MSameerand that muxer writes any additional exif tags needed01:23
MSameerand one of them is orientation01:23
coderuswhat about QImageEncoderSettings?01:25
coderussetEncodingOption("orientation", value)01:25
coderusis this same?01:25
MSameerI don't know01:25
coderusok :)01:25
MSameerthat you have to ask andrew about01:25
coderuscurrently CameraExtensions is working fine for me :)01:25
MSameerit's written by him too01:26
* MSameer did not do the ui itself01:26
coderusyes i know01:26
coderusi disassembled it code01:26
MSameer:D01:26
coderusit's why i'm asking about encoder settings01:26
MSameerso are you releasing a competing camera ? :p01:26
coderusno, i'm just making good camera for Mitakuuluu01:27
MSameercoderus: trust me: I am not sure how to use QtMultimedia. I can always check the code and the documentation but I am not bothered01:27
MSameerso I unfortunately cannot help you with it (I will just check the code which is public)01:28
MSameerand if I can do it, you can do it too01:28
coderusure01:30
coderusi did that already :)01:30
coderusMSameer: last bug i cannot solve is recording 640x480 video.01:37
coderus[W 07:35:21] CameraBin error: "Internal data flow error."01:37
coderuswhen i changing resolution :)01:38
MSameerdid you ever get an answer for your emails?01:38
coderusMSameer: yes01:38
coderussomething wrong in my config01:38
MSameerthat is good01:38
coderusbut i checked it twice, camera have such capabilities01:38
MSameerand you can ask more questions now01:38
MSameerask him about the resolution01:39
coderushe dont like answering questions :D01:39
coderusi'm waiting a week for every answer :)01:39
MSameerwhich config?01:42
coderusencoder config01:42
MSameercan you paste it somewhere?01:44
MSameercoderus: and showme how you switch the resolution01:44
MSameershow01:45
MSameershow me01:45
coderusMSameer: http://paste.kde.org/psoi2vaf801:45
MSameerI don't think  settings.setBitRate(2000000); has any effect01:46
coderusit's predefined in preset anyway01:46
MSameersettings.setEncodingOption(QLatin1String("preset"), QLatin1String("vga")); <-- this is the only thing you need01:47
MSameercan you create a standalone app? I can help debugging it01:47
MSameerI don't use whatsapp so I can't test mitakuuluu01:47
MSameercoderus: I will go to bed but you can always ping me when you have it01:52
coderusMSameer: yes i have one test and it 640x480 working under test :D01:54
coderusMSameer: hm, it's because i'm not using CameraExtensions here01:55
coderusmy camera settings interfering with CameraSettings01:55
coderusobliviously...01:55
*** TMavica has joined #sailfishos01:58
*** Morpog_PC___ has joined #sailfishos01:59
*** BeholdMyGlory has quit IRC02:02
MSameercoderus: do you try to change the resolution while the camera is running?02:04
*** Morpog_PC___ has quit IRC02:21
*** qwazix has quit IRC02:21
coderusMSameer: i'm changing resolution on camera object completed signal02:24
coderusand after that i'm noading camera02:24
coderusloading*02:24
*** qwazix has joined #sailfishos02:26
*** Morpog_PC___ has joined #sailfishos02:44
*** FlashAsparagus has joined #sailfishos02:47
*** FlashAsp_ has quit IRC02:50
*** Nekron has quit IRC02:59
*** master_of_master has quit IRC03:00
*** master_of_master has joined #sailfishos03:02
*** Kabouik has quit IRC03:14
*** sclukey has joined #sailfishos04:02
*** gexc has joined #sailfishos04:04
*** sclukey has quit IRC04:06
*** Morpog_PC___ has quit IRC04:21
*** marxistvegan has quit IRC04:55
*** furikku has joined #sailfishos04:58
*** Hijackal has joined #sailfishos05:30
*** tortoisedoc has joined #sailfishos05:39
tortoisedocjeee sunday morning ahoi!05:40
Stskeepsmorn05:46
tortoisedocStskeeps : do you ever sleep? :P05:52
Stskeepsyes but my kid wakes me up fr&&gen early05:52
dwangoACStskeeps: Heh05:56
dwangoACStskeeps: You have my sympathies05:56
dwangoACStskeeps: Our daughter recently came right into our room and climbed into bed and proceeded to kick us (unintentionally) until we got up05:57
dwangoAC*flop* *flop* *flop* *kick* *wiggle* "Are you awake yet, Daddy?"05:57
StskeepsdwangoAC: my son doesn't have terribly good ability to be gentle so when he wants to gently touch our faces he kinda just .. slaps05:58
dwangoACRandom question for the channel - I've built util-linux from git source; is there a way to install only unshare and not install anything else?05:58
dwangoACStskeeps: 1.5 years old?05:58
Stskeeps105:58
Stskeepswell, very soon 105:58
dwangoACYep, sounds about right05:59
dwangoACI remember that age05:59
*** Tofe|Away is now known as Tofe05:59
StskeepsdwangoAC: how did you build it?06:05
dwangoACStskeeps: Found my answer, by the way - don't bother doing a make install, just copy it to /usr/local/bin06:05
dwangoACStskeeps: I built the entire util-linux from source, but I really only want unshare so I can take advantage of CRIU06:05
dwangoACCRIU is... amazing.  Ever start a Linux program locally but then decide that it'd be handy to have in a screen / tmux session?  Now, you can just use CRIU to checkpoint that program, start screen / tmux, and restore the program06:05
dwangoAC...That sounded like an ad. :)06:06
dwangoACOh, and you can checkpoint and restore entire LXC containers.  And restore them on entirely different hosts.06:06
Stskeepsah06:10
tbrfor moving to a different pty there are several solutions, but that restoring to different machine sounds interesting (and dangerous)06:12
*** gexc_ has joined #sailfishos06:13
*** gexc has quit IRC06:13
dwangoACtbr: It's amazing that it works, and can work entirely in userspace06:14
dwangoACtbr: I'm using it for really, really strange reasons - I want to make a Tool-Assisted Speedrun of the game NetHack and I started work on the project along with ais523, the maintainer of the programming language INTERCAL.  I started in 2010 using VirtualBox, then moved to KVM, and now I'm trying out CRIU.06:15
*** remarc has joined #sailfishos06:18
*** tortoisedoc has quit IRC06:18
*** Nightmare__ has joined #sailfishos06:25
*** harha has joined #sailfishos06:29
*** Tofe is now known as Tofe|Away06:30
*** leinir has quit IRC06:35
*** leinir has joined #sailfishos06:38
*** tat has quit IRC06:39
*** FlashAsparagus has quit IRC06:39
StskeepsdwangoAC: O_o06:48
m4g0gwhy does childrenRect gives me loop binding if all child items have anchors?06:49
*** krendil_ has quit IRC06:51
*** roboro has quit IRC06:59
*** roboro has joined #sailfishos07:00
*** filippz has joined #sailfishos07:02
*** b0bben has joined #sailfishos07:26
*** wazd has joined #sailfishos07:27
*** SpeedEvil has quit IRC07:33
*** Umeaboy has joined #sailfishos07:37
*** BitEvil_ has joined #sailfishos07:41
*** mailyaseen has joined #sailfishos07:44
*** BitEvil_ is now known as SpeedEvil07:45
*** itbaron has joined #sailfishos07:49
stephghappy sunny sunday morning everyeone07:49
*** Naranek has quit IRC07:51
*** cnuke has quit IRC07:54
*** plfiorini has joined #sailfishos07:59
Umeaboystephg: Dito.08:01
UmeaboyFor me it's almost mid day.08:02
stephgas long as it's sunny ;)08:02
*** tat has joined #sailfishos08:05
*** alin has joined #sailfishos08:08
Umeaboystephg: Yes. And you as well?08:09
stephgoh yes, lovely morning here08:09
*** Naranek has joined #sailfishos08:09
*** kristoffer has joined #sailfishos08:14
Umeaboystephg: How long have you been using Sailfish? :)08:19
stephgI got my phone in December, so since then08:20
UmeaboyOoooh. OK.08:20
UmeaboyAnd you're from?08:20
UmeaboyI'm from Sweden.08:20
UmeaboyYeah, the country with da blondes.08:20
stephgI'm in London but I'm from all over ;)08:20
stephgbut I have always lived in the .uk08:21
*** TMavica has quit IRC08:21
*** filippz has quit IRC08:23
*** tat has quit IRC08:28
Umeaboystephg: Kewl. ;)08:28
*** Morpog_PC___ has joined #sailfishos08:28
*** gexc_ is now known as gexc08:29
*** faenil has joined #sailfishos08:31
*** b0bben has quit IRC08:32
*** b0bben has joined #sailfishos08:33
*** BasilSemuonov has joined #sailfishos08:34
*** Sir_herrbatka has joined #sailfishos08:35
*** martyone has joined #sailfishos08:36
*** b0bben has quit IRC08:38
*** tat has joined #sailfishos08:39
faenilmorning08:40
*** leinir has quit IRC08:44
*** Finlod has joined #sailfishos08:44
*** tat has quit IRC08:45
*** Nekron has joined #sailfishos08:47
*** leinir has joined #sailfishos08:48
*** Loris_ has joined #sailfishos08:50
*** cnuke has joined #sailfishos08:55
*** crazy_imp has quit IRC08:58
*** tat has joined #sailfishos08:59
*** crazy_imp has joined #sailfishos09:00
*** crazy_imp has joined #sailfishos09:00
*** Loris_ has quit IRC09:01
*** ericcc has joined #sailfishos09:04
*** Nekron has quit IRC09:08
kimmolinoon09:09
*** tat has quit IRC09:09
*** xerpi has joined #sailfishos09:10
*** ericcc has quit IRC09:10
stephgso it is09:11
*** spider-mario has joined #sailfishos09:11
kimmolithere is MouseArea, PinchArea... but why there is no PunchArea ?09:11
stephgPetArea?09:13
lbtit's Sailfish ... CaressArea09:17
stephgnot going for a full-on FondleArea ?09:18
*** freddeloy2 has joined #sailfishos09:18
*** Nekron has joined #sailfishos09:18
lbtoriginal "Gestures" openig text in the User Guide:  "Your Jolla enjoys being stroked in lots of different ways" ... they wouldn't let me keep that :)09:20
kimmolionFondlingStarted: { quit() }09:20
stephghehe to both of you :)09:20
*** faenil has quit IRC09:23
*** arcean has joined #sailfishos09:25
*** b0bben has joined #sailfishos09:30
*** karih_ has quit IRC09:33
*** m4g0g has quit IRC09:45
*** kunev has joined #sailfishos09:46
*** SfietKonstantin has joined #sailfishos09:47
*** M4rtinK has joined #sailfishos09:49
*** Almehdin has quit IRC09:52
*** b0bben has quit IRC09:57
*** b0bben has joined #sailfishos09:57
*** Sfiet_Konstantin has joined #sailfishos10:02
*** b0bben has quit IRC10:02
*** SfietKonstantin has quit IRC10:05
*** martyone_ has joined #sailfishos10:07
*** martyone has quit IRC10:12
*** edgar2 has joined #sailfishos10:15
*** Sail0r has joined #sailfishos10:15
*** Sfiet_Konstantin has quit IRC10:23
*** Zotan has joined #sailfishos10:26
*** jjarven has quit IRC10:27
*** martyone_ has quit IRC10:30
*** Nekron has quit IRC10:31
*** ndvl has joined #sailfishos10:32
*** Almehdin has joined #sailfishos10:32
*** nodevel has quit IRC10:32
*** Umeaboy has quit IRC10:33
*** igordcard has joined #sailfishos10:40
*** b0bben has joined #sailfishos10:41
*** wazd has quit IRC10:42
*** ndvl has quit IRC10:43
*** ndvl has joined #sailfishos10:43
*** jjarven has joined #sailfishos10:47
*** igordcard has quit IRC10:53
*** krendil_ has joined #sailfishos10:58
*** NindroidX has joined #sailfishos11:04
*** nodevel has joined #sailfishos11:05
*** ndvl has quit IRC11:05
*** igordcard has joined #sailfishos11:07
*** nodevel has quit IRC11:15
*** nodevel has joined #sailfishos11:15
*** Sail0r has quit IRC11:17
*** b0bben has quit IRC11:19
*** Sail0r has joined #sailfishos11:19
*** b0bben has joined #sailfishos11:19
*** m4g0g has joined #sailfishos11:23
*** b0bben has quit IRC11:23
*** msava has joined #sailfishos11:34
*** b0bben has joined #sailfishos11:45
MSameervgrade: thanks to lbt, OBS is back. I think now you can push the shiny new bits for N9 :)11:49
*** tat has joined #sailfishos11:49
*** tat has quit IRC11:51
*** wazd has joined #sailfishos11:52
*** Finlod has quit IRC11:56
*** igordcard has quit IRC12:00
*** kunev has quit IRC12:01
*** b0bben has quit IRC12:02
*** b0bben has joined #sailfishos12:02
*** Sailor6916_ has quit IRC12:03
*** gogeta_ has joined #sailfishos12:04
*** M4rtinK2 has joined #sailfishos12:06
*** b0bben has quit IRC12:06
*** lpotter has quit IRC12:06
*** lpotter has joined #sailfishos12:06
*** freedomrun has quit IRC12:16
*** AlmAck has joined #sailfishos12:16
vgradeMSameer: project creation is not working for me12:16
MSameerwhy do you need a new project?12:17
MSameerlbt: ^^^12:17
vgradeas an area for me to test changes12:19
MSameeric12:20
MSameergot it now too12:20
MSameer500: Internal Server Error12:20
MSameerlbt: "500: Internal Server Error" when trying to create a new project (OBS)12:20
*** Sail0r has quit IRC12:20
*** mailyaseen has quit IRC12:20
*** Sail0r has joined #sailfishos12:21
vgradeI reported to lbt yesterday, branching also not workng12:21
MSameervgrade: I can offer you one of my subprojects to use :D12:21
MSameer(not sure it helps or not)12:21
vgradeI can probably use my toplevel home for now12:24
*** Sail0r has quit IRC12:25
MSameerI have a branch off devel:hw:ti:omap3:n9xx-common12:25
M4rtinK2OBS is back again, nice! :)12:25
M4rtinK2just in time for modRana release :)12:25
MSameerI took the chance and pushed a cameraplus update too ;)12:26
M4rtinK2well, looking at the scrollback, hopefully it is working enough for my needs :D12:26
MSameerM4rtinK2: what are your needs?12:26
M4rtinK2well, I use it for all package building12:26
M4rtinK2I don't use the SDK at all :)12:26
MSameersame here12:27
MSameerthat worked for me12:27
lbtvgrade: branching works for me12:27
M4rtinK2MSameer: well, just building a package against the Sailfish target12:27
M4rtinK2good to hear that :)12:27
* lbt is about to go out though - confirm issues and highlight me in #mer12:27
MSameerM4rtinK2: worked for me <1hour ago12:27
*** mailyaseen has joined #sailfishos12:27
vgradelbt: still getting the "don't know how to create a key"12:28
lbtvgrade: ie it worked after I fixed it - it was broken12:28
lbtah well12:28
*** RoKenn has joined #sailfishos12:31
*** mhall119 has quit IRC12:32
*** mhall119 has joined #sailfishos12:34
*** Kabouik has joined #sailfishos12:38
*** plfiorini has quit IRC12:40
*** nodevel has quit IRC12:45
*** ndvl has joined #sailfishos12:45
*** Morpog_PC___ has quit IRC12:46
M4rtinK2oh, the live log is working, nice! :)12:47
M4rtinK2and the modRana package builds within about 60 seconds, nice! :)12:47
M4rtinK2oh and we now also have source RPMs! :)12:48
M4rtinK2and build statistics! :)12:49
*** Almehdin has quit IRC12:51
*** jjarven has quit IRC12:54
MSameerhave not noticed those12:54
tbrcool shizz, should go and stress it a bit with Chum12:54
MSameerI am even thinking about setting up a local sailfish target and build my stuff locally12:54
tbrlocal obs or just a osc build type thing?12:56
MSameeri wish I'd know how to set up my local OBS12:56
MSameerthat would be better12:56
MSameerbut since I have no idea how, I will have to use a chroot + mb212:56
Stskeepsit's a little like jumping into traffic, frogger style..12:57
tbrI went through that with Stskeeps in the past :)12:57
tbrit's not thaat hard12:57
MSameeri can do it if I get the first 2 tips ;)12:57
tbrosc build should give you that chroot AFAIU12:58
MSameeryup12:58
MSameerI am building stuff in Mer OBS which I am not entirely sure I should be building12:58
*** marxistvegan has joined #sailfishos12:58
MSameerand harbour rules force me to attach various tarballs of binaries :p12:59
tbrI opted to ifdef the harbour hacks13:00
tbrand exclude them when I build things on OBS13:00
MSameeri have no harbour hacks to ifdef13:00
MSameeri build the RPMS I upload to harbour in obs13:00
tbr"various tarballs of binaries" counts as a hack for me13:00
MSameerthey are dependencies13:01
MSameerbut the code itself is generic13:01
tbryes, if I build packages with dependencies, I resolve them as packages on OBS13:01
tbrif I would submit to harbour, I would only then include the binaries13:01
MSameerdo you want me to rebuild world in obs ? :D13:01
tbrwe seem to be talking about different things13:02
tbrbut if you ship world through harbour...13:02
MSameerseems so13:02
MSameeri am talking about the dependencies I need to bundle with the app13:04
MSameerand as I bundle libdl and glibc, I don't want to rebuild them13:04
*** vakkov has quit IRC13:09
*** dawnbringer has joined #sailfishos13:13
*** Almehdin has joined #sailfishos13:14
M4rtinK2IIRC osc build worked on the MeeGo OBS13:19
M4rtinK2should work even now I guess13:19
M4rtinK2BTW, other improvements I've spotted so far:13:19
M4rtinK2* you get direct links to a successfully built package13:20
M4rtinK2* package dependencies are listed13:20
M4rtinK2* still seem to be as fast as before or even faster! :)13:20
M4rtinK2* build log has time-elapsed timestamps13:20
*** jjarven has joined #sailfishos13:23
*** rashm2k1 has joined #sailfishos13:27
*** Nightmare__ has quit IRC13:27
*** Nichope has joined #sailfishos13:30
*** Umeaboy has joined #sailfishos13:34
*** wazd has quit IRC13:38
marxistveganodd situation last night  my n9 rebooted and would not load harmattan, sailfish still works, just odd13:38
*** Sequenced has joined #sailfishos13:38
Stskeepswe aren't as picky on the battery bootup times13:38
Stskeepstbr: i will admit i don't recall ever setting up a obs with you.. i must be getting old and senile13:39
*** disharmonic has joined #sailfishos13:40
Umeaboystephg: Wow! It's so darn hot here in Umeå now.13:40
UmeaboyFeels like a sauna in my flat now.13:41
*** Sequenced_ has quit IRC13:41
*** ndvl has quit IRC13:42
*** ndvl has joined #sailfishos13:42
*** meetingcpp has joined #sailfishos13:43
*** alin has quit IRC13:47
*** Almehdin has quit IRC13:47
*** Almehdin has joined #sailfishos13:47
*** mailyaseen has quit IRC13:53
M4rtinK2well then, new modRana is out: http://talk.maemo.org/showpost.php?p=1428708&postcount=158713:53
*** Nekron has joined #sailfishos13:54
Stskeepswoo13:54
M4rtinK2should give big tile loading speed improvements13:54
*** killSwam has joined #sailfishos13:54
M4rtinK2openrepos link: https://openrepos.net/content/martink/modrana-013:55
Stskeepsoh wow, the silica port looks quite nice compared to old days13:55
M4rtinK2on a related note, the asynchronous handling API & image caching in Qt suck!13:55
M4rtinK2can't really count the time wasted working around it :P13:56
M4rtinK2Stskeeps: yeah, it needs to look nice :)13:56
* Umeaboy longing after a Sailfish OS-rom for i9305.13:56
*** FlashAsparagus has joined #sailfishos13:58
M4rtinK2Stskeeps: btw, the same codebase looks like this when started on desktop: http://modrana.org/images/qt5_gui/13:58
Stskeepsnod13:58
Schrostfutzhi, do you think sailfish OS will be available soon for the oneplus one?13:58
StskeepsSchrostfutz: we're pushing out hardware adaptation development kit any day now, if there's a AOSP-base source tree for it or cyanogenmod, you're likely to be able to get it working13:59
vgradeSchrostfutz: send us one13:59
M4rtinK2Stskeeps: I made a common API layer, so that the modRana GUI code does not depend on a platform specific QtQuick component set13:59
Stskeepsnod14:00
M4rtinK2Stskeeps: currently supports using Silica and Controls as backend and I plan to support Glacier once it stabilizes14:00
M4rtinK2Stskeeps: code is here: https://github.com/M4rtinK/universal-components14:00
*** FlashAsp_ has joined #sailfishos14:01
*** FlashAsparagus has quit IRC14:02
MSameerSchrostfutz: I personally would like to get sailfish on oneplus but I am unable to get that phone until now14:04
MSameerStskeeps: oneplus ships with CyanogenMod :)14:06
Stskeepsnod14:06
*** FlashAsp_ has quit IRC14:06
Stskeepsdoesn't always mean == buildable ;)14:06
*** Almehdin has quit IRC14:06
MSameerhow come?14:07
MSameerwhat should I look for?14:07
MSameerI don't want to buy a phone that is locked to android only14:07
Stskeepswell, find a build guide is usually good14:07
MSameeraha14:07
MSameeri guess not before the phone is widely available14:07
*** Morpog_PC___ has joined #sailfishos14:14
* MSameer whispers in Morpog_PC___'s ears: "crash bug"14:15
*** gogeta_ has quit IRC14:15
*** freddeloy2 has quit IRC14:23
*** Lipevakala has joined #sailfishos14:23
*** FlashAsparagus has joined #sailfishos14:28
*** FlashAsp_ has joined #sailfishos14:31
tbrStskeeps: it was back when setting up an OBS for MeeGo was rocket surgery. I followed your reference guide and contributed some improvements. Back then it was about private OBS for e.g. application development.14:32
tbrshould I look up the #meego logs? ;)14:32
Stskeepsah14:33
Stskeepsnow i recall14:33
*** FlashAsparagus has quit IRC14:33
tbrI recently junked the OBS machine I had at work shortly after that. It even did OBS builds for Maemo.14:34
MSameertoo bad that page is not available14:34
tbrnowadays it's a bit different. I'm not even sure this would still apply.14:35
MSameerwell, I don't have 2 gigs of RAM for the obs appliance so I guess I will ignore the whole thing14:36
tbrbasically what you will want to do (lbt please correct me!) is that you set up your private OBS and set up an OBS link to the Mer OBS so that you can suck in the targets from there14:36
MSameeri found a guide online which covers the basics14:36
tbryeah, OBS just for a local work flow is a bit huge14:36
MSameerstill trying to see how much resources it needs14:36
*** FlashAsp_ has quit IRC14:36
tbrStskeeps or lbt should be able to answer with specifics about the mer OBS setup, but probably won't know the lower boundaries.14:37
MSameerguess i need to get my hands dirty :D14:37
marxistveganhey all maybe this is documented but I am running 1.0.2.5 and with the n9 and I get an error with the cameraplus saying nothing provides libhardware.so.2 any solution for this?14:38
* tbr goes out for a walk14:41
*** Lipevakala has quit IRC14:41
*** Morpog_PC__ has joined #sailfishos14:42
*** plfiorini has joined #sailfishos14:42
*** Morpog_PC___ has quit IRC14:45
*** Morpog_PC has joined #sailfishos14:45
*** Almehdin has joined #sailfishos14:46
*** Morpog_PC__ has quit IRC14:47
MSameermarxistvegan: cameraplus will not work on N9 ATM14:47
MSameermarxistvegan: would you be willing to contribute to an N9 port?14:47
marxistveganMSameer: what would I need to do ?14:47
MSameermarxistvegan: some testing + some coding (not that much)14:48
MSameerI currently have it working for harmattan and jolla phones14:48
marxistveganMSameer: probably more on the testing side than coding14:48
MSameerN9 needs more work14:48
marxistveganMSameer: i have to reinstall harmattan apparently cause last night it decided to stop working, though I have not tried to hack it today14:49
marxistveganbut i would be up for testing14:49
MSameerharmattan version works the best14:50
MSameerit relies on all the gstreamer components done by Nokia14:50
MSameerjolla phone port is in progress and I had to write all the gstreamer bits from scratch14:50
MSameersailfish on N9 will need some gstreamer elements to be written and maybe some tweaks here and there14:51
MSameer+ a set of ini configuration files to tell the application how to behave correctly14:51
marxistveganMSameer: are you running an n9 yourself?14:53
MSameeri am running harmattan myself on n914:53
marxistveganMSameer: have you looked at the n9 kernel development?14:54
*** RoKenn has quit IRC14:54
MSameerno14:54
*** Sailor6916_ has joined #sailfishos14:54
MSameerproblem with n9 is:14:54
MSameerno dsp decoders and encoders available14:54
MSameerI can get the needed stuff from harmattan but we cannot host them in obs14:54
marxistveganobs?14:54
MSameerand we need a gstreamer sink for rendering because the harmattan one depends on X which sailfish does not have14:55
marxistveganahhh14:55
marxistveganit is wayland right?14:55
MSameerobs = open build service (the place that has all the packages which we use to create the sailfish n9 images)14:55
MSameervgrade uses it rather14:55
MSameeryes it's wayland14:56
MSameeri personally don't mind working on the needed stuff but I can't maintain 3 separate ports alone14:56
marxistveganMSameer: yeah wish that part was a little easier to maintain though being a fan of debian I wish sailfish had stuck with the deb packaging but i understand it is not easy to maintain14:58
MSameerme too I wish the same14:58
MSameerit should be simple once we have the initial bits and pieces in place14:59
*** javispedro has joined #sailfishos14:59
MSameerbut i will need help doing it15:02
*** NindroidX_ has joined #sailfishos15:02
*** filippz has joined #sailfishos15:03
*** NindroidX has quit IRC15:04
marxistveganMSameer: where do you host your code?15:06
*** phlixi_ has quit IRC15:11
*** BeholdMyGlory has joined #sailfishos15:12
*** Nightmare__ has joined #sailfishos15:12
*** Nightmare__ has quit IRC15:13
MSameermarxistvegan: gitorious15:13
MSameerhttps://gitorious.org/cameraplus/cameraplus/source/d7d4b680b0e55aeb6a593eb50d1fd3fb0e7b76ec:15:13
MSameerthe jolla phone gstreamer bits are not public yet15:14
* marxistvegan goes to watch it15:14
*** yulimoto has quit IRC15:14
*** SeekingFor has quit IRC15:14
marxistveganMSameer: just to be clear this is more hobby level for me cause most of my time is consumed by web development stiff15:15
*** leinir has quit IRC15:15
marxistvegandamn gitorious it fails to let me watch15:15
MSameerit's a hobby for me too :)15:15
*** leinir has joined #sailfishos15:15
MSameeri am considering a move to github but too lazy to do it15:16
*** Merbot has joined #sailfishos15:19
marxistveganMSameer: look at this one on gitorious https://gitorious.org/projects/pumpa/issues15:19
marxistveganit has a bug tracker15:19
marxistvegannot sure how to enable it though15:19
MSameerodd15:19
MSameerhow did they get that15:20
*** SeekingFor has joined #sailfishos15:20
marxistveganlet me go ask him I know him15:20
*** xerpi has quit IRC15:20
*** zuh has joined #sailfishos15:21
MSameerhttps://identi.ca/larjona/note/XOKZX2-IQFeM34-9dslnbg15:22
MSameerNot for everyone yet, apparently, but still... nice =)15:22
MSameerJanKusanagi at 2 months ago15:22
MSameer:(15:22
marxistveganMSameer: are you on identi.ca?15:24
MSameernop15:24
marxistveganor a gnusocial/statusnet instance?15:24
*** Morpog_PC__ has joined #sailfishos15:24
MSameeronly on twitter :(15:24
MSameerwhy?15:24
MSameeri am usually too busy following up on social media15:25
MSameerit does seem that there is /projects/pumpa15:25
MSameerbut for me it's /cameraplus15:25
MSameerso I wonder15:25
marxistveganMSameer: cause i am maintaining a gnusocial instance and working on a larger one for the organization that we host our site on15:26
MSameeric15:26
marxistveganMSameer: this works https://gitorious.org/projects/cameraplus/issues15:26
MSameerthis is really strange15:27
MSameerseems /projects/<foo>/issues would work15:27
MSameerbut /projects/<foo> does not15:27
*** Morpog_PC has quit IRC15:28
MSameerbut it's great to have it at last :D15:28
MSameermarxistvegan: thanks for that :)15:28
* MSameer will start pushing stuff there15:28
marxistveganMSameer: no problem...glad I found out how as well15:28
*** R-Z has joined #sailfishos15:29
*** FlashAsparagus has joined #sailfishos15:33
*** FlashAsparagus has quit IRC15:37
marxistveganMSameer: so it is suggested to link to the issues on your project page15:40
MSameeryup15:40
MSameerI need to do that15:41
*** TMavica has joined #sailfishos15:41
*** autoprime1 has quit IRC15:42
*** autoprime1 has joined #sailfishos15:42
*** plfiorini has quit IRC15:44
*** NindroidX_ has quit IRC15:45
*** dhbiker has joined #sailfishos16:04
SchrostfutzMSameer: thats nice to hear. Ill look forward to a version. I have no idea what it takes to run an OS on a specific smartphone... Is there any resource I could read up on that topic?16:11
MSameerI don't understand the question :)16:11
Schrostfutzsorry16:12
Schrostfutzwhat has to be done to run i.e. sailfish OS on a smartphone like the 1+ one? On my PC I can just boot any iso, why isnt it that easy on smartphones?16:13
MSameermarxistvegan: I moved almost all of the issues here now https://gitorious.org/projects/cameraplus/issues16:13
MSameermarxistvegan: thanks to you :)16:13
marxistveganMSameer: :)16:13
MSameerSchrostfutz: it differs between OSs16:13
MSameerSchrostfutz: for sailfish, you need the android adaptation and the source code for the linux kernel16:14
MSameerSchrostfutz: and some android headers16:14
MSameerSchrostfutz: but I am sure Stskeeps can give more details16:15
MSameerthe android adaptation binaries can be obtained from the running phone so that's not a big issue16:15
*** raa70 has quit IRC16:16
Schrostfutzis there a wiki page regarding that process maybe?16:17
MSameernot yet but as Stskeeps said, we will be releasing the hardware adaptation development kit soon16:17
MSameerSchrostfutz: do you already have a oneplus phone?16:18
SchrostfutzMSameer: ah, okay!16:18
*** filippz has quit IRC16:19
SchrostfutzMSameer: not yet, but Id like to get one as soon as they are available. But I dont want to use android anymore which is why I hope it will be usable with Sailfish OS16:19
MSameerSchrostfutz: you have 2 options: Either get the phone and take the risk or wait until I get the phone (Assuming I'd be interested in it by the time it becomes really available)16:19
MSameerI'd also love to get that phone but I am not going to run android16:20
Schrostfutzsame here :D the other option would be getting a used jolla but it has not the one`s specs =/16:20
*** Morpog_PC__ has quit IRC16:22
MSameernothing has the specs of one16:24
*** north has joined #sailfishos16:35
northHi Stskeeps16:35
northI bought a Nokia N900 mobile today16:35
northand the guy I bought from has four more devices available16:36
northand 4 N9 devices too16:36
Stskeepsok, good for you i guess ;) we don't really support sailfishos on there, but some community members work to make it work16:37
northYes. I just bought it to try nemomobile on a spare device.16:37
Stskeepsnod16:38
northAnd especially Mer16:38
north:D16:38
*** north has quit IRC16:39
*** kunev has joined #sailfishos16:47
*** Arkkis has quit IRC16:50
SchrostfutzMSameer: thats true, I meant that it is better equipped than the jolla16:50
*** Arkkis has joined #sailfishos16:50
MSameerSchrostfutz: I agree it's good specs but will it really hold?16:51
MSameerI am not the guy who changes his phone every year or two16:51
SchrostfutzMSameer: Me neither... unfortunatly you dont know yet because its their first phone.16:52
MSameeryes16:52
*** edgar2 has quit IRC17:03
*** dr_gogeta86 has quit IRC17:09
*** dr_gogeta86 has joined #sailfishos17:09
*** gogeta has joined #sailfishos17:10
*** ziggy42 has joined #sailfishos17:17
*** PMG has quit IRC17:23
*** kimmoli has quit IRC17:23
*** petrisi has quit IRC17:23
*** clopez has quit IRC17:23
*** petrisi has joined #sailfishos17:24
*** PMG has joined #sailfishos17:24
*** kimmoli has joined #sailfishos17:24
*** clopez has joined #sailfishos17:24
*** tat has joined #sailfishos17:29
*** Morpog_PC__ has joined #sailfishos17:33
Morpog_PC__MSameer, I couldn't reproduce yet17:35
MSameerno worries then17:35
Morpog_PC__caf on video seems to be buggy17:36
MSameerhow ?17:36
*** plfiorini has joined #sailfishos17:36
Morpog_PC__tages ages sometimes to refocus17:36
Morpog_PC__takes17:36
MSameershould be similar to jolla camera17:36
Morpog_PC__nah, it's whole different17:36
MSameerodd17:36
Morpog_PC__jolla camera refocuses really bad17:36
Morpog_PC__not smooth at all17:37
Morpog_PC__cameraplus does a good job there17:37
MSameerin image or video modes?17:37
Morpog_PC__but less reliable17:37
Morpog_PC__video17:37
MSameerthat is strange17:37
Morpog_PC__try it with holding your fingers in front of it17:37
MSameerwhile recording I assume?17:38
Morpog_PC__yes17:38
gogetasorry for the raid17:41
MSameereither it does not refocus when I hold my finger17:41
MSameeror i am imagining17:41
gogetaMSameer: the real diffeence beetwen stock and camera plus ? When acquiring Images ?17:41
Morpog_PC__here it did refocus to finger, but after that when i put finger away, it doesnt refocus again to background17:41
MSameergogeta: where is the question ? :)17:42
*** arcean_ has joined #sailfishos17:42
MSameerMorpog_PC__: do you have a gitorious account?17:42
Morpog_PC__MSameer, no only github17:42
MSameerI can file an issue  but can you add more details?17:42
MSameerok17:42
MSameerto be honest, I am not sure I can see much difference but I will try to see from the logs17:43
Morpog_PC__MSameer, tried to reproduce again, this time caf worked reliable :(17:44
*** arcean has quit IRC17:44
*** gexc has quit IRC17:45
MSameerMorpog_PC__: I might know why17:45
MSameerhttps://gitorious.org/projects/cameraplus/issues/29 <-- I created an issue anyway17:45
*** TMavica has quit IRC17:46
Morpog_PC__great, will have an eye on it if it happens again and if tehre is something special that makes it happen17:46
MSameerit might be that it happens only on the first time17:47
Morpog_PC__yeah was first video record after I updated the app17:47
MSameerto be honest, I would not rely much on it ATM17:48
MSameerespecially for video recording17:48
*** freddeloy2 has joined #sailfishos17:49
coderus can't do anything because no documentation and waiting answer from developers-care takes ages :D17:50
MSameercoderus: what's the issue?17:51
coderusMSameer: CameraExtensions :)17:51
coderusit setting own parameters nad because of that i cant use 640x48017:51
coderuswithout extensions all okay :)17:51
*** freddeloy2 has quit IRC17:51
MSameercoderus: give me a standalone test that uses camera extensions and I can help you to debug it17:51
*** Umeaboy has quit IRC17:52
MSameerand I also don't understand why would you use that to begin with :p17:52
*** harha has quit IRC17:52
coderusbut i need way to change camera devicea dn write metadata :D17:52
MSameerchanging device can be done via C++17:52
coderusMSameer: i dont want to bundle 5MB for recording video, thanks :D17:53
MSameeryou need to glue the qml and C++ together17:53
*** harha has joined #sailfishos17:53
MSameerand the same goes for meta data17:53
MSameercoderus: creating the glue is not 5M :)17:53
coderusMSameer: i'm using Multimedia stuff and you can't help me with that17:53
coderusi dont even want to start describing my problems17:53
coderusbevause i know your answer :D17:53
MSameerok17:53
* MSameer goes somewhere else17:54
gogetacoderus: you funny17:54
coderusMSameer not using Multimedia blah-blah and cant help you, ask question in developers-care blah-blah :D17:54
MSameercoderus: i am not saying blah blah17:54
coderusi just shortened the story :)17:55
gogetacoderus: i can't send sailshot screenshot anymore17:55
gogetawhy ?17:55
MSameerI am telling you to glue it together17:55
MSameerC++ and QML layer and have your own C++ class that does exactly what camera extensions does17:55
coderusMSameer: glue what? i'm not using gstreamer directly, just QtMultimedia stuff17:55
MSameerand it'd take you less time to do it17:55
MSameercoderus: glue qt multimedia device control (or whatever the class is called) to your qml17:56
MSameerqtmultimedia is usable for simple apps but it's not usable for my needs17:56
coderusMSameer: i already send you part  of code showing what i already using Qt+QML code :D17:56
*** Morpog_PC__ has quit IRC17:56
MSameerso it should work for you17:56
coderusgogeta: who knows?17:56
MSameercoderus: you already said that you got camera to work with qtmultimedia17:57
MSameerand you have issues when you introduce camera extensions17:57
MSameerand you need camera extensions to write meta data and to change the device17:57
*** Morpog_PC has joined #sailfishos17:58
MSameerI am telling you that you can do your own C++ class that replaces camera extensions and keep using qtmultimedia17:58
MSameerand it'd take you less time17:58
MSameerso I don't see where is the blah blah in what I am saying17:58
coderusMSameer: sure, but i dont know all operations id does exactly17:59
coderusi asked if you yesterday and you said i should ask help from developers-care17:59
coderustoday you trying to help me? :)18:00
coderuswhy? :)18:00
MSameerbecause I got a new idea that might help18:00
MSameerso I am telling you the idea18:00
coderus:D18:00
MSameerI did not refuse to help you yesterday.18:00
*** Sailor6916_ has quit IRC18:01
MSameerI am _not_ going to check the qtmultimedia code because that is something you can do already18:01
MSameeranyway, I apologize for trying to help and/or wasting your time18:01
*** harha has quit IRC18:04
coderusif i can know what exactly cameraextensions does i did that already18:04
coderusbut i dont :)18:04
*** sclukey has joined #sailfishos18:05
*** Nichope has quit IRC18:05
*** edgar2 has joined #sailfishos18:09
*** gogeta has quit IRC18:13
*** Sail0r has joined #sailfishos18:13
*** marxistvegan has quit IRC18:16
coderusMSameer: and sorry for not getting help from you. Yesterday i lost 1 hour with you trying to help me. But final "I dont know QtMultimedia, ask maintainer" just killed me :D18:20
coderusMSameer: don't try to help if you dont want to18:20
coderusMSameer: but thanks for earlier common ideas :)18:20
coderusMSameer: i see you good at this, but not api part interesting for me.18:21
coderusMSameer: and no offense and nothing personal please :)18:21
*** Sfiet_Konstantin has joined #sailfishos18:21
*** HJL has joined #sailfishos18:22
*** HJL is now known as Guest7466418:22
coderusjust development, just api, and nothing personal :)18:23
*** raa70 has joined #sailfishos18:27
MSameercoderus: qtmultimedia has its own strong points anyway so stick to what you want18:32
MSameercoderus: qtmultimedia has its own strong points anyway so stick to what you works for you best18:32
*** SfietKonstantin has joined #sailfishos18:34
*** Sfiet_Konstantin has quit IRC18:35
*** wazd has joined #sailfishos18:38
*** harha has joined #sailfishos18:42
*** furikku has quit IRC18:44
*** scharel has joined #sailfishos18:48
lbtvgrade: re-fixed the create/branch pkg problem18:51
Stskeepslbt: doing osc -A https://api.merproject.org rebuild --all mer-core:i486:devel18:53
lbtok18:53
*** harha has quit IRC18:56
*** jstaniek has joined #sailfishos18:57
*** ziggy42 has quit IRC18:57
*** phaeron has joined #sailfishos18:58
lbtand off it goes19:00
*** ziggy42 has joined #sailfishos19:00
* Stskeeps looks for flames19:01
Stskeepswow19:01
Stskeepsso fast ui19:01
lbtall workers busy - but...19:01
vgradehow long does that usually take Stskeeps19:01
lbtresponse from watcher for http://cmds:8002/public19:01
lbt503 remote error: Service Unavailable19:01
Stskeepshmmm19:01
lbtyes - ui is great19:01
Stskeepswatcher is ok19:01
lbtsome delete actions are slow (pkg/prj)19:02
Stskeepsanything building on workers?19:02
lbtyes - all full19:03
lbtfew idle now19:03
Stskeepsok, though i meant more like if build jobs factually staretd19:03
lbtphost5 finished "build nss.spec" at Sun Jun  8 19:03:21 UTC 2014.19:04
lbtit's just quite fast19:04
lbt[   65s] phost5 finished "build rpm.spec" at Sun Jun  8 19:04:42 UTC 2014.19:04
lbt[   67s] phost9 finished "build groff.spec" at Sun Jun  8 19:04:58 UTC 2014.19:05
Stskeepsi'm trying to access build logs off https://build.merproject.org/project/monitor/mer-core:i486:devel?arch_i586=1&building=1&defaults=0&repo_Core_i486=1 without much luck19:05
lbtworks for me19:06
Stskeepsok, maybe just slow browser19:06
Stskeepshttps://build.merproject.org/build/mer-core:i486:devel/Core_i486/i586/popt/_log ?19:07
lbtalso it is a quick ui but I think it needs to be rendered and then cached19:07
*** kunev has quit IRC19:07
Stskeepsfun "authentication_required(User '' did not provide a password):19:07
Stskeeps"19:07
Stskeepserror19:07
lbtdo you see the log ?19:08
Stskeepsnop19:08
lbtok - I do19:08
Stskeepsi'm logged in and all19:08
vgradebuild logs are slow here19:08
vgradebut they do pop up after 20/30 seconds19:09
lbt*nod*19:09
*** marxistvegan has joined #sailfishos19:10
lbtnb ... https://build.opensuse.org/package/show/OBS:Server:2.5/createrepo19:10
vgradebuild logs were ok when I tested single builds yesterday19:10
lbtvgrade: it's possible that we're loading the vpn which I have to use between workers and main b/e19:11
*** meetingcpp has quit IRC19:13
lbtdunno where --unique-md-filenames comes from19:14
*** plfiorini has quit IRC19:14
Stskeepsgrep?19:14
*** javispedro has quit IRC19:15
lbtit's on ^^19:15
* lbt osc co's19:16
Stskeepsnot sure why i'm talking in here.. :P19:16
lbtI did wonder ...19:16
*** lainwir3d has joined #sailfishos19:16
*** Guest74664 has quit IRC19:17
*** marxistvegan has left #sailfishos19:18
*** Elleo has quit IRC19:20
*** Elleo has joined #sailfishos19:21
*** Elleo has joined #sailfishos19:21
*** sclukey has quit IRC19:22
FireFlyWhy not..19:29
lbtbecause it's really about Mer, not Sailfish :)19:32
*** edgar2 has quit IRC19:32
lbtand most of the previous conversation was there19:32
lbtbut you get used to people drifting across channels...19:32
lbtah ... from yet another channel:   [08/06/2014 20:26] <Stskeeps> i've had a martini or two .....19:33
*** piggz has joined #sailfishos19:33
Stskeepsoi19:34
Stskeeps:P19:34
FireFly^_^19:34
lbt*g*19:35
* stephg now wondering where #mer-martini is and why he wasn't invited19:35
* lbt fancies a drambuie now...19:35
* Stskeeps passes lbt a belgian cider19:36
lbthaha19:37
lbtmmm ... 15yo Drambuie - nice19:37
*** situ has quit IRC19:39
*** situ has joined #sailfishos19:41
*** itbaron has quit IRC19:46
*** wazd has quit IRC19:54
*** wazd has joined #sailfishos19:55
*** alin has joined #sailfishos19:56
*** alin has quit IRC19:56
*** alin has joined #sailfishos19:56
Bysmyyrcoderus: any idea, mk do not connect19:56
coderusBysmyyr: go to settings and switch server to another? :)19:58
Bysmyyrnot help20:00
*** xerpi has joined #sailfishos20:00
Bysmyyrsame problem in my girlfriends phone,worked and then shut in and then not working. I updated both today20:03
Bysmyyrjust say connecting20:05
*** xerpi has quit IRC20:06
*** xerpi has joined #sailfishos20:06
*** Andrea has joined #sailfishos20:08
*** Andrea has quit IRC20:08
scharelBysmyyr: I currently have the same problem, could be a problem with whatsapp servers20:09
Bysmyyrok20:10
*** b0bben has joined #sailfishos20:10
Bysmyyrthen next try tomorrow20:10
Bysmyyrgood night20:10
scharelSystem status says: Email, Chat & Registration  unavailable20:10
scharelgood night20:10
*** ziggy42 has quit IRC20:13
*** harha has joined #sailfishos20:14
coderusscharel: exactly20:19
coderusit's why i added this to application20:20
Bysmyyrâsecond time I saw r-that also, but maybe littlebit too fast20:21
scharelcoderus: it's a nice feature because the last tweet from @wa_status is from Feb 2220:22
*** Sailor6916_ has joined #sailfishos20:23
coderusscharel: android whatsapp have same feature, just not so much details. it's only tell if whatsapp experiencing some problems or all working fine :)20:24
*** Nightmare__ has joined #sailfishos20:40
*** olafh has joined #sailfishos20:43
*** Hijackal has quit IRC20:50
*** Sir_herrbatka has quit IRC20:50
*** scharel has quit IRC20:51
*** dawnbringer has quit IRC20:55
*** artemma has quit IRC20:56
*** artemma has joined #sailfishos20:59
*** m4g0g has quit IRC21:03
*** jjarven has quit IRC21:04
*** marxistvegan has joined #sailfishos21:13
*** harha has quit IRC21:16
*** Sequenced_ has joined #sailfishos21:19
*** artemma has quit IRC21:21
*** sledges has quit IRC21:21
*** sledges_ has joined #sailfishos21:22
*** piggz has quit IRC21:22
*** sledges_ is now known as sledges21:22
*** sledges has joined #sailfishos21:22
*** Sequenced has quit IRC21:22
*** javispedro has joined #sailfishos21:23
*** artemma has joined #sailfishos21:24
*** jjarven has joined #sailfishos21:24
*** lainwir3d has quit IRC21:27
*** spider-mario has quit IRC21:28
*** artemma has quit IRC21:28
*** Sail0r has quit IRC21:30
*** Sail0r has joined #sailfishos21:30
*** artemma has joined #sailfishos21:32
*** Sail0r has quit IRC21:35
*** oniongarlic has quit IRC21:38
*** Nightmare__ has quit IRC21:39
*** Khertan has quit IRC21:53
*** KhertanAtwork has joined #sailfishos21:54
*** b0bben has quit IRC22:02
*** b0bben has joined #sailfishos22:03
*** rashm2k1 has quit IRC22:04
*** b0bben has quit IRC22:07
*** BasilSemuonov has quit IRC22:09
*** Zotan has quit IRC22:23
*** M4rtinK2 has quit IRC22:37
*** jstaniek has quit IRC22:46
*** guimendes has joined #sailfishos22:48
*** Dazzozo has quit IRC22:48
*** Dazzozo has joined #sailfishos22:49
*** AlmAck has quit IRC22:51
*** M4rtinK has quit IRC22:53
*** disharmonic has quit IRC22:55
*** martyone_ has joined #sailfishos23:10
*** arcean_ has quit IRC23:13
*** Dazzozo has quit IRC23:23
*** Dazzozo has joined #sailfishos23:23
*** martyone_ has quit IRC23:26
*** xerpi has quit IRC23:26
*** artemma has quit IRC23:31
*** olafh has quit IRC23:35
*** artemma has joined #sailfishos23:36
*** wazd has quit IRC23:45
*** FlashAsparagus has joined #sailfishos23:53
*** alin has quit IRC23:55

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