=== kalikiana__ is now known as kalikiana_ === alblasch is now known as ablasche === wgrant_ is now known as wgrant [08:09] good morning === dholbach_ is now known as dholbach === lan3y is now known as Laney === Laney is now known as Guest1882 === Guest1882 is now known as Laney [09:59] Good morning all! :-D === greyback_ is now known as greyback [10:43] zsombi: good morning. hope you had a good start of the year. I have a quick question for you, how does the StateSaver work when elements are loaded by a Loader ? [10:44] nerochiaro: morning sire!!! indeed a good start, but got few bugs to solve :) the StateSaver works in the same way as usual. [10:45] nerochiaro: Loader must have an ID as it will be the parent of the loaded element [10:46] zsombi: interesting. it looks like in some case it doesn't work even if the loader has an id. i'll investigate further [10:46] nerochiaro: so you have a component loaded by the Loader and the component uses the StateSaver? [10:47] zsombi: yes [10:47] nerochiaro: we have test cases for that, check them [10:48] zsombi: ok [11:22] zsombi: i seem to be doing all correctly, same as the test case, but I don't see the state being restored [11:22] zsombi: in the app, of course it works in a separate case [11:27] nerochiaro: so you don't see the state restored in your case? [11:27] zsombi: no [11:27] do you see any warnings? [11:28] zsombi: i put a onSavedPropertyChanged: console.log(savedProperty) and the value is not hte value i saved. no warnings from statesaver either [11:28] zsombi: i know the saved value is different because if i cat the file .config the right value is there [11:28] nerochiaro: so no warnings on the console from StateSaver? [11:28] zsombi: no [11:29] nerochiaro: weird... show me the branch [11:29] zsombi: one moment [11:33] zsombi: lp:~amanzi-team/gallery-app/gallery-app-listview-state/ [11:33] zsombi: check Components/MediaViewer.qml [11:34] zsombi: (i will have to run out for 15 minutes soon) [11:34] zsombi: so take your time [11:34] nerochiaro: ok, will check it [11:35] zsombi: thanks === _salem is now known as salem_ [11:41] nerochiaro: cannot see such a QML file... [11:42] nerochiaro: ah, under Components/MediaViewer there is one [12:08] popey: hi [12:08] popey: could you please test again if this works with a smaller image? https://code.launchpad.net/~mzanetti/reminders-app/add-image-support/+merge/199031 [12:09] mzanetti: ok [12:21] zsombi: news ? [12:21] nerochiaro: on standup, but couldn't find your StateSaver there... [12:22] popey: and I've added the cmake dep to the script in here: https://code.launchpad.net/~mzanetti/reminders-app/switch-to-cmake/+merge/199377 [12:25] zsombi: rc/qml/Components/MediaGrid.qml line 48 [12:27] zsombi: sry I had pointed you to the wrong file before [12:44] timp: you completely forgot this! https://code.launchpad.net/~zsombi/ubuntu-ui-toolkit/pickerpanel/+merge/199250 ;) [12:44] zsombi: no it is 4th on my to review list ;) [12:44] timp: last year it was the first on your list :D [12:44] you downgraded it???! [12:55] zsombi: done with standup ? [12:58] nerochiaro: still [12:58] in [13:15] zsombi: btw nice touch on the SDK dialer component. I am currently transitioning the clock app to use them :) [13:16] nik90: it has been there for a while ;) [13:16] zsombi: I know, but only recently I really took notice of that component. === matiasb1 is now known as matiasb [13:20] nik90: glad that you'll take it in use :) [13:21] zsombi: I did find two small bugs, will report them a bit later when I am done with the MP. But otherwise it has helped remove quite a bit of code from the clock app. [13:24] nik90: +1 [13:39] zsombi: i've worked around the problem for now, but it would be still better if we could figure out what's going on [13:39] nerochiaro: ended the standup, lemme check the file [13:42] nerochiaro: who loads this MediaGrid.qml? [13:42] zsombi: rc/qml/PhotosOverview and that one is loaded by rc/qml/MainScreen [13:49] nerochiaro: hmm... weird... [13:49] zsombi: fails for you too ? [13:50] nerochiaro: I have checked the code, all seems to be OK, I'll try to build it [13:50] zsombi: ok. i'm testing on desktop at the moment [13:50] uhh... dependencies... [13:50] zsombi: just apt-get install gallery-app [13:51] zsombi: i mean build-dep gallery-app [14:10] zsombi: sucess @ build ? [14:10] nerochiaro: still builds [14:10] nerochiaro: done, success [14:13] nerochiaro is there any script to help it running on desktop? [14:14] zsombi: just run src/gallery-app [14:20] nerochiaro: actually there is something that overwrites the savedDistance to 0 upon next start... [14:20] zsombi: what is that ? [14:20] zsombi: it has first to be restored, then overwritten, if the StateSaver is working the way it should. and i never see it being resotored [14:21] nerochiaro: what is what? the one which overwrites? don't know... something that happens after the state is restored... [14:21] nerochiaro: will have to dive more into it [14:22] nerochiaro: but will check it tomorrow... [14:22] zsombi: i don't think it ever gets restored. if i put an onChanged handler on it I never see the value being restored and hten overwritten [14:22] zsombi: i won't be around tomorrow, but can you please send me an email ? [14:22] nerochiaro: right, I see that. There;s somewhere between the time the state is about to be restored, but it is overruled by something... [14:22] nerochiaro: sure [14:23] zsombi: perfect, i'll check once in a while and come up if there's more to discuss [14:23] nerochiaro: cool!! [14:23] zsombi: thanks [14:23] nerochiaro: ywc [14:30] zsombi: i am trying with other lists that are loaded in the same way, same problem [14:30] zsombi: just to confirm [14:37] nerochiaro: then it's worth reporting a bug!!! [14:37] zsombi: even if i can't repro in a simple exaple ? [14:38] nerochiaro: well, not then... give me few days to hunt for it, ok? [14:40] zsombi: ok, i'll let you upgrade from tomorrow to "a few days" :) but maybe then you can also look into this at the same time: you will notice that if you scroll around the list, especially past the edges, you will get binding loops for preferredHighlightEnd having a loop with height. We tried to figure this out with tim but couldn't get to the bottom of it. [14:40] zsombi: since you suggested to use preferredHighlightEnd in the first place ... [14:42] nerochiaro: few days was before I found the solution to the bug in DatePicker, so I'll recall my few days :D [14:49] zsombi: ok then :) [14:55] Wellark: ping me when you're around [15:00] oSoMoN: what do you think we should do regarding this MR that has been pending for quite a while now ? https://code.launchpad.net/~amanzi-team/gallery-app/gallery-app-save-state/+merge/198364 [15:16] nerochiaro, are you able to successfully run the tests for this MR on your device? [15:18] oSoMoN: they were all passing on my device last i tried. i think the crashes were on mako ? [15:35] nerochiaro, I’m unable to retrieve the debs from the links in the MR comments posted by the CI job (getting 404s), I’ll trigger a new CI run [15:38] oSoMoN: ok. i'm upgrading the phone to the latest ubuntu-system from channel trusty [15:40] nerochiaro, you should probably use trusty-proposed to test against the latest stuff [15:41] oSoMoN, who is working on gallery-app now ? [15:41] om26er: i'm doing some work on it, but it's not "my app" [15:42] om26er, noone is actively working on it, I’m doing AP test fixes if needed [15:43] nerochiaro, oSoMoN got it. Do we have someone filling gusch place ? [15:43] soonish ? [15:43] om26er: not yet [15:43] om26er, not yet, but we’re in the process of hiring [15:43] nerochiaro, oSoMoN ok. Thanks === gatox is now known as gatox_lunch [16:28] mhall119: ping [16:29] Wellark: pong [16:29] please use the "other" IRC server if you need to reach me urgently. I sometimes miss stuff on Freenode :) [16:30] mhall119: what's up? [16:30] Wellark: I spoke to ted a couple weeks ago about enabling the HUD toolbar icons from QML apps, and he said that the QML Actions API needs to be able to send the toolbar-item-hint property over DBUS for the HUD to bind it to an icon, is there a roadmap for implementing that? [16:31] mhall119: short answer: no [16:31] can we get one? Having unuseable icons in the HUD is annoying [16:31] mhall119: agreed. [16:32] Wellark: so who do I need to bribe to get this on the schedule for this cycle? [16:32] mhall119: thostr_ [16:33] ok, I'll send him an email [16:33] thanks [16:33] mhall119: np. [16:34] mhall119: other option would just be removing the icons until we have API for them. would be easier. [16:34] would be, but making them useful would be better [16:34] nik90, ping [16:35] mhall119: well, sure. it's just that we must make compromises on features vs. man-power [16:36] and unfortunately you are the first person to ask about the toolbar icons in 9 months or so. [16:36] man, we have *got* to get that engineer cloning program working [16:36] Wellark: what's the toolbar-item-hint? [16:36] just saying that it has not been a priority feature :( [16:36] nik90, does this have the online search in it? https://code.launchpad.net/~nik90/ubuntu-clock-app/more-stopwatch-tests/+merge/193922 [16:36] Wellark: it may be simpler to add an iconName property to the Action. No need to pass the icon itself [16:36] but the only icons from the theme can be used [16:37] (just an idea, mybe a bad one) [16:37] timp: the hud toolbar items are a bit special [16:37] mhall119: nobody has time to make the engineer cloning program work ;) [16:37] timp: toolbar-item-hint AIUI, is a DBUS property that tells the HUD to bind an action to an icon in the HUD, rather than (or in addition to) the list [16:37] they are basically predefined actions that an application may or may not define for it self === gatox_lunch is now known as gatox [16:58] balloons: pong [16:58] balloons: no it doesn't have online search in it [16:58] nik90, see above about the merge.. kk, just wanted to double check that indeed it did not :-) I didn't see it but ;-) [16:59] balloons: i removed it since when I looked at it more closely, I realised it was quite similar to the local search [16:59] nerochiaro, CI job finished, you can grab the debs for testing at http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-trusty-armhf/1949/artifact/work/output/*zip*/output.zip [17:00] nik90, right I remember our conversation.. perfect [17:00] ty [17:00] :) [17:00] popey: ping [17:01] oSoMoN: i'm already installing it [17:01] oSoMoN: thanks for the heads up though [17:01] nik90: pong [17:01] nik90: just on the phone for an hour now, but type at me anyway [17:01] popey: sure [17:02] popey: I was just wondering if the core apps PPA updates trickle down to the phone automatically? [17:02] popey: or if I should request it specifically? [17:02] nik90: they do not [17:03] we request click packages to be updated by sergio and I confirm in the store [17:04] ^^ indeed, I push things to be landed, like your changes.. It's already been requested [17:04] balloons: ah okay [17:05] I will remember that [17:12] beuno: Changes can not be accepted and published at this time. Please try again later. [17:12] halp! [17:13] popey, you're so impatient [17:13] let's see [17:13] I know right? [17:16] popey, I'll have to bring down some logs, which will take a bit [17:17] k [17:20] oSoMoN: all tests seems to pass correctly on my maguro device [17:21] nerochiaro, running them on my device now [17:25] popey, found the broken service, chasing it with IS [17:30] thanks beuno [17:32] nerochiaro, I’m still getting the same errors I was getting in Dec [17:32] nerochiaro, gotta go now, can you describe how exactly you run the tests on your device in a comment to the MR? === davmor2_ is now known as davmor2 === balloons_ is now known as balloons === bfiller is now known as bfiller_afk === daker_ is now known as daker === kalikiana__ is now known as kalikiana_ === balloons is now known as Guest99854 [18:07] popey, this happened to you when doing what? [18:07] approving this app https://myapps.developer.ubuntu.com/dev/click-apps/173/changerequest/ [18:11] popey, k, so there's a bug somewhere [18:11] I'll need to chase that tomorrow with a dev [18:12] ok. [18:12] kenvandine: ^ [18:12] thx [18:13] balloons_, ping [18:14] ahayzen, pong [18:14] balloons_, happy new year! ... i'm having an issue with the jenkins bot wondered if u could interpret the output for me https://code.launchpad.net/~andrew-hayzen/ubuntu-ui-toolkit/fix-swipe-delete-001/+merge/199906 [18:14] ahayzen, most certainly [18:16] ahayzen, at first glance it seems some things failed while running [18:16] but the test output is cryptic :-) I don't have super power on the toolkit [18:16] balloons_, i looked at it and didnt have a clue wht was going on :/ [18:17] you could ask Tim to re-run it, but my guess is something you've changed broke it [18:17] this is where I'm looking: https://jenkins.qa.ubuntu.com/job/generic-mediumtests-runner-mako/4417/ [18:17] * ahayzen wonders wht could be broken with such a small change... [18:17] balloons_, thx [18:18] all the tests failed.. doesn't seem like it ran properly [18:18] ahayzen, ask tim to re-run, and if the results look funny again, we'll ping ci === balloons_ is now known as balloons [18:19] balloons, ok thx... think timp has gone by now? [18:19] mm.. perhaps [18:20] ahayzen, I'll try and re-run it [18:20] balloons, thx :) [19:09] popey, kenvandine, fixed the problem and approved the update [19:09] beuno, thx [19:10] thank you [19:32] ahayzen, it passed, but we need someone from that team to approve. I can't do it [19:32] might have to wait [19:50] balloons, cool... ah ok i was wondering wht tht message meant === salem_ is now known as _salem === bfiller_afk is now known as bfiller [20:34] timp: thnx for getting started on https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1259917. The timing is impeccable. [20:34] Launchpad bug 1259917 in Ubuntu UI Toolkit "Using a Qml Loader in combination with Pagestack and Tabs results in incorrect positioning" [High,In progress] [20:49] balloons: got a moment? [20:49] nik90, shoot [20:49] balloons: https://bugs.launchpad.net/ubuntu-clock-app/+bug/1266841 [20:49] Launchpad bug 1266841 in Ubuntu Clock App "1 test error, when running in the emulator" [Medium,Incomplete] [20:50] balloons: how long does it take for the click package to be updated? [20:50] nik90, ahh, sergio hasn't landed it yet [20:50] balloons: can you confirm if my asserting in that bug report is correct? [20:50] assertion* [20:51] you are correct [20:53] balloons: what is sergio's nick? I like to ask him some questions related to core apps click packages version numbering and stuff. [20:54] serguisens [20:54] thnx === Ursinha is now known as Guest50378 === Ursinha-afk is now known as Ursinha [23:11] popey: do you happen to know who the best person would be to talk to about the wake/unlock devices when an alarm notification is triggered? [23:11] nik90: tvoss i think. [23:12] popey: ok. I will check with him tomorrow. [23:12] popey: and accordingly update the progress in the email thread === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha === _salem is now known as salem_ === salem_ is now known as _salem