/srv/irclogs.ubuntu.com/2015/02/23/#ubuntu-unity.txt

=== Guest33721 is now known as benonsoftware
=== benonsoftware is now known as Guest48867
=== Guest48867 is now known as benonsoftware
tsdgeosSaviq: so you're around or holydaing? or recovering from the sun?08:36
=== duflu_ is now known as duflu
tsdgeosgreyback: ping09:37
greybacktsdgeos: pong09:38
tsdgeosgreyback: you have somewhere a branch to help with mir and qt menus and stuff, right?09:38
tsdgeosgreyback: would it help with https://bugs.launchpad.net/ubuntu/+source/qtmir/+bug/1423985 ?09:38
ubot5Launchpad bug 1423985 in unity8 (Ubuntu) "Crash when opening QtQuick Controls ComboBox" [Undecided,New]09:38
greybacktsdgeos: yeah it would09:38
greybackit's still quite under construction09:38
dednicktsdgeos: hey. can you point me at your branches for the icon fixes?09:38
greybacktsdgeos: but I wouldn't object to help :)09:38
tsdgeosdednick: https://code.launchpad.net/~aacid/ubuntu-ui-toolkit/nonsquareicons/+merge/25011009:39
greybacktsdgeos: although I'm surprised it crashes. That I hadn't expected09:39
tsdgeosgreyback: so the item for the app vanishes instead of poping up the combo "menu"09:40
tsdgeosgreyback: and i guess on next thing that treis to access it, it's borked09:40
tsdgeos++09:40
dednicktsdgeos: ta.09:41
greybacktsdgeos: huh. You could try lp:~gerboland/qtmir/multiple-windows-per-app and play with the qml-demos-shell09:42
greybackthat code pretty raw as yet. Not sure if tests pass09:45
tsdgeosok09:50
tsdgeosgreyback: so do you think it makes sense to compile it in the phone and see what happens with that bug?09:54
greybacktsdgeos: yeah, for a quick test at least. That branch will happily allow the app to create as many surfaces as it wants09:55
tsdgeosk09:55
greybackmight show if it is unity8's policy causing the crash or not09:55
CimiSaviq, greyback my concern is valid here? https://code.launchpad.net/~paulliu/unity8/lp1350891_ScrollBackground/+merge/249989/comments/62133410:34
Cimior qt is smart enough to not suffer from that?10:34
greybackCimi: qt will cache the image, it won't make multiple copies per scope10:37
greybackI'd more worried it's a huge image for the CPU to have to downscale10:37
greybackand jpg is lossy,10:38
=== vrruiz_ is now known as rvr
Cimigot disconnected10:46
Cimigreyback, which last message did you see of mine?10:46
greyback<Cimi> or qt is smart enough to not suffer from that?10:46
greybackwas last I saw10:46
Cimiok10:46
greybackCimi: I'm replying to the MR10:47
Cimigreyback, ok, cool10:47
tsdgeoshmmm10:49
tsdgeoslots of failing autopilots https://jenkins.qa.ubuntu.com/job/generic-deb-autopilot-runner-vivid-mako/1312/?#showFailuresLink10:49
tsdgeosdoes other branches have that too?10:49
dandradermzanetti, is there any fullscreen app besides camera?12:57
davmor2dandrader: gallery12:57
davmor2dandrader: media player12:58
dandraderdavmor2, gallery is not fullscreen12:59
davmor2dandrader: open an image13:00
dandraderdavmor2, right...13:00
=== alan_g is now known as alan_g|lunch
=== alan_g|lunch is now known as alan_g|
=== alan_g| is now known as alan_g
=== dandrader is now known as dandrader|afk
tsdgeosgreyback: have you tried that branch on the phone?14:14
tsdgeoskeeps crashing on me14:14
tsdgeosnot sure if it's because i'm doing something wrong or what14:15
greybacktsdgeos: it's been a week or 214:23
tsdgeosgreyback: i'll try doing a dpkg-package14:23
tsdgeosinstead of manually building14:23
tsdgeosjust in case14:23
greybacktsdgeos: I dunno if the tests will pass14:23
tsdgeoscan link them to sbin/true14:24
greybackbacktrace for the crash?14:24
greybackcrash on startup?14:24
tsdgeosyeah14:24
tsdgeosgreyback: http://paste.ubuntu.com/10372718/14:24
greybacktsdgeos: that's strange because I barely touch that code path14:25
tsdgeos:/14:25
greybacktsdgeos: create a trivial qml file: 'import QtQuick 2.2; Rectangle { color: "blue"}', and do "stop unity8" - wait until it has really stopped, kill if need be, then do14:28
tsdgeosmy phone is dead now14:28
tsdgeosstuck on the "Google" screen14:28
tsdgeosmeh14:28
greybackDESKTOP_SESSION=unity8-mir MIR_SERVER_NAME=session-0 MIR_SOCKET=$XDG_RUNTIME_DIR/mir_socket QT_QPA_PLATFORM=mirserver qmlscene <file>14:29
=== dandrader|afk is now known as dandrader
tsdgeosgreyback: can't dpkg-buildpackage that branch :S14:43
tsdgeosok, let me try to build myself again and install manually14:44
greybacktsdgeos: sorry, it is early work14:44
tsdgeosgreyback: that does nothing either15:06
tsdgeosgreyback: http://paste.ubuntu.com/10373139/15:06
tsdgeosi'm going to leave it to you15:06
tsdgeosspent all the day with that branch and got nothing15:06
greybackok15:07
tsdgeosmterry: i don't understand what https://code.launchpad.net/~mterry/unity8/tutorial-edge-size/+merge/250220 is supposed to do15:23
mterrytsdgeos, so on that tutorial page, the right edge has a PhoneStage object that peeks in and out via animation15:26
mterrytsdgeos, well I should say, the whole screen has a PhoneStage that slides left and right to peek its spread on the right15:27
mterrytsdgeos, currently, the tutorial adjusts the PhoneStage's drag area on the right to start where the spread does, so that the drag area changes size as the PhoneStage edge peeks out15:29
mterrytsdgeos, but this branch makes it so that we adjust the PhoneStage's drag area at the same time as we are sliding it left and right.  This way, the drag area stays constant15:29
tsdgeoswhich doesn't really matter no?15:30
mterrytsdgeos, that had been my intention, but I messed up the logic.  And it's hard to notice, since you can still hit the drag area 99% of the time from the edge15:30
mterrytsdgeos, it doesn't *super* matter no.  But it's more correct.  And it means that if some other bug prevents the animation from happening (as happened in silo 0), the user can't continue past that screen, since the drag area is all off screen15:31
tsdgeosmterry: ok sure15:31
=== dandrader is now known as dandrader|lunch
=== alan_g is now known as alan_g|EOD
=== dandrader|lunch is now known as dandrader
=== dandrader is now known as dandrader|bbl
mterrymzanetti, is our unity8 silo far enough along that it's not affected by the "bug fixes only" mandate?20:37
=== dandrader|bbl is now known as dandrader

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