=== chriadam|away is now known as chriadam [00:43] Hey, any SDK guys around? === chihchun_afk is now known as chihchun [07:02] ping zsombi [07:02] bzoltan: pong [07:03] zsombi: my client is not happy with SSL on this network, so I use the web client [07:03] bzoltan: ok :) === bzoltan_ is now known as bzoltan [07:04] zsombi: how is the IMA bug? [07:05] ping zbenjamin [07:05] bzoltan: I found a small difference in Qt5.2 which may cause the touch event not being translated onto mouse event, tried to ask dandrader for that, no response so far [07:22] bzoltan: pong [07:54] good morning [07:54] good morning :) === chriadam is now known as chriadam|away [09:01] Good morning all; happy Chocolate Caramel Day! :-D === davidcalle_ is now known as davidcalle [09:29] Hi. Can someone please tell me how to position two items in a ListView delegate with one item on the left border and one on the right. Unfortunately I can not use anchors inside a ListView delegate. :( [09:31] alaak, use a listitem or an item for a delegate and then anchor its contents to the delegate [10:00] Hm. When I use an Item, the content of the ListView is displayed over each other (not one by one) and ListItem from Ubuntu.Components.ListItems is no usable component. [10:03] weird, let me see your code if you wish, I may help you [10:05] Ok. Mom. I probably should use the Pastebin, correct? [10:05] paste.ubuntu.com is ok [10:08] http://pastebin.ubuntu.com/7118975/ [10:09] thanks. I hope this works. [10:09] ok don't use Component when you specify the delegate directly in the ListView {} [10:10] and set a Item height too [10:10] dpm, maybe we can use one of the next days' standup to look into fleshing out the tutorial instructions a little bit [10:10] dpm, basically "how do I run the 'hands-on' part of the app dev school event?" [10:10] dholbach, yes, good idea [10:11] I'll note it down [10:12] Thanks. Looks better now. Not perfect yet but at least some improvement. I'll try the anchors now. [10:13] alaak, those anchors shouldn't give problems as far as I can see [10:17] Well at least one problem. I would like to position the image to the right, but using anchors.right: parent.right removes my image completely. [10:51] popey, hey! so is some help still needed on autopilot test failures ? === netcurli_ is now known as netcurli === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun [11:55] om26er: only sudoku has a test failure, could you take a look? [11:55] om26er: the others are fixed now I think. [11:55] (although I see calendar has "flaky" tests) ☹ [11:56] popey, in calendar case thats the app crashing, so nothing we can do [11:56] popey, the failing test for sudoku is that what's on the mailing list ? [11:57] om26er: the one about the "about" tab. [11:57] we fixed the issue with the profile name last night [11:57] huh.. http://ci.ubuntu.com/smokeng/trusty/touch/mako/246:20140319.2:20140304/7259/sudoku_app/ [11:57] 100% [11:58] confused [12:02] popey, so the current bug is bug 1285279 ? [12:02] Launchpad bug 1285279 in Sudoku App "Autopilot test failure" [Undecided,Fix committed] https://launchpad.net/bugs/1285279 [12:09] hey jdstrand, I had a brief look at bug 1292418 again - I'd be happy to do a backport [12:09] Launchpad bug 1292418 in Canonical Click Reviewers tools "Test suite fails in saucy" [Undecided,Incomplete] https://launchpad.net/bugs/1292418 [12:10] om26er: no, that's fixed I believe. [12:10] om26er: I'm confused. hang on === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun [12:14] popey, btw that 'about' tab bug, that has got to be an issue in the ui-toolkit helper that switches the tab OR the app actually crashed and autopilot didn't know if it did [12:28] balloons, why all Jenkins are getting failed on calendar app , any idea? [12:36] t1mp, ping [12:43] ahayzen: hello [12:43] t1mp, i have been trying to move our toolbar component to use the Panel component... [12:43] t1mp, it has been going well but i have got stuck on mouse events === chihchun is now known as chihchun_afk [12:44] t1mp, i try the example at https://developer.ubuntu.com/api/qml/sdk-1.0/Ubuntu.Components.Panel/ which states to add signal clicked() to the object but tht doesn't appear to work for me [12:44] t1mp, basically wht i'm asking is should the clicked() signal be working? [12:45] ahayzen: I'm in a meeting for 10 more minutes, I'll check after that [12:45] t1mp, thanks I have a basic branch here (basically a copy of the example) lp:~andrew-hayzen/+junk/test-panel-clicked [12:53] balloons, getting this console output , http://paste.ubuntu.com/7119626/ [12:54] ahayzen: I'm back [12:55] t1mp, cool :) [12:55] ahayzen: the online docs are not up-to-date I see [12:55] mhall119: ^ [12:55] t1mp, ah [12:59] ahayzen: the item needs to have a trigger() function, not clicked [12:59] ahayzen: I'll check your code [12:59] t1mp, thanks === chihchun_afk is now known as chihchun [13:01] ahayzen: this works: http://pastebin.ubuntu.com/7119665/ [13:01] mhall119: ^we need to update the online docs, the docs were fixed in december [13:02] t1mp, ok thanks :) and should it be on saucy+trusty? [13:02] t1mp, or just trusty? [13:02] ahayzen: trusty yes, saucy I don't know. anything with uitk r879 or greater [13:02] t1mp, ok thanks [13:03] t1mp, and will/are there be docs examples for the bottom edge animations? or is tht still WIP [13:05] t1mp, tht works \o/ thanks === chihchun is now known as chihchun_afk [13:18] elopio: so, I managed to reproduce the original problem on the device, trying to get a definitive fix for that now [13:21] greetings === _salem is now known as salem_ [13:21] ahayzen: basically you will have to do it with the Panel [13:22] t1mp, how will the two stage swipe work that we have... will we have two panels or one? [13:22] ahayzen: the bottom edge is completely free for app developers to do what they want, I recommend to use the Panel for that [13:23] ahayzen: so "advanced" behaviors are not in UITK yet [13:23] ahayzen: I think they will be there eventually if certain patterns turn out to be used by several apps [13:23] t1mp, ok :) i guess it'll become clearer as we start working on it :) [13:24] ahayzen: yes. [13:24] ahayzen: there is an upcoming MR for UITK that adds a bool to MainView to disable the toolbar so that it will not conflict with the Panel [13:24] ahayzen: but we are waiting for a stable image with Qt 5.2 before we merge new stuff in UITK, so it will probably come next week [13:25] t1mp, i keep getting this ... [13:25] t1mp, DEPRECATED use of Panel.opened property. This property will be made read-only, [13:25] please use the opened property of the Page tools or use Panel.open() and Panel.close(). [13:25] : QML StateGroup: Can't apply a state change as part of a state definition. [13:25] t1mp, i don't think it is me... i'm just called Panel.open() or Panel.close() [13:30] ahayzen: weird [13:30] ahayzen: can you push the source? I'll pull again and see what I get [13:31] t1mp, it only happens in one case not quite narrowed it down [13:31] t1mp, it is in this branch lp:~andrew-hayzen/music-app/toolbar-as-panel [13:31] t1mp, somewhere when hiding the now playing page [13:34] ahayzen: how do you hide/show the now playing page? [13:34] in the GUI I mean [13:35] t1mp, hit Esc or hit the arrow at the top [13:35] t1mp, its a bit weird i'm gonna have a play about... [13:36] t1mp, oh no [13:36] t1mp, clicking the play/pause button in the now playing toolbar causes it?! [13:37] t1mp, infact clicking on the actual track on the queue.... [13:37] elopio: so, the root cause of the problem was not the model reloading (although that needs optimization for sure) [13:39] elopio: it is the fact that the messages were new, and thus they are marked as read, which calls the history daemon to update the events and generate some item updated signals [13:39] elopio: and when those signals come back to the model, the items get reloaded (that explains why my original fix didn't solve the problem) [13:40] ahayzen: I see the warning, but not what causes it. It might be a bug in the toolkit [13:41] t1mp, i'm wondering if calling Panel.open() when it is already open or something odd like tht [13:41] t1mp, just trying to narrow down [13:41] ahayzen: I have to work on something else now, but if you manage to narrow it down, please report a bug and assign tpeeters (me) [13:41] t1mp, will do thanks :) [14:00] elopio: found the correct fix now, I will submit an MR soon [14:02] t1mp: that was the sdk-1.0 docs [14:03] t1mp: is https://developer.ubuntu.com/api/qml/development/Ubuntu.Components.Panel/ correct? === marcoceppi is now known as marcoceppi-mobil [14:06] mhall119, tht looks like it :) [14:07] ahayzen: so for future reference, don't use the sdk-1.0 docs anymore, use sdk-14.04 [14:07] mhall119, noted thanks [14:12] mhall119: yes that is correct [14:12] huh which docs was I looking at before? [14:13] mhall119: ahh ok [14:13] mhall119: sorry for bothering you :) not your fault [14:13] t1mp: old ones [14:13] no problem [14:13] yeah. I was (clearly wrongly) assuming that all online docs are the same === chihchun_afk is now known as chihchun [14:29] elopio: I have updated the MR with the correct fix now, would you mind giving it a try? [14:38] t1mp, think i found the issue I was using states before in the panel, but then i removed them. However through a certain path i was setting the state and tht appears to have been causing the issue [14:40] popey, I've now finished filing the bugs for calendar, and I've updated the blueprint accordingly [14:40] popey, https://bugs.launchpad.net/ubuntu-calendar-app/+bugs?field.tag=operator-feedback [14:41] thanks dpm [14:45] mzanetti / dpm our reminders hangout clashes with another meeting, can we bump it an hour later? [14:45] (silly US daylight savings) [14:45] :D [14:45] popey: not sure we need to do one anyways... [14:45] unless you have something to tell [14:46] lets have a quick one then ☻ [14:46] otherwise its business as usual. rpadovani does the work and I review every once in a while [14:46] hah [14:46] rpadovani: you around? [14:47] yeah, this week we can do a quick IRC one if Riccardo is around [14:47] I need to follow up with Lucas on the visual designs, let me e-mail him now === marcoceppi-mobil is now known as marcoceppi === marcoceppi is now known as marco-traveling === chihchun is now known as chihchun_afk [15:31] dpm, popey, mzanetti I'm here now, sorry, I have lesson until 15:00 UTC on Wednsday [15:31] rpadovani: no problem [15:31] rpadovani, no worries! [15:31] we just wanted to let you know that we postponed the meeting for an hour [15:32] mzanetti, for today or for ever? [15:32] I think today [15:32] oki doki [15:47] nerochiaro: on your gallery branch that uses libthumbnailer, where is the code that loads the picture when you click on a picture from the events view? seeing some weirdness where photo not being displayed at full res [15:50] dholbach: new video :D http://vimeo.com/87206907 [15:51] nice, I'll take a look in a bit [15:52] bfiller: need to look, i'll let you know in a few minutes as i finish something i'm in the middle of [15:52] nerochiaro: thanks === chihchun_afk is now known as chihchun === jhodapp is now known as jhodapp|afk [16:08] popey: dpm: so? you guys joining? [16:09] mzanetti, ah, I thought we'd skipped? Sorry, yes, joining now, then [16:15] bfiller: i just pushed the changes to the MR. the tests will probably fail, i'm looking into it. i tested it only on my device, it would be good to give it a go on nexus4 [16:17] nerochiaro: I'll try it [16:17] ty [16:19] bfiller: is trusty-proposed-customized-demo the channel we are suposed to use to install ubuntu with dual boot ? or trusty only ? [16:19] nerochiaro: trusty or trusty-proposed [16:20] ok, i asked because it proposed that channel on the app and it sounded wierd [16:21] nerochiaro: I stopped using hte dual boot, it wasn't working and takes an incredibly long time to update the ubuntu image [16:22] bfiller: it's been working for me so far and if i block the screen from going to sleep thn the install is as fast as the other way, more ore less [16:27] nik90: FYI https://code.launchpad.net/~kalikiana/u1db-qt/indexRoles/+merge/211771 [16:27] that's the prerequisite for using the proposed SortFilterModel as referred to in the document [16:28] thanks rpadovani for reviewing https://code.launchpad.net/~bobo-324/reminders-app/fix-1279783/+merge/206341 ! === jhodapp|afk is now known as jhodapp [16:35] dpm, I totally forgot about it, I'm sorry, we need to be more careful to new contributors, to help them to contribute again :-) === gatox is now known as gatox_lunch [16:48] no need to feel sorry, and thanks for getting the branch merged! [16:59] is there a tutorial on how to use the UbuntuListView and ListItem.Expandable? [17:07] boiko: test passes now! [17:08] elopio: awesome! === bfiller is now known as bfiller_afk [17:09] boiko: thanks. I've learned a lot about the messaging app, and now we have one sleep less :) [17:10] elopio: yes, I still have to work on optimize the history-service data models though., but first I need to get some features in [17:10] boiko: now I can refactor some of the other tests to use the helpers I added on my previous branch. Would that be useful now? [17:11] elopio: sure it is useful [17:11] ok, I'll send your way a couple of branches this week. [17:17] elopio: great! thanks! === gatox_lunch is now known as gatox [18:36] Hi, I have been using Ubuntu for almost a year now and have some programming exposure. [18:37] I really want to contribute to Ubuntu [18:37] Where do I get started? [18:38] hello vivek_1729 :) welcome aboard [18:39] Hey sarnold [18:40] I don't have much experience in contributing to open source projects before. [18:41] I was just wondering if someone could give me a beginner's walk through on where can I get started [18:45] vivek_1729: it all depends on what you'd like to do .. [18:46] I want contribute in the specific apps being developed for Ubuntu platform. [18:46] vivek_1729: you could test the upcoming trusty release on your own hardware and file bug reports, or confirm fixed bug reports, or you could write touch programs for the upcoming phone/tablet releases and file bugs agains the sdk as you go :) or write whatever tools you feel are lacking... [18:46] I am interested in writing code. === jackson is now known as Guest40265 === boiko_ is now known as boiko [18:47] Thanks sarnold. If I want to contribute to some programs, where do I look for the projects? [18:49] vivek_1729: nearly everything is hosted on launchpad; check out e.g. https://launchpad.net/ubuntu/+source/apparmor for apparmor source packages [18:49] vivek_1729: this may also help http://packaging.ubuntu.com/html/ [18:50] boiko: renato_: artmello_: oSoMoN: can you guys successfully install unity8-autopilot on your devices ? it has dependency problems for me in recent images [18:50] om26er: ^ === bfiller_afk is now known as bfiller [18:51] nerochiaro: let me see [18:51] nerochiaro, have the latest image? there was an issue previously I believe [18:52] nerochiaro: here it installs fine [18:52] nerochiaro: what is the missing dep there? [18:52] nerochiaro: build 246 here [18:54] om26er: boiko: unity8-autopilot : Depends: unity8 (>= 7.84+14.04.20140317.2-0ubuntu1) but it is not going to be installed [18:54] boiko: whoa, /etc/ubuntu-build say 188, that's weird [18:54] nerochiaro: which image you have there? [18:55] nerochiaro: have you been using trusty-proposed? [18:55] boiko: i guess the dual boot thing isn't pulling the right one. i'm using trusty, i guess i should go with trusty-proposed [18:55] nerochiaro: I have only been using trusty-propose lately [18:56] boiko: i'll try that === Guest40265 is now known as Noskcaj === chihchun is now known as chihchun_afk === charles_ is now known as charles [19:59] hi === jhodapp is now known as jhodapp|afk === bfiller is now known as bfiller_afk [22:53] hello :)