*** Zotan has quit IRC | 00:00 | |
*** igordcard has quit IRC | 00:02 | |
*** sclukey has quit IRC | 00:12 | |
*** M4rtinK has quit IRC | 00:12 | |
*** gigetoo has quit IRC | 00:15 | |
*** gigetoo has joined #sailfishos | 00:16 | |
*** msava has quit IRC | 00:39 | |
*** jjarven has quit IRC | 00:40 | |
*** uvatbc has joined #sailfishos | 00:43 | |
*** uvatbc has left #sailfishos | 00:43 | |
*** jjarven has joined #sailfishos | 00:57 | |
*** freedomrun has quit IRC | 01:08 | |
coderus | MSameer: thanks for orientation sensor idea for camera, i have great ui now :) | 01:09 |
---|---|---|
MSameer | which idea ? :) | 01:10 |
* MSameer does not remember | 01:10 | |
coderus | MSameer: lock page orientation to landscape, but using orientation sensor :) | 01:10 |
MSameer | so you don't lock it now? | 01:10 |
MSameer | nice | 01:10 |
MSameer | I am trying to take all those calculations into a class | 01:11 |
MSameer | might be useful for people in general | 01:11 |
MSameer | want to contribute some code/ideas ? :) | 01:11 |
coderus | MSameer: emm, i dont understand what you realize actually :D | 01:11 |
MSameer | it takes the app orientation, sensor orientation, device orientation, ... and outputs the viewfinder angle needed and the exif angle needed | 01:12 |
coderus | MSameer: right | 01:12 |
coderus | i'll refactor code and push it to repos tomorow | 01:12 |
MSameer | coderus: http://pastebin.com/Ri1U3JYQ | 01:12 |
MSameer | that's the basic idea | 01:12 |
*** tat has joined #sailfishos | 01:13 | |
MSameer | I have almost all of the code but scattered everywhere | 01:13 |
coderus | MSameer: i'm using jolla CameraExtensions class for writing exif | 01:13 |
MSameer | I need to put it in one class and unit test it | 01:13 |
MSameer | coderus: I can give you some code to do that :D | 01:14 |
MSameer | coderus: https://gitorious.org/cameraplus/cameraplus/source/bf0b563a87d7e25aa5e790bbaa1c2e18e3d85951:src/exiforientation.cpp | 01:14 |
MSameer | line 93 | 01:15 |
coderus | MSameer: what is it for?.. | 01:16 |
MSameer | it 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 tag | 01:17 |
MSameer | but if you are happy with camera extensions then don't bother | 01:19 |
coderus | MSameer: i dont want to use libexif again for writing :) | 01:20 |
MSameer | i don't use it | 01:20 |
MSameer | but i am fine as long as you are happy? | 01:20 |
coderus | and main purpose of CameraExtensions for me is fullscreen viewfinder while recording 4:3 video | 01:20 |
*** freedomrun has joined #sailfishos | 01:21 | |
coderus | and switching to secondary camera of course :) | 01:21 |
coderus | MSameer: what you using for writing exif? | 01:21 |
MSameer | coderus: I don't use QtMultimedia. I am using gstreamer directly | 01:21 |
MSameer | so I tell gstreamer to write the value and that's it | 01:22 |
coderus | gstreamer writing exif? | 01:22 |
MSameer | coderus: yes | 01:22 |
coderus | great, how? | 01:22 |
MSameer | here is how our camera works: | 01:22 |
MSameer | it uses camerabin2 (gstreamer element) | 01:22 |
MSameer | which is used by harmattan too | 01:22 |
MSameer | we get a jpeg from the camera source in sailfish but we still pass it through a "muxer" | 01:23 |
MSameer | and that muxer writes any additional exif tags needed | 01:23 |
MSameer | and one of them is orientation | 01:23 |
coderus | what about QImageEncoderSettings? | 01:25 |
coderus | setEncodingOption("orientation", value) | 01:25 |
coderus | is this same? | 01:25 |
MSameer | I don't know | 01:25 |
coderus | ok :) | 01:25 |
MSameer | that you have to ask andrew about | 01:25 |
coderus | currently CameraExtensions is working fine for me :) | 01:25 |
MSameer | it's written by him too | 01:26 |
* MSameer did not do the ui itself | 01:26 | |
coderus | yes i know | 01:26 |
coderus | i disassembled it code | 01:26 |
MSameer | :D | 01:26 |
coderus | it's why i'm asking about encoder settings | 01:26 |
MSameer | so are you releasing a competing camera ? :p | 01:26 |
coderus | no, i'm just making good camera for Mitakuuluu | 01:27 |
MSameer | coderus: trust me: I am not sure how to use QtMultimedia. I can always check the code and the documentation but I am not bothered | 01:27 |
MSameer | so I unfortunately cannot help you with it (I will just check the code which is public) | 01:28 |
MSameer | and if I can do it, you can do it too | 01:28 |
coderus | ure | 01:30 |
coderus | i did that already :) | 01:30 |
coderus | MSameer: last bug i cannot solve is recording 640x480 video. | 01:37 |
coderus | [W 07:35:21] CameraBin error: "Internal data flow error." | 01:37 |
coderus | when i changing resolution :) | 01:38 |
MSameer | did you ever get an answer for your emails? | 01:38 |
coderus | MSameer: yes | 01:38 |
coderus | something wrong in my config | 01:38 |
MSameer | that is good | 01:38 |
coderus | but i checked it twice, camera have such capabilities | 01:38 |
MSameer | and you can ask more questions now | 01:38 |
MSameer | ask him about the resolution | 01:39 |
coderus | he dont like answering questions :D | 01:39 |
coderus | i'm waiting a week for every answer :) | 01:39 |
MSameer | which config? | 01:42 |
coderus | encoder config | 01:42 |
MSameer | can you paste it somewhere? | 01:44 |
MSameer | coderus: and showme how you switch the resolution | 01:44 |
MSameer | show | 01:45 |
MSameer | show me | 01:45 |
coderus | MSameer: http://paste.kde.org/psoi2vaf8 | 01:45 |
MSameer | I don't think settings.setBitRate(2000000); has any effect | 01:46 |
coderus | it's predefined in preset anyway | 01:46 |
MSameer | settings.setEncodingOption(QLatin1String("preset"), QLatin1String("vga")); <-- this is the only thing you need | 01:47 |
MSameer | can you create a standalone app? I can help debugging it | 01:47 |
MSameer | I don't use whatsapp so I can't test mitakuuluu | 01:47 |
MSameer | coderus: I will go to bed but you can always ping me when you have it | 01:52 |
coderus | MSameer: yes i have one test and it 640x480 working under test :D | 01:54 |
coderus | MSameer: hm, it's because i'm not using CameraExtensions here | 01:55 |
coderus | my camera settings interfering with CameraSettings | 01:55 |
coderus | obliviously... | 01:55 |
*** TMavica has joined #sailfishos | 01:58 | |
*** Morpog_PC___ has joined #sailfishos | 01:59 | |
*** BeholdMyGlory has quit IRC | 02:02 | |
MSameer | coderus: do you try to change the resolution while the camera is running? | 02:04 |
*** Morpog_PC___ has quit IRC | 02:21 | |
*** qwazix has quit IRC | 02:21 | |
coderus | MSameer: i'm changing resolution on camera object completed signal | 02:24 |
coderus | and after that i'm noading camera | 02:24 |
coderus | loading* | 02:24 |
*** qwazix has joined #sailfishos | 02:26 | |
*** Morpog_PC___ has joined #sailfishos | 02:44 | |
*** FlashAsparagus has joined #sailfishos | 02:47 | |
*** FlashAsp_ has quit IRC | 02:50 | |
*** Nekron has quit IRC | 02:59 | |
*** master_of_master has quit IRC | 03:00 | |
*** master_of_master has joined #sailfishos | 03:02 | |
*** Kabouik has quit IRC | 03:14 | |
*** sclukey has joined #sailfishos | 04:02 | |
*** gexc has joined #sailfishos | 04:04 | |
*** sclukey has quit IRC | 04:06 | |
*** Morpog_PC___ has quit IRC | 04:21 | |
*** marxistvegan has quit IRC | 04:55 | |
*** furikku has joined #sailfishos | 04:58 | |
*** Hijackal has joined #sailfishos | 05:30 | |
*** tortoisedoc has joined #sailfishos | 05:39 | |
tortoisedoc | jeee sunday morning ahoi! | 05:40 |
Stskeeps | morn | 05:46 |
tortoisedoc | Stskeeps : do you ever sleep? :P | 05:52 |
Stskeeps | yes but my kid wakes me up fr&&gen early | 05:52 |
dwangoAC | Stskeeps: Heh | 05:56 |
dwangoAC | Stskeeps: You have my sympathies | 05:56 |
dwangoAC | Stskeeps: Our daughter recently came right into our room and climbed into bed and proceeded to kick us (unintentionally) until we got up | 05:57 |
dwangoAC | *flop* *flop* *flop* *kick* *wiggle* "Are you awake yet, Daddy?" | 05:57 |
Stskeeps | dwangoAC: my son doesn't have terribly good ability to be gentle so when he wants to gently touch our faces he kinda just .. slaps | 05:58 |
dwangoAC | Random 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 |
dwangoAC | Stskeeps: 1.5 years old? | 05:58 |
Stskeeps | 1 | 05:58 |
Stskeeps | well, very soon 1 | 05:58 |
dwangoAC | Yep, sounds about right | 05:59 |
dwangoAC | I remember that age | 05:59 |
*** Tofe|Away is now known as Tofe | 05:59 | |
Stskeeps | dwangoAC: how did you build it? | 06:05 |
dwangoAC | Stskeeps: Found my answer, by the way - don't bother doing a make install, just copy it to /usr/local/bin | 06:05 |
dwangoAC | Stskeeps: I built the entire util-linux from source, but I really only want unshare so I can take advantage of CRIU | 06:05 |
dwangoAC | CRIU 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 program | 06:05 |
dwangoAC | ...That sounded like an ad. :) | 06:06 |
dwangoAC | Oh, and you can checkpoint and restore entire LXC containers. And restore them on entirely different hosts. | 06:06 |
Stskeeps | ah | 06:10 |
tbr | for moving to a different pty there are several solutions, but that restoring to different machine sounds interesting (and dangerous) | 06:12 |
*** gexc_ has joined #sailfishos | 06:13 | |
*** gexc has quit IRC | 06:13 | |
dwangoAC | tbr: It's amazing that it works, and can work entirely in userspace | 06:14 |
dwangoAC | tbr: 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 #sailfishos | 06:18 | |
*** tortoisedoc has quit IRC | 06:18 | |
*** Nightmare__ has joined #sailfishos | 06:25 | |
*** harha has joined #sailfishos | 06:29 | |
*** Tofe is now known as Tofe|Away | 06:30 | |
*** leinir has quit IRC | 06:35 | |
*** leinir has joined #sailfishos | 06:38 | |
*** tat has quit IRC | 06:39 | |
*** FlashAsparagus has quit IRC | 06:39 | |
Stskeeps | dwangoAC: O_o | 06:48 |
m4g0g | why does childrenRect gives me loop binding if all child items have anchors? | 06:49 |
*** krendil_ has quit IRC | 06:51 | |
*** roboro has quit IRC | 06:59 | |
*** roboro has joined #sailfishos | 07:00 | |
*** filippz has joined #sailfishos | 07:02 | |
*** b0bben has joined #sailfishos | 07:26 | |
*** wazd has joined #sailfishos | 07:27 | |
*** SpeedEvil has quit IRC | 07:33 | |
*** Umeaboy has joined #sailfishos | 07:37 | |
*** BitEvil_ has joined #sailfishos | 07:41 | |
*** mailyaseen has joined #sailfishos | 07:44 | |
*** BitEvil_ is now known as SpeedEvil | 07:45 | |
*** itbaron has joined #sailfishos | 07:49 | |
stephg | happy sunny sunday morning everyeone | 07:49 |
*** Naranek has quit IRC | 07:51 | |
*** cnuke has quit IRC | 07:54 | |
*** plfiorini has joined #sailfishos | 07:59 | |
Umeaboy | stephg: Dito. | 08:01 |
Umeaboy | For me it's almost mid day. | 08:02 |
stephg | as long as it's sunny ;) | 08:02 |
*** tat has joined #sailfishos | 08:05 | |
*** alin has joined #sailfishos | 08:08 | |
Umeaboy | stephg: Yes. And you as well? | 08:09 |
stephg | oh yes, lovely morning here | 08:09 |
*** Naranek has joined #sailfishos | 08:09 | |
*** kristoffer has joined #sailfishos | 08:14 | |
Umeaboy | stephg: How long have you been using Sailfish? :) | 08:19 |
stephg | I got my phone in December, so since then | 08:20 |
Umeaboy | Ooooh. OK. | 08:20 |
Umeaboy | And you're from? | 08:20 |
Umeaboy | I'm from Sweden. | 08:20 |
Umeaboy | Yeah, the country with da blondes. | 08:20 |
stephg | I'm in London but I'm from all over ;) | 08:20 |
stephg | but I have always lived in the .uk | 08:21 |
*** TMavica has quit IRC | 08:21 | |
*** filippz has quit IRC | 08:23 | |
*** tat has quit IRC | 08:28 | |
Umeaboy | stephg: Kewl. ;) | 08:28 |
*** Morpog_PC___ has joined #sailfishos | 08:28 | |
*** gexc_ is now known as gexc | 08:29 | |
*** faenil has joined #sailfishos | 08:31 | |
*** b0bben has quit IRC | 08:32 | |
*** b0bben has joined #sailfishos | 08:33 | |
*** BasilSemuonov has joined #sailfishos | 08:34 | |
*** Sir_herrbatka has joined #sailfishos | 08:35 | |
*** martyone has joined #sailfishos | 08:36 | |
*** b0bben has quit IRC | 08:38 | |
*** tat has joined #sailfishos | 08:39 | |
faenil | morning | 08:40 |
*** leinir has quit IRC | 08:44 | |
*** Finlod has joined #sailfishos | 08:44 | |
*** tat has quit IRC | 08:45 | |
*** Nekron has joined #sailfishos | 08:47 | |
*** leinir has joined #sailfishos | 08:48 | |
*** Loris_ has joined #sailfishos | 08:50 | |
*** cnuke has joined #sailfishos | 08:55 | |
*** crazy_imp has quit IRC | 08:58 | |
*** tat has joined #sailfishos | 08:59 | |
*** crazy_imp has joined #sailfishos | 09:00 | |
*** crazy_imp has joined #sailfishos | 09:00 | |
*** Loris_ has quit IRC | 09:01 | |
*** ericcc has joined #sailfishos | 09:04 | |
*** Nekron has quit IRC | 09:08 | |
kimmoli | noon | 09:09 |
*** tat has quit IRC | 09:09 | |
*** xerpi has joined #sailfishos | 09:10 | |
*** ericcc has quit IRC | 09:10 | |
stephg | so it is | 09:11 |
*** spider-mario has joined #sailfishos | 09:11 | |
kimmoli | there is MouseArea, PinchArea... but why there is no PunchArea ? | 09:11 |
stephg | PetArea? | 09:13 |
lbt | it's Sailfish ... CaressArea | 09:17 |
stephg | not going for a full-on FondleArea ? | 09:18 |
*** freddeloy2 has joined #sailfishos | 09:18 | |
*** Nekron has joined #sailfishos | 09:18 | |
lbt | original "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 |
kimmoli | onFondlingStarted: { quit() } | 09:20 |
stephg | hehe to both of you :) | 09:20 |
*** faenil has quit IRC | 09:23 | |
*** arcean has joined #sailfishos | 09:25 | |
*** b0bben has joined #sailfishos | 09:30 | |
*** karih_ has quit IRC | 09:33 | |
*** m4g0g has quit IRC | 09:45 | |
*** kunev has joined #sailfishos | 09:46 | |
*** SfietKonstantin has joined #sailfishos | 09:47 | |
*** M4rtinK has joined #sailfishos | 09:49 | |
*** Almehdin has quit IRC | 09:52 | |
*** b0bben has quit IRC | 09:57 | |
*** b0bben has joined #sailfishos | 09:57 | |
*** Sfiet_Konstantin has joined #sailfishos | 10:02 | |
*** b0bben has quit IRC | 10:02 | |
*** SfietKonstantin has quit IRC | 10:05 | |
*** martyone_ has joined #sailfishos | 10:07 | |
*** martyone has quit IRC | 10:12 | |
*** edgar2 has joined #sailfishos | 10:15 | |
*** Sail0r has joined #sailfishos | 10:15 | |
*** Sfiet_Konstantin has quit IRC | 10:23 | |
*** Zotan has joined #sailfishos | 10:26 | |
*** jjarven has quit IRC | 10:27 | |
*** martyone_ has quit IRC | 10:30 | |
*** Nekron has quit IRC | 10:31 | |
*** ndvl has joined #sailfishos | 10:32 | |
*** Almehdin has joined #sailfishos | 10:32 | |
*** nodevel has quit IRC | 10:32 | |
*** Umeaboy has quit IRC | 10:33 | |
*** igordcard has joined #sailfishos | 10:40 | |
*** b0bben has joined #sailfishos | 10:41 | |
*** wazd has quit IRC | 10:42 | |
*** ndvl has quit IRC | 10:43 | |
*** ndvl has joined #sailfishos | 10:43 | |
*** jjarven has joined #sailfishos | 10:47 | |
*** igordcard has quit IRC | 10:53 | |
*** krendil_ has joined #sailfishos | 10:58 | |
*** NindroidX has joined #sailfishos | 11:04 | |
*** nodevel has joined #sailfishos | 11:05 | |
*** ndvl has quit IRC | 11:05 | |
*** igordcard has joined #sailfishos | 11:07 | |
*** nodevel has quit IRC | 11:15 | |
*** nodevel has joined #sailfishos | 11:15 | |
*** Sail0r has quit IRC | 11:17 | |
*** b0bben has quit IRC | 11:19 | |
*** Sail0r has joined #sailfishos | 11:19 | |
*** b0bben has joined #sailfishos | 11:19 | |
*** m4g0g has joined #sailfishos | 11:23 | |
*** b0bben has quit IRC | 11:23 | |
*** msava has joined #sailfishos | 11:34 | |
*** b0bben has joined #sailfishos | 11:45 | |
MSameer | vgrade: thanks to lbt, OBS is back. I think now you can push the shiny new bits for N9 :) | 11:49 |
*** tat has joined #sailfishos | 11:49 | |
*** tat has quit IRC | 11:51 | |
*** wazd has joined #sailfishos | 11:52 | |
*** Finlod has quit IRC | 11:56 | |
*** igordcard has quit IRC | 12:00 | |
*** kunev has quit IRC | 12:01 | |
*** b0bben has quit IRC | 12:02 | |
*** b0bben has joined #sailfishos | 12:02 | |
*** Sailor6916_ has quit IRC | 12:03 | |
*** gogeta_ has joined #sailfishos | 12:04 | |
*** M4rtinK2 has joined #sailfishos | 12:06 | |
*** b0bben has quit IRC | 12:06 | |
*** lpotter has quit IRC | 12:06 | |
*** lpotter has joined #sailfishos | 12:06 | |
*** freedomrun has quit IRC | 12:16 | |
*** AlmAck has joined #sailfishos | 12:16 | |
vgrade | MSameer: project creation is not working for me | 12:16 |
MSameer | why do you need a new project? | 12:17 |
MSameer | lbt: ^^^ | 12:17 |
vgrade | as an area for me to test changes | 12:19 |
MSameer | ic | 12:20 |
MSameer | got it now too | 12:20 |
MSameer | 500: Internal Server Error | 12:20 |
MSameer | lbt: "500: Internal Server Error" when trying to create a new project (OBS) | 12:20 |
*** Sail0r has quit IRC | 12:20 | |
*** mailyaseen has quit IRC | 12:20 | |
*** Sail0r has joined #sailfishos | 12:21 | |
vgrade | I reported to lbt yesterday, branching also not workng | 12:21 |
MSameer | vgrade: I can offer you one of my subprojects to use :D | 12:21 |
MSameer | (not sure it helps or not) | 12:21 |
vgrade | I can probably use my toplevel home for now | 12:24 |
*** Sail0r has quit IRC | 12:25 | |
MSameer | I have a branch off devel:hw:ti:omap3:n9xx-common | 12:25 |
M4rtinK2 | OBS is back again, nice! :) | 12:25 |
M4rtinK2 | just in time for modRana release :) | 12:25 |
MSameer | I took the chance and pushed a cameraplus update too ;) | 12:26 |
M4rtinK2 | well, looking at the scrollback, hopefully it is working enough for my needs :D | 12:26 |
MSameer | M4rtinK2: what are your needs? | 12:26 |
M4rtinK2 | well, I use it for all package building | 12:26 |
M4rtinK2 | I don't use the SDK at all :) | 12:26 |
MSameer | same here | 12:27 |
MSameer | that worked for me | 12:27 |
lbt | vgrade: branching works for me | 12:27 |
M4rtinK2 | MSameer: well, just building a package against the Sailfish target | 12:27 |
M4rtinK2 | good to hear that :) | 12:27 |
* lbt is about to go out though - confirm issues and highlight me in #mer | 12:27 | |
MSameer | M4rtinK2: worked for me <1hour ago | 12:27 |
*** mailyaseen has joined #sailfishos | 12:27 | |
vgrade | lbt: still getting the "don't know how to create a key" | 12:28 |
lbt | vgrade: ie it worked after I fixed it - it was broken | 12:28 |
lbt | ah well | 12:28 |
*** RoKenn has joined #sailfishos | 12:31 | |
*** mhall119 has quit IRC | 12:32 | |
*** mhall119 has joined #sailfishos | 12:34 | |
*** Kabouik has joined #sailfishos | 12:38 | |
*** plfiorini has quit IRC | 12:40 | |
*** nodevel has quit IRC | 12:45 | |
*** ndvl has joined #sailfishos | 12:45 | |
*** Morpog_PC___ has quit IRC | 12:46 | |
M4rtinK2 | oh, the live log is working, nice! :) | 12:47 |
M4rtinK2 | and the modRana package builds within about 60 seconds, nice! :) | 12:47 |
M4rtinK2 | oh and we now also have source RPMs! :) | 12:48 |
M4rtinK2 | and build statistics! :) | 12:49 |
*** Almehdin has quit IRC | 12:51 | |
*** jjarven has quit IRC | 12:54 | |
MSameer | have not noticed those | 12:54 |
tbr | cool shizz, should go and stress it a bit with Chum | 12:54 |
MSameer | I am even thinking about setting up a local sailfish target and build my stuff locally | 12:54 |
tbr | local obs or just a osc build type thing? | 12:56 |
MSameer | i wish I'd know how to set up my local OBS | 12:56 |
MSameer | that would be better | 12:56 |
MSameer | but since I have no idea how, I will have to use a chroot + mb2 | 12:56 |
Stskeeps | it's a little like jumping into traffic, frogger style.. | 12:57 |
tbr | I went through that with Stskeeps in the past :) | 12:57 |
tbr | it's not thaat hard | 12:57 |
MSameer | i can do it if I get the first 2 tips ;) | 12:57 |
tbr | osc build should give you that chroot AFAIU | 12:58 |
MSameer | yup | 12:58 |
MSameer | I am building stuff in Mer OBS which I am not entirely sure I should be building | 12:58 |
*** marxistvegan has joined #sailfishos | 12:58 | |
MSameer | and harbour rules force me to attach various tarballs of binaries :p | 12:59 |
tbr | I opted to ifdef the harbour hacks | 13:00 |
tbr | and exclude them when I build things on OBS | 13:00 |
MSameer | i have no harbour hacks to ifdef | 13:00 |
MSameer | i build the RPMS I upload to harbour in obs | 13:00 |
tbr | "various tarballs of binaries" counts as a hack for me | 13:00 |
MSameer | they are dependencies | 13:01 |
MSameer | but the code itself is generic | 13:01 |
tbr | yes, if I build packages with dependencies, I resolve them as packages on OBS | 13:01 |
tbr | if I would submit to harbour, I would only then include the binaries | 13:01 |
MSameer | do you want me to rebuild world in obs ? :D | 13:01 |
tbr | we seem to be talking about different things | 13:02 |
tbr | but if you ship world through harbour... | 13:02 |
MSameer | seems so | 13:02 |
MSameer | i am talking about the dependencies I need to bundle with the app | 13:04 |
MSameer | and as I bundle libdl and glibc, I don't want to rebuild them | 13:04 |
*** vakkov has quit IRC | 13:09 | |
*** dawnbringer has joined #sailfishos | 13:13 | |
*** Almehdin has joined #sailfishos | 13:14 | |
M4rtinK2 | IIRC osc build worked on the MeeGo OBS | 13:19 |
M4rtinK2 | should work even now I guess | 13:19 |
M4rtinK2 | BTW, other improvements I've spotted so far: | 13:19 |
M4rtinK2 | * you get direct links to a successfully built package | 13:20 |
M4rtinK2 | * package dependencies are listed | 13:20 |
M4rtinK2 | * still seem to be as fast as before or even faster! :) | 13:20 |
M4rtinK2 | * build log has time-elapsed timestamps | 13:20 |
*** jjarven has joined #sailfishos | 13:23 | |
*** rashm2k1 has joined #sailfishos | 13:27 | |
*** Nightmare__ has quit IRC | 13:27 | |
*** Nichope has joined #sailfishos | 13:30 | |
*** Umeaboy has joined #sailfishos | 13:34 | |
*** wazd has quit IRC | 13:38 | |
marxistvegan | odd situation last night my n9 rebooted and would not load harmattan, sailfish still works, just odd | 13:38 |
*** Sequenced has joined #sailfishos | 13:38 | |
Stskeeps | we aren't as picky on the battery bootup times | 13:38 |
Stskeeps | tbr: i will admit i don't recall ever setting up a obs with you.. i must be getting old and senile | 13:39 |
*** disharmonic has joined #sailfishos | 13:40 | |
Umeaboy | stephg: Wow! It's so darn hot here in Umeå now. | 13:40 |
Umeaboy | Feels like a sauna in my flat now. | 13:41 |
*** Sequenced_ has quit IRC | 13:41 | |
*** ndvl has quit IRC | 13:42 | |
*** ndvl has joined #sailfishos | 13:42 | |
*** meetingcpp has joined #sailfishos | 13:43 | |
*** alin has quit IRC | 13:47 | |
*** Almehdin has quit IRC | 13:47 | |
*** Almehdin has joined #sailfishos | 13:47 | |
*** mailyaseen has quit IRC | 13:53 | |
M4rtinK2 | well then, new modRana is out: http://talk.maemo.org/showpost.php?p=1428708&postcount=1587 | 13:53 |
*** Nekron has joined #sailfishos | 13:54 | |
Stskeeps | woo | 13:54 |
M4rtinK2 | should give big tile loading speed improvements | 13:54 |
*** killSwam has joined #sailfishos | 13:54 | |
M4rtinK2 | openrepos link: https://openrepos.net/content/martink/modrana-0 | 13:55 |
Stskeeps | oh wow, the silica port looks quite nice compared to old days | 13:55 |
M4rtinK2 | on a related note, the asynchronous handling API & image caching in Qt suck! | 13:55 |
M4rtinK2 | can't really count the time wasted working around it :P | 13:56 |
M4rtinK2 | Stskeeps: yeah, it needs to look nice :) | 13:56 |
* Umeaboy longing after a Sailfish OS-rom for i9305. | 13:56 | |
*** FlashAsparagus has joined #sailfishos | 13:58 | |
M4rtinK2 | Stskeeps: btw, the same codebase looks like this when started on desktop: http://modrana.org/images/qt5_gui/ | 13:58 |
Stskeeps | nod | 13:58 |
Schrostfutz | hi, do you think sailfish OS will be available soon for the oneplus one? | 13:58 |
Stskeeps | Schrostfutz: 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 working | 13:59 |
vgrade | Schrostfutz: send us one | 13:59 |
M4rtinK2 | Stskeeps: I made a common API layer, so that the modRana GUI code does not depend on a platform specific QtQuick component set | 13:59 |
Stskeeps | nod | 14:00 |
M4rtinK2 | Stskeeps: currently supports using Silica and Controls as backend and I plan to support Glacier once it stabilizes | 14:00 |
M4rtinK2 | Stskeeps: code is here: https://github.com/M4rtinK/universal-components | 14:00 |
*** FlashAsp_ has joined #sailfishos | 14:01 | |
*** FlashAsparagus has quit IRC | 14:02 | |
MSameer | Schrostfutz: I personally would like to get sailfish on oneplus but I am unable to get that phone until now | 14:04 |
MSameer | Stskeeps: oneplus ships with CyanogenMod :) | 14:06 |
Stskeeps | nod | 14:06 |
*** FlashAsp_ has quit IRC | 14:06 | |
Stskeeps | doesn't always mean == buildable ;) | 14:06 |
*** Almehdin has quit IRC | 14:06 | |
MSameer | how come? | 14:07 |
MSameer | what should I look for? | 14:07 |
MSameer | I don't want to buy a phone that is locked to android only | 14:07 |
Stskeeps | well, find a build guide is usually good | 14:07 |
MSameer | aha | 14:07 |
MSameer | i guess not before the phone is widely available | 14:07 |
*** Morpog_PC___ has joined #sailfishos | 14:14 | |
* MSameer whispers in Morpog_PC___'s ears: "crash bug" | 14:15 | |
*** gogeta_ has quit IRC | 14:15 | |
*** freddeloy2 has quit IRC | 14:23 | |
*** Lipevakala has joined #sailfishos | 14:23 | |
*** FlashAsparagus has joined #sailfishos | 14:28 | |
*** FlashAsp_ has joined #sailfishos | 14:31 | |
tbr | Stskeeps: 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 |
tbr | should I look up the #meego logs? ;) | 14:32 |
Stskeeps | ah | 14:33 |
Stskeeps | now i recall | 14:33 |
*** FlashAsparagus has quit IRC | 14:33 | |
tbr | I recently junked the OBS machine I had at work shortly after that. It even did OBS builds for Maemo. | 14:34 |
MSameer | too bad that page is not available | 14:34 |
tbr | nowadays it's a bit different. I'm not even sure this would still apply. | 14:35 |
MSameer | well, I don't have 2 gigs of RAM for the obs appliance so I guess I will ignore the whole thing | 14:36 |
tbr | basically 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 there | 14:36 |
MSameer | i found a guide online which covers the basics | 14:36 |
tbr | yeah, OBS just for a local work flow is a bit huge | 14:36 |
MSameer | still trying to see how much resources it needs | 14:36 |
*** FlashAsp_ has quit IRC | 14:36 | |
tbr | Stskeeps or lbt should be able to answer with specifics about the mer OBS setup, but probably won't know the lower boundaries. | 14:37 |
MSameer | guess i need to get my hands dirty :D | 14:37 |
marxistvegan | hey 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 walk | 14:41 | |
*** Lipevakala has quit IRC | 14:41 | |
*** Morpog_PC__ has joined #sailfishos | 14:42 | |
*** plfiorini has joined #sailfishos | 14:42 | |
*** Morpog_PC___ has quit IRC | 14:45 | |
*** Morpog_PC has joined #sailfishos | 14:45 | |
*** Almehdin has joined #sailfishos | 14:46 | |
*** Morpog_PC__ has quit IRC | 14:47 | |
MSameer | marxistvegan: cameraplus will not work on N9 ATM | 14:47 |
MSameer | marxistvegan: would you be willing to contribute to an N9 port? | 14:47 |
marxistvegan | MSameer: what would I need to do ? | 14:47 |
MSameer | marxistvegan: some testing + some coding (not that much) | 14:48 |
MSameer | I currently have it working for harmattan and jolla phones | 14:48 |
marxistvegan | MSameer: probably more on the testing side than coding | 14:48 |
MSameer | N9 needs more work | 14:48 |
marxistvegan | MSameer: i have to reinstall harmattan apparently cause last night it decided to stop working, though I have not tried to hack it today | 14:49 |
marxistvegan | but i would be up for testing | 14:49 |
MSameer | harmattan version works the best | 14:50 |
MSameer | it relies on all the gstreamer components done by Nokia | 14:50 |
MSameer | jolla phone port is in progress and I had to write all the gstreamer bits from scratch | 14:50 |
MSameer | sailfish on N9 will need some gstreamer elements to be written and maybe some tweaks here and there | 14:51 |
MSameer | + a set of ini configuration files to tell the application how to behave correctly | 14:51 |
marxistvegan | MSameer: are you running an n9 yourself? | 14:53 |
MSameer | i am running harmattan myself on n9 | 14:53 |
marxistvegan | MSameer: have you looked at the n9 kernel development? | 14:54 |
*** RoKenn has quit IRC | 14:54 | |
MSameer | no | 14:54 |
*** Sailor6916_ has joined #sailfishos | 14:54 | |
MSameer | problem with n9 is: | 14:54 |
MSameer | no dsp decoders and encoders available | 14:54 |
MSameer | I can get the needed stuff from harmattan but we cannot host them in obs | 14:54 |
marxistvegan | obs? | 14:54 |
MSameer | and we need a gstreamer sink for rendering because the harmattan one depends on X which sailfish does not have | 14:55 |
marxistvegan | ahhh | 14:55 |
marxistvegan | it is wayland right? | 14:55 |
MSameer | obs = open build service (the place that has all the packages which we use to create the sailfish n9 images) | 14:55 |
MSameer | vgrade uses it rather | 14:55 |
MSameer | yes it's wayland | 14:56 |
MSameer | i personally don't mind working on the needed stuff but I can't maintain 3 separate ports alone | 14:56 |
marxistvegan | MSameer: 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 maintain | 14:58 |
MSameer | me too I wish the same | 14:58 |
MSameer | it should be simple once we have the initial bits and pieces in place | 14:59 |
*** javispedro has joined #sailfishos | 14:59 | |
MSameer | but i will need help doing it | 15:02 |
*** NindroidX_ has joined #sailfishos | 15:02 | |
*** filippz has joined #sailfishos | 15:03 | |
*** NindroidX has quit IRC | 15:04 | |
marxistvegan | MSameer: where do you host your code? | 15:06 |
*** phlixi_ has quit IRC | 15:11 | |
*** BeholdMyGlory has joined #sailfishos | 15:12 | |
*** Nightmare__ has joined #sailfishos | 15:12 | |
*** Nightmare__ has quit IRC | 15:13 | |
MSameer | marxistvegan: gitorious | 15:13 |
MSameer | https://gitorious.org/cameraplus/cameraplus/source/d7d4b680b0e55aeb6a593eb50d1fd3fb0e7b76ec: | 15:13 |
MSameer | the jolla phone gstreamer bits are not public yet | 15:14 |
* marxistvegan goes to watch it | 15:14 | |
*** yulimoto has quit IRC | 15:14 | |
*** SeekingFor has quit IRC | 15:14 | |
marxistvegan | MSameer: just to be clear this is more hobby level for me cause most of my time is consumed by web development stiff | 15:15 |
*** leinir has quit IRC | 15:15 | |
marxistvegan | damn gitorious it fails to let me watch | 15:15 |
MSameer | it's a hobby for me too :) | 15:15 |
*** leinir has joined #sailfishos | 15:15 | |
MSameer | i am considering a move to github but too lazy to do it | 15:16 |
*** Merbot has joined #sailfishos | 15:19 | |
marxistvegan | MSameer: look at this one on gitorious https://gitorious.org/projects/pumpa/issues | 15:19 |
marxistvegan | it has a bug tracker | 15:19 |
marxistvegan | not sure how to enable it though | 15:19 |
MSameer | odd | 15:19 |
MSameer | how did they get that | 15:20 |
*** SeekingFor has joined #sailfishos | 15:20 | |
marxistvegan | let me go ask him I know him | 15:20 |
*** xerpi has quit IRC | 15:20 | |
*** zuh has joined #sailfishos | 15:21 | |
MSameer | https://identi.ca/larjona/note/XOKZX2-IQFeM34-9dslnbg | 15:22 |
MSameer | Not for everyone yet, apparently, but still... nice =) | 15:22 |
MSameer | JanKusanagi at 2 months ago | 15:22 |
MSameer | :( | 15:22 |
marxistvegan | MSameer: are you on identi.ca? | 15:24 |
MSameer | nop | 15:24 |
marxistvegan | or a gnusocial/statusnet instance? | 15:24 |
*** Morpog_PC__ has joined #sailfishos | 15:24 | |
MSameer | only on twitter :( | 15:24 |
MSameer | why? | 15:24 |
MSameer | i am usually too busy following up on social media | 15:25 |
MSameer | it does seem that there is /projects/pumpa | 15:25 |
MSameer | but for me it's /cameraplus | 15:25 |
MSameer | so I wonder | 15:25 |
marxistvegan | MSameer: cause i am maintaining a gnusocial instance and working on a larger one for the organization that we host our site on | 15:26 |
MSameer | ic | 15:26 |
marxistvegan | MSameer: this works https://gitorious.org/projects/cameraplus/issues | 15:26 |
MSameer | this is really strange | 15:27 |
MSameer | seems /projects/<foo>/issues would work | 15:27 |
MSameer | but /projects/<foo> does not | 15:27 |
*** Morpog_PC has quit IRC | 15:28 | |
MSameer | but it's great to have it at last :D | 15:28 |
MSameer | marxistvegan: thanks for that :) | 15:28 |
* MSameer will start pushing stuff there | 15:28 | |
marxistvegan | MSameer: no problem...glad I found out how as well | 15:28 |
*** R-Z has joined #sailfishos | 15:29 | |
*** FlashAsparagus has joined #sailfishos | 15:33 | |
*** FlashAsparagus has quit IRC | 15:37 | |
marxistvegan | MSameer: so it is suggested to link to the issues on your project page | 15:40 |
MSameer | yup | 15:40 |
MSameer | I need to do that | 15:41 |
*** TMavica has joined #sailfishos | 15:41 | |
*** autoprime1 has quit IRC | 15:42 | |
*** autoprime1 has joined #sailfishos | 15:42 | |
*** plfiorini has quit IRC | 15:44 | |
*** NindroidX_ has quit IRC | 15:45 | |
*** dhbiker has joined #sailfishos | 16:04 | |
Schrostfutz | MSameer: 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 |
MSameer | I don't understand the question :) | 16:11 |
Schrostfutz | sorry | 16:12 |
Schrostfutz | what 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 |
MSameer | marxistvegan: I moved almost all of the issues here now https://gitorious.org/projects/cameraplus/issues | 16:13 |
MSameer | marxistvegan: thanks to you :) | 16:13 |
marxistvegan | MSameer: :) | 16:13 |
MSameer | Schrostfutz: it differs between OSs | 16:13 |
MSameer | Schrostfutz: for sailfish, you need the android adaptation and the source code for the linux kernel | 16:14 |
MSameer | Schrostfutz: and some android headers | 16:14 |
MSameer | Schrostfutz: but I am sure Stskeeps can give more details | 16:15 |
MSameer | the android adaptation binaries can be obtained from the running phone so that's not a big issue | 16:15 |
*** raa70 has quit IRC | 16:16 | |
Schrostfutz | is there a wiki page regarding that process maybe? | 16:17 |
MSameer | not yet but as Stskeeps said, we will be releasing the hardware adaptation development kit soon | 16:17 |
MSameer | Schrostfutz: do you already have a oneplus phone? | 16:18 |
Schrostfutz | MSameer: ah, okay! | 16:18 |
*** filippz has quit IRC | 16:19 | |
Schrostfutz | MSameer: 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 OS | 16:19 |
MSameer | Schrostfutz: 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 |
MSameer | I'd also love to get that phone but I am not going to run android | 16:20 |
Schrostfutz | same 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 IRC | 16:22 | |
MSameer | nothing has the specs of one | 16:24 |
*** north has joined #sailfishos | 16:35 | |
north | Hi Stskeeps | 16:35 |
north | I bought a Nokia N900 mobile today | 16:35 |
north | and the guy I bought from has four more devices available | 16:36 |
north | and 4 N9 devices too | 16:36 |
Stskeeps | ok, good for you i guess ;) we don't really support sailfishos on there, but some community members work to make it work | 16:37 |
north | Yes. I just bought it to try nemomobile on a spare device. | 16:37 |
Stskeeps | nod | 16:38 |
north | And especially Mer | 16:38 |
north | :D | 16:38 |
*** north has quit IRC | 16:39 | |
*** kunev has joined #sailfishos | 16:47 | |
*** Arkkis has quit IRC | 16:50 | |
Schrostfutz | MSameer: thats true, I meant that it is better equipped than the jolla | 16:50 |
*** Arkkis has joined #sailfishos | 16:50 | |
MSameer | Schrostfutz: I agree it's good specs but will it really hold? | 16:51 |
MSameer | I am not the guy who changes his phone every year or two | 16:51 |
Schrostfutz | MSameer: Me neither... unfortunatly you dont know yet because its their first phone. | 16:52 |
MSameer | yes | 16:52 |
*** edgar2 has quit IRC | 17:03 | |
*** dr_gogeta86 has quit IRC | 17:09 | |
*** dr_gogeta86 has joined #sailfishos | 17:09 | |
*** gogeta has joined #sailfishos | 17:10 | |
*** ziggy42 has joined #sailfishos | 17:17 | |
*** PMG has quit IRC | 17:23 | |
*** kimmoli has quit IRC | 17:23 | |
*** petrisi has quit IRC | 17:23 | |
*** clopez has quit IRC | 17:23 | |
*** petrisi has joined #sailfishos | 17:24 | |
*** PMG has joined #sailfishos | 17:24 | |
*** kimmoli has joined #sailfishos | 17:24 | |
*** clopez has joined #sailfishos | 17:24 | |
*** tat has joined #sailfishos | 17:29 | |
*** Morpog_PC__ has joined #sailfishos | 17:33 | |
Morpog_PC__ | MSameer, I couldn't reproduce yet | 17:35 |
MSameer | no worries then | 17:35 |
Morpog_PC__ | caf on video seems to be buggy | 17:36 |
MSameer | how ? | 17:36 |
*** plfiorini has joined #sailfishos | 17:36 | |
Morpog_PC__ | tages ages sometimes to refocus | 17:36 |
Morpog_PC__ | takes | 17:36 |
MSameer | should be similar to jolla camera | 17:36 |
Morpog_PC__ | nah, it's whole different | 17:36 |
MSameer | odd | 17:36 |
Morpog_PC__ | jolla camera refocuses really bad | 17:36 |
Morpog_PC__ | not smooth at all | 17:37 |
Morpog_PC__ | cameraplus does a good job there | 17:37 |
MSameer | in image or video modes? | 17:37 |
Morpog_PC__ | but less reliable | 17:37 |
Morpog_PC__ | video | 17:37 |
MSameer | that is strange | 17:37 |
Morpog_PC__ | try it with holding your fingers in front of it | 17:37 |
MSameer | while recording I assume? | 17:38 |
Morpog_PC__ | yes | 17:38 |
gogeta | sorry for the raid | 17:41 |
MSameer | either it does not refocus when I hold my finger | 17:41 |
MSameer | or i am imagining | 17:41 |
gogeta | MSameer: 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 background | 17:41 |
MSameer | gogeta: where is the question ? :) | 17:42 |
*** arcean_ has joined #sailfishos | 17:42 | |
MSameer | Morpog_PC__: do you have a gitorious account? | 17:42 |
Morpog_PC__ | MSameer, no only github | 17:42 |
MSameer | I can file an issue but can you add more details? | 17:42 |
MSameer | ok | 17:42 |
MSameer | to be honest, I am not sure I can see much difference but I will try to see from the logs | 17:43 |
Morpog_PC__ | MSameer, tried to reproduce again, this time caf worked reliable :( | 17:44 |
*** arcean has quit IRC | 17:44 | |
*** gexc has quit IRC | 17:45 | |
MSameer | Morpog_PC__: I might know why | 17:45 |
MSameer | https://gitorious.org/projects/cameraplus/issues/29 <-- I created an issue anyway | 17:45 |
*** TMavica has quit IRC | 17:46 | |
Morpog_PC__ | great, will have an eye on it if it happens again and if tehre is something special that makes it happen | 17:46 |
MSameer | it might be that it happens only on the first time | 17:47 |
Morpog_PC__ | yeah was first video record after I updated the app | 17:47 |
MSameer | to be honest, I would not rely much on it ATM | 17:48 |
MSameer | especially for video recording | 17:48 |
*** freddeloy2 has joined #sailfishos | 17:49 | |
coderus | can't do anything because no documentation and waiting answer from developers-care takes ages :D | 17:50 |
MSameer | coderus: what's the issue? | 17:51 |
coderus | MSameer: CameraExtensions :) | 17:51 |
coderus | it setting own parameters nad because of that i cant use 640x480 | 17:51 |
coderus | without extensions all okay :) | 17:51 |
*** freddeloy2 has quit IRC | 17:51 | |
MSameer | coderus: give me a standalone test that uses camera extensions and I can help you to debug it | 17:51 |
*** Umeaboy has quit IRC | 17:52 | |
MSameer | and I also don't understand why would you use that to begin with :p | 17:52 |
*** harha has quit IRC | 17:52 | |
coderus | but i need way to change camera devicea dn write metadata :D | 17:52 |
MSameer | changing device can be done via C++ | 17:52 |
coderus | MSameer: i dont want to bundle 5MB for recording video, thanks :D | 17:53 |
MSameer | you need to glue the qml and C++ together | 17:53 |
*** harha has joined #sailfishos | 17:53 | |
MSameer | and the same goes for meta data | 17:53 |
MSameer | coderus: creating the glue is not 5M :) | 17:53 |
coderus | MSameer: i'm using Multimedia stuff and you can't help me with that | 17:53 |
coderus | i dont even want to start describing my problems | 17:53 |
coderus | bevause i know your answer :D | 17:53 |
MSameer | ok | 17:53 |
* MSameer goes somewhere else | 17:54 | |
gogeta | coderus: you funny | 17:54 |
coderus | MSameer not using Multimedia blah-blah and cant help you, ask question in developers-care blah-blah :D | 17:54 |
MSameer | coderus: i am not saying blah blah | 17:54 |
coderus | i just shortened the story :) | 17:55 |
gogeta | coderus: i can't send sailshot screenshot anymore | 17:55 |
gogeta | why ? | 17:55 |
MSameer | I am telling you to glue it together | 17:55 |
MSameer | C++ and QML layer and have your own C++ class that does exactly what camera extensions does | 17:55 |
coderus | MSameer: glue what? i'm not using gstreamer directly, just QtMultimedia stuff | 17:55 |
MSameer | and it'd take you less time to do it | 17:55 |
MSameer | coderus: glue qt multimedia device control (or whatever the class is called) to your qml | 17:56 |
MSameer | qtmultimedia is usable for simple apps but it's not usable for my needs | 17:56 |
coderus | MSameer: i already send you part of code showing what i already using Qt+QML code :D | 17:56 |
*** Morpog_PC__ has quit IRC | 17:56 | |
MSameer | so it should work for you | 17:56 |
coderus | gogeta: who knows? | 17:56 |
MSameer | coderus: you already said that you got camera to work with qtmultimedia | 17:57 |
MSameer | and you have issues when you introduce camera extensions | 17:57 |
MSameer | and you need camera extensions to write meta data and to change the device | 17:57 |
*** Morpog_PC has joined #sailfishos | 17:58 | |
MSameer | I am telling you that you can do your own C++ class that replaces camera extensions and keep using qtmultimedia | 17:58 |
MSameer | and it'd take you less time | 17:58 |
MSameer | so I don't see where is the blah blah in what I am saying | 17:58 |
coderus | MSameer: sure, but i dont know all operations id does exactly | 17:59 |
coderus | i asked if you yesterday and you said i should ask help from developers-care | 17:59 |
coderus | today you trying to help me? :) | 18:00 |
coderus | why? :) | 18:00 |
MSameer | because I got a new idea that might help | 18:00 |
MSameer | so I am telling you the idea | 18:00 |
coderus | :D | 18:00 |
MSameer | I did not refuse to help you yesterday. | 18:00 |
*** Sailor6916_ has quit IRC | 18:01 | |
MSameer | I am _not_ going to check the qtmultimedia code because that is something you can do already | 18:01 |
MSameer | anyway, I apologize for trying to help and/or wasting your time | 18:01 |
*** harha has quit IRC | 18:04 | |
coderus | if i can know what exactly cameraextensions does i did that already | 18:04 |
coderus | but i dont :) | 18:04 |
*** sclukey has joined #sailfishos | 18:05 | |
*** Nichope has quit IRC | 18:05 | |
*** edgar2 has joined #sailfishos | 18:09 | |
*** gogeta has quit IRC | 18:13 | |
*** Sail0r has joined #sailfishos | 18:13 | |
*** marxistvegan has quit IRC | 18:16 | |
coderus | MSameer: 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 :D | 18:20 |
coderus | MSameer: don't try to help if you dont want to | 18:20 |
coderus | MSameer: but thanks for earlier common ideas :) | 18:20 |
coderus | MSameer: i see you good at this, but not api part interesting for me. | 18:21 |
coderus | MSameer: and no offense and nothing personal please :) | 18:21 |
*** Sfiet_Konstantin has joined #sailfishos | 18:21 | |
*** HJL has joined #sailfishos | 18:22 | |
*** HJL is now known as Guest74664 | 18:22 | |
coderus | just development, just api, and nothing personal :) | 18:23 |
*** raa70 has joined #sailfishos | 18:27 | |
MSameer | coderus: qtmultimedia has its own strong points anyway so stick to what you want | 18:32 |
MSameer | coderus: qtmultimedia has its own strong points anyway so stick to what you works for you best | 18:32 |
*** SfietKonstantin has joined #sailfishos | 18:34 | |
*** Sfiet_Konstantin has quit IRC | 18:35 | |
*** wazd has joined #sailfishos | 18:38 | |
*** harha has joined #sailfishos | 18:42 | |
*** furikku has quit IRC | 18:44 | |
*** scharel has joined #sailfishos | 18:48 | |
lbt | vgrade: re-fixed the create/branch pkg problem | 18:51 |
Stskeeps | lbt: doing osc -A https://api.merproject.org rebuild --all mer-core:i486:devel | 18:53 |
lbt | ok | 18:53 |
*** harha has quit IRC | 18:56 | |
*** jstaniek has joined #sailfishos | 18:57 | |
*** ziggy42 has quit IRC | 18:57 | |
*** phaeron has joined #sailfishos | 18:58 | |
lbt | and off it goes | 19:00 |
*** ziggy42 has joined #sailfishos | 19:00 | |
* Stskeeps looks for flames | 19:01 | |
Stskeeps | wow | 19:01 |
Stskeeps | so fast ui | 19:01 |
lbt | all workers busy - but... | 19:01 |
vgrade | how long does that usually take Stskeeps | 19:01 |
lbt | response from watcher for http://cmds:8002/public | 19:01 |
lbt | 503 remote error: Service Unavailable | 19:01 |
Stskeeps | hmmm | 19:01 |
lbt | yes - ui is great | 19:01 |
Stskeeps | watcher is ok | 19:01 |
lbt | some delete actions are slow (pkg/prj) | 19:02 |
Stskeeps | anything building on workers? | 19:02 |
lbt | yes - all full | 19:03 |
lbt | few idle now | 19:03 |
Stskeeps | ok, though i meant more like if build jobs factually staretd | 19:03 |
lbt | phost5 finished "build nss.spec" at Sun Jun 8 19:03:21 UTC 2014. | 19:04 |
lbt | it's just quite fast | 19: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 |
Stskeeps | i'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 luck | 19:05 |
lbt | works for me | 19:06 |
Stskeeps | ok, maybe just slow browser | 19:06 |
Stskeeps | https://build.merproject.org/build/mer-core:i486:devel/Core_i486/i586/popt/_log ? | 19:07 |
lbt | also it is a quick ui but I think it needs to be rendered and then cached | 19:07 |
*** kunev has quit IRC | 19:07 | |
Stskeeps | fun "authentication_required(User '' did not provide a password): | 19:07 |
Stskeeps | " | 19:07 |
Stskeeps | error | 19:07 |
lbt | do you see the log ? | 19:08 |
Stskeeps | nop | 19:08 |
lbt | ok - I do | 19:08 |
Stskeeps | i'm logged in and all | 19:08 |
vgrade | build logs are slow here | 19:08 |
vgrade | but they do pop up after 20/30 seconds | 19:09 |
lbt | *nod* | 19:09 |
*** marxistvegan has joined #sailfishos | 19:10 | |
lbt | nb ... https://build.opensuse.org/package/show/OBS:Server:2.5/createrepo | 19:10 |
vgrade | build logs were ok when I tested single builds yesterday | 19:10 |
lbt | vgrade: it's possible that we're loading the vpn which I have to use between workers and main b/e | 19:11 |
*** meetingcpp has quit IRC | 19:13 | |
lbt | dunno where --unique-md-filenames comes from | 19:14 |
*** plfiorini has quit IRC | 19:14 | |
Stskeeps | grep? | 19:14 |
*** javispedro has quit IRC | 19:15 | |
lbt | it's on ^^ | 19:15 |
* lbt osc co's | 19:16 | |
Stskeeps | not sure why i'm talking in here.. :P | 19:16 |
lbt | I did wonder ... | 19:16 |
*** lainwir3d has joined #sailfishos | 19:16 | |
*** Guest74664 has quit IRC | 19:17 | |
*** marxistvegan has left #sailfishos | 19:18 | |
*** Elleo has quit IRC | 19:20 | |
*** Elleo has joined #sailfishos | 19:21 | |
*** Elleo has joined #sailfishos | 19:21 | |
*** sclukey has quit IRC | 19:22 | |
FireFly | Why not.. | 19:29 |
lbt | because it's really about Mer, not Sailfish :) | 19:32 |
*** edgar2 has quit IRC | 19:32 | |
lbt | and most of the previous conversation was there | 19:32 |
lbt | but you get used to people drifting across channels... | 19:32 |
lbt | ah ... from yet another channel: [08/06/2014 20:26] <Stskeeps> i've had a martini or two ..... | 19:33 |
*** piggz has joined #sailfishos | 19:33 | |
Stskeeps | oi | 19:34 |
Stskeeps | :P | 19:34 |
FireFly | ^_^ | 19:34 |
lbt | *g* | 19:35 |
* stephg now wondering where #mer-martini is and why he wasn't invited | 19:35 | |
* lbt fancies a drambuie now... | 19:35 | |
* Stskeeps passes lbt a belgian cider | 19:36 | |
lbt | haha | 19:37 |
lbt | mmm ... 15yo Drambuie - nice | 19:37 |
*** situ has quit IRC | 19:39 | |
*** situ has joined #sailfishos | 19:41 | |
*** itbaron has quit IRC | 19:46 | |
*** wazd has quit IRC | 19:54 | |
*** wazd has joined #sailfishos | 19:55 | |
*** alin has joined #sailfishos | 19:56 | |
*** alin has quit IRC | 19:56 | |
*** alin has joined #sailfishos | 19:56 | |
Bysmyyr | coderus: any idea, mk do not connect | 19:56 |
coderus | Bysmyyr: go to settings and switch server to another? :) | 19:58 |
Bysmyyr | not help | 20:00 |
*** xerpi has joined #sailfishos | 20:00 | |
Bysmyyr | same problem in my girlfriends phone,worked and then shut in and then not working. I updated both today | 20:03 |
Bysmyyr | just say connecting | 20:05 |
*** xerpi has quit IRC | 20:06 | |
*** xerpi has joined #sailfishos | 20:06 | |
*** Andrea has joined #sailfishos | 20:08 | |
*** Andrea has quit IRC | 20:08 | |
scharel | Bysmyyr: I currently have the same problem, could be a problem with whatsapp servers | 20:09 |
Bysmyyr | ok | 20:10 |
*** b0bben has joined #sailfishos | 20:10 | |
Bysmyyr | then next try tomorrow | 20:10 |
Bysmyyr | good night | 20:10 |
scharel | System status says: Email, Chat & Registration unavailable | 20:10 |
scharel | good night | 20:10 |
*** ziggy42 has quit IRC | 20:13 | |
*** harha has joined #sailfishos | 20:14 | |
coderus | scharel: exactly | 20:19 |
coderus | it's why i added this to application | 20:20 |
Bysmyyr | âsecond time I saw r-that also, but maybe littlebit too fast | 20:21 |
scharel | coderus: it's a nice feature because the last tweet from @wa_status is from Feb 22 | 20:22 |
*** Sailor6916_ has joined #sailfishos | 20:23 | |
coderus | scharel: 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 #sailfishos | 20:40 | |
*** olafh has joined #sailfishos | 20:43 | |
*** Hijackal has quit IRC | 20:50 | |
*** Sir_herrbatka has quit IRC | 20:50 | |
*** scharel has quit IRC | 20:51 | |
*** dawnbringer has quit IRC | 20:55 | |
*** artemma has quit IRC | 20:56 | |
*** artemma has joined #sailfishos | 20:59 | |
*** m4g0g has quit IRC | 21:03 | |
*** jjarven has quit IRC | 21:04 | |
*** marxistvegan has joined #sailfishos | 21:13 | |
*** harha has quit IRC | 21:16 | |
*** Sequenced_ has joined #sailfishos | 21:19 | |
*** artemma has quit IRC | 21:21 | |
*** sledges has quit IRC | 21:21 | |
*** sledges_ has joined #sailfishos | 21:22 | |
*** piggz has quit IRC | 21:22 | |
*** sledges_ is now known as sledges | 21:22 | |
*** sledges has joined #sailfishos | 21:22 | |
*** Sequenced has quit IRC | 21:22 | |
*** javispedro has joined #sailfishos | 21:23 | |
*** artemma has joined #sailfishos | 21:24 | |
*** jjarven has joined #sailfishos | 21:24 | |
*** lainwir3d has quit IRC | 21:27 | |
*** spider-mario has quit IRC | 21:28 | |
*** artemma has quit IRC | 21:28 | |
*** Sail0r has quit IRC | 21:30 | |
*** Sail0r has joined #sailfishos | 21:30 | |
*** artemma has joined #sailfishos | 21:32 | |
*** Sail0r has quit IRC | 21:35 | |
*** oniongarlic has quit IRC | 21:38 | |
*** Nightmare__ has quit IRC | 21:39 | |
*** Khertan has quit IRC | 21:53 | |
*** KhertanAtwork has joined #sailfishos | 21:54 | |
*** b0bben has quit IRC | 22:02 | |
*** b0bben has joined #sailfishos | 22:03 | |
*** rashm2k1 has quit IRC | 22:04 | |
*** b0bben has quit IRC | 22:07 | |
*** BasilSemuonov has quit IRC | 22:09 | |
*** Zotan has quit IRC | 22:23 | |
*** M4rtinK2 has quit IRC | 22:37 | |
*** jstaniek has quit IRC | 22:46 | |
*** guimendes has joined #sailfishos | 22:48 | |
*** Dazzozo has quit IRC | 22:48 | |
*** Dazzozo has joined #sailfishos | 22:49 | |
*** AlmAck has quit IRC | 22:51 | |
*** M4rtinK has quit IRC | 22:53 | |
*** disharmonic has quit IRC | 22:55 | |
*** martyone_ has joined #sailfishos | 23:10 | |
*** arcean_ has quit IRC | 23:13 | |
*** Dazzozo has quit IRC | 23:23 | |
*** Dazzozo has joined #sailfishos | 23:23 | |
*** martyone_ has quit IRC | 23:26 | |
*** xerpi has quit IRC | 23:26 | |
*** artemma has quit IRC | 23:31 | |
*** olafh has quit IRC | 23:35 | |
*** artemma has joined #sailfishos | 23:36 | |
*** wazd has quit IRC | 23:45 | |
*** FlashAsparagus has joined #sailfishos | 23:53 | |
*** alin has quit IRC | 23:55 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!