#nemomobile log for Tuesday, 2014-05-27

*** iekku has quit IRC00:10
*** jusa_ has quit IRC00:10
*** iekku has joined #nemomobile00:12
*** jusa_ has joined #nemomobile00:13
*** denexter has joined #nemomobile00:27
*** chriadam|away is now known as chriadam00:27
*** gabriel9 has quit IRC00:35
*** DarkSim has quit IRC00:35
*** gabriel9 has joined #nemomobile00:35
*** mivaho has quit IRC00:57
*** lpotter has quit IRC01:00
*** lpotter has joined #nemomobile01:00
*** mivaho has joined #nemomobile01:09
*** gabriel9 has quit IRC01:14
*** gabriel9 has joined #nemomobile01:15
*** LaoLang_cool has quit IRC01:38
*** n9mx has joined #nemomobile01:39
*** Morpog_PC___ has joined #nemomobile01:45
*** Morpog_PC__ has quit IRC01:49
*** KaIRC has quit IRC01:59
*** gabriel9 has quit IRC02:10
*** n9mx has quit IRC03:42
*** furikku has joined #nemomobile03:56
*** martyone_ has joined #nemomobile04:00
*** n9mx has joined #nemomobile04:00
*** n9mx has left #nemomobile04:01
*** norayr has quit IRC04:12
*** norayr has joined #nemomobile04:14
*** zsombi has joined #nemomobile04:25
*** mkosola has quit IRC04:26
*** kjokinie has quit IRC04:31
*** veskuh has quit IRC04:33
*** WWDrakey has joined #nemomobile04:43
*** VDVsx has quit IRC04:45
*** veskuh has joined #nemomobile04:48
*** veskuh has quit IRC04:53
*** VDVsx has joined #nemomobile05:11
*** mkosola has joined #nemomobile05:21
*** PMG has quit IRC05:22
*** DarkSim has joined #nemomobile05:25
*** lbt has quit IRC05:41
*** lbt_ has joined #nemomobile05:41
*** lbt_ has quit IRC05:41
*** lbt_ has joined #nemomobile05:41
*** tanty_off has joined #nemomobile05:46
*** tanty_off is now known as tanty05:46
*** PMG has joined #nemomobile05:59
*** mkosola1 has joined #nemomobile06:04
*** mkosola has quit IRC06:05
*** sletta has joined #nemomobile06:06
*** norayr has quit IRC06:16
*** gabriel9 has joined #nemomobile06:16
*** gabriel9 has quit IRC06:18
*** chriadam is now known as chriadam|away06:33
*** Pat_o has quit IRC06:34
*** shentey has joined #nemomobile06:39
*** mkosola1 has quit IRC06:42
*** dmol has joined #nemomobile06:43
*** shentey has quit IRC06:51
*** Pat_o has joined #nemomobile06:59
*** jotik has quit IRC07:03
*** jotik has joined #nemomobile07:03
stephgMORNING!07:08
sledgesNORMING!07:11
*** SK_work has joined #nemomobile07:11
*** Pat_o has quit IRC07:12
*** VDVsx has quit IRC07:12
*** veskuh has joined #nemomobile07:14
*** kjokinie has joined #nemomobile07:14
*** jpetrell has joined #nemomobile07:21
locusfmorning07:25
SK_workmorning locusf07:26
*** jpetrell_ has joined #nemomobile07:26
*** jpetrell has quit IRC07:27
*** VDVsx has joined #nemomobile07:27
locusfI wonder why the image provider I wrote doesn't work07:34
SK_worklocusf: link ?07:35
SK_workpastebin :) ?07:35
locusfSK_work: wait a moment, gotta open my computer07:35
SK_worklocusf: np07:35
locusfmy mouse and keyboard are not working, can't copy-paste the url to github :D07:39
locusfin chromium that is07:40
locusfIRC is fine07:40
locusfhttps://github.com/locusf/qtquickcontrols-nemo/commit/4c994d0883a22828aeaa3a15e0165f19b431a73807:40
locusfah now, it was javascript producing dialogs in a tab07:40
*** xruxa_away is now known as xruxa07:41
locusfthe code for requestImage never gets called, instead I get an error that the image provider is registered for images but doesn't implement requestImage07:46
*** lbt_ is now known as lbt07:49
SK_worklocusf: I guess I know07:50
SK_workone sec07:50
SK_worklhttp://qt-project.org/doc/qt-5/qquickimageprovider.html#imageType07:50
SK_worklocusf: http://qt-project.org/doc/qt-5/qquickimageprovider.html#imageType07:51
SK_workset the image type07:51
SK_workand it should work07:51
*** mjones has quit IRC07:51
locusfSK_work: I have, in the constructor07:51
*** mjones has joined #nemomobile07:51
locusfhttps://github.com/locusf/qtquickcontrols-nemo/commit/4c994d0883a22828aeaa3a15e0165f19b431a738#diff-bfeb69fe7c387cafb1329cfa07168b4bR1107:51
SK_worklocusf: missed it07:52
SK_worksorry07:52
SK_worklocusf: ha, my first guess was good07:53
SK_workwrong signature07:53
locusfoh?07:53
SK_workvirtual QImage requestImage(QString &id, QSize *size, QSize &requestedSize); should be virtual QImage requestImage(QString &id, QSize *size, condt QSize &requestedSize);07:53
SK_workconst*07:53
locusfargh07:53
SK_workQImage QQuickImageProvider::requestImage(const QString & id, QSize * size, const QSize & requestedSize)07:53
*** xmlich02 has joined #nemomobile07:53
locusflemme test07:54
*** cxl000 has joined #nemomobile07:54
faenilmoaaaaaaaning o/07:55
*** mjones has quit IRC07:56
locusfwohoo it worked!07:56
SK_workmorning faenil07:56
SK_worklocusf: :)07:56
locusfSK_work: thanks a ton :)07:56
SK_workfaenil: counting on you for this afternoon's meeting: about nemo docs07:56
SK_workplizze :)07:56
faenilahah of course...I started the battle about docs iirc, even if you wrote it on the agenda :p07:57
faenil(or I misremember, but anyway, you know I care about it ;) )07:57
locusfwe've got icons in glacier launcher now :)07:57
locusflemme clean up the commit first and then PR07:58
faenil\o/ ported mthemedaemon?07:58
locusfhttps://github.com/nemomobile/qtquickcontrols-nemo/pull/2807:59
locusffaenil: yes, the local version at least07:59
*** blam_ has quit IRC08:00
faeniljust tell me the code you wrote, I won't review all the meego lib xD08:00
sledgeslocusf: great job! so we can get rid of qt-components?08:00
locusfsledges: yeah for good now08:01
locusffaenil: nemoimageprovider.{cpp,h}, qquicknemocontrolsextensionplugin.cpp08:02
faenillocusf, maybe get rid of the stuff we don't need?+08:02
*** xmlich02 has joined #nemomobile08:02
locusffaenil: yes08:02
locusfremotethemedaemon for instanced08:02
faenilI didn't know there was a protocol for theme handling via network in meego :/08:03
locusfoh yes, glacier theme is hardcoded as I didn't want to depend on mlite08:03
SK_workfaenil: I know you care about it :)08:03
SK_worklocusf: \o/08:03
SK_worklocusf: remotethemdaemon ? :O08:04
SK_worklocusf: faenil what does Jolla use as a theme daemon ?08:04
SK_workor maybe it's in silica ?08:04
faenilno idea, I guess the same08:04
locusfthe same but local, its in booster-silica08:04
faenilsince locusf said the paths are the same08:04
locusfI can see in journalctl08:04
SK_worklocusf: ok08:04
SK_workinteresting to know08:05
locusfyes jolla-ambient theme has index.theme just like glacier does08:05
SK_workjolla have something more in their image protocol08:05
SK_workyou can apply a sort of shader on it08:05
SK_workto change color08:05
SK_work(when press effect for example)08:05
locusfwe need to depend on manual hack for glacier icons to work on Jolla08:05
locusfoh nice08:05
SK_worklocusf: so I was wondering if this was already supported out of the box or if we have to either rewrite code or take Jolla's08:06
SK_workor don't have this feature :)08:06
*** piggz has joined #nemomobile08:06
locusfSK_work: it would require for us to depend on Silica if we wanted to have icons08:07
SK_worklocusf: we can extract the code can't we ?08:08
SK_work(if the code is available, and I don't know about this)08:08
locusfSK_work: I don't know exactly, its probably in the depths of c++ which we don't have access to08:08
SK_workmy guess too08:08
SK_workthough we could ask08:08
SK_worklocusf: should I review themedaemon code ?08:09
SK_workor juste image provider?08:09
locusfSK_work: your call on this, I could still remove the remove daemon client and protocol files for good measure08:09
SK_worklocusf: LGTM in the provider side08:10
SK_workno time for daemon though08:10
locusfsure08:10
SK_worklocusf: but since it's from Harmattan, I would guess that harmattan people did already reviewed it quite a bit :D08:10
*** tanty is now known as tanty_off08:11
locusfyeah :)08:12
locusfok removed the protocol + remote client08:13
locusfsince we don't need those files at all08:13
*** mjones has joined #nemomobile08:17
*** dr_gogeta86 has joined #nemomobile08:22
dr_gogeta86good morning guys08:23
SK_workhi dr_gogeta8608:25
dr_gogeta86hi SK_work08:25
dr_gogeta86how do you do08:25
SK_workquite well08:25
dr_gogeta86Have you find a way to measure battery drain when pandora is applied08:26
dr_gogeta86it seams my battery last less08:26
locusfSK_work: so I can merge?08:27
locusfor did faenil have something to say too?08:27
SK_worklocusf: please do08:27
SK_workwas waiting for faenil08:27
*** notmart has joined #nemomobile08:27
SK_workbut LGTM08:27
locusfokay will wait for faenil too08:27
dr_gogeta86some exciting thing ?08:28
SK_workdr_gogeta86: icons for nemo launcher: ):):)08:29
dr_gogeta86can I see those ?08:30
dr_gogeta86are they http://play.qwazix.com/grog/wp-content/uploads/2014/05/homescreen-search.png08:31
locusfcan finally close bug 71308:31
Merbot`Nemo bug 713 in Glacier UI "Icons not working in Glacier homescreen." [Major,Resolved: fixed] https://bugs.nemomobile.org/show_bug.cgi?id=71308:31
SK_work<308:32
locusfexactly 2 months to fix :)08:32
SK_worklocusf: :)08:32
dr_gogeta86I hope I can use nemo on n9 asap08:34
*** jmlich has joined #nemomobile08:41
*** jmlich has quit IRC08:41
coderusdr_gogeta86: you alking about lipstick-pandora?08:41
SK_workcoderus: not really, just nemo08:42
coderuswhat is pandora in nemo?08:42
SK_workcoderus: pandora do not exist in nemo08:43
SK_workthey are just talking nemo ui08:43
SK_workwith a new and nice homescreen08:44
SK_workpandora is only meaningful in sailfish08:44
dr_gogeta86coderus, yep08:45
dr_gogeta86i've found another bug in mitakulu08:45
dr_gogeta86:-D08:45
dr_gogeta86you don't update statuses08:46
coderusSK_work: ah, okay :)08:47
SK_workdr_gogeta86: --> #sailfishos for this :P08:47
faenillocusf, added few comments08:51
faenilif there are other people who wish to review the code, feel free to do so ;)08:51
SK_workfaenil: replied :)08:53
*** zsombi has quit IRC08:55
*** zsombi has joined #nemomobile08:56
*** blam_ has joined #nemomobile08:56
locusfI'm doing the thesis quiz09:00
*** zsombi has quit IRC09:00
faenilwhat's a thesis quiz?09:00
SK_workfaenil: will you have your thesis ? [] yes [] no09:02
faenil:D09:02
locusfits a stupid thing we gotta do in moodle in order to pass the seminar09:02
SK_workfaenil: hey, let's discuss here, not on twitter :)09:02
faenil:)09:02
faenillocusf, I see09:03
locusfits for the instruction on writing a thesis09:03
locusfdamn hard quiz that is09:03
SK_work:(09:03
locusfI have read the instructions some times but I don't know the answers to half of these questions09:03
faenilyou have a quiz on how to write a thesis? :D09:04
locusfyeah09:04
faenilthat's interesting09:04
stephglocusf: go get a coffee/have a cigarette/insert poison here09:04
locusfstephg: not now, gotta pop this one first09:05
locusf4,2 of 1009:07
locusffuck09:07
SK_worklocusf: you failed, try again09:07
locusfyeah09:08
locusfI can't that easily, gotta notify the teacher about this09:08
SK_work:(09:08
stephg:(09:09
locusffaenil: pushed with license headers09:11
*** tanty_off is now known as tanty09:12
locusfoh I can try the quiz again09:14
locusfnice09:14
locusfsame questions so I at least have 4 correct :D09:15
locusfI don't know how many attempts I can go with lol09:15
locusfso its not just brute force09:15
SK_work:D09:15
*** piggz has quit IRC09:18
*** kjokinie has quit IRC09:19
*** VDVsx has quit IRC09:25
*** zhxt has quit IRC09:34
*** VDVsx has joined #nemomobile09:37
*** simbrown has joined #nemomobile09:39
*** javispedro has joined #nemomobile09:41
*** Pat_o has joined #nemomobile09:46
*** kjokinie has joined #nemomobile09:52
*** zsombi has joined #nemomobile10:13
*** BeholdMyGlory has joined #nemomobile10:21
dr_gogeta86any n9 heros here ?10:41
SK_workdr_gogeta86: what happened ?10:42
*** KaIRC has joined #nemomobile10:42
dr_gogeta86i got an old nemo on it10:42
dr_gogeta866 month10:43
dr_gogeta86more or less10:43
SK_workdr_gogeta86: yep ?10:43
dr_gogeta86yep10:43
SK_workand ?10:43
dr_gogeta86was one of the first sailfish incpeted for n910:43
dr_gogeta86i wanna a full nemomobile on it10:44
SK_workdr_gogeta86: woow10:44
SK_worknot easy10:44
SK_workdr_gogeta86: the best might to reinstall10:44
dr_gogeta86no problem10:44
dr_gogeta86at least10:45
dr_gogeta86to get a stable phone i'm a reboot away10:45
dr_gogeta86so10:45
dr_gogeta86c'mon10:46
SK_workbut I don't know what the state of the last nemo image10:46
SK_worklocusf:  ?10:46
locusfits quite unstable now10:47
dr_gogeta86no problem10:47
dr_gogeta86I'm feeling good today10:48
*** piggz has joined #nemomobile10:48
locusfthe qt-components apps don't run, which is he majoriy of apps riht now, not daily usable10:49
faenilhas it ever been daily usable? :D10:49
dr_gogeta86hahahahah10:49
locusflast year :D10:50
dr_gogeta86faenil, let try10:53
*** zhxt has joined #nemomobile11:03
*** zsombi has quit IRC11:05
*** zsombi has joined #nemomobile11:06
*** simbrown has quit IRC11:06
*** simbrown has joined #nemomobile11:09
*** zsombi has quit IRC11:10
faenilbbl11:18
*** javispedro has quit IRC11:18
*** mkosola has joined #nemomobile11:30
*** zsombi has joined #nemomobile11:48
*** zsombi_ has joined #nemomobile11:49
*** n9mx has joined #nemomobile11:52
*** Mitrigol_ has joined #nemomobile12:00
*** zsombi__ has joined #nemomobile12:01
*** zsombi_ has quit IRC12:03
*** martyone_ has quit IRC12:04
*** alin has joined #nemomobile12:04
*** piggz has quit IRC12:06
*** qwazix_ has joined #nemomobile12:07
*** qwazix__ has joined #nemomobile12:08
*** qwazix_ has quit IRC12:12
*** Wikiwide has joined #nemomobile12:12
*** n9mx has quit IRC12:12
*** n9mx has joined #nemomobile12:14
*** piggz has joined #nemomobile12:14
*** piggz has quit IRC12:19
*** zsombi__ has quit IRC12:21
*** zsombi__ has joined #nemomobile12:21
*** zsombi__ has quit IRC12:25
*** Wikiwide has quit IRC12:30
*** VDVsx has quit IRC12:37
*** n9mx has quit IRC12:40
*** VDVsx has joined #nemomobile12:52
*** Mitrigol_ has quit IRC13:09
*** Mitrigol_ has joined #nemomobile13:09
*** Jonno has quit IRC13:13
*** Jonno_ has quit IRC13:13
*** Jonno_ has joined #nemomobile13:16
*** Jonno has joined #nemomobile13:16
*** Mitrigol_ has quit IRC13:21
*** Mitrigol_ has joined #nemomobile13:31
*** kjokinie has quit IRC13:35
*** veskuh has quit IRC13:38
*** sletta has quit IRC13:39
*** DarkSim has quit IRC13:39
*** jpetrell_ has quit IRC13:41
*** Jonno_ has quit IRC13:44
*** Jonno has quit IRC13:44
*** VDVsx has quit IRC13:44
*** sletta has joined #nemomobile13:44
*** mkosola has quit IRC13:51
*** Jonno has joined #nemomobile13:52
*** Jonno_ has joined #nemomobile13:52
*** Alxs has joined #nemomobile13:55
*** VDVsx has joined #nemomobile13:56
*** PMG has quit IRC13:59
*** Mitrigol_ has quit IRC13:59
*** arcean has joined #nemomobile14:05
*** tanty is now known as tanty_off14:20
*** Mitrigol_ has joined #nemomobile14:22
*** Alxs has quit IRC14:23
*** Mitrigol_ has quit IRC14:27
*** Mitrigol_ has joined #nemomobile14:27
*** Mitrigol_ has quit IRC14:32
*** Mitrigol_ has joined #nemomobile14:36
*** Mitrigol_ has quit IRC14:41
*** Mitrigol_ has joined #nemomobile14:41
*** Mitrigol has joined #nemomobile14:49
*** Mitrigol has quit IRC14:49
*** Mitrigol_ has quit IRC14:50
dr_gogeta86guys14:53
dr_gogeta86but meeting today ?14:53
faenilin 5 mins yeah14:53
SK_workdr_gogeta86: yeah14:53
faenilI'll be right back14:54
*** faenil has quit IRC14:54
stephgrun!14:54
dr_gogeta86chan ?14:54
SK_workdr_gogeta86: #mer-meeting14:54
SK_workas usual14:54
*** faenil has joined #nemomobile14:59
*** ChanServ sets mode: +o faenil14:59
*** WWDrakey has left #nemomobile14:59
sledgesPSA: community meeting in #mer-meeting15:01
*** javispedro has joined #nemomobile15:02
*** xruxa is now known as xruxa_away15:25
*** FlameReaper-PC has joined #nemomobile15:38
*** qwazix__ has quit IRC16:00
*** Pat_o has quit IRC16:08
*** gabriel9 has joined #nemomobile16:10
*** DarkSim has joined #nemomobile16:21
*** xmlich02 has quit IRC16:38
*** kjokinie has joined #nemomobile16:54
*** mkosola has joined #nemomobile16:55
*** veskuh has joined #nemomobile17:00
*** ZogG_laptop has joined #nemomobile17:05
*** SK_work has quit IRC17:18
*** Pat_o has joined #nemomobile17:34
*** ejjoman has joined #nemomobile17:59
*** nodevel has joined #nemomobile17:59
*** notmart has quit IRC18:11
*** ZogG_laptop has quit IRC18:13
*** nodevel has quit IRC18:14
*** veskuh has quit IRC18:14
*** nodevel has joined #nemomobile18:16
*** PMG has joined #nemomobile18:19
*** FlameReaper-PC has quit IRC18:23
*** veskuh has joined #nemomobile18:26
*** alin has quit IRC18:27
*** gabriel9 has quit IRC18:32
*** FlameReaper-PC has joined #nemomobile18:38
*** cristi has joined #nemomobile18:46
*** marxistvegan has joined #nemomobile18:47
*** Jonno has quit IRC19:00
*** Jonno_ has quit IRC19:00
*** javispedro has quit IRC19:01
*** Jonno_ has joined #nemomobile19:02
*** Jonno has joined #nemomobile19:02
*** FlameReaper-PC has quit IRC19:05
*** furikku has quit IRC19:12
*** cristi has quit IRC19:21
*** gogeta_ has joined #nemomobile19:21
*** piggz has joined #nemomobile19:26
*** alin has joined #nemomobile19:27
*** alin has quit IRC19:27
*** alin has joined #nemomobile19:27
*** SfietKonstantin has joined #nemomobile19:32
*** nodevel has quit IRC19:39
*** nodevel has joined #nemomobile19:39
*** gogeta_ has quit IRC19:50
*** SfietKonstantin has quit IRC19:50
*** niqt has joined #nemomobile19:57
*** piggz has quit IRC19:59
*** niqt has quit IRC20:02
*** niqt has joined #nemomobile20:03
*** marxistvegan has quit IRC20:05
*** onurati has joined #nemomobile20:06
*** M4rtinK has joined #nemomobile20:15
*** ejjoman has quit IRC20:17
*** piggz has joined #nemomobile20:18
*** shentey has joined #nemomobile20:22
*** PMG has quit IRC20:23
*** SfietKonstantin has joined #nemomobile20:24
*** piggz has quit IRC20:29
*** piggz has joined #nemomobile20:29
*** SfietKonstantin has quit IRC20:30
*** niqt has quit IRC20:35
*** javispedro has joined #nemomobile20:39
*** onurati has quit IRC20:59
*** shentey has quit IRC20:59
*** javispedro has quit IRC21:48
*** gabriel9 has joined #nemomobile21:49
*** PamNor has joined #nemomobile21:53
*** piggz has quit IRC21:54
*** PamNor has quit IRC21:55
*** alin has quit IRC22:12
*** norayr has joined #nemomobile22:13
*** DarkSim has quit IRC22:14
*** gabriel9 has quit IRC22:16
*** gabriel9 has joined #nemomobile22:17
*** lbt has quit IRC22:22
*** sandy_locke has joined #nemomobile22:22
*** lbt has joined #nemomobile22:24
*** gabriel9 has quit IRC22:28
*** mkosola has quit IRC22:37
*** kjokinie has quit IRC22:37
*** mkosola has joined #nemomobile22:38
*** kjokinie has joined #nemomobile22:38
*** tanty_off is now known as tanty22:47
*** blam_ has quit IRC22:49
*** marxistvegan has joined #nemomobile23:08
*** cxl000 has quit IRC23:09
*** M4rtinK has quit IRC23:14
*** mjones has quit IRC23:20
*** mjones has joined #nemomobile23:20
*** mjones has quit IRC23:25
*** blam_ has joined #nemomobile23:27
*** BeholdMyGlory has quit IRC23:32
*** mjones has joined #nemomobile23:43
*** fk_lx_ has quit IRC23:43
*** tanty is now known as tanty_off23:48
*** dmol has quit IRC23:49

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