/srv/irclogs.ubuntu.com/2014/05/14/#ubuntu-app-devel.txt

=== chriadam|away is now known as chriadam
=== chihchun_afk is now known as chihchun
dholbachgood morning06:31
zsombinik90: ping07:45
=== chriadam is now known as chriadam|away
mzanettipopey: hey, what information?08:09
popeyuh, what?08:09
popeymzanetti: oh, https://myapps.developer.ubuntu.com/dev/click-apps/731/ - dholbach has responded too08:10
dholbachmzanetti, did you get a mail by myapps?08:10
mzanettidholbach: popey: right.... that's wrong indeed08:11
mzanettiwill fix08:11
dholbachmzanetti, but you received the mail, right?08:11
dholbach(just making sure there's nothing wrong with myapps)08:11
mzanettidholbach: yes. I just went through the IRC scrollback before the mails today08:12
dholbachok cool08:12
dholbachthanks mzanetti08:12
mzanettidholbach: popey: resubmitted the fixed version08:19
dholbachmzanetti, approved08:20
mzanettidholbach: nice, thanks08:21
dpmmorning dholbach, do you hapen to know if universe is enabled by default in new Ubuntu installations?08:30
dholbachdpm, yes, it should08:30
dpmok, cool, thanks08:30
mzanettipopey: hey, have a question on the download stats of apps09:24
popeyuh-huh09:25
mzanettipopey: for instance, tagger. it says downloads from 596 users, but if I add all downloads from both published versions, I count 204 only09:25
mzanettihow come there are more users than downloads? I would expect it the other way round09:25
popeyi think we have some data which didnt count versions09:26
mzanettiah... that would explain it, yes09:26
popeyi preferred that UI when it had raw data09:26
mzanetti:D09:27
ogra_popey, just write a click app that presents it like that ;)09:35
popeyhah09:35
JamesTaitGood morning all; happy Third Shift Workers' Day! :-D09:38
popeykalikiana_: morning, what does https://code.launchpad.net/~elopio/ubuntu-ui-toolkit/datepicker-autopilot_helper/+merge/218909 your last comment there mean?09:45
kalikiana_that's the error message09:50
kalikiana_as j has a habit of deleting log files I tend to put them into comments09:50
nik90zsombi: pong09:57
zsombinik90P: I found the problem with the warnings09:57
zsombinik90: it is caused by the outer layout (HomeTab)09:58
nik90zsombi: oh nice09:58
nik90zsombi: am I using it wrong?09:58
zsombinik90: The SimpleMenuLayout is doing teh layout first, but HomeTab finds all those items again...09:58
zsombinik90: nope, it is the result of using findChildren() in Qt C++ :/09:59
nik90zsombi: so basically a nested layouts issue10:00
zsombinik90: yeps10:01
nik90zsombi: Do you want me to report a new bug for the nested issue?10:02
zsombinik90: perhaps would be good10:02
zsombinik90: the funny thing is that the layouting is done properly, it's just the second run of the layouting (the outer Layout) will shoot warnings...10:03
zsombinik90: especially that the ItemLayout.name is not even listed in between the defined ones...10:04
nik90zsombi: but does the warning cause the ui elements to disappear in the sidebar?10:04
zsombinik90: not really...10:04
nik90ok10:06
nik90popey: I am looking at https://code.launchpad.net/~popey/ubuntu-clock-app/fix-1315318/+merge/218067/comments/523711, which link do I press to see what AP tests failed?10:09
popeyon the phone, will come back to you in a moment nik9010:10
nik90ok10:10
popeyok, back10:16
popeynik90:     UNSTABLE: http://jenkins.qa.ubuntu.com/job/generic-click-autopilot-runner-mako/16110:16
popeyTest Result (1 failure / ±0) -> https://jenkins.qa.ubuntu.com/job/generic-click-autopilot-runner-mako/161/testReport/10:17
popeyhttps://jenkins.qa.ubuntu.com/job/generic-click-autopilot-runner-mako/161/testReport/10:17
popeytesttools.matchers._impl.MismatchError: ('Single Test', 'Once on Thu') not in [('Single Test', 'Once on Wed')]10:17
nik90popey: ooh nice...it reduced from 6 failures to 1 failure10:20
nik90popey: is there a video of the test? I remember jenkins used to provide those10:21
popeynik90: i dont see any ogv files in the build artifacts10:22
nik90popey: me neither...that's alrite..I am going to approve the branch and make jenkins run the tests again.10:23
popeysweet!10:23
=== MacSlow is now known as MacSlow|lunch
dpmhi Laney, there's a bug in the dual boot app whereby it can't reboot. AFAIK, it tries to issue a 'sudo reboot' and it hangs at being prompted the password. This seems to me not the right way to reboot, how are you guys doing it for system settings? https://bugs.launchpad.net/humpolec/+bug/129260910:53
ubot5Ubuntu bug 1292609 in The Humpolec project "Ubuntu dualboot app does not reboot" [High,Confirmed]10:53
Laneydpm: u-s-s calls system-image to perform the reboot10:55
Laneydpm: Which just calls /sbin/reboot, but it can do that as it's root10:56
Laneyso that's not very helpful for you10:56
Laneydpm: There's a logind dbus method to reboot the system, not sure if policy will let the normal user use it though10:58
dpmLaney, ah, I didn't even know about system-image. Could the dual boot app use the first method, though? Or is it only limited to u-s-s?10:59
Laneythe method is "install the updates and reboot"10:59
Laneyso it's not general purpose :(10:59
dpmah, I see10:59
dpmLaney, do you know who I could ask for more info about the logind reboot?11:00
Laneydpm: actually that might work, sec11:01
dpmok, thanks11:01
Laneyyeah looks like it does11:02
Laneygdbus call --system -d org.freedesktop.login1 -o /org/freedesktop/login1 -m org.freedesktop.login1.Manager.Reboot false ← do it from the terminal app, not ssh11:02
mihirpopey: ping !!11:06
popeymihir: PONG!11:06
mihirpopey: for this MR , i still don't understand what to do , https://code.launchpad.net/~mihirsoni/ubuntu-calendar-app/limitFunctionality/+merge/21153611:06
mihiris it something else on device which is preveting ?11:06
popeymihir: I have asked renato to take a look11:07
popeylets see what he comes up with11:07
mihirpopey: okay thank you.11:07
mihirpopey: i see rest of the bugs are almost fixed or in progress in calendar , except auto pilot ones11:07
popeyyeah. I want to get these calendar ones nailed this week11:08
popeyclock too ☻11:08
Laneydpm: ^ in case you missed it11:08
mihirpopey: \m/11:09
LaneyI don't know how your script is written, if not shell then you'll want to translate that into the language of your dbus bindings11:09
mihirpopey: still if you test and find more bugs , just file it, i'll take a look at it and try to resolve it.11:09
popeywill do.11:10
dpmawesome, thanks Laney. I've not played with it before, but I'm assuming there is a C++ API to use DBUS, which is probably what you're using for u-s-s?11:11
Laneydpm: if qt, then qdbus11:11
Laneythere are many examples in u-s-s indeed11:11
dpmgreat11:12
Laneyjust calling a method is quite simple11:12
Laneyyou don't need to do any monitoring or any of that stuff11:12
dpmok11:13
dpmlunch time, bbl11:14
=== _salem is now known as salem_
mzanettihmm... music playback seems broken with the latest image. known?11:25
ogra_broken ? how ?11:26
zsombinik90: there's one more update on the layouts-visibility MP11:26
popeywfm11:26
mzanettiogra_: well, doesn't do it any more :D11:27
mzanettiogra_: tried with the music app and also with the scope's preview11:27
mzanettino sound, progress bars don't move11:27
ogra_sounds broken :P11:28
mzanettieven though playback status says "playing"11:28
nik90zsombi: testing now11:28
mzanettijhodapp: hey, is that known to you? ^^11:28
popeyodd, works on my #27 mako11:29
zsombinik90: when you switch to tabletLandscape, there's no layouting involved there, so there might be something else there11:29
nik90zsombi: when you switch to the tabletLandscape, only the inner layout activates (sidebar menu item)...the home tab layout has only phone or tablet layout11:30
mzanettipopey: the music playback? or something else?11:30
nik90zsombi: only the sidebar differentiates between tablet portrait and tablet landscape layout11:30
popeymzanetti: yes, i just launched a song from the music scope, plays in music app11:30
zsombinik90: eh, I was talking about that. So when the side bar switches to large mode, there's no layouting involved there11:30
mzanettihmm... interesting11:30
nik90zsombi: true11:31
zsombinik90: so having the items hidden seems to do with the app implementation itself...11:31
popeymzanetti: also, video playback works11:31
mzanettipopey: hmm... broken for me... on r22 and r2711:32
ogra_works fine on flo here11:33
mzanettistrange...11:34
nik90zsombi: Did you push the update to launchpad?11:34
mzanettimaybe I turned deaf... ah no... still hear my cats begging for food11:35
zsombinik90: aaaaaaaaaaaaaaaarghhhhhhh! no11:36
zsombinik90: did now11:36
popeyballoons: when you are about can you take a look at paste.ubuntu.com/7462273/ please? I'm trying to release calendar  trunk to the store.11:39
nik90zsombi: I don't see any more warnings, but the default layout of the hometab is not visible anymore11:40
nik90zsombi: so when I go from tablet to phone after switching tabs, the elements are hidden11:40
wellsbIs there some way to sign in to Ubuntu One account from the terminal?  I keep getting network error when I try through System Settings11:40
nik90fginther: can you make jenkins run https://code.launchpad.net/~popey/ubuntu-clock-app/fix-1315318/+merge/218067 ?11:40
popeynik90: i can11:41
nik90popey: I thought jenkins would automatically run it but it doesnt seem so..11:41
popeydone11:41
nik90popey: so yes please start it11:41
nik90thnx11:41
popeynp11:41
rpadovanidpm, mzanetti thanks for your suggestions. Sorry for the delay, but yesterday was a busy day. I implemented all your suggestions, hope dpm is happy about the design and mzanetti about the code :-D11:42
rpadovanihttps://code.launchpad.net/~rpadovani/reminders-app/pullToRefresh/+merge/21925111:42
zsombinik90: that's weird, as I can see it!11:48
mzanettirpadovani: looks good code-wise. has a visible issue tho. I left a comment11:52
nik90zsombi: here are the steps I took to reproduce it, Open App -> Resize to Tablet Landscape Form -> Switch to Movies Tab -> Switch to Home Tab -> Resize to Phone Form -> Switch to Movies Tab -> Elements Missing Now11:54
nik90zsombi: also the sidebar menu item which is missing also involves layouting http://bazaar.launchpad.net/~nik90/cliffhanger/convergence-1/view/head:/components/SidebarMenuItem.qml11:55
jhodappmzanetti, shouldn't be broken, nothing changed with playback11:57
mzanettijhodapp: was my fault. Music files were owned by root as I pushed them with adb. sorry for the noise...11:59
=== MacSlow|lunch is now known as MacSlow
jhodappmzanetti, hehe, np :)12:10
nik90bzoltan: hey sry, could you again push the latest uitk update to the PPA :) ?12:12
dholbachdpm, how are the translation stats looking?12:12
bzoltannik90: sure, a sec12:17
rpadovanimzanetti: thanks, I fixed it. I had to force the listview to return to start position after the end of movement, but seems it works fine12:18
mzanettirpadovani: uhh... that seems bad... let me test it12:18
rpadovanimzanetti: if I remove contentY = priv.initialContentY it doesn't goes up right, maybe it's about the bug in trusty, could you try if you have time please?12:20
mzanettirpadovani: you should not use header, and if you do, make its height = 0 when invisible, and add a Behavior on height to make it smooth12:22
mzanettirpadovani: but again, not sure if that's good enough. probably you really don't want to use header12:22
bzoltannik90: I have just pushed the trusty backport of the UITK trunk to the SDK PPA ... ETA few ten minutes12:22
mzanettirpadovani: I left a comment on the MP12:22
nik90bzoltan: thnx a lot12:22
rpadovanimzanetti: ok, thanks for explanations. I'll study another strategy to subsitute the header12:24
mzanettirpadovani: just remove the "header:" and set y: listView.contentY - height12:25
mzanettiI guess12:25
mzanettididn't try it12:25
mzanettimaybe you can even use anchors, like: anchors {bottom: listView.contentItem.top; bottomMargin: height }12:26
mzanettirpadovani: ^12:26
rpadovanithanks12:27
rpadovanimzanetti: ok, I pushed. Seems that if I remove header and don't set y it works as expected. I only added a verticalcenter to have a bit of margin from the top of the page12:33
* mzanetti tries12:34
mzanettirpadovani: now it stays attached to the top of the list12:34
mzanettirpadovani: imo it would be nicer to move it down with the content12:34
mzanettirpadovani: you can actually even keep it visible all the time if you anchor it on top of the content12:35
mzanettirpadovani: listview clipping will hide it12:35
rpadovanimzanetti: ok, so I use anchors12:35
rpadovani5 minutes12:35
mzanettirpadovani: well, either anchors or setting y manually12:35
mzanettirpadovani: anchors is always better, but not always possible12:35
mzanettiso you should try with anchors, if it doesn't work in this case (because the contentItem might not provide an anchorLine) then go for setting y explicitly12:36
nik90zsombi: we got a new alarm issue...in the clock app I create a data object and set the hours and minutes as set by the user in the UI. I then set the alarm.DaysofTheWeek to the day chosen by the user. However after saving the alarm, the alarm is saved for today instead of the day the user chose. This only happens for single type alarms.12:36
nik90s/data/date12:37
dpmdholbach, I could spend some time on the stats this morning, but I've not had much more hacking time. I think we'll have to keep using the wiki for a couple of days more12:37
dholbachok... I was just wondering if you could already see how much progress the individual teams are making12:38
rpadovanimzanetti: pushed, seems anchor works12:40
dholbachbzoltan, the newest click (just uploaded) might be interesting to backport - it added support for multiple frameworks12:40
bzoltandholbach:  sounds cool. I will push it to the SDK PPA12:41
mzanettirpadovani: this looks much better now, doesn't it?12:41
rpadovanimzanetti: a lot :-)12:42
mzanettirpadovani: last nitpick: the size of the pulldownitem looks different for Notes and for Notebooks12:42
mzanettirpadovani: do you think there's something you can do about=12:42
mzanetti?12:42
rpadovanilet me check12:43
dpmdholbach, no, I can't yet. I need to finish the script to import translations stats from branches instead of Launchpad12:43
dholbachdpm, ah ok, gotcha12:43
dholbachdpm, that means that we won't have info about strings which need review either, right?12:44
dholbachI guess that's only possible with screen scraping because of the lack of API, right?12:44
dpmdholbach, correct. Unfortunately we can only report untranslated strings (which includes "needs review" and "untranslated")12:45
dholbachok, gotcha12:45
wellsbCould somebody do me a favor and run accounts-console show <id> for their ubuntuone account and let me know what the auth method and mechanism should be12:46
wellsbAlso what other fields should be present and populated12:46
dpmdholbach, I might be able to put something together before the team call as a demo, but I'm not sure yet12:46
wellsbaccount-console, rather12:46
dholbachdon't worry - I was just generally interested12:46
mzanettirpadovani: actually... it just seems to be like that... measuring the distance proves everything is fine12:47
mzanettirpadovani: approving12:47
mzanettirpadovani: oh... one last small thing: https://code.launchpad.net/~rpadovani/reminders-app/pullToRefresh/+merge/219251/comments/52381212:48
rpadovanimzanetti: ack, I forgot it, the first version has hardcoded the refresh :P12:49
mzanettirpadovani: better this way :)12:50
rpadovanimzanetti: done :-)12:51
mzanettirpadovani: err, nope :D that wen't wrong12:52
* rpadovani goes to take a coffe12:53
rpadovanimzanetti: ok, after a coffee I hope I choose the right one :D13:00
rpadovanipushed13:00
zsombi(02:54:20 PM) nik90: zsombi: here are the steps I took to reproduce it, Open App -> Resize to Tablet Landscape Form -> Switch to Movies Tab -> Switch to Home Tab -> Resize to Phone Form -> Switch to Movies Tab -> Elements Missing Now13:13
zsombinik90: I did exactly the same, and I see the elements in Movies13:13
zsombi(02:55:34 PM) nik90: zsombi: also the sidebar menu item which is missing also involves layouting http://bazaar.launchpad.net/~nik90/cliffhanger/convergence-1/view/head:/components/SidebarMenuItem.qml13:14
zsombinik90: that is the nested layout I was talking about13:14
zsombi(03:36:55 PM) nik90: zsombi: we got a new alarm issue...in the clock app I create a data object and set the hours and minutes as set by the user in the UI. I then set the alarm.DaysofTheWeek to the day chosen by the user. However after saving the alarm, the alarm is saved for today instead of the day the user chose. This only happens for single type alarms.13:15
zsombinik90: do you get any error from the save opeartion?13:15
zsombioperation I mean13:15
nik90zsombi: I think my sdk package is somehow messed up since I cannot even see the home tab contents on a fresh app start. So I guess your branch is fine and my comp is the culprit here13:15
nik90zsombi: no I don't get any error from the alarm save operation13:15
nik90zsombi: it feels like it is ignoring the alarm.daysOfTheWeek variable13:16
nik90renato_: ping13:16
renato_nik90, hi13:16
zsombinik90: seems so... What happens if the dow is set to earlier day than the current one?13:16
nik90renato_: I am seeing the invalid alarm status bug while editing an alarm. Your previous MP seemed to have fixed that issue while creating an alarm but not with editing the alarm though. As a result the clock app crashes while editing an alarm.13:17
nik90renato_: Is this something we can work on at malta?13:17
nik90zsombi: checking now13:17
renato_nik90, do you have the but report?13:17
nik90renato_: https://bugs.launchpad.net/ubuntu-clock-app/+bug/130905713:18
ubot5Ubuntu bug 1309057 in Ubuntu Clock App "Clock app crashes when trying to access a saved alarm" [Critical,Confirmed]13:18
nik90zsombi: no change...on setting the previous day, it still saves the alarm for today13:18
renato_nik90, I will take a look on this until the end of the week13:19
nik90renato_: thnx13:19
zsombinik90: then smells like the alarm is not adjusted.13:19
nik90zsombi: the thing is I have not changed the alarm code in the clock app for almost a month now..so kinda weird it happens13:20
nik90zsombi: I noticed it only today since the SDK tab regression was fixed in the latest image. So AP failure exposed this new bug13:21
zsombinik90: Open App ->enlarge to tablet size -> switch to Movies -> shrink to Phone -> Switch to Home -> enlarge to tablet ->switch to Movies -> shrink to Phone => then teh layout is empty!!!13:22
zsombinik90: the question is whether the regression has happened with teh last SDK update or somewhere else...13:23
nik90zsombi: yes some combination of that causes the bug :P .. I feel like this whole nested layout issue with the visibility layout issue combined is rather confusing. I am in the process of starting a new branch which starts of with the basics of just the tab layouts.13:23
nik90I think dissecting the branch will better help with the testing13:24
zsombinik90: yup13:24
nik90zsombi: I will let you know when I finish it and then we can test your branch with it13:24
=== justCarakas1 is now known as justCarakas
zsombiok13:25
renato_popey, hi13:26
renato_popey, how I can reproduce this bug: https://code.launchpad.net/~pkunal-parmar/ubuntu-calendar-app/CalManagement/+merge/21335513:26
popeyhi renato_13:26
nik90zsombi: Do you want to move the alarm bug for malta? I need to let lucasz know when we can expect a fix for this13:27
zsombinik90: not sure whether I'd have time for that in Malta, perhaps you shoudl give it right away so I can check it13:28
nik90zsombi: I am creating a bug report with all the details and ping you the link13:28
popeyrenato_: added a comment to the merge to say how to13:28
renato_popey, thanks13:29
popeynp, lemme know if there's anything else I can do.13:29
zsombinik90: t1mp: damn! it's the Tabs which messes up the visible property now!13:32
nik90zsombi: lol13:33
zsombit1mp: dude, we is your PageStack fix valid for Tabs as well?13:33
zsombit1mp: or you deal only with the Page items added as PageStack children? right?13:33
t1mphello13:34
t1mplet me read back13:34
t1mpzsombi: that's only for children of PageStack13:34
t1mpzsombi: and it does not set visibility, only active to false13:34
zsombit1mp: the issue we have is: Layouts is fixed now to not to mess up the visible property, but then Tabs is now screwing up the visible property of teh default layout :?13:34
zsombit1mp: but Tabs does alter the visible property, right?13:34
t1mpyes, PageStack also when you push/pop something13:35
zsombit1mp: that's bad! we shoudl use the same technique as we do in Layouts: i.e. an internal invisible item to which we parent the hidden Pages/Tabs13:36
zsombit1mp: otherwise the Layoust property changes will not know what exactly was the original state of the visible property13:36
t1mpzsombi: ehm13:37
t1mpzsombi: now that you say it, that's how we do it :)13:37
t1mpzsombi: the Page has a Tab parent that has a visibility13:37
t1mpzsombi: did it break recently?13:37
zsombit1mp: then why do I get the inactive Tab's Page visible = false?13:38
nik90zsombi: https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/131940113:41
ubot5Ubuntu bug 1319401 in Ubuntu Clock App "Clock app alarms ignores the day set by the user" [Critical,Confirmed]13:41
t1mpzsombi: I don't see code that updates the page's visibility13:41
t1mpzsombi: but it becomes not visible when its parent is not visible right?13:42
zsombit1mp: yeah, unless there's an explicit binding on it... I cannot really do much about that seems :/13:43
t1mpI don't see bindings for that either13:43
nerochiaroartmello: do you still have the patched qtmultimedia set up that you used to test things yesterday ? I do have a new branch of camera-app that goes with that which would be great if you could try13:44
renato_popey, which package I need to install to get: click-buddy13:45
artmellonerochiaro: I dont but I can reinstall13:45
t1mpzsombi: would you need something for the Tabs as well that makes Pages defined inside not active by default?13:45
nik90renato_: http://www.theorangenotebook.com/2014/02/click-buddy-and-you-how-to-test-your.html13:45
zsombit1mp: thinking13:45
nik90renato_: tl;dr -> phablet-tools13:45
popeyrenato_: $ dpkg -S `which click-buddy`13:46
popeyphablet-tools: /usr/bin/click-buddy13:46
popeydammit, too slow.13:46
renato_thanks ;)13:47
nik90hehe13:47
zsombit1mp: seems the Layouts when used with Tabs, the altered visible property hurts big time...13:47
zsombit1mp: as when the layouts are changed, ivisible tabs do save the visible state of inactive tabs, which can be invisible :(13:48
zsombit1mp: so I'm restoring that one13:48
t1mpzsombi: the Tab.visible?13:48
t1mpzsombi: do you put the Tab in the layout, or the Tab.page?13:49
zsombit1mp: no, Tabs content is set invisible even if not set explicitly when the tab is hidden13:49
t1mptabs content = Tab.page??13:49
zsombiTab's Page has a Layouts, and that is messed13:49
* t1mp confused. show me the code that breaks13:49
zsombit1mp: Tab content = Tab { page Page { Layout {content}}}13:50
zsombit1mp: it's  amassive code :D13:50
t1mphmm13:50
renato_popey, my calendar app is bigger than the screen, I can not access the toolbar13:50
t1mpif the tab is inactive then you shouldn't see that Layout anyway?13:50
nik90t1mp: its my app :)13:50
t1mpnik90: you always break our stuff! ;-)13:50
nik90t1mp: well I like to think that I am pushing the boundary for you :)13:51
zsombit1mp: yes, but the  layout saves the default state, Layout i sactive even if it's invisible13:51
t1mpnik90: ahh then it is ok :)13:51
nerochiaroartmello: yes please, would be great if you could test. the branch is lp:~amanzi-team/camera-app/camera-app-supported-resolutions-trusty13:51
artmellonerochiaro: ok13:51
nerochiaroartmello: and the same qtmultimedia packages that are in the ppa13:52
nerochiaroamanzi-team/ppa13:52
artmellonerochiaro: ok13:52
zsombit1mp: nik90: hmm.... maybe if the Layous are not active while invisible....13:52
nik90zsombi: that could work..so when the tab becomes visible, the layout is applied correctly13:54
popeyrenato_: i have seen that too.. not sure how to fix it..13:54
popeynik90: have you seen that with calendar?13:55
popeyI know someone did, but I can't remember who13:55
nik90popey: I dont follow...seen what?13:55
popey14:50:24 < renato_> popey, my calendar app is bigger than the screen, I can not access the toolbar13:55
popeythe calendar display overflow the edge of the phone13:55
nik90popey: not me for sure13:55
popeyrenato_: will have a dig when I get off this hangout13:56
zsombinik90: the problem is that the conditions won't be evaluated when the hidden Tab will get visible...13:56
renato_popey, I found a workaround13:56
t1mpzsombi: maybe a Tab is just a special type of Layout13:56
t1mpzsombi: but lets not rewrite the Tab just yet :)13:56
zsombit1mp: right...13:57
popeyphew13:57
t1mpzsombi: can you add layouts dynamically? ;)13:58
zsombit1mp: no13:58
balloonspopey, copy on calendar. I'll look at it13:58
* t1mp gotta go, bbl13:59
dpmmzanetti, rpadovani, would you mind if we move the Reminders meeting to tomorrow? Sorry for the short notice, but I'm trying to finish something for an upcoming call14:01
dpmmzanetti, rpadovani, or feel free to run the meeting without me too14:01
dpmI don't have updates from Evernote yet14:01
rpadovanidpm, np, for both is ok to have tomorrow :-)14:01
dpmso essentially my agenda was to say awesome work in landing the new design, and review the new bugs after testing the new design14:02
dpmrpadovani, ok, cool14:02
zsombinik90: ok, seems the visibility is fixed now...14:34
nik90zsombi: how come? I thought the issue was in the tabs?14:34
nik90I am happy still :)14:35
bfillerpopey: renato_ and I seeing weird problem with calendar being displayed huge with no toolbar when testing the MR's14:35
bfillerpopey: you guys aware of those?14:35
popeybfiller: renato_ said he had a workaround - trunk doesn't do that14:35
zsombinik90: I was using PropertChanges for storing the previous visible state of the currentLayout. That was messing up here. I can see even the tabletLandscape labels14:35
bfillerpopey: right, trunk is fine14:35
popeybfiller: so probably that needs re-merging with trunk14:35
renato_popey, bfiller I fixed with this: http://paste.ubuntu.com/7463016/14:36
bfillerpopey: tried that but no luck14:36
nik90zsombi: wow...awesome...testing now14:36
zsombinik90: the change is not pushed yet!14:36
nik90zsombi: oh .. jumped the gun14:36
bfillerrenato_: ok14:37
bfillerpopey: for one of the MR's we need a new dependency: qtdeclarative5-ubuntu-syncmonitor0.1 - how is that handled with click?14:37
popeybfiller: you don't, we have to seed that in the image14:38
bfillerpopey: that's what I thought14:38
zsombinik90: pull now14:39
popeybfiller: https://code.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/ubuntu-touch.utopic add a merge to that14:40
nik90zsombi: My app works flawlessly! Awesome!14:41
nik90zsombi: owe you one14:41
zsombinik90: :) just have to create a proper test case for it14:41
nik90zsombi: hey I got one issue, I am unable to click/press on any of the cover art images. I thought the issue might be with my app, but I switched to the TV Tab which has no layouts enabled and there things work normally14:49
zsombinik90: ok, so the enabled is not set yet! nice finding!!!14:50
nik90zsombi: this issue only happens in the tablet form.14:50
zsombinik90: ehh, I forgot teh code which disables the conditional layouts created :/14:50
zsombinik90: ok, I've fixed it. I'm in the middle of creating the test case to get the changes guarded, so you will get an update tomorrow14:52
nik90zsombi: np..thnx for the fix..will test everything tomorrow again14:52
zsombinik90: awesome :)14:53
=== ondra| is now known as ondra
=== gatox is now known as gatox_lunch
dpmdholbach, so I've got the translations stats generator running locally, I'll put it somewhere online where django can run between today and tomorrow :)15:56
dpmfor the phone stats, that is15:56
=== chihchun is now known as chihchun_afk
popeyzbenjamin: bzoltan nash_  is having problems installing the sdk paste.ubuntu.com/7463499/16:10
nash_:)16:17
nash_>_<16:17
=== gatox_lunch is now known as gatox
mhall119bzoltan: nash_ here is having apt errors trying to install the SDK16:22
mhall119nash_: can you paste the error message here?16:22
nash_sudo apt-get install ubuntu-sdk-libs-dev ubuntu-sdk16:23
nash_Reading package lists... Done16:23
nash_Building dependency tree16:23
nash_Reading state information... Done16:23
nash_Some packages could not be installed. This may mean that you have16:23
nash_requested an impossible situation or if you are using the unstable16:23
nash_distribution that some required packages have not yet been created16:23
nash_or been moved out of Incoming.16:23
nash_The following information may help to resolve the situation:16:23
nash_The following packages have unmet dependencies:16:23
nash_ ubuntu-sdk-libs-dev : Depends: libqt5webkit5-dev but it is not going to be installed16:23
nash_                       Depends: libqt5xmlpatterns5-dev but it is not going to be installed16:23
nash_                       Depends: qt3d5-dev but it is not going to be installed16:23
nash_                       Depends: qt5-default but it is not going to be installed16:23
nash_                       Depends: qtbase5-dev but it is not going to be installed16:23
nash_                       Depends: qtdeclarative5-dev but it is not going to be installed16:23
nash_                       Depends: qtlocation5-dev but it is not going to be installed16:23
nash_                       Depends: qtmultimedia5-dev but it is not going to be installed16:23
nash_                       Depends: qtscript5-dev but it is not going to be installed16:23
nash_                       Depends: qtsensors5-dev but it is not going to be installed16:24
nash_                       Depends: qttools5-dev but it is not going to be installed16:24
nash_E: Unable to correct problems, you have held broken packages.16:24
popeymhall119: i already posted that above in a pastebin ☻16:25
mhall119thanks popey :)16:26
nash_:)16:26
bzoltanmhall119:  I am here16:30
nash_is any way to solve my prob?16:31
bzoltannash_:  is that on Trusty? would you show me the `apt-cache policy ubuntu-sdk-libs-dev`16:31
bzoltannash_: I need to know a bit more about your environment in order to help16:31
nash_ubuntu-sdk-libs-dev:16:32
nash_  Installed: (none)16:32
nash_  Candidate: 1.12616:32
nash_  Version table:16:32
nash_     1.126 016:32
nash_        500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages16:32
nash_ubuntu 14.0416:32
bzoltannash_:  have you run `sudo apt-get update`?16:34
nash_yes.16:34
nash_added the ppa.and done that.16:34
nash_ sudo apt-get update && sudo apt-get install ubuntu-sdk16:35
nash_Ign http://mirror1.ku.ac.th saucy-updates InRelease16:35
nash_Ign http://security.ubuntu.com saucy-security InRelease16:35
nash_Ign http://ppa.launchpad.net trusty InRelease16:35
nash_Ign http://extras.ubuntu.com trusty InRelease16:35
nash_Ign http://archive.ubuntu.com trusty InRelease16:35
nash_Ign http://mirror1.ku.ac.th saucy-backports InRelease16:35
nash_Ign http://archive.canonical.com trusty InRelease16:35
nash_Get:1 http://mirror1.ku.ac.th saucy-updates Release.gpg [933 B]16:35
nash_Get:2 http://security.ubuntu.com saucy-security Release.gpg [933 B]16:35
nash_Ign http://ppa.launchpad.net trusty InRelease16:35
nash_Get:3 http://extras.ubuntu.com trusty Release.gpg [72 B]16:35
nash_Ign http://archive.ubuntu.com trusty-updates InRelease16:35
nash_Hit http://mirror1.ku.ac.th saucy-backports Release.gpg16:36
nash_Hit http://archive.canonical.com trusty Release.gpg16:36
nash_Get:4 http://security.ubuntu.com saucy-security Release [49.6 kB]16:36
ogra_can you please use a pastebin ?16:36
nash_Ign http://archive.ubuntu.com trusty-backports InRelease16:36
nash_Hit http://extras.ubuntu.com trusty Release16:36
nash_Ign http://ppa.launchpad.net trusty InRelease16:36
nash_Get:5 http://mirror1.ku.ac.th saucy-updates Release [49.6 kB]16:36
ogra_i.e. paste.ubuntu.com16:36
dakernash_: no stop! :)16:36
nash_Hit http://archive.canonical.com t16:36
nash_bla bla16:36
nash_The following packages have unmet dependencies:16:36
nash_ ubuntu-sdk : Depends: ubuntu-sdk-libs-dev but it is not going to be installed16:36
nash_E: Unable to correct problems, you have held broken packages.16:36
nash_:D16:36
bzoltannash_:  please copy this http://pastebin.ubuntu.com/7463611/  to a file, make it executable with `chmod +x file` and run it, and pastebin it16:41
ogra_mhall119, http://developer.ubuntu.com/pioneers cuts of the bottom two rows if i click on "show all appliactions" for my entry16:43
mhall119ogra_: I know, I ping'ed beuno about it already16:44
ogra_ah, thanks16:44
ogra_i like that it actually hides the embarassing ones though16:44
ogra_he should probably not fix it :P16:44
beunomhall119, did you talk to Jonas?16:44
beunoI don't remember that conversation  :)16:45
mhall119beuno: it was a ping over the weekend, I don't think I talked to jonas about it yet, since it's only ogra_ that's affected and he cheated anyway16:45
ogra_me ?!?16:45
ogra_nevar !16:45
nik90ogra_: omg you have 30 apps...how is that even remotely possible?16:48
nik90ogra_: you and your web apps!16:49
ogra_haha16:49
ogra_i like them :)16:49
nik90look at you smirking in that profile pic :P16:49
ogra_*g*16:49
n4uah:v16:51
ogra_i could finish my "nightreader" app one day ... but i dont really want to go into concurrence with beru16:52
ogra_so i would actually have a native app16:52
ogra_(despite the fact that i use it every day for reading my ebooks and dont want to break it :P )16:52
ogra_hmm, and i should finish my heating control app too16:55
ogra_it is just that this doesnt come across so pressing during summer :P16:55
bzoltanmhall119:  something broke the qtdeclarative5-friends0.2 on trusty and that blocks the Ubuntu SDK17:35
bzoltanmhall119:  I am ripping it off from the SDK right now...17:36
balloonsnik90, ping20:12
nik90balloons: ping20:12
nik90pong i mena20:12
balloonsnik90, so let's touchbase on clock AP tests20:12
balloonsthings seem to be getting worse, heh20:13
balloonshas renato gotten anywhere on the EDS issue?20:13
nik90actually the AP tests are better..it is the components that are getting regressed20:13
nik90I don't see the long alarm save times issue20:14
balloonsnik90, yes, I was being a little tongue in cheek. But the tests are doing there job20:14
nik90balloons: there was another issue that cropped up recently which is the single alarm days issue20:14
nik90balloons: if we fix that, then we are green20:14
balloonsnik90, so you believe this is fixed? https://bugs.launchpad.net/ubuntu-clock-app/+bug/131453320:15
ubot5Ubuntu bug 1314533 in Ubuntu Clock App "Test fails on mako #3 utopic" [High,Confirmed]20:16
nik90balloons: well 1 AP test is still failing. Hence that bug is almost resolved20:16
balloonsnik90, well yes.. I mean basically https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1319401 is the only outstanding issue, yes?20:16
ubot5Ubuntu bug 1319401 in Ubuntu Clock App "Clock app alarms ignores the day set by the user" [Critical,Confirmed]20:16
nik90balloons: yup20:17
nik90balloons: but if we mark https://bugs.launchpad.net/ubuntu-clock-app/+bug/1314533 as fixed, then the ci-team will see one failing test. So I thought of keeping it open until we resolve the alarm days issue20:18
ubot5Ubuntu bug 1314533 in Ubuntu Clock App "Test fails on mako #3 utopic" [High,Confirmed]20:18
nik90balloons: I am crossing my fingers that it can be done by friday.20:18
nik90balloons: but yeah I need to start focusing on extending the AP tests range. popey and I discussed that the AP tests should also cover edge cases to ensure we don't regress in the future.20:19
balloonsnik90, yes obviously you are finding a good number of regressions now, given all that's happening20:20
balloonswhenever there is a new bug with clock, think about if you could increase coverage by writing a test to ensure that bit of functionality20:21
balloonsthe testsuite grows organically this way20:21
nik90true20:21
nik90balloons: well to think about it, there was the bug about alarm status , I guess I can write a test to check the alarm status20:24
balloonsnik90, ideally the test comes with the fix, but barring that requiring a bug to opened so it doesn't get lost works20:24
nik90balloons: well the fix was in EDS, so we missed the test due to that20:25
nik90balloons: reporting a bug report now20:25
balloonsnik90, excellent.20:25
nik90https://bugs.launchpad.net/ubuntu-clock-app/+bug/131955220:31
ubot5Ubuntu bug 1319552 in Ubuntu Clock App "[Autopilot] Create a test to check the status of an alarm" [High,Confirmed]20:31
nik90balloons: you have any tags to track ap bug reports?20:31
balloonsnik90, needs-autopilot-test20:31
nik90thnx20:32
nik90balloons: any other things you had in mind to discuss?20:34
balloonsnik90, I don't think so. I just wanted to make sure things were moving on clock.. didn't want the test failures to hold things up for you, etc20:34
nik90balloons: They are blocking some branches, but I am discussing that with the concerned developers to ensure I am not blocked for too long.20:35
nik90balloons: so hopefully by next week in malta, I can get some good progress on some stuff like the new headers etc.20:36
=== jhodapp is now known as jhodapp|afk
=== salem_ is now known as _salem

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