#nemomobile log for Thursday, 2014-08-28

*** arcean has quit IRC00:36
*** blam_ has joined #nemomobile00:52
*** SamuelNevala has quit IRC01:16
*** Sinbad has joined #nemomobile01:17
*** KaIRC has quit IRC01:23
*** cxl000 has quit IRC01:32
*** vakkov has joined #nemomobile01:34
*** Milhouse has quit IRC02:15
*** Morpog_PC has joined #nemomobile02:44
*** spiiroin has quit IRC02:55
*** mikkoh has quit IRC03:01
*** mikkoh has joined #nemomobile03:06
*** spiiroin has joined #nemomobile03:14
*** Milhouse has joined #nemomobile03:24
*** Behold has quit IRC03:26
*** martyone has joined #nemomobile04:01
*** Morpog_PC has quit IRC04:42
*** VDVsx has quit IRC04:47
*** VDVsx has joined #nemomobile05:03
*** sletta has joined #nemomobile05:05
*** xruxa_away is now known as xruxa05:14
*** xruxa is now known as xruxa_away05:23
*** xruxa_away is now known as xruxa05:23
*** WWDrakey has joined #nemomobile05:26
*** VDVsx has quit IRC05:31
*** VDVsx has joined #nemomobile05:31
*** jukkaeklund has joined #nemomobile05:33
*** ced117 has joined #nemomobile05:39
*** trollixx has quit IRC05:42
*** trollixx has joined #nemomobile05:44
*** furikku has joined #nemomobile05:59
*** vakkov has quit IRC06:17
*** vakkov has joined #nemomobile06:22
*** solarius has joined #nemomobile06:26
*** ced117 has joined #nemomobile06:37
*** Morpog_PC has joined #nemomobile06:40
*** lpotter has quit IRC06:47
*** lpotter has joined #nemomobile06:47
*** lpotter has quit IRC06:53
*** lpotter has joined #nemomobile06:53
*** alin_ has quit IRC06:53
*** lpotter has quit IRC06:57
*** lpotter has joined #nemomobile06:58
*** giucam has quit IRC07:00
*** giucam has joined #nemomobile07:00
*** giucam has quit IRC07:00
*** giucam has joined #nemomobile07:00
*** lpotter has quit IRC07:01
*** Guest19439 is now known as mor07:01
*** mor is now known as mord07:01
*** lpotter has joined #nemomobile07:01
*** alin has joined #nemomobile07:09
*** alin has quit IRC07:09
*** alin has joined #nemomobile07:09
*** lpotter has quit IRC07:17
*** lpotter has joined #nemomobile07:17
*** alin has quit IRC07:18
*** mjones has quit IRC07:20
*** mjones has joined #nemomobile07:20
*** artemma has joined #nemomobile07:21
*** lpotter has quit IRC07:23
*** lpotter has joined #nemomobile07:23
*** mjones has quit IRC07:25
*** lpotter has quit IRC07:27
*** lpotter has joined #nemomobile07:27
*** lpotter has quit IRC07:31
*** lpotter has joined #nemomobile07:31
*** Pat_o has quit IRC07:34
*** lpotter has quit IRC07:37
*** lpotter has joined #nemomobile07:37
*** niqt has joined #nemomobile07:39
*** lpotter has quit IRC07:43
*** lpotter has joined #nemomobile07:44
*** jukkaeklund has quit IRC07:44
SK_workmorning07:50
SK_workping thp_ ?07:50
*** lpotter has quit IRC07:55
*** blam_ has quit IRC07:55
*** lpotter has joined #nemomobile07:55
*** alien_ has joined #nemomobile08:00
*** jukkaeklund has joined #nemomobile08:03
*** ajalkane has quit IRC08:06
*** mike7b4_on_x230 has joined #nemomobile08:09
*** notmart has joined #nemomobile08:12
*** ajalkane has joined #nemomobile08:18
*** ajalkane has quit IRC08:22
*** arcean has joined #nemomobile08:28
*** zhxt has quit IRC08:32
*** Stskeepz is now known as Stskeeps08:34
*** Stskeeps has joined #nemomobile08:34
*** jreznik_ has joined #nemomobile08:39
*** faenil has joined #nemomobile08:47
Stskeepsm00 faenil08:47
*** ChanServ sets mode: +o faenil08:48
faenilStskeeps: o/ great to see you back here08:48
Stskeepsgood to be back08:48
faenilmorning people!08:48
*** zhxt has joined #nemomobile08:49
*** alin has joined #nemomobile08:49
*** alin has quit IRC08:49
*** alin has joined #nemomobile08:49
SK_workhi faenil :)08:50
faenilSK_work: o/08:50
SK_workfaenil: do you think that you can do a code review ? :D08:52
SK_workI'm trying to get something in nemomobile mw08:52
SK_workbut nobody seems to be interested :(08:52
faenilSK_work: if it's very short...otherwise no sorry :p08:52
SK_workfaenil: it is short enough08:53
SK_workhttps://github.com/nemomobile/nemo-qml-plugin-notifications/pull/7/files08:53
SK_work3 file changes08:53
faenildisclaimer: I can review it, but I have no clue what I'm looking at08:53
SK_workfaenil: basically, instead of using the whole C++ class as an argument to a QList (copy constructor of a QObject is hidden), I use a data object08:56
SK_workthis separates the QObject (with logic and Qt stuff) from data, doing a sort of pimpl, and enabling this code to build actually08:57
faenilSK_work: why didn't it compile?08:59
SK_workQList<Notification>: a Notification is a QObject and is passed as a type in QList09:00
SK_workQList requires implementation of copy constructor and assignment operator, that QObject hides (Q_DISABLE_COPY)09:01
SK_workthis QList<Notification> is therefore illegalm09:01
SK_worknow I'm passing NotificationData, that is a POD struct09:01
SK_workwith default copy / assign ops09:01
SK_workso it should work ebtter09:01
faenilok, clear ;)09:01
SK_work(well  s/ebetter// :D)09:02
SK_work(it works)09:02
faenilSK_work: btw, lgtm'ed09:03
SK_workthanks for the input :)09:05
faenilanytime ;)09:05
*** blam_ has joined #nemomobile09:12
faenilmy Jolla got completely stuck last night09:21
faenilit didn't react to *any* input09:21
faenilI also tried keeping the pwr button pressed for 10 secs09:22
faenilnothing...I had to take out the battery09:22
faenilthere was no led, no nothing09:22
coderuskernel panic :)09:22
faenilhehe09:23
faenilalways entertaining09:23
*** phdeswer has joined #nemomobile09:24
*** cxl000 has joined #nemomobile09:25
spiiroinfaenil: a guess: it was off, and power up blocked by pmic; removing battery = resets things09:34
faenilspiiroin: why blocked by pmic? btw there's no hwsmpl coredump and the phone was 50% battery09:42
*** ced117 has quit IRC09:42
spiiroinfaenil: as said, just a guess from my part...09:43
faenilspiiroin: :) iirc the first time I pressed power button there was a short vibra (as if it was trying to switch on, or off) but no led so I don't know what it was trying to do09:44
spiiroinfaenil: that might have been dsme, alive enough to start shutdown & do vibra09:46
faenilspiiroin: but if it was shutdown then why did I have to take out battery afterwards09:46
spiiroinmaybe the shutdown did not finish, anything spectacular in logs?09:47
faenilspiiroin: no time to check log, the log window is filled in no time09:47
faenil(and I didn't check it last night as I was in bed)09:47
faenils/window/buffer09:48
faenilspiiroin: about that, is there a plan to make kernel less verbose?09:48
faenilmy log buffer fills in 7-8 minutes when not using the phone :/09:49
spiiroinfaenil: not that I'm aware, but I'll check ...09:50
faenilspiiroin: so it's "wanted" that the log fills in a matter of few minutes?09:50
faenil(just curious ;) )09:50
spiiroinfaenil: I guess filling logs is never "wanted" ... and there is a ticket for reducing the noise09:52
faenilok09:52
faenilit seems nothing changed about that since first release, so I was starting to think there was a reason to keep it so verbos in releases :D maybe to be able to debug clients' issues...but being able to only debug the last 7mins doesn't help much I guess09:53
faenilbut anyway, ok thanks ;)09:53
*** ajalkane has joined #nemomobile10:05
*** Pat_o has joined #nemomobile10:10
*** alin has quit IRC10:13
*** alin has joined #nemomobile10:15
*** alin has quit IRC10:15
*** alin has joined #nemomobile10:15
*** spiiroin has quit IRC10:17
SK_workfaenil: why only 7 minutes ?10:20
SK_workyou can journalctl can't you ?10:20
*** simbrown has quit IRC10:38
*** simbrown has joined #nemomobile10:41
*** spiiroin has joined #nemomobile10:41
faenilSK_work: journalctl reports 7mins ago as the first msg10:57
faenilbecause the buffer is limited, and 7 mins are enough to fill it10:57
faenil(of course I could use "persistent" setting, but that's not what the normal user should do)10:57
Stskeepsyou're not a normal user ;p10:58
faenildoh xD10:59
*** DrCode has quit IRC10:59
*** DrCode has joined #nemomobile11:00
*** lizardo has joined #nemomobile11:07
*** kido has joined #nemomobile11:09
*** KaIRC has joined #nemomobile11:18
*** zhxt has quit IRC11:26
*** zhxt has joined #nemomobile11:40
*** artemma has quit IRC11:41
sledgesfaenil: good to see you back! o/11:42
faenilsledges: I'm not back ;11:43
faenil:P11:43
sledgesD:11:43
sledges:D11:43
faeniljust connecting from win from time to time :p11:43
sledgeshow's your summer been?11:43
faenilbusy, busy11:44
faenilwhat about you11:44
sledgessame:)11:45
sledgeswhat's next in store for you?11:45
faenilgraduation Oct or Dec, and then, job hunting11:46
faenil:)11:46
locusfI still have about a year :p11:50
faenillocusf: didn't you finish master already?11:53
*** tbr has quit IRC11:54
*** martyone has quit IRC12:03
*** tbr has joined #nemomobile12:06
sledgesfaenil: in bocca al lupo (on both accounts!;)12:07
faenilsledges: thanks!12:08
faenilcrepi!12:09
tbrfaenil: better job hunt now already.12:10
Stskeeps+112:10
tbrstuff takes time12:10
tbrespecially if you *gasp* want a well matching job12:10
faeniltbr: I'd like to get stronger skills before going on a hunting rampage :/12:10
tbrand not just some crap12:11
Stskeepsfaenil: experience comes in years, just get some12:11
tbrfaenil: degree is enough, go, go, go, storm the front!12:11
Stskeepsany kind of job that didn't end in you getting fired for misappropiating funds is good12:11
Stskeeps:P12:11
faenilhaha12:12
faenilokay, I'll take your advice if I postpone to Dec...otherwise I'll have to do it after graduation, as I can imagine it requires quite some time (especially if you've never done it)12:13
faenilor am I wrong?12:16
Stskeepsjust start sending applications12:16
Stskeeps:P12:16
faenilokay, that I think I can do12:17
*** jreznik_ is now known as jreznik12:18
locusffaenil: nope :/12:28
faenillocusf: aw, then I misunderstood! (and now I have a deja-vu :D )12:28
locusffaenil: skills come while working, just dig already :)12:33
faenillocusf: egg and chicken problem, who hires me without skills?12:33
locusfI was an undergrad already on my previous job :)12:33
faenillocusf: :=12:34
faenil:)12:34
locusffaenil: indeed, work experience counts, but not for junior position :)12:34
locusffaenil: IMO you already have a stronger skillset than eg. me in Qt for example12:36
faenillocusf: I can't confirm or deny that...but I got your point guys12:38
locusffaenil: heheh :)12:38
*** jukkaeklund has quit IRC13:04
*** artemma has joined #nemomobile13:06
*** Behold has joined #nemomobile13:07
*** niqt has quit IRC13:20
*** WWDrakey has left #nemomobile13:52
*** solarius has quit IRC14:12
*** VDVsx has quit IRC14:12
*** VDVsx has joined #nemomobile14:47
*** Mirv has quit IRC15:06
*** xruxa is now known as xruxa_away15:10
*** alien_ has quit IRC15:17
*** Mirv has joined #nemomobile15:21
*** jreznik has quit IRC15:38
*** artemma has quit IRC15:53
*** stroughtonsmith has joined #nemomobile16:05
*** Pat_o has quit IRC16:21
*** notmart has quit IRC16:34
*** alin has quit IRC16:43
*** spiiroin_ has joined #nemomobile16:55
*** spiiroin has quit IRC16:59
Morpog_PCnice one sledges17:30
sledgescheers Morpog_PC :)17:32
*** stroughtonsmith has quit IRC17:33
Morpog_PCI already wondered if that N4 port will ever get some progress :D17:34
sledges:)) never give up;)17:35
Morpog_PCthats the spirit!17:37
Morpog_PCmaybe I get a second hand N4 some time, or a N5 as soon as the N6 gets sold and the N5 gets thrown out cheap17:38
Morpog_PCvgrade_ did an awesome job too17:38
*** mike7b4_on_x230 has quit IRC17:46
sledgesn4 much better than n5 in terms of smooth screen edges18:15
sledgesi finish to rub off my fingerprints with that sf on n518:16
sledges:D18:16
Morpog_PClol18:17
*** msava has quit IRC18:33
*** phako_ is now known as phako18:43
*** Sfiet_Konstantin has joined #nemomobile18:44
*** kido` has joined #nemomobile18:46
*** kido has quit IRC18:46
*** SfietKonstantin has joined #nemomobile18:48
*** SfietKonstantin has quit IRC18:49
*** Sfiet_Konstantin has quit IRC18:50
*** SfietKonstantin has joined #nemomobile18:50
*** Pat_o has joined #nemomobile18:56
*** furikku has quit IRC18:59
*** msava has joined #nemomobile19:00
*** msava has quit IRC19:02
*** msava has joined #nemomobile19:05
*** DrCode has quit IRC19:11
*** kido` has quit IRC19:17
*** DrCode has joined #nemomobile19:18
*** onurati has joined #nemomobile19:19
*** Morpog_PC has quit IRC19:49
*** Morpog_PC has joined #nemomobile19:49
*** kimmoli is now known as KimmoJolla19:53
*** alin has joined #nemomobile20:00
*** alin has quit IRC20:00
*** alin has joined #nemomobile20:00
*** KimmoJolla is now known as kimmoli20:03
*** onurati has quit IRC20:04
*** sletta has quit IRC20:13
*** kido has joined #nemomobile20:16
*** SfietKonstantin has quit IRC20:57
*** kimmoli has quit IRC21:31
*** kimmoli has joined #nemomobile21:31
*** lizardo has quit IRC21:31
*** lpotter has quit IRC21:34
*** lpotter has joined #nemomobile21:34
*** lpotter has quit IRC21:57
*** lpotter has joined #nemomobile21:57
*** alin has quit IRC22:10
*** alin has joined #nemomobile22:11
*** alin has quit IRC22:11
*** alin has joined #nemomobile22:11
*** faenil has quit IRC22:54
*** mjones has joined #nemomobile23:05
*** mjones has quit IRC23:10
*** Morpog_PC has quit IRC23:16
*** mjones has joined #nemomobile23:32

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