=== salem_ is now known as _salem === _salem is now known as salem_ === salem_ is now known as _salem [00:13] hi [00:13] some one here?? [00:13] need some help pozz [00:13] plzz [00:15] ?? [00:16] ?? [00:17] ?? [00:18] ?? [00:19] some one?? [00:25] ?? === _salem is now known as salem_ [01:40] daker: late reply, but what's up? [01:43] mhall119: check pm === salem_ is now known as _salem [07:02] good morning [07:46] dholbach, morning! If you've got a minute, would you mind having a quick look at https://code.launchpad.net/~dpm/reminders-app/debian-copyright/+merge/225646 to see if you think is ok? [07:47] dpm, hola muchacho [07:47] dpm, yep, looking [07:48] hola hola, gracias! [07:48] dholbach, so somebody told the Germans they'd get an Ubuntu phone if they'd win, right? :) [07:49] I guess that's what happened :) [07:51] haha ):p [07:52] poor brazilians [07:56] dpm, commented [07:56] dpm, I can recommend the following: for i in `find . -type f`; do licensecheck $i; done [07:58] dholbach, awesome, thanks. About some of the files not specifying a copyright year, is it ok to leave the year blank in debian/copyright? [07:58] yes, just copy whatever the file is saying [08:00] ok [09:36] Good morning all; happy Sugar Cookie Day! :-D [09:43] test [09:45] failed [10:18] popey, i just opened two bugs, one for the sudoku app failure and another for calendar app failures. can someone have a look at them? [10:37] thanks brendand [10:37] brendand: links? [10:38] popey, oh yeah - links! [10:38] they're useful for finding things... [10:38] https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1339627 [10:38] Ubuntu bug 1339627 in Ubuntu Calendar App "test_fill_form and test_add_new_event_with_default_values failed on mako image #120" [Undecided,New] [10:39] https://bugs.launchpad.net/sudoku-app/+bug/1339616 [10:39] Ubuntu bug 1339616 in Sudoku App "test_profiles fails on mako image #120" [Undecided,New] [10:43] ta [10:44] brendand: so, my question still stands from the call, why were these two not found when the uitk landing was tested? [10:45] popey, i'm the wrong person to ask - i didn't have anything to do with the landing [10:45] popey, and i have the same question [10:46] true. [10:52] Mirv, can we try and figure out why these regressions got in? for the sake of making the process watertight [11:01] brendand: I've already poked sdk team regarding the sudoku/calendar timeouts so they can try to figure out how/if uitk could cause those [11:02] brendand: popey: sdk team didn't see those errors when validating the release locally. so it's the difference in local vs image testing [11:03] Mirv, which funnily some members of my team are trying to convince me isn't necessary, as 'all issues should be seen locally also' [11:04] Mirv, let's not say it's to do with the CI system though as i can reproduce them here just fine (on my own mako) === MacSlow is now known as MacSlow|lunch [11:11] t1mp: ping [11:12] brendand: over time a lot of things haven't been seen locally, but if you do now see these please ping zoltan (he was also flashing 121 in order to retest with that) [11:22] nik90_: hello [11:22] t1mp: Hi, I just moved the new clock app to the new header api. It seems more cleaner [11:22] t1mp: I did have one grief about it though [11:23] t1mp: In the PageHeadConfiguration doc, where you provide actions, backAction and contents, why is it that while using actions and backAction we specify head.actions and head.backAction [11:23] while for contents, we just use it as contents? [11:24] nik90_: popey: I am just about to release the brand new QtC3.1.1 with the latest plugins. I would need few volunteers to try it out with their projects. [11:24] bzoltan: wasn't that the one in the PPA already? [11:25] nik90_: Here https://launchpad.net/~ubuntu-sdk-team/+archive/ubuntu/tools-development [11:25] nik90_: this is the the release candidate, I have not pushed it to the official release SDK PPA [11:25] bzoltan: I already have that PPA on my trusty machine.. David planella made a call out on the mailing list asking for testers [11:25] bzoltan: I have been using that PPA for the past 2 days [11:25] balloons: hi [11:26] nik90_: I know :) I asked his help to hire testers [11:26] nik90_: then a dist-upgrade will give you the latest [11:26] nik90_: are you on trusty or utopic? [11:26] bzoltan: yes I was just conveying that I have been testing qtc 3.1.1 and it seems to be working fine [11:27] mihir: My main laptop is running trusty. But I do my development on my Utopic VirtualBox VM [11:27] Hmm okay , nik90_ i guess i have to do the same, because autopilots not running on trusty [11:28] mihir: yeah I suppose [11:30] nik90_: uhm, let me check the docs :) [11:31] nik90_: you mean in the example where I use contents: Rectangle { ... } [11:31] nik90_: that's a mistake... should be head.contents, or head { contents: ... } [11:31] t1mp: yeah [11:31] t1mp: ah [11:33] nik90_: you can group them with head { actions: [...]; backAction: Action { ... }; contents: Item { ... } } [11:33] t1mp: Ideally I would also place backAction inside actions rather than outside it since backAction is essential a special kind of action [11:33] since that's what we did with the old tools as well [11:34] nik90_: yeah, but actions is now a simple list [11:34] t1mp: true [11:35] nik90_: I understand your reasoning, but we thought making actions a list is cleaner, and ideally backAction does not need to be set often (if you use Tabs or PageStack you automatically get a tabs button or back button there) [11:35] t1mp: may I fix the examples bug? I was thinking of including the backAction example in the PageHeadConfiguration page itself since otherwise one needs to navigate back and forth between different pages to see the examples [11:36] nik90_: yes, that would be great :) if you have an MR send it to me [11:36] t1mp: agree [11:36] nik90_: I was thinking that even an actions example can go in the PageHeadConfiguration docs [11:36] t1mp: yup I agree as well [11:36] (now there is only a small example in the Page docs) [11:43] t1mp: when I edit the docs, how do I output it to see if it is formatted correctly or not? [11:44] t1mp: I branched the staging and opened the .qmlproject in qtcreator. [11:46] nik90_: qmake && make docs [11:46] nik90_: that will create a documentation/html/ with the html files inside [11:46] t1mp: ah [11:55] t1mp: in the head.actions definitions, why do you provide text: i18n.tr("Search") ? Do they show up as tooltips? [12:03] nik90_: they show up in the actions overflow popover (if you have more than 3 actions) [12:04] nik90_: the action buttons don't show any text right now, I need to check with the designers if there should be a tooltip or similar [12:05] t1mp: oops, I need to fix that then in the clock app as well :) [12:06] brendand: did you reproduce https://bugs.launchpad.net/sudoku-app/+bug/1339616 on a pc or local device or only CI? [12:06] Ubuntu bug 1339616 in Sudoku App "test_profiles fails on mako image #120" [Undecided,New] === MacSlow|lunch is now known as MacSlow [12:16] t1mp: where can I find page.qdoc? [12:16] t1mp: the page documentation doesn't seem to be at Page10.qml or Page11.qml [12:17] t1mp, it was on the local device [12:17] t1mp, the problem is the keyboard gets in the way of the save button [12:18] brendand: oh, did some default behavior change there? [12:19] t1mp, i haven't tested the old behaviour yet [13:09] bzoltan, can you answer some questions about the interaction of Dialogs and the OSK? [13:09] mterry: let me try [13:09] t1mp: ^ [13:09] bzoltan, so I'm looking at the ubuntu-system-settings page for setting a password [13:10] bzoltan, it pops up a Dialog SDK element to get the new password and authenticate with the ol [13:10] d [13:10] bzoltan, but the OSK takes up a lot of the space and overlaps some of the elements of the dialog. [13:11] mterry: ahh... that one. We have seen this before [13:11] bzoltan, I tried to use anchorToKeyboard but maybe I didn't use it right? Or does Dialog not use that key? [13:11] I mean, I set it on the MainView [13:11] mterry, bzoltan seems like the same issue that we have now with sudoku-app and calendar [13:11] mterry: I am busy with an other projet but let me pull in t1mp who will help you [13:12] t1mp: yes, that is exactly case there too [13:12] mterry: I think the Dialog is not a child of the MainView, so it wouldn't help [13:13] t1mp, yeah I worried about that. Is there no current solution for it? [13:13] t1mp, is there a bug for this yet? [13:13] mterry: I think not, but two related bugs https://bugs.launchpad.net/sudoku-app/+bug/1339616 https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1339627 [13:14] Ubuntu bug 1339616 in Sudoku App "test_profiles fails on mako image #120" [Undecided,New] [13:14] Ubuntu bug 1339627 in Ubuntu Calendar App "test_fill_form and test_add_new_event_with_default_values failed on mako image #120" [Undecided,New] [13:24] t1mp, OK. I'll create a new bug specifically about the issue (and link to those bugs too) [13:25] mterry: thanks [13:26] t1mp, bzoltan: bug 1339709 [13:26] bug 1339709 in ubuntu-ui-toolkit (Ubuntu) "Dialog does not appear to support anchorToKeyboard" [Undecided,New] https://launchpad.net/bugs/1339709 [13:26] mterry: thanks === jgdxx is now known as jgdx === _salem is now known as salem_ [13:46] DanChapman_afk: I hit the tick last night instead of the sync button. Big thumbs is my excuse :) but it meant I was unable to tell what mail was read once I was on my main machine :( [13:46] rpadovani, mzanetti, are you free for the Reminders call today? [13:47] a welcome change to debugging autopilot [13:47] popey: where can I find the apparmor log to see any permission issues on the phone? [13:48] nik90_: sudo dmesg -T | grep DEN [13:49] popey: thnx === hatchetation_ is now known as hatchetation === daker_ is now known as daker [13:50] mzanetti, awesome, thanks :) [13:52] jdstrand: I am getting a apparmor denial when trying to read /usr/share/sounds/ubuntu/ringtones folder on the phone. Here is the console log http://paste.ubuntu.com/7770323/. What policy should I add to the clock app to be able to read that folder? [13:54] jdstrand: going through http://developer.ubuntu.com/publish/apps/security-policy-for-click-packages/, I don't see any policy that would satisfy this. === DanChapman_afk is now known as DanChapman [13:59] dpm, I'm in :-) [14:00] davmor2, Ahh yes that's generally what "Mark all as read" does :-D. Sorry about that :-( My intention is to have that further down the toolbar dropdown once some more actions are implemented. But I can see that may still happen quite often with a touch device. Do you think an additional confirmation step would make sense here? [14:00] yay! tty in a minute :) [14:00] DanChapman: Yeah I think so :) [14:01] DanChapman: other than that though I've not had many issues with it :) [14:04] DanChapman, oh, not sure you catched my reply yesterday ... imap.capabilities.blacklist=QRESYNC helps a lot (there are still issues with the refresh button, but going back to the start page and then to inbox gets me a proper update) [14:08] davmor2, That's good to hear! ok cool i'll include that in the next update then :-) [14:15] ogra_, just seen it now. :-) brilliant, so I'm going to sort some proper logging for the IMAP conversation and try and narrow down why QRESYNC is having trouble. The having to go back to home then back to inbox is a known bug atm [14:15] ah, great === gatox is now known as gatox_lunch === oSoMoN_ is now known as oSoMoN === gatox_lunch is now known as gatox [17:04] popey, a review: https://code.launchpad.net/~brendan-donegan/notes-app/bug1330352/+merge/226146 === renato_ is now known as Guest36942 === karni_ is now known as karni === karni is now known as Guest85816 === Guest85816 is now known as karni [18:37] bfiller, or somebody from the phablet team: [18:37] we need a top approval here: https://code.launchpad.net/~brendan-donegan/notes-app/bug1330352/+merge/226146 [18:38] I'm sorry I didn't catch it while running the toolkit tests. [18:43] elopio: as for the sudoku-app bug, [18:43] elopio: I left some comments on https://bugs.launchpad.net/sudoku-app/+bug/1339616 [18:43] Ubuntu bug 1339616 in Sudoku App "test_profiles fails on mako image #120" [Undecided,New] [18:43] elopio: can you confirm that when you resize the window to be less high, and you go to the settings tab, it behaves really weird and you cannot scroll all the way down? [18:44] t1mp_: wait, why are we resizing sudoku? [18:44] elopio: the bug is there because a test fails, because the OSK occludes some button [18:45] elopio: when resizing the mainview (which happens when OSK becomes visible, or at least should happen), the contents should resize too, but this doesn't seem to happen properly [18:45] oh, so you are resizing to reproduce what the osk does. [18:45] give me a second and I'll try. [18:50] also the header doesn't hide when scrolling down, I don't see why [18:59] t1mp_: so, resize the Add new profile dialog so the buttons are out of view, and scroll? yes,that doesn't work. [19:11] elopio: ok, thanks. Now I know that it is not something weird only on my system [19:11] t1mp_: have you been able to scroll on a dialog, ever? [19:12] elopio: even without that dialog something is weird [19:12] wow, that profiles tests in the sudoku app is way too big. [19:13] elopio: so go to the Settings tab without clicking anything [19:13] elopio: then resize.. there is a flickable but you cannot scroll it down to get to the bottom items [19:13] elopio: it seems the flickable is larger than the window [19:14] t1mp_: hum, you can drag but it gets back to the top, right. === salem_ is now known as _salem [20:16] t1mp_, is there anything i need to do to help with https://code.launchpad.net/~tpeeters/ubuntu-ui-toolkit/panelHeight/+merge/225493 ? [20:45] nik90_, did u get any further with the ringtones issue? === _salem is now known as salem_ === ajmitch_ is now known as ajmitch [21:24] ahayzen: it seems to be an apparmor denial issue :/ [21:24] ahayzen: I couldn't talk to jdstrand today about it [21:24] nik90_, ah i assume that is what is stopping system-settings accessing it as well? [21:24] ahayzen: actually system-settings app is unconfined [21:24] ahayzen: so it doesnt have that issue [21:24] nik90_, hmmm and does it work for u? [21:25] (as in, in the system-settings app) [21:25] ahayzen: nope I cannot hear the ringtone either [21:25] nik90_, :/ hmm strange [21:27] balloons, ping [21:28] ahayzen, pong [21:28] balloons, i'm seeing some epic failures on jenkins was wondering if u could advise what is going on... [21:28] balloons, firstly this mp https://code.launchpad.net/~verzegnassi-stefano/music-app/transparent-bg-for-ubuntushapes-labels/+merge/225589 has caused http://91.189.93.70:8080/job/generic-mediumtests-utopic/935/?#showFailuresLink ... it appears the header doesn't even exist in the app? [21:29] balloons, secondly this wip mp https://code.launchpad.net/~andrew-hayzen/music-app/add-sdk-search-support/+merge/226045 is causing failures which look like it is because the UITK has not been updated to support the new header? http://91.189.93.70:8080/job/generic-mediumtests-utopic/934/? [21:33] balloons, ah the first one is something todo with it not finding Style NewHeaderStyle.qml not found in theme Ubuntu.Components.Themes.Ambiance or Style NewHeaderStyle.qml not found in theme Ubuntu.Components.Themes.SuruDark? [21:34] balloons, but why are we not seeing this locally? [21:38] ahayzen, interesting [21:39] ahayzen, when you run locally are you using py2 or py3? [21:39] balloons, i mean just running the app locally at the moment [21:39] yes.. and how? [21:39] with autopilot or autopilot3? [21:40] balloons, the second example the app isn't even starting...the first there is no header..... oh i mean literally running the app no autopilot [21:40] and on trusty or utopic? [21:40] balloons, on device utopic #122 [21:41] I'm confused [21:41] balloons, hang on i'll try running ap on the first one [21:41] lol.. what are we even asking now? [21:41] balloons, why are the apps looking totally different in jenkins to when you run them locally...and therefore causing ap to fail [21:42] balloons, the first mp has no header ... the second the app doesn't even start (it does require latest UITK) [21:44] ahayzen, let's go one at a time [21:45] balloons, ok so with the first mp...i just ran autopilot and got the same issue [21:46] balloons, but i can actually see that the header is there it just states it can't find it [21:47] balloons, jenkins output... http://91.189.93.70:8080/job/generic-mediumtests-utopic/935/testReport/junit/music_app.tests.test_music/TestMainWindow/test_add_song_to_queue_from_albums_page_with_mouse_/ ... my output... http://pastebin.ubuntu.com/7772226/ [21:49] balloons, has something drastically changed in autopilot/uitk helpers or something? [21:50] ahayzen, ok, let me compare [21:51] balloons, note both fail with the same/similar issue...but you can see on the jenkins video the header doesn't even show... whereas on device i can at least see the header [21:51] ahayzen, mm.. so an old version of AP is still being used, as is py2 [21:51] I'd like to see this as py3 with ap 1.5 [21:52] balloons, hmm i'm running phablet-test-run from trusty to a utopic device [21:55] balloons, oh god i think my verbose output in the pastebin has the app log for every app i've run that was rev #515 lol sorry [21:56] balloons, so what happens if we run trunk on device/jenkins...i suspect bad things [21:59] balloons, ok so this is trunk running the same test... it also fails http://pastebin.ubuntu.com/7772289/ [22:05] fginther, ping [22:05] balloons, poing [22:06] fginther, I'm trying to make sense of what ahayzen is saying above.. I'm wondering why the tests show running with ap 1.4 [22:10] balloons, the test is still trying to detect with python to use, in these case it uses python2 and the means autopilot 1.4 is used [22:14] I saw that bit of logic; how is it determined? [22:15] I can't seem to find the version of the toolkit being used [22:15] balloons, the test checks for any dependencies with 'python3' [22:16] ah so should we update our debian/control ? [22:16] balloons, ahayzen, let me try something first [22:16] as it looks like this at the moment http://bazaar.launchpad.net/~music-app-dev/music-app/trunk/view/head:/debian/control [22:16] all python2 depends [22:17] balloons, now would be a good time to try that 'only python3 tests' again [22:17] I tried this a few days ago and... disaster [22:17] but I'll do it as a separate job this time. [22:18] Let's try this one: http://91.189.93.70:8080/job/generic-mediumtests-utopic-python3/1/ [22:22] I have to go afk for a bit, will try to come back to this and update the job if it works [22:25] fginther, yea, the depends fro debian/control are a bit out of date [22:26] balloons, so do we need to update the depends in the control file then? [22:32] ahayzen, I'm hoping to phase it out, but sure I guess it doesn't hurt in the interim [22:32] meaning, I want to get rid of the -autopilot packages [22:32] balloons, what would i update it to for the interim? [22:48] ahayzen, are these tests intended to run on python3 now? [22:49] errr [22:49] balloons, ^^ ? [22:49] ahayzen, balloons, I tried to force them to run with python3 and it couldn't find the tests: http://91.189.93.70:8080/job/generic-mediumtests-utopic-python3/1/console [22:50] I forget if these have to be updated to install the tests into a python3 path [22:50] fginther, do you know of other apps which are using py3 that i could compare with? [22:54] ahayzen, looks like lp:gallery-app [22:55] I have to leave again, may be online again later [22:55] fginther, thanks for ur help so far :) === salem_ is now known as _salem