/srv/irclogs.ubuntu.com/2015/07/08/#ubuntu-unity.txt

tsdgeoscimi: addressed the comments on https://code.launchpad.net/~aacid/unity8/icon-actions/+merge/26390907:42
=== duflu_ is now known as duflu
tsdgeoscan you guys repro test failure at09:23
tsdgeosFAIL!  : qmltestrunner::ApplicationWindow::test_suspendrestartApp() Uncaught exception: Cannot read property 'transitions' of undefined09:23
tsdgeos?09:23
tsdgeosmzanetti: dandrader: ↑ ?09:25
mzanettitsdgeos, yes09:28
tsdgeosdednick: i can't find in that doc a screenshot like mine09:58
=== pstolowski is now known as pstolowski|lunch
=== dandrader is now known as dandrader|afk
dednicktsdgeos: page 4610:35
dednicktsdgeos: and anyway, the background is speficied as 85%10:35
tsdgeosok10:35
=== greyback__ is now known as greyback
cimitsdgeos, in that previewidget you set height instead implicitHeight, is that a mistake?10:46
cimior on purpose?10:47
tsdgeosyes10:47
tsdgeosmistake probably10:47
tsdgeoslet me re-check10:47
tsdgeoscimi: pushed10:55
tsdgeosmzanetti: https://code.launchpad.net/~aacid/unity8/fix_test_suspendrestartApp/+merge/264124 for the qmltest11:06
ltinkllarsu, hi, https://code.launchpad.net/~lukas-kde/gsettings-qt/queued-processing/+merge/259883 still not merged? any problems there?11:11
mzanettitsdgeos, silo 36 has built. can you give it a test too please11:17
mzanettion krillin/mako. I'll be flashing my arale and finding someone that changes the gu value11:17
tsdgeosmzanetti: sure, no changes of gu for my tests, right?11:17
mzanettiexactly11:18
=== MacSlow is now known as MacSlow|lunch
mzanettitsdgeos, how do I verify this? https://code.launchpad.net/~aacid/unity8/expandable_not_expanded_by_default/+merge/26271911:39
=== pstolowski|lunch is now known as pstolowski
cimimzanetti, tsdgeos can the qml test file know if is running automatically make testPreview or manually tryPreview?12:02
mzanetticimi, maybe the TestCase item has some property12:02
mzanettirunning or so12:02
mzanettijust a guess tho12:02
mzanettiif that's not the case, you might be able to find out somehow else... I think qmltestrunner sets some context properties which uqmlscene doesn't12:04
mzanettiif that fails too, I guess we could set something from uqmlscene to mark it as "try" run12:04
mzanettiif that's really needed12:04
cimiseems like12:04
cimitsdgeos, mind if you disable those console.log when the test is running?12:04
mzanettigiven we have about 1k tests that did not need this, I'm not sure about it :D12:04
cimiahah ok12:04
cimimzanetti, just wanted to avoid a console.log we don't need, keeping log clean12:05
cimitalking about this https://code.launchpad.net/~aacid/unity8/icon-actions/+merge/26390912:05
cimia couple of console.log albert added for manual test12:05
mzanettihmm.. not sure we really need those logs at all, do we?12:05
mzanettianyhow, I see your point, yes12:06
=== dandrader|afk is now known as dandrader
larsultinkl: seb128 said he was going to land it, I think12:33
seb128larsu, ltinkl, sorry, I sort of dropped the ball on that one but pinged mzanetti about it some days ago who said he would add it in his queue12:35
seb128I'm unsure how to test the fix/update12:35
mzanettiyeah, I'll land it, eventually... right now fighting with some arale things for OTA-5 still12:36
tsdgeosmzanetti: there's no way unless you find a scope that has it :/12:37
tsdgeoscimi: what's the point?12:37
mzanettiok12:37
cimitsdgeos, less output in CI12:41
tsdgeoscimi: that's a weak point given that tests are not run in CI at the moment :D12:41
cimiahah12:41
cimitsdgeos, anyway if !testcase.running console.log might be enough12:42
tsdgeossure pushed12:44
cimitsdgeos, ehm, the other one too :P12:51
tsdgeoscimi: the other one doesn't output in CI, can you give me a better reason?12:52
cimitsdgeos, ok fine then12:52
cimitsdgeos, CI is not running so I didn't see :P12:52
tsdgeoscimi: pushed12:53
=== MacSlow|lunch is now known as MacSlow
tsdgeoscimi: a warning fix for you https://code.launchpad.net/~aacid/unity8/fix_make_try_warning/+merge/26413913:09
tsdgeoscimi: and a test fix https://code.launchpad.net/~aacid/unity8/fix_test_suspendrestartApp/+merge/26412413:09
=== dandrader is now known as dandrader|afk
=== dandrader|afk is now known as dandrader
mzanettitsdgeos, hey, going to approve the silo now. you didn't find any blocker?13:55
tsdgeosmzanetti: not any yet13:56
mzanettiack13:56
=== dandrader is now known as dandrader|afk
=== dandrader|afk is now known as dandrader
dandradergreyback, MirSurfaceManager is currently a model. but unity8 is only using its surfaceCreated and surfaceDestroyed signals. Mind if I make MirSurfaceManager plain QObject? Or do you see future use for a surface model?16:56
greybackdandrader: I see a future for it when we start implementing window management. We'll be passing a model of surfaces to the shell with info on how/where they should be rendered16:58
greybackdandrader: though that could be a separate thing altogether, and you could proceed with what you're doing16:58
greybackdandrader: caution: we use the surfaceCreated/Destroyed for the OSK hack16:58
dandradergreyback, yes, I said we are using those16:59
greybackdandrader: yeah, I kinda skimmed the statement to get ot the question :)17:00
greybackyeah, make MirSurfaceManager plain QObject for now.17:00
greybackits job is slightly different to the WM's17:00
greyback-slightly17:00
dandradergreyback, this is actually how it's implemented in the mock Unity.Application plugin17:00
dandrader(plain QObject)17:00
greybackgo for it17:00
=== dandrader is now known as dandrader|bbl
attentehi, it's not really clear to me how to use content hub as a clipboard for copy/paste18:30
attenteis there some special transfer object i have to obtain from the global hub instance? or a way to register myself as a source for clipboard/selection requests?18:32
josharensonmterry: so I see that GreeterPrivate.cpp isn't being compiled... Is there a good reason for that?19:07
mterryjosharenson, uh...  hm19:08
mterryjosharenson, I don't remember about that one19:08
mterryjosharenson, it might be a lost file from a refactor?19:08
mterryjosharenson, does it get #include'd anywhere?19:08
josharensonmterry: I think its forward declared....19:08
josharensonmterry: wondering how its actually working19:08
josharensonmterry: oh i think i see whats happening19:10
josharensonmterry: GreeterPrivate is part of integrated lightdm, so its not being compiled in my branch because my branch doesn't use it19:11
josharenson:-p19:11
mterryjosharenson, hah  :)19:12
josharensonmterry: yeah, noticed at EOD yesterday, so my brain must have been sleepy19:13
=== dandrader|bbl is now known as dandrader
josharensonIs unity8 still not cross building, or is there a trick?20:27
=== boiko_ is now known as boiko

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!