| artemma | aard_: still here? Still could try one more RPM? :) same location - http://bit.ly/flatest | 00:00 |
|---|---|---|
| artemma | I figured that starting camera is not enough. After start() you need to explicitly start video recording with record() or image capture with capture() | 00:01 |
| artemma | now test app has buttons for these | 00:01 |
| artemma | now that really seems like exploring all the possible camera api buttons | 00:02 |
| * artemma is keeping fingers crossed | 00:02 | |
| artemma | note: this time app actually might save image or video files to your device | 00:02 |
| *** Ducky^ has joined #sailfishos | 00:02 | |
| artemma | or is here anybody else with device to try RPM that's supposed to turn flash on (for a flashlight app)? | 00:04 |
| special | out of curiosity, what part of the world are you in? ;) | 00:05 |
| aard_ | artemma: search and lock -- 2 short flashes | 00:05 |
| artemma | special: Finland-Helsinki. What about you, guys? | 00:05 |
| artemma | aard_: WooHoo! At least some reaction! | 00:05 |
| aard_ | artemma: in some variations with capture modes either on capture or record I get two short flashes as well | 00:06 |
| artemma | aard_: what about VIDEO mode + Flash ON + start() + recorder start()? | 00:06 |
| artemma | hmm, sounds like short flashes needed by camera to measure distance and focus | 00:06 |
| aard_ | nothing | 00:07 |
| artemma | are there any error msgs if you try video record with flash on? | 00:07 |
| artemma | or could you type status code from log to here? | 00:07 |
| artemma | latest message is on top | 00:08 |
| *** Morpog_Mobile has quit IRC | 00:08 | |
| aard_ | maybe tomorrow, when I'm logged in to the device. I was on my way to bed, got threatened I have to leave the house tomorrow at 10 (i.e., 8 hours) :/ | 00:08 |
| artemma | good luck and good sleep then! | 00:09 |
| artemma | thanks for help | 00:09 |
| artemma | ah, video recording must be possible with flash on.. | 00:09 |
| aard_ | it is | 00:10 |
| artemma | all the signs seem to tell I can control it to qml (flash mode supported), but I fail.. heh | 00:10 |
| artemma | aard_: if you'll be into playing with code, it's here - https://github.com/amarchen/video-flash-trial | 00:12 |
| *** rashm2k has quit IRC | 00:15 | |
| *** beford has quit IRC | 00:18 | |
| artemma | aard_: tried applying your patch from http://pastebin.com/RN0eUMSP - fatal: corrupt patch at line 174. I guess some copy-paste mistake. Will type changes manually, just sharing | 00:24 |
| *** DarkSim has quit IRC | 00:30 | |
| *** andreibechet has quit IRC | 00:35 | |
| artemma | Stskeeps: ping | 00:36 |
| *** krabador has quit IRC | 00:44 | |
| *** Morpog_Mobile has joined #sailfishos | 00:47 | |
| *** Eztran has quit IRC | 00:52 | |
| *** triggerhappy_ has joined #sailfishos | 00:57 | |
| *** triggerhappy_ has quit IRC | 00:57 | |
| *** zhost has quit IRC | 01:10 | |
| *** beford has joined #sailfishos | 01:28 | |
| tanghus | Anyone knows where the code for the examples in the emulator is? I'm espacially interested in the Search example. | 01:40 |
| *** furikku has joined #sailfishos | 02:17 | |
| tanghus | artemma: you're amarchen on github? | 02:29 |
| *** Morpog_N9__ has quit IRC | 02:35 | |
| *** Morpog_Mobile has quit IRC | 02:35 | |
| *** rm_work is now known as rm_work|away | 02:41 | |
| *** Heis has quit IRC | 02:46 | |
| *** Heis has joined #sailfishos | 02:47 | |
| *** Bloob has quit IRC | 02:51 | |
| *** Morpog_Mobile has joined #sailfishos | 02:55 | |
| *** ericcc has joined #sailfishos | 04:12 | |
| *** artemma_ has joined #sailfishos | 04:14 | |
| *** artemma has quit IRC | 04:14 | |
| *** artemma_ is now known as artemma | 04:14 | |
| *** toartist has quit IRC | 04:23 | |
| *** yaniel has joined #sailfishos | 04:39 | |
| *** artemma has quit IRC | 05:14 | |
| *** ericcc has quit IRC | 05:19 | |
| *** lpotter has joined #sailfishos | 05:29 | |
| *** ljp has quit IRC | 05:30 | |
| *** ericcc has joined #sailfishos | 05:30 | |
| *** blue787 has quit IRC | 05:43 | |
| *** blue787 has joined #sailfishos | 05:44 | |
| *** booss has quit IRC | 06:08 | |
| *** booss has joined #sailfishos | 06:09 | |
| *** shadeslayer_ has joined #sailfishos | 06:11 | |
| *** shadeslayer has quit IRC | 06:12 | |
| *** Pat_o has joined #sailfishos | 06:12 | |
| *** pyksy has quit IRC | 06:12 | |
| *** pyksy has joined #sailfishos | 06:13 | |
| *** Morpog_Mobile has quit IRC | 06:14 | |
| *** thedead1440 has quit IRC | 06:15 | |
| *** booss has quit IRC | 06:37 | |
| *** Morpog_Mobile has joined #sailfishos | 06:40 | |
| situ | It's hard to debug programs on sailfish vm, any good way to sniff network traffic ? | 06:48 |
| coderus | situ: wireshark? :D | 07:22 |
| situ | tcpdump may be. | 07:22 |
| coderus | tanghus: open Assistant - Search Search - select Silica Search. Example of usage is here. | 07:23 |
| *** Kabouik_ has joined #sailfishos | 07:23 | |
| coderus | tanghus: Search component actually does nothing itself. it just calling model sort function which is actually just for (var i=0; i < listModel.count; i++) { if name.contains(search.text) newmodel.append(model) } | 07:24 |
| *** Kabouik has quit IRC | 07:25 | |
| *** Kabouik has joined #sailfishos | 07:25 | |
| coderus | tanghus: iand ny IMHO its bad way to make search in models. it will be very long process for huge models :D | 07:25 |
| coderus | my IMHO* | 07:25 |
| coderus | situ: well, if you need complex traffic analyze than just dump use wireshark. its not so scare as it :D | 07:26 |
| *** Dux_ has quit IRC | 07:32 | |
| *** RoKenn has joined #sailfishos | 07:33 | |
| *** itbaron has joined #sailfishos | 07:34 | |
| *** beford has quit IRC | 07:39 | |
| *** zhxt has joined #sailfishos | 07:49 | |
| *** ericcc has quit IRC | 07:50 | |
| coderus | How to create cover image for Harbour? | 07:52 |
| *** ljp has joined #sailfishos | 07:58 | |
| *** lpotter has quit IRC | 07:59 | |
| *** Pat_o has quit IRC | 08:02 | |
| *** saildev has joined #sailfishos | 08:13 | |
| *** Pat_o has joined #sailfishos | 08:16 | |
| *** RoKenn has quit IRC | 08:19 | |
| *** Custodian has joined #sailfishos | 08:22 | |
| *** meShell_ has joined #sailfishos | 08:23 | |
| *** whtxly has joined #sailfishos | 08:25 | |
| *** Finleida has joined #sailfishos | 08:25 | |
| *** triggerhappy has quit IRC | 08:27 | |
| *** whtxly has quit IRC | 08:29 | |
| *** ericcc has joined #sailfishos | 08:30 | |
| *** Pat_o has quit IRC | 08:33 | |
| *** saildev has quit IRC | 08:34 | |
| *** LesPring has quit IRC | 08:43 | |
| *** Eismann has joined #sailfishos | 08:48 | |
| coderus | just sent Persecute for Sailfish to Harbour QA :D | 08:49 |
| *** Finleida has quit IRC | 08:52 | |
| *** Pat_o has joined #sailfishos | 08:57 | |
| *** Blizzz has joined #sailfishos | 09:00 | |
| *** jjarven_ has quit IRC | 09:02 | |
| *** freedomrun has quit IRC | 09:10 | |
| *** Bloob has joined #sailfishos | 09:15 | |
| *** jjarven_ has joined #sailfishos | 09:17 | |
| *** Blizzz has quit IRC | 09:19 | |
| *** Morpog_PC has joined #sailfishos | 09:23 | |
| Morpog_PC | coderus, is that coverimage for each app, or a general one for all your apps on store? | 09:24 |
| *** freedomrun has joined #sailfishos | 09:27 | |
| *** M4rtinK has joined #sailfishos | 09:28 | |
| *** Pat_o has quit IRC | 09:28 | |
| Morpog_PC | seems to be for your store page and it's optional | 09:30 |
| *** msvb-lab has joined #sailfishos | 09:37 | |
| *** r3d has quit IRC | 09:40 | |
| *** andreibechet has joined #sailfishos | 09:59 | |
| *** Pat_o has joined #sailfishos | 10:10 | |
| *** Pat_o has quit IRC | 10:16 | |
| *** faenil has quit IRC | 10:23 | |
| *** Soru has quit IRC | 10:27 | |
| *** yaniel is now known as Yaniel | 10:29 | |
| *** Pat_o has joined #sailfishos | 10:30 | |
| *** soul has joined #sailfishos | 10:37 | |
| *** soul is now known as Guest27396 | 10:38 | |
| *** Pat_o has quit IRC | 10:38 | |
| *** piggz has quit IRC | 10:39 | |
| *** thesegnel has joined #sailfishos | 10:40 | |
| thesegnel | hi there. i'm trying to use a tableview within my app, but import QtQuick.Controls 1.0 doesn't do the trick, do i need to add something else? | 10:40 |
| *** artemma has joined #sailfishos | 10:40 | |
| *** M4rtinK has quit IRC | 10:47 | |
| *** Pat_o has joined #sailfishos | 10:52 | |
| *** ericcc has quit IRC | 10:52 | |
| *** ericcc has joined #sailfishos | 10:54 | |
| *** Pat_o has quit IRC | 10:57 | |
| *** Summeli has quit IRC | 11:01 | |
| *** ericcc_ has joined #sailfishos | 11:02 | |
| *** artemma has quit IRC | 11:05 | |
| *** Morpog_PC has quit IRC | 11:05 | |
| *** Morpog_PC has joined #sailfishos | 11:07 | |
| *** Pat_o has joined #sailfishos | 11:10 | |
| *** ericcc has quit IRC | 11:17 | |
| *** yanliang has joined #sailfishos | 11:28 | |
| *** yanliang is now known as brad_qqq | 11:28 | |
| *** Guest27396 is now known as Taduro | 11:33 | |
| *** meShell_ has quit IRC | 11:34 | |
| *** artemma has joined #sailfishos | 11:39 | |
| artemma | Stskeeps: ping | 11:40 |
| *** shadeslayer_ has quit IRC | 11:52 | |
| situ | For those who are interested in trying out Tweetian on latest Sailfish SDK https://twitter.com/SiteshwarV/status/401678123428610048 | 11:54 |
| *** ericcc_ has quit IRC | 11:55 | |
| situ | veskuh ^ | 11:55 |
| *** shadeslayer has joined #sailfishos | 11:55 | |
| *** ericcc has joined #sailfishos | 11:57 | |
| *** zhxt has quit IRC | 12:00 | |
| *** krabador has joined #sailfishos | 12:04 | |
| *** krabador has quit IRC | 12:07 | |
| *** shadeslayer has quit IRC | 12:08 | |
| *** Finleida has joined #sailfishos | 12:09 | |
| brad_qqq | Hi all.I have a question.How to get arm format rpm?I have changed the kit to armv7hl and rebuilt the project.But I can't find the arm format rpm. | 12:09 |
| *** shadeslayer has joined #sailfishos | 12:12 | |
| *** cetemeego has joined #sailfishos | 12:15 | |
| *** ericcc has quit IRC | 12:17 | |
| *** shadeslayer has quit IRC | 12:22 | |
| *** shadeslayer has joined #sailfishos | 12:22 | |
| *** shadeslayer has quit IRC | 12:23 | |
| *** shadeslayer has joined #sailfishos | 12:23 | |
| *** shadeslayer has quit IRC | 12:26 | |
| *** Taduro has quit IRC | 12:27 | |
| *** Taduro has joined #sailfishos | 12:32 | |
| *** Sfiet_Konstantin has joined #sailfishos | 12:33 | |
| *** freedomrun has quit IRC | 12:35 | |
| *** ericcc has joined #sailfishos | 12:40 | |
| *** zhost has joined #sailfishos | 12:43 | |
| *** freedomrun has joined #sailfishos | 12:48 | |
| *** Venemo has joined #sailfishos | 12:50 | |
| *** thesegnel has quit IRC | 12:50 | |
| *** Pat_o has quit IRC | 12:50 | |
| * artemma asked about flash control in Qt level in mailing list - https://lists.sailfishos.org/pipermail/devel/2013-November/001234.html | 12:54 | |
| artemma | chip in if you can | 12:54 |
| artemma | brad_qqq: clean your project first | 12:54 |
| *** cetemeego has quit IRC | 12:55 | |
| artemma | brad_qqq: otherwise in bundles in the previously built (i486) binaries | 12:55 |
| *** Pat_o has joined #sailfishos | 12:55 | |
| artemma | it* bundles in | 12:58 |
| *** artemma has quit IRC | 12:58 | |
| *** ericcc has quit IRC | 13:01 | |
| brad_qqq | I solved it.Choose release build of arm kit.then choose deploy method arm. | 13:06 |
| *** ericcc has joined #sailfishos | 13:16 | |
| *** krabador has joined #sailfishos | 13:17 | |
| *** krabador has quit IRC | 13:20 | |
| *** ibins has joined #sailfishos | 13:21 | |
| *** RoKenn has joined #sailfishos | 13:31 | |
| *** ericcc has quit IRC | 13:32 | |
| *** Master-Passeli has quit IRC | 13:41 | |
| *** nodevel has joined #sailfishos | 13:56 | |
| *** r3d has joined #sailfishos | 13:58 | |
| *** ericcc has joined #sailfishos | 14:08 | |
| *** Master-Passeli has joined #sailfishos | 14:08 | |
| *** brad_qqq has quit IRC | 14:35 | |
| *** Finleida_ has joined #sailfishos | 14:37 | |
| *** Finleida has quit IRC | 14:41 | |
| coderus | situ: you can provide rpm for testing :) | 14:47 |
| *** artemma has joined #sailfishos | 14:47 | |
| situ | I am yet to add more fatures. I will provide rpm later. | 14:48 |
| *** krabador has joined #sailfishos | 14:56 | |
| *** a3Dman has joined #sailfishos | 15:00 | |
| *** SeekingFor has quit IRC | 15:00 | |
| *** a3Dman has quit IRC | 15:01 | |
| *** martyone has joined #sailfishos | 15:07 | |
| *** Eztran has joined #sailfishos | 15:13 | |
| *** jjarven_ has quit IRC | 15:13 | |
| *** Eztran has quit IRC | 15:16 | |
| artemma | aard_: ping | 15:18 |
| aard_ | o/ | 15:18 |
| artemma | aard_: when you saw these two short flashes, was it after seekAndLock? | 15:19 |
| artemma | could you try pressing it several times? | 15:19 |
| artemma | I've got an idea that maybe if we seekAndLock all the time, we'll get the stroboscope :) | 15:20 |
| artemma | not exactly flashlight, but light it will provide | 15:20 |
| aard_ | artemma: search and lock does flashes, yes | 15:21 |
| artemma | what if you press it several times? Quickly if you can | 15:21 |
| Nicd- | https://lists.sailfishos.org/ certificate is invalid it seems | 15:21 |
| Nicd- | "This certificate was signed by an unknown authority" | 15:22 |
| Nicd- | don't know if it's my fail or chrome's fail or sailfishos.org's fail | 15:22 |
| artemma | aard_: that would be fun if flashlight will go through seekAndLock :) | 15:23 |
| artemma | searchAndLock* | 15:23 |
| thesignal | hi, i'm trying for hours now, but wothout luck: i want to have a listview inside a column, is that possible? i always get only the first line of the list displayed... | 15:24 |
| artemma | thesignal: there's something about the height calculation | 15:24 |
| artemma | column expects its items to know how much height they need, but list view by default I think doesn't have any height. Or maybe just one line height | 15:25 |
| artemma | try setting it's height explicitly | 15:25 |
| thesignal | artemma: for example? height of one item * number of items? | 15:25 |
| artemma | and, well, even from your app logic: do you know what the height of list view should be ideally? | 15:25 |
| artemma | thesignal: yeah, this logic should work, just make sure numbers for this equation are available by the moment you use them | 15:26 |
| artemma | I'd try with hard codes values first to check if you can size list view at all | 15:26 |
| thesignal | no i don't. i'm creating a template. first two rows will be images and under the image i have a list which describes items on the image | 15:26 |
| thesignal | artemma: kk, i'll try that | 15:27 |
| artemma | well, then how do you expect QML to know how much space to allocate for list view? :) | 15:27 |
| artemma | try hard coded values first then see if you can change them dynamically | 15:27 |
| artemma | proper property binding may just work | 15:27 |
| artemma | if it doesn't change height manually in javascript | 15:27 |
| thesignal | artemma: k thanks. i'll try, i'm still very new to qml and javascript so.... | 15:28 |
| artemma | np | 15:28 |
| artemma | good luck | 15:28 |
| leinir | hum... well, one thing you're doing wrong is to not use anchors :) | 15:29 |
| thesignal | should i use anchors, or shouldn't i? | 15:29 |
| leinir | You should be using anchors - hardcoding sizes is kind of bad :) | 15:30 |
| thesignal | leinir: i'm using anchors | 15:30 |
| *** jjarven_ has joined #sailfishos | 15:30 | |
| artemma | thesignal: that is the same story about UI logic. Think yourself how you want UI to be layed out | 15:30 |
| thesignal | and it is like artemma said. if i use (for example) height: 200, 3 items show up | 15:30 |
| leinir | hmm... guess i read it wrong, then... | 15:30 |
| thesignal | thanks for the hint artemma | 15:31 |
| artemma | with columns and variable size items and anchors, it can be quite possible that none of the elements wants a particular size and everybody's waiting for the others to command and then take "the rest" of space :) | 15:31 |
| thesignal | could i paste you the code? i think i'm doing something terribly wrong | 15:32 |
| artemma | thesignal: if it compiles :) | 15:32 |
| thesignal | as nobody ever looked over my code | 15:32 |
| artemma | github link is the best | 15:32 |
| thesignal | artemma: it compiles | 15:32 |
| thesignal | k, just a minute | 15:32 |
| artemma | or link to zip | 15:32 |
| artemma | okay, if I can open it in Qt Creator and it runs, I'll have a look :) | 15:33 |
| *** shadeslayer has joined #sailfishos | 15:36 | |
| *** Kabouik has quit IRC | 15:39 | |
| coderus | thesignal: i think you should change your ui. listview in column is bad idea. you can use Repeater instead of ListView. | 15:39 |
| *** Kabouik has joined #sailfishos | 15:41 | |
| *** Blizzz has joined #sailfishos | 15:43 | |
| thesignal | coderus: but the listelemnt are non dynamic and i need them to be filled with some text | 15:43 |
| thesignal | so coderus: i create a datamodel for my data and let the repeater do the rest? | 15:50 |
| coderus | thesignal: just use Repeater as ListView | 15:55 |
| thesignal | coderus: i did and it worked, thanks | 15:57 |
| *** triggerhappy has joined #sailfishos | 16:16 | |
| thesignal | ok... i finally managed it to get everything displayed the right way, but now i have another problem :D, how do i make this list scrollable? | 16:16 |
| artemma | aard_: ping | 16:16 |
| artemma | I created a new experiment that starts camera searchAndLock every given amount of milliseconds. And optionally unlocks soon after search was started | 16:17 |
| artemma | +you can play with the focus mode (Manual focus should do it, but maybe other values work better) | 16:18 |
| artemma | Anybody willing to try? - http://bit.ly/videofla109 | 16:18 |
| artemma | or full code at https://github.com/amarchen/video-flash-trial/tree/v0.1-9/ | 16:18 |
| *** arcean has joined #sailfishos | 16:19 | |
| coderus | thesignal: put column inside SilicaFlickable | 16:20 |
| thesignal | coderus: anything else? because it didn't change | 16:22 |
| coderus | thesignal: just do it in proper way | 16:23 |
| thesignal | coderus: i don't understand. i put the column in a silicaflickable, anchors.fill:parent and inside the column i'm creating the listelements with a repeater | 16:24 |
| thesignal | as you suggested | 16:24 |
| *** shadeslayer has quit IRC | 16:25 | |
| coderus | is your column content height bigger than screen height to be scrolled? | 16:25 |
| *** Kabouik_ has joined #sailfishos | 16:25 | |
| *** shadeslayer has joined #sailfishos | 16:25 | |
| *** DarkSim has joined #sailfishos | 16:26 | |
| thesignal | coderus: yes | 16:26 |
| *** Kabouik has quit IRC | 16:28 | |
| coderus | then set flickable contentHeight: column.height | 16:28 |
| thesignal | coderus: doesn't help :/ | 16:32 |
| coderus | then share your qml file to paste.ubuntu.com to give you help | 16:33 |
| *** Kabouik has joined #sailfishos | 16:34 | |
| thesignal | coderus: http://paste.ubuntu.com/6427137/ | 16:35 |
| thesignal | thanks in advance | 16:35 |
| *** Kabouik_ has quit IRC | 16:36 | |
| coderus | remove anchors from column | 16:37 |
| coderus | thesignal: you need to set only column width | 16:38 |
| *** mielpops has quit IRC | 16:38 | |
| thesignal | coderus: i removed the anchors. removed the height | 16:39 |
| thesignal | it's scrollable now, thanks | 16:39 |
| coderus | thesignal: and remove height from column | 16:39 |
| *** Kabouik_ has joined #sailfishos | 16:40 | |
| thesignal | coderus: it works now, but the last item in the list cant be seen whole | 16:40 |
| *** arcean has quit IRC | 16:42 | |
| *** arcean has joined #sailfishos | 16:42 | |
| coderus | put PageHeader in flickable, not column | 16:42 |
| *** Kabouik has quit IRC | 16:43 | |
| *** Kabouik_ has quit IRC | 16:45 | |
| artemma | thesignal: as a debugging technique for layouts I like putting semi-transparent colorful Rectangles into whatever I want to see real size of | 16:45 |
| artemma | and then sometimes I use small margins to see where the actual border is | 16:45 |
| artemma | I mean this test Rectangle would be anchors.fill: parent | 16:46 |
| *** Kabouik has joined #sailfishos | 16:46 | |
| thesignal | artemma: thanks for that trick, sounds like a good idea | 16:46 |
| thesignal | coderus: moving PageHeader breaks the view, images overlap the header and i can't scroll to the bottom. if i change the itemsize of a listelement (removing the divide by 2) it works | 16:47 |
| artemma | Anybody with a real device here? Please, try my RPM for controlling camera flash - http://bit.ly/videofla109 | 16:47 |
| artemma | thesignal: I think PageHeader also takes space | 16:49 |
| artemma | so column needs to be not anchors.fill:parent | 16:49 |
| *** krabador has quit IRC | 16:49 | |
| artemma | but anchors.top: pageneader.bottom | 16:49 |
| coderus | thesignal: you need to set column top to header top this way | 16:50 |
| thesignal | artemma: i already removed anchors.fill : parent from column. and i also tried anchors.top : pageheader.bottom | 16:51 |
| thesignal | coderus: what do you mean? | 16:52 |
| artemma | well, try colored rectangles to see where the actual borders are :) Might be a mistake in which anchors you use | 16:52 |
| *** mielpops has joined #sailfishos | 16:53 | |
| *** faenil has joined #sailfishos | 16:54 | |
| *** disharmonic has joined #sailfishos | 16:54 | |
| thesignal | artemma: i think i found out, it says QML Image: Cannot anchor to an item that isn't a parent or sibling. | 16:56 |
| *** ericcc has quit IRC | 16:56 | |
| thesignal | but i don't know what that means | 16:56 |
| artemma | here you got it | 16:56 |
| thesignal | column and pageheader are in the same silicaflickable | 16:56 |
| artemma | well, you can only anchor to a parent or sibling :) | 16:56 |
| artemma | apparently you are trying to anchor to something else | 16:56 |
| thesignal | hm... i gave the pageheader the id pagehead, then i did in column: anchors.top: pagehead.bottom | 16:57 |
| thesignal | ah no no no | 16:58 |
| artemma | no-no, look what image is anchored to. That's what gives the error | 16:58 |
| thesignal | i'm an idiot, i did this in the image | 16:58 |
| thesignal | it works now :D | 16:58 |
| artemma | (y) | 16:58 |
| thesignal | thanks | 16:58 |
| *** Summeli has joined #sailfishos | 17:03 | |
| *** triggerhappy has quit IRC | 17:03 | |
| *** master_of_master has joined #sailfishos | 17:06 | |
| *** master_o1_master has quit IRC | 17:07 | |
| artemma | u r welcome | 17:08 |
| *** thedead1440 has joined #sailfishos | 17:10 | |
| faenil | Summeli, did you get the invite? :) | 17:16 |
| * artemma keeps wondering about the second preordering wave schedules. There's a chance that hardware for the 2nd wave will be a little better (there are often issues with the very first build), but.. it will come later | 17:17 | |
| *** arcean_ has joined #sailfishos | 17:19 | |
| *** Venemo has quit IRC | 17:20 | |
| *** mielpops has quit IRC | 17:21 | |
| *** arcean has quit IRC | 17:23 | |
| *** arcean_ is now known as arcean | 17:25 | |
| *** Kabouik_ has joined #sailfishos | 17:30 | |
| *** Kabouik has quit IRC | 17:32 | |
| *** Custodian has quit IRC | 17:33 | |
| *** Venemo has joined #sailfishos | 17:37 | |
| Summeli | faenil: invite? no I didn't | 17:40 |
| faenil | Summeli, oki | 17:42 |
| *** mielpops has joined #sailfishos | 17:47 | |
| *** jjanvier has joined #sailfishos | 18:00 | |
| *** Kabouik has joined #sailfishos | 18:01 | |
| *** Kabouik_ has quit IRC | 18:03 | |
| *** Kabouik_ has joined #sailfishos | 18:04 | |
| *** Kabouik has quit IRC | 18:07 | |
| *** w00t has quit IRC | 18:12 | |
| *** special has quit IRC | 18:15 | |
| *** itbaron has quit IRC | 18:25 | |
| *** diegoyam_ is now known as diegoyam | 18:27 | |
| *** Pat_o has quit IRC | 18:34 | |
| *** special has joined #sailfishos | 18:41 | |
| *** Venemo has quit IRC | 18:41 | |
| *** w00t has joined #sailfishos | 18:42 | |
| *** Venemo has joined #sailfishos | 18:44 | |
| *** martyone has quit IRC | 19:03 | |
| *** Taduro has quit IRC | 19:05 | |
| *** Taduro has joined #sailfishos | 19:08 | |
| *** amizraa has quit IRC | 19:11 | |
| *** Taduro has quit IRC | 19:12 | |
| *** martyone has joined #sailfishos | 19:15 | |
| *** Taduro__ has joined #sailfishos | 19:16 | |
| *** Taduro__ has quit IRC | 19:24 | |
| *** Taduro_ has joined #sailfishos | 19:25 | |
| *** Snurppa has joined #sailfishos | 19:28 | |
| *** Heis has quit IRC | 19:33 | |
| *** Heis has joined #sailfishos | 19:36 | |
| *** Taduro___ has joined #sailfishos | 19:38 | |
| *** Taduro_ has quit IRC | 19:41 | |
| *** Venemo has quit IRC | 19:47 | |
| *** Venemo has joined #sailfishos | 19:50 | |
| *** sababa has quit IRC | 19:57 | |
| *** Blizzz has quit IRC | 20:07 | |
| *** furikku has quit IRC | 20:07 | |
| *** Kabouik has joined #sailfishos | 20:08 | |
| *** Kabouik_ has quit IRC | 20:11 | |
| *** Kabouik_ has joined #sailfishos | 20:13 | |
| *** Kabouik has quit IRC | 20:15 | |
| *** Kabouik_ has quit IRC | 20:24 | |
| *** Kabouik has joined #sailfishos | 20:25 | |
| *** Kabouik has quit IRC | 20:37 | |
| *** Kabouik has joined #sailfishos | 20:40 | |
| *** mielpops has quit IRC | 20:40 | |
| *** RoKenn has quit IRC | 20:40 | |
| *** artemma has quit IRC | 20:42 | |
| *** artemma has joined #sailfishos | 20:46 | |
| *** Kabouik has quit IRC | 20:47 | |
| *** Kabouik has joined #sailfishos | 20:49 | |
| *** mielpops has joined #sailfishos | 20:53 | |
| *** Kabouik has quit IRC | 20:57 | |
| *** jjanvier has quit IRC | 21:02 | |
| *** Taduro___ has quit IRC | 21:02 | |
| *** jjanvier has joined #sailfishos | 21:04 | |
| *** meShell_ has joined #sailfishos | 21:04 | |
| *** Venemo has quit IRC | 21:09 | |
| *** 17WAADH9P has joined #sailfishos | 21:10 | |
| *** Venemo has joined #sailfishos | 21:10 | |
| *** shadeslayer has quit IRC | 21:13 | |
| *** artemma has quit IRC | 21:14 | |
| *** shadeslayer has joined #sailfishos | 21:14 | |
| *** artemma has joined #sailfishos | 21:15 | |
| *** Kabouik has joined #sailfishos | 21:19 | |
| *** 17WAADH9P is now known as Taduro | 21:26 | |
| *** artemma has quit IRC | 21:26 | |
| *** sdjayna1 has quit IRC | 21:32 | |
| *** M4rtinK has joined #sailfishos | 21:32 | |
| *** sdjayna has joined #sailfishos | 21:36 | |
| *** jjanvier has quit IRC | 21:43 | |
| *** Finleida_ has quit IRC | 21:50 | |
| *** RoKenn has joined #sailfishos | 21:54 | |
| *** Venemo has quit IRC | 22:05 | |
| *** disharmonic has quit IRC | 22:07 | |
| *** Eztran has joined #sailfishos | 22:09 | |
| *** mielpops has quit IRC | 22:12 | |
| *** Venemo has joined #sailfishos | 22:16 | |
| *** Blizzz has joined #sailfishos | 22:22 | |
| *** RoKenn has quit IRC | 22:24 | |
| *** mielpops has joined #sailfishos | 22:27 | |
| *** RoKenn has joined #sailfishos | 22:33 | |
| *** Taduro has quit IRC | 22:45 | |
| *** Taduro_ has joined #sailfishos | 22:48 | |
| *** martyone has quit IRC | 22:54 | |
| *** Venemo has quit IRC | 23:17 | |
| *** Venemo has joined #sailfishos | 23:18 | |
| *** MFaro-Tusino has joined #sailfishos | 23:18 | |
| *** Taduro_ has quit IRC | 23:20 | |
| *** Taduro has joined #sailfishos | 23:23 | |
| *** MFaro-Tusino_ has joined #sailfishos | 23:23 | |
| *** MFaro-Tusino has quit IRC | 23:23 | |
| *** MFaro-Tusino_ has quit IRC | 23:23 | |
| *** Eismann has quit IRC | 23:24 | |
| *** Bloob has quit IRC | 23:33 | |
| *** DarkSim has quit IRC | 23:40 | |
| *** Morpog_PC has quit IRC | 23:59 | |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!