/srv/irclogs.ubuntu.com/2014/09/29/#ubuntu-unity.txt

tsdgeosCimi: seen email about left/center align?08:10
Cimitsdgeos, yup08:11
tsdgeosoki08:12
Cimitsdgeos, still summer in barca?08:12
tsdgeosnot really08:12
tsdgeoswe got quite heavy rain yesterday08:13
Cimitsdgeos, is quite hot in london08:13
Cimitsdgeos, I was wondering how was in warmer places08:13
tsdgeos19 degrees at the moment08:13
Cimitsdgeos, pushed!08:19
tsdgeosCimi: cool08:21
tsdgeosCimi: scopes more things on memory got qmluitests passing at last08:21
tsdgeosCimi: can you re-review?08:21
Cimitsdgeos, sure08:41
=== seb128_ is now known as seb128
mzanettitsdgeos: hey, can you take over this one from Gerry? https://code.launchpad.net/~mzanetti/unity8/async-dashcommunicator/+merge/23527208:54
mzanettitsdgeos: should be mostly ok now.. I.e. we did already a few rounds of review back and forth08:54
mzanettilet me know if you want me to explain why this ended up so complicated08:55
* tsdgeos read08:56
tsdgeoss08:56
yecril71plHow do I make an application short cut on the desktop?08:56
tsdgeosmzanetti: why moved the visibility thing?09:00
mzanettitsdgeos: hmm... dunno tbh... that was gerry :D. I assume because of the lib09:01
mzanettitsdgeos: yeah. I guess we should only have this for qml plugins, but not for the lib09:01
mzanettitsdgeos: but then I don't know exactly09:01
mzanettiwant me to investigate?09:02
mzanettitsdgeos: so at some point I merged a branch from gerry that added the libunity8-private with the AbstractDBusMonitor09:02
mzanettias he was kind enough to prepare that for me09:02
mzanettithis was in there09:02
tsdgeosmzanetti: yeah i mean we have more code that was previosuly covered by the visibility09:03
tsdgeoswant to know why we need the move09:04
tsdgeosand if we really need to remove it that much09:04
mzanettiyeah09:04
tsdgeosmzanetti: should DashCommunicator destructor delete m_dashConnection ?09:07
tsdgeosi guess it's one of those long lived things that doesn't really matter in practice09:09
tsdgeosbut just to make it "correct"09:09
tsdgeosand it's not hard09:09
mzanettitsdgeos: yeah... will fix. also realized it needs merging with trunk09:12
tsdgeosmzanetti: ok, now explain me what the branch is for :09:21
tsdgeos:D09:21
mzanettitsdgeos: basically the issue is that the dash was never suspended. so I fixed that in lp:qtmir.09:21
tsdgeosi see dash never being suspended as a good thing :D09:21
mzanettitsdgeos: that caused the issue though that unity8 hangs when it tries to send something through dashcommunicator and the dash is sleeping09:21
mzanettitsdgeos: its not09:21
mzanettitsdgeos: so.. dashcommunicator needs to be async09:22
tsdgeosam i speaking to the guy that don't like suspending stuff?? :D09:22
tsdgeosj/k09:22
mzanettino but the dash is actually the least useful one in terms of background activity09:22
mzanettitsdgeos: and it does cause about 1% CPU per favorited scope09:23
mzanettitsdgeos: anyhow... dashcommunicator needed to be async09:23
tsdgeosthat's something we should fix in favorited scopes09:23
mzanettitsdgeos: the issue now is that its not enough to use asynCall() because that would solve the issue09:23
mzanettiwhen its calling09:23
tsdgeosright09:23
mzanettibut not when its connecting09:24
mzanettiso the whole createdbusconnection thing needs to be threaded09:24
mzanettiin case it tries to connect to a suspended dash we at least only hang the thread, but not unity09:24
mzanettitsdgeos: yes, I agree we should improve in the dash itself too09:24
mzanettitsdgeos: still I guess we can't always as there is 3rd party stuff in there09:25
tsdgeossure09:25
mzanettiso if a backend keeps on refreshing things we'd paint them09:25
mzanettitsdgeos: also see the related branches09:26
mzanettithey allow waking up the dash on left edge swipe etc09:26
tsdgeosi'm a bit "concerned" by eitehr the dashActive naming09:29
tsdgeosor its valu09:29
tsdgeose09:29
mzanettiwhy?09:29
tsdgeosi mean dashActive = launcher.shown || launcher.dashSwipe09:29
mzanettiyes..? still don't see the problem09:30
tsdgeoslooks like it should be active in more cases no?09:30
mzanettiits also active when its focused09:30
mzanettibut other then that, no, I *think* that's it09:30
tsdgeosright, so you're using dashActive as "activateDash" function09:30
mzanettiyeah09:30
mzanettisort of09:31
tsdgeosthat's why i complain about the name09:31
tsdgeoswhen its focused09:31
mzanettibut its a property09:31
tsdgeosit'll be set to false09:31
tsdgeoswhich is weird09:31
mzanettitsdgeos: yeah... that's weirdness caused by the cat that we still handle suspension tied to focusing in qtmir09:31
mzanettitsdgeos: number 1 prio to fix after RTM for us AppManager guys09:31
mzanettis/cat/fact/ :D09:32
tsdgeosmzanetti: well maybe it should not be a property but a function?09:32
tsdgeosi mean it's always dash -> qtmir no?09:32
tsdgeosit can be requestActivation() or something?09:32
tsdgeosrequestDashActive09:32
mzanettitsdgeos: meh09:32
mzanettithen I need to call shit in many places09:32
mzanettior just turn the Bindiing {} into a handler that calls stuff when a intermediate property changes09:32
tsdgeoswell, either that or you add a huge ass warning saying09:33
tsdgeos"dashActive" is not really when the dash is active09:33
mzanettitsdgeos: there is documentation in unity-api what this property is for :D09:33
tsdgeosmzanetti: call it forceDashActive ?09:34
mzanettitsdgeos: ok... can do09:34
tsdgeosit's more really waht it does, no?09:34
mzanettiyeah... you're probably right :)09:35
tsdgeosthanks :)09:35
tsdgeosmzanetti: i guess you need someone to review https://code.launchpad.net/~unity-team/qtmir/fix-some-lifecycle-bugs/+merge/234087 too?09:35
mzanettioh... didn't see he set it to needs fixing again09:36
mzanettiit was approved already09:36
mzanettitsdgeos: will fix first and let you know09:36
tsdgeosoki09:36
tsdgeosnoooooooooooooooooooooooooooooooooo10:00
tsdgeosmake testDefaultIndicatorPage10:00
tsdgeosdoesn't compile!10:00
tsdgeosdednick: ↑↑↑10:00
dednicktsdgeos: compile?10:01
dednicktsdgeos: what branch?10:02
tsdgeosdednick: trunk10:02
dednicktsdgeos: erm10:02
tsdgeosyes?10:02
dednickthat sounds odd10:02
tsdgeosit does10:02
tsdgeos:D10:02
dednickand i dont get "compile". you mean the test doesnt succeed?10:02
tsdgeosdednick: the test can't start because there's broken qml that can't be compiled10:03
dednicktsdgeos: something about messaging menus?10:03
tsdgeos    /home/tsdgeos_work/phablet/unity8/unity8/tests/qmltests/Panel/Indicators/tst_DefaultIndicatorPage.qml:32,9: Cannot assign to non-existent property "contentActive"10:04
tsdgeosdednick: ↑10:04
dednicktsdgeos: ok. give me a sec10:05
dednicktsdgeos: does CI not run qmltests?10:06
tsdgeosdednick: it does10:06
tsdgeosthat's why i found its failing10:06
tsdgeoss/why/how10:06
dednicktsdgeos: dont know how it landed then10:06
tsdgeosCI has nothing to do with landing10:07
tsdgeoswe land broken stuff all the time10:07
dednicktsdgeos: silo dont run tests?10:07
dednickah10:07
tsdgeosdednick: afaik no, no tests other than make check/test is run in silos10:07
dednicktsdgeos: ok, well i found the problem. give me a sec and i'll sort a branch10:08
tsdgeosdednick: cool10:09
dednicktsdgeos: https://code.launchpad.net/~nick-dedekind/unity8/broken-indicator-tests/+merge/23629210:28
mzanettitsdgeos: updated all 3 MPs related to suspending the dash10:36
mzanettitsdgeos: kicking the ppa (phone-right-edge) for a test run10:36
tsdgeosoki10:37
mzanettiplease vote for this :) https://bugs.launchpad.net/ubuntu/+source/lxc-android-config/+bug/136768310:40
Cimitsdgeos, a couple of lines to edit10:41
Cimitsdgeos, one indent and an updated copyright year10:41
Cimitsdgeos, I would like to have this branch in ASAP10:41
tsdgeosdandrader: https://code.launchpad.net/~dandrader/unity8/touchOwnership/+merge/236152 fixes the "press on stuff that is too close to the edge" thing?10:53
dandradertsdgeos, yes10:53
tsdgeoscool10:53
facundobatistaHolas11:01
tsdgeospstolowski: any idea why https://launchpadlibrarian.net/186037191/buildlog_ubuntu-utopic-i386.unity-scopes-shell_0.5.4%2B14.10.20140925-0ubuntu2_FAILEDTOBUILD.txt.gz failed?11:05
pstolowskilooking11:05
tsdgeosqmlplugindump: could not find a Qt installation of ''11:05
tsdgeosah11:05
tsdgeosit may be me11:06
pstolowskitsdgeos, ah, good you spotted it, i was scratching my head11:11
Cimitsdgeos, how about this for the image gallery slideshow? http://paste.ubuntu.com/8454572/11:11
tsdgeosboooooooooooooooo11:11
tsdgeosthat ppa doesn't have arm11:11
pstolowskitsdgeos, right.. i remember mhr3 asked somebody to enable arm for his ppa11:12
tsdgeosCimi: screenshots seems like the wrong text11:12
=== mpt_ is now known as mpt
Cimitsdgeos, yeah, we need something better11:21
Cimitsdgeos, you know how we can pass the information down the image gallery?11:22
tsdgeosCimi: why you need the text? we didn't have it, why the need now?11:22
Cimitsdgeos, which text then?11:22
tsdgeosCimi: none?11:22
Cimitsdgeos, we need to fill the header with something no?11:23
Cimitsdgeos, application name?11:23
tsdgeosCimi: why do we need a header?11:23
tsdgeosis it in the spec?11:23
Cimitsdgeos, they said app name11:23
Cimiiirc11:23
Cimitsdgeos, none is actually quite good too11:24
tsdgeosbut that's not for apps only11:24
Cimitsdgeos, I'd go for none11:24
tsdgeosebay has gallery of images11:24
tsdgeosgo for none11:24
tsdgeoseasier11:24
=== MacSlow is now known as MacSlow|lunch
tsdgeosCimi: which indent do you want in that "indent" comment you made?11:25
tsdgeosi'd have it in a single line11:26
tsdgeosbut there's people that complain11:26
tsdgeosso i just wrapped it arbitrarily11:26
tsdgeosthere's no "proper" indent imho11:26
dandraderright, no line should be longer than 120 chars, says our coding style11:31
mzanettidednick:  Did you make sure that your branch does not contain spurious tags?11:32
tsdgeosdandrader: can you point me to it? i always forget where it is11:32
Cimitsdgeos, ouch, I don't care then11:33
Cimitsdgeos, I would have the "- " under the element on top11:33
Cimitsdgeos, but nevermind11:33
tsdgeosCimi: but see it's part of the same thing11:33
tsdgeosit's not after the , or anything11:33
Cimior even the - on top l;ine11:33
tsdgeosit's part of the same "expression"11:34
tsdgeosCimi: i'll put it wherever you want11:34
tsdgeoskeep Cimi happy :)11:34
dandradertsdgeos, lp:canonical-client-development-guidelines11:34
dandradertsdgeos, you have to build it in order to view it :D11:35
tsdgeosawesome documentaiton \o/11:35
tsdgeosnot11:35
dandraderheheheheh, yeah, it's crazy. I think there's some URL around that shows the built result but I don't know it11:36
dandraderit's essentially a lightly modified version of google's C++ guide11:36
dandraderand there's nothing on QML11:37
Cimitsdgeos, you so nice on monday morning, thanks :))11:38
Cimitsdgeos, I'd put the - on the top line11:39
Cimitsdgeos, and my personal taste could have cagoryview under baseItem, since they are part or Math.max11:40
Cimibut that's me :)11:40
mzanettidednick: you here?11:40
tsdgeosCimi: ok11:41
tsdgeosCimi: there's a broken qmluitest now but that's on trunk too11:41
mzanettimeh... I'd like to go for a run... but can't start building the silo11:41
mzanettiwrong channel :)11:42
tsdgeosmzanetti: why can't start building?11:42
mzanettibecause building the silo makes a copy of the code11:42
mzanettiand when merging that copy will be merged,11:42
mzanettiwhich would import tags11:42
tsdgeosok11:43
tsdgeosmzanetti: fork it!11:43
tsdgeosand put it in unity-team11:43
mzanetti:)11:43
mzanettitsdgeos: https://bugs.launchpad.net/ubuntu/+source/oxide-qt/+bug/137521511:44
ubot5Ubuntu bug 1375215 in oxide-qt (Ubuntu) "White screen in webbrowser and webapps / system runs out of memory and kills oxide-renderer" [Critical,Confirmed]11:44
mzanettitsdgeos: seems its unity8-dash11:44
tsdgeosmeh11:45
mzanettitsdgeos: mind reapproving? https://code.launchpad.net/~unity-team/unity8/broken-indicator-tests/+merge/23630411:46
tsdgeosmzanetti: done11:47
sebastian_Hey all. we're an ISV and getting customer complains, that our tray icon is missing from unity since 14:0411:50
sebastian_it seems that com.canonical.Unity.Panel/systray-whitelist ceased to work11:51
tsdgeosbregma: are you guys still the ones in charge or unity7? ↑↑↑↑11:52
tsdgeosand are you awake already?11:53
tsdgeos:D11:53
bregmatsdgeos, yep, that's us11:53
tsdgeosbregma: see sebastian_'s question11:53
bregmasebastian_, the whitelist was removed in 12.10 and has not been available for years11:53
sebastian_bregma: well, that doesn't help us. what can we do about that?11:54
bregmasebastian_, the "tray" was removed more than 4 years ago, applications that want to integrate in the menu bar need to write to the application indicator spec available on freedesktop.org and supported by most major desktops11:55
bregmasebastian_, here's an older wiki entry on the topic: https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators11:56
sebastian_is there some kind of wrapper, that wrapps the old tray icons to ApplicationIndicators?11:58
Cimitsdgeos, I am trying to implement a zoom in effect when I tap on images12:01
sebastian_well the main problem ist, that we're based on Qt4 and it's QSystemTrayIcon implementation doesn't support ApplicationIndicators12:01
Cimitsdgeos, there is something wrong in my code...12:02
Cimitsdgeos, http://paste.ubuntu.com/8454940/12:02
Cimitsdgeos, I am using "red" to show a dot, it is in the top left of each image in the gallery, but when I am using it as origin.x and .y of a scale transform, something behaves wrong12:03
Cimitsdgeos, how did you do in the overview?12:03
bregmasebastian_, it's possible a patch for that got dropped with the switch to Qt5, there may be a bug.....12:08
dednickmzanetti: ya. i did12:11
dednickmzanetti: hm... i know i did!12:11
CimiI will use scale and transform...12:12
dednickoh. maybe i didnt scroll all the way to top :/12:13
sebastian_bregma: ok. then, is there a sample implementation that also works wihtout an installed unity desktop?12:17
bregmasebastian_, I'm poking some of the upstream developers to find out what's going on -- some of them are not online yet12:17
sebastian_bregma: thanks! I'll stay here at least for the next three hours.12:19
=== MacSlow|lunch is now known as MacSlow
tsdgeosbregma: sni-qt ?12:50
tsdgeosbregma: it has no qt5 version afaik12:50
bregmayep, wonder how that could have gotten missed?12:52
tsdgeosno idea12:53
tsdgeoshttps://bugs.launchpad.net/sni-qt/+bug/134712812:53
ubot5Ubuntu bug 1347128 in owncloud-client (Ubuntu) "Owncloud client indicator has wrong position - absolutely on the left" [Undecided,Confirmed]12:53
=== karni is now known as karni-lunch
mzanettidednick: no worries. I've resubmitted it12:56
mzanettidednick: to be able to kick the silo build12:56
dednickmzanetti: yup. i saw. thanks12:57
kgunnrobotfuel: hey there, do you know where the jenkins scripts are that auto land stuff ?13:07
kgunnspecifically if we wanted to alter unity8 landing to include a test13:08
robotfuelkgunn: that's cupstream2distro-config13:08
robotfuelkgunn: https://code.launchpad.net/cupstream2distro-config13:09
kgunnmzanetti: ^13:09
kgunnrobotfuel: who owns that if we we'd like to propose a change ?13:10
tsdgeoswe can't run qmluitests there13:10
kgunnis that you?13:10
tsdgeosi mean we can13:10
tsdgeosbut it needs X and stuff13:10
tsdgeosor xvfb-run at least13:10
mzanettitsdgeos: no... make qmltests runs in xvfb13:10
tsdgeosmay not be trivial13:10
robotfuelkgunn: ci13:10
mzanettitsdgeos: but yeah, that's the story that triggered this request :)13:10
kgunnrobotfuel: ack13:11
kgunnmzanetti: so we'd need to work with fginther13:12
=== tedg is now known as ted
=== dandrader is now known as dandrader|afk
=== _salem is now known as salem_
=== karni-lunch is now known as karni
=== dandrader|afk is now known as dandrader
bregmasebastian_, it looks like Qt5 integration into the Unity indicators should be accomplished by the appmenu-qt5 package -- can you check to see if that is installed and if not, install it and see if it resolves the problem?13:56
bregmasebastian_, you may need to set QT_QPA_PLATFORMTHEME=appmenu-qt514:01
tsdgeospstolowski: build fails on arm :S https://launchpadlibrarian.net/186048336/buildlog_ubuntu-utopic-armhf.unity-scopes-shell_0.5.4%2B14.10.20140925-0ubuntu5_FAILEDTOBUILD.txt.gz14:03
tsdgeoscd /build/buildd/unity-scopes-shell-0.5.4+14.10.20140925/obj-arm-linux-gnueabihf/src/Unity && UNITY_SCOPES_NO_LOCATION=1 UNITY_SCOPES_LIST_DELAY=10000 /usr/bin/qmlplugindump -notrelocatable Unity 0.2 /build/buildd/unity-scopes-shell-0.5.4+14.10.20140925/obj-arm-linux-gnueabihf/src/Unity/../ > /build/buildd/unity-scopes-shell-0.5.4+14.10.20140925/obj-arm-linux-gnueabihf/src/Unity/plugin.qmltypes14:04
tsdgeosError: SEGV14:04
tsdgeosError: SEGV14:04
tsdgeosqemu: uncaught target signal 11 (Segmentation fault) - core dumped14:04
tsdgeosmzanetti: kgunn: any idea? just retry ad infinitum? ↑↑14:04
mzanettitsdgeos: not following14:05
tsdgeosmzanetti: have you ever seen a ppa fail on qemu for arm?14:05
pstolowskitsdgeos, uhm, any more details?..14:06
mzanettitsdgeos: ah... qemu segfaulting sounds like its trying to instantiate a QQuickView14:06
mzanettitsdgeos: won't work14:06
tsdgeosso can't build unity-scopes-shell in a ppa?14:06
mzanettitsdgeos: I reported a bug for that when I was still in QA :D14:06
mzanettitsdgeos: you can, but the ppa needs to use real builders, not qemu14:06
* tsdgeos does the unhappy dance14:06
mzanettitsdgeos: your personall ppa won't work, but you can use the phone-right-edge one14:06
kgunnor mir staging14:07
mzanettikgunn: may I request a second unity-testing ppa? :) seems we're using this quite a bit14:08
mzanettikgunn: somewhat low priority though14:08
tsdgeosmzanetti: but you're using phone-right-edge, no?14:08
mzanettitsdgeos: yeah... but there is no scopes in there...14:09
mzanettiI guess we can mix it in this case14:09
tsdgeosmzanetti: well i also need unity814:10
mzanettitsdgeos: then yeah... need to wait a little14:10
Cimitsdgeos, before I jump into tests... do we need to add any smoothing or cache/loaders here? http://paste.ubuntu.com/8458732/14:10
tsdgeoskgunn: ok, so no bottom list ppa then14:10
mzanettitsdgeos: my stuff should be built soonish, then we test it asap and switch to your stuff14:11
tsdgeosCimi: can you push it to a branch? it's easier to get :D14:11
Cimiahah ok14:11
kgunntsdgeos: mzanetti alternative, stuff it in a silo mark it test....easier to keep up to date imho14:12
mzanettikgunn: yeah... if we're always getting so many silos... seems a bit out of scope use though14:13
Cimitsdgeos, lp:~cimi/unity8/preview-image-gallery_slideshow14:13
pstolowskitsdgeos, i've updated my branch with tests + one minor fix14:15
tsdgeosoki cool14:15
tsdgeosCimi: can you merge it with trunk?14:16
tsdgeosit doesn't compile!14:16
Cimitsdgeos, sure14:16
Cimi@_@14:16
Cimitsdgeos, done14:17
=== dandrader_ is now known as dandrader
dandradermzanetti, kgunn, is it a known issue that the orientation sensor remains on while the display is off? do we have a bug for it? like is not being turned off in qtmir14:23
kgunntsdgeos: mzanetti keeping a silo busy is not a big deal for big ticket stuff...but up to you, seems like phone-right-edge ppa gets us what we want...save maybe building on rtm14:24
kgunndandrader: is that on n4 ?14:24
mzanettidandrader: not known to me... please report a bug14:24
mzanettikgunn: yeah... we use it mostly to test stuff with inter-project-dependencies before approving14:25
mzanettikgunn: sometimes also to give other's a way to test some not-landed feature14:25
mzanettikgunn: I think we should get more of them. at least one more14:25
tsdgeosCimi: looks good ui wise (well the back thing looks a bit weird but can't suggest anything better)14:25
mzanettimaybe call it unity-testing instead of some-feature-from-last-year this time :)14:26
Cimitsdgeos, which black thing?14:26
Cimitsdgeos, header?14:26
tsdgeosCimi: "back" thing14:26
tsdgeossorr14:26
Cimitsdgeos, or the rectangle box?14:26
tsdgeosy14:26
tsdgeosbut let's not argue about that now14:26
tsdgeosdo the tests14:26
tsdgeosand we review+merge14:26
tsdgeosand let others complain if they don't like it later14:26
Cimirsalveti, how would you change?14:26
Cimirsalveti, sorry14:27
paulliuToday I tried to update my nexus 4. And adbd doesn't want to run. It doesn't export the adb interface. Any way to recover it or I need a totally wipe from fastboot?14:27
Cimitsdgeos, ?14:27
dandraderkgunn, seem it in krillin, but should happen with any device14:27
tsdgeosi don't know how i would change it, just saying it feels a bit strange14:27
tsdgeosmy immediate feeling was "tap to close"14:27
tsdgeosbut that is probably done nowhere14:27
tsdgeosin the rest of the ui14:27
Cimitsdgeos, maybe I can put an X to close14:27
tsdgeosso not good14:28
tsdgeosCimi: i think i'd like an X more14:28
Cimitsdgeos, are you aware of an X in the icons for the toolbar?14:28
tsdgeos"back"14:29
tsdgeoserr14:29
tsdgeos"close"14:29
tsdgeossorry :D14:29
pstolowskitsdgeos, can you take a look at this trivial fix (for the problem you spotted last week)? https://code.launchpad.net/~stolowski/unity-scopes-shell/fix-delete-later/+merge/236349 ; btw, the test i added fails without that fix14:29
tsdgeosback is <14:29
Cimiclose yeah14:29
tsdgeosclose is X14:29
Cimitried14:29
Cimiworks14:29
tsdgeospstolowski: sure14:30
Cimitsdgeos, on my question for smooth and loaders?14:31
Cimitsdgeos, which settings we want for the image?14:31
Cimitsdgeos, I don't remember how you did your tests on sourcesize and that option14:31
tsdgeosCimi: not sure i get what you mean, let's do the standup and come back14:32
Cimiok14:32
sebastian_bregma: that's a solution for Qt5. there is no such thing for our current stable release based on Qt 4?14:35
pstolowskitsdgeos, thanks!14:36
sebastian_bregma: ahh, I'll have a look at https://launchpad.net/appmenu-qt14:37
bregmasebastian_, the Qt4 solution was sni-qt, which should still be working14:37
Cimitsdgeos, up ^ :)14:42
tsdgeosCimi: so14:42
tsdgeoswhat do you mean for smooth and loaders?14:43
Cimitsdgeos, if we need smooth true in the slideshow delegates14:43
sebastian_bregma: ok, thanks14:43
Cimior antialiasing14:44
CimiI am not 100% sure on those14:44
Cimismooth true maybe yes14:44
tsdgeosCimi: smooth is on by default14:44
Cimitsdgeos, ok, delete me!14:44
Cimi:)14:44
tsdgeosCimi: so that's all?14:45
Cimitsdgeos, well, not sure I should use a loader for this slideshow or not14:47
Cimitsdgeos, I would avoid delayes on the zoom animation when you open it14:47
tsdgeosCimi: it's a listview14:48
tsdgeoslistviews are async already14:48
tsdgeosCimi: it feels good here14:52
tsdgeosCimi: and Image also has another async in case you want to set it to true14:52
Cimitsdgeos, nah, I don't want to slow down14:52
Cimitsdgeos, I mean, seing black boxes14:53
dandraderdednick, the plan is that we dismiss a prompt session once its "host" session is backgrounded or suspended, right?15:00
dednickdandrader: yep15:02
mzanettidednick: hey. I like the new indicators look :)15:02
dednickdandrader: for now at least15:02
dednickmzanetti: yeah, it's quite nice what they've done. where did you see them?15:02
mzanettidednick: on devel-proposed15:03
mzanettidednick: I think there's more to come which I haven't seen yet.15:03
dednickah. the menus. you havent seen panel yet ;)15:03
mzanettidednick: but I'm referring to the things like the green highlight on active wifi15:03
dednickmeh. my krillin wont let me ssh on :(15:07
dandradermzanetti, are you planning to take https://code.launchpad.net/~gerboland/qtmir/desktopFileReader/+merge/235223 in you next landing?15:11
mzanettitsdgeos: phone-right-edge built15:11
mzanettidandrader: hmm... its not in the current silo. will put it in the next one, ok?15:12
tsdgeosmzanetti: url is ppa:waht15:12
tsdgeos?15:12
dandradermzanetti, ok15:12
mzanettitsdgeos: ppa:unity-team/phone-right-edge15:12
dandrader@unity does anyone have mako flashed with devel-proposed version 261?15:15
dandrader@unity oh, nevermid it's working now :)15:15
dandraderthought it still had the #252 issue15:15
mzanettitsdgeos: have you already installed the ppa?15:17
tsdgeoson it15:17
mzanettitsdgeos: please pay attention if it pulls unity8-fake-env on upgrade15:18
tsdgeosshould it?15:18
mzanettishouldn't happen... but there seems to be something fishy somewhere15:18
mzanettitsdgeos: not in this branch, but we've seen that with some silos15:18
mzanettiI have hope this branch implicitly fixes it15:19
tsdgeosok15:19
dandradermzanetti, Is there an easy way to tell which image number I've on my device?15:21
mzanettidandrader: systemsettings -> about this phone15:22
dandradermzanetti, awesome, thanks!15:22
dednickwhy do we have this "waitForRendering" in our UnityTestCase touch functions?15:23
dednickmzanetti: ^ ?15:27
mzanettidednick: hmm... not sure... I think dandrader can help there15:27
Cimimzanetti, what does waitForRendering do?15:27
dednickCimi: "Waits for timeout milliseconds or until the item is rendered by the renderer. Returns true if item is rendered in timeout milliseconds, otherwise returns false. The default timeout value is 5000."15:28
Cimidednick, waits for the end of the rendering?15:28
dednickCimi:  i think it waits until the buffer switches or something15:29
CimiI have animations, i want to know when this waitForRendering waits15:29
Cimiso maybe not my case15:29
dednickbut I don't think it know if it's been rendered already, in which case it just waits for 5 seconds which is bloody long in test cases15:30
dednicki think we need to decrease the timeout at least.15:30
dandradermzanetti, dednick, I don't actually remember the exact reason. But I guess it didn't work or was unstable without it15:30
dednickwe should have a little spinner in all of our tests to get the renderer working itself out a bit.15:39
seb128hey there15:43
seb128is anyone planning to do a translate template update for unity8?15:43
seb128it looks like it could use one15:43
seb128tsdgeos, ^ you usually care about translations, do you know who is the person to ping about that one when Saviq is on vac?15:43
tsdgeosseb128: it is up to date15:44
seb128tsdgeos, is it?15:44
tsdgeosseb128: looks to me http://paste.ubuntu.com/8459468/15:44
seb128tsdgeos, k, let me check a bit more then :/15:45
tsdgeosseb128: what are you missing?15:45
seb128tsdgeos, "Restart" in the dialog you get when you keep the power button pressed15:46
seb128tsdgeos, https://translations.launchpad.net/unity8/rtm-14.09/+pots/unity8/fr/+translate?batch=10&show=all&search=Restart15:46
seb128doesn't list the string15:46
tsdgeosweird15:46
tsdgeostsdgeos_work@xps:~/phablet/unity8/unity8$ grep Restart -B 1 -A 2 po/fr.po15:47
tsdgeos#: qml/Components/Dialogs.qml:15715:47
tsdgeosmsgid "Restart"15:47
tsdgeosmsgstr "Redémarrer"15:47
seb128the launchpad template is from 08-3115:47
seb128well at least https://translations.launchpad.net/unity8/rtm-14.09 has last changed "2014-08-31" for french15:48
seb128and it's fully translated15:48
seb128which means it didn't get updated since15:48
tsdgeosthere has been changes to our .pot in 18 september and 26 september15:48
tsdgeosi don't understand the magic behind launchpad15:48
tsdgeosbut we are getting translations from it15:48
seb128dpm, ^ is unity8 getting the template from the vcs or from the package?15:48
tsdgeoswe got udaptes for fr on 29th15:49
seb128not in rtm though?15:49
tsdgeosi have no idea how rtm works15:49
seb128https://code.launchpad.net/~unity-team/unity8/rtm-14.0915:49
seb128hum15:49
seb128that didn't get commits since 09-0815:49
tsdgeosyeah what's that branch?15:50
dpmseb128, afaik from the vcs, unless someone set up the package15:50
seb128was Saviq pushing there manually and that stopped with him being away?15:50
tsdgeosand who is supposed to update it?15:50
seb128I guess Saviq went in vac with that knowledge15:50
tsdgeosis that branch magically updated by the rtm ci train?15:51
dpmso I guess ever since he's away releases have been made from the non-rtm branch?15:51
tsdgeosmzanetti: kgunn: have we been doing releases for rtm besides doing them for utopic?15:51
seb128who has been doing unity8 landings?15:51
tsdgeosmzanetti and kgunn15:51
seb128tsdgeos, I guess the landings should have been targetting the rtm vcs15:51
tsdgeosno15:52
tsdgeosboth at most15:52
tsdgeosbut we need to keep landing in trunk15:52
seb128right15:52
seb128but I guess if Saviq did a rtm specific branch it's because the content was different in trunk and rtm?15:52
tsdgeosnot that i know15:52
tsdgeosit's just a copy15:53
seb128seems wasteful to have a branch then15:53
seb128we just use trunk on other components15:53
seb128dpm, can we point the translations to trunk in that case?15:53
tsdgeosi may be speaking bullshit15:53
dpmseb128, yeah, just a sec15:53
seb128dpm, thanks15:53
tsdgeosbut tbh i don't remember us having anything different in trunk vs rtm15:53
=== gatox is now known as gatox_lunch
kgunntsdgeos: seb128 in general...yes....we're releasing to rtm as well as devel...but there's been significant lag in the time from landing on devel-utopic to rtm15:57
kgunnvarious reasons15:57
seb128kgunn, shouldn't the rtm vcs serie be updated at the same time the update package hits the rtm archive?15:57
dpmseb128, tsdgeos, ok, translations in lp:unity point now to trunk. The lastest template update seems to have been on 2014-09-24. Which means it's recent, but it doesn't quite match the date on which tsdgeos mentioned they'd updated the .pot file (26th)15:58
tsdgeosconfusing :D15:58
seb128dpm, that's not giving us an updated template in https://translations.launchpad.net/unity8/rtm-14.09 though?15:59
dpmseb128, no, it doesn't, unless someone merges from trunk to rtm or updates the pot in rtm15:59
seb128dpm, can we update the pot in rtm from launchpad?16:00
=== dandrader is now known as dandrader|lunch
dpmseb128, yeah, we can either manually upload an up-to-date one directly, or if we go the vcs route someone needs to commit a new one16:01
seb128kgunn, ^ can you help there?16:01
dpmI _think_ LP will import the latest, so if we upload manually, then it'll use that one instead of the one on the branch16:01
seb128that didn't happen in practice though16:02
seb128the current template on launchpad is missing strings16:02
seb128e.g https://translations.launchpad.net/unity8/rtm-14.09/+pots/unity8/fr/+translate?batch=10&show=all&search=Restart16:02
kgunnseb128: sorry, quick context....sounds b/c way we do rtm branch (binary copy) that pot files aren't updating properly ?16:03
kgunnso we need to manually merge to rtm branch?16:03
seb128kgunn, whoever was updating https://code.launchpad.net/~unity-team/unity8/rtm-14.09 stopped doing so16:03
seb128kgunn, and that means the pot in that serie/translations are outdated16:04
seb128kgunn, I guess the whoever was Saviq before being on vac and nobody has been doing that since he's away16:04
kgunnah ha... thanks seb128 , yeah i would think mzanetti might know better...he did the vulcan mind meld with saviq before he left16:04
seb128kgunn, can, one way or another can you get that rtm branch updated?16:05
seb128we need it to get the rtm properly translated16:05
kgunnseb128: yep16:05
kgunnmzanetti: can we just manual merge trunk to unity8/rtm16:05
kgunn?16:05
mzanettiWellark: ping16:05
seb128kgunn, why do you have a rtm serie if the content is identic to trunk?16:06
kgunnseb128: i think this was actually something we wanted to do in terms of running ui tests....but my memory is foggy16:09
seb128kgunn, ok, no worry16:09
seb128kgunn, just get the pot update in the rtm vcs please ;-)16:09
=== gatox_lunch is now known as gatox
=== dandrader_ is now known as dandrader
racarrdandrader: https://code.launchpad.net/~mir-team/qtmir/fix-touch-tooltypes fixed whitespace when you have a chance :)17:58
racarrAlso can someone review: https://code.launchpad.net/~mir-team/qtubuntu/support-state-changing17:59
racarrWould like to land it with platform-api/support-state-changing17:59
racarrbut need someone to counter gerrys old-1 review17:59
racarrwhich is fixed :)17:59
dandraderracarr, approved18:00
racarrdandrader: Thanks :)18:06
=== dandrader is now known as dandrader|afk
=== dandrader|afk is now known as dandrader
=== salem_ is now known as _salem
=== _salem is now known as salem_
=== salem_ is now known as _salem

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