/srv/irclogs.ubuntu.com/2014/03/19/#ubuntu-app-devel.txt

=== chriadam|away is now known as chriadam
ahayzenHey, any SDK guys around?00:43
=== chihchun_afk is now known as chihchun
bzoltanping zsombi07:02
zsombibzoltan: pong07:02
bzoltanzsombi: my client is not happy with SSL on this network, so I use the web client07:03
zsombibzoltan: ok :)07:03
=== bzoltan_ is now known as bzoltan
bzoltanzsombi:  how is the IMA bug?07:04
bzoltanping zbenjamin07:05
zsombibzoltan: 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 far07:05
zbenjaminbzoltan: pong07:22
dholbachgood morning07:54
justCarakasgood morning :)07:54
=== chriadam is now known as chriadam|away
JamesTaitGood morning all; happy Chocolate Caramel Day! :-D09:01
=== davidcalle_ is now known as davidcalle
alaakHi. 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:29
gcolluraalaak, use a listitem or an item for a delegate and then anchor its contents to the delegate09:31
alaakHm. 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:00
gcolluraweird, let me see your code if you wish, I may help you10:03
alaakOk. Mom. I probably should use the Pastebin, correct?10:05
gcollurapaste.ubuntu.com is ok10:05
alaakhttp://pastebin.ubuntu.com/7118975/10:08
alaakthanks. I hope this works.10:09
gcolluraok don't use Component when you specify the delegate directly in the ListView {}10:09
gcolluraand set a Item height too10:10
dholbachdpm, maybe we can use one of the next days' standup to look into fleshing out the tutorial instructions a little bit10:10
dholbachdpm, basically "how do I run the 'hands-on' part of the app dev school event?"10:10
dpmdholbach, yes, good idea10:10
dholbachI'll note it down10:11
alaakThanks. Looks better now. Not perfect yet but at least some improvement. I'll try the anchors now.10:12
gcolluraalaak, those anchors shouldn't give problems as far as I can see10:13
alaakWell 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:17
om26erpopey, hey! so is some help still needed on autopilot test failures ?10:51
=== 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
popeyom26er: only sudoku has a test failure, could you take a look?11:55
popeyom26er: the others are fixed now I think.11:55
popey(although I see calendar has "flaky" tests) ☹11:55
om26erpopey, in calendar case thats the app crashing, so nothing we can do11:56
om26erpopey, the failing test for sudoku is that what's on the mailing list ?11:56
popeyom26er: the one about the "about" tab.11:57
popeywe fixed the issue with the profile name last night11:57
popeyhuh.. http://ci.ubuntu.com/smokeng/trusty/touch/mako/246:20140319.2:20140304/7259/sudoku_app/11:57
popey100%11:57
popeyconfused11:58
om26erpopey, so the current bug is bug 1285279 ?12:02
ubot2Launchpad bug 1285279 in Sudoku App "Autopilot test failure" [Undecided,Fix committed] https://launchpad.net/bugs/128527912:02
dholbachhey jdstrand, I had a brief look at bug 1292418 again - I'd be happy to do a backport12:09
ubot2Launchpad bug 1292418 in Canonical Click Reviewers tools "Test suite fails in saucy" [Undecided,Incomplete] https://launchpad.net/bugs/129241812:09
popeyom26er: no, that's fixed I believe.12:10
popeyom26er: I'm confused. hang on12:10
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
om26erpopey, 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 did12:14
mihirballoons, why  all Jenkins are getting failed on calendar app , any idea?12:28
ahayzent1mp, ping12:36
t1mpahayzen: hello12:43
ahayzent1mp, i have been trying to move our toolbar component to use the Panel component...12:43
ahayzent1mp, it has been going well but i have got stuck on mouse events12:43
=== chihchun is now known as chihchun_afk
ahayzent1mp, 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 me12:44
ahayzent1mp, basically wht i'm asking is should the clicked() signal be working?12:44
t1mpahayzen: I'm in a meeting for 10 more minutes, I'll check after that12:45
ahayzent1mp, thanks I have a basic branch here (basically a copy of the example) lp:~andrew-hayzen/+junk/test-panel-clicked12:45
mihirballoons, getting this console output , http://paste.ubuntu.com/7119626/12:53
t1mpahayzen: I'm back12:54
ahayzent1mp, cool :)12:55
t1mpahayzen: the online docs are not up-to-date I see12:55
t1mpmhall119: ^12:55
ahayzent1mp, ah12:55
t1mpahayzen: the item needs to have a trigger() function, not clicked12:59
t1mpahayzen: I'll check your code12:59
ahayzent1mp, thanks12:59
=== chihchun_afk is now known as chihchun
t1mpahayzen: this works: http://pastebin.ubuntu.com/7119665/13:01
t1mpmhall119: ^we need to update the online docs, the docs were fixed in december13:01
ahayzent1mp, ok thanks :) and should it be on saucy+trusty?13:02
ahayzent1mp, or just trusty?13:02
t1mpahayzen: trusty yes, saucy I don't know. anything with uitk r879 or greater13:02
ahayzent1mp, ok thanks13:02
ahayzent1mp, and will/are there be docs examples for the bottom edge animations? or is tht still WIP13:03
ahayzent1mp, tht works \o/ thanks13:05
=== chihchun is now known as chihchun_afk
boikoelopio: so, I managed to reproduce the original problem on the device, trying to get a definitive fix for that now13:18
alaakgreetings13:21
=== _salem is now known as salem_
t1mpahayzen: basically you will have to do it with the Panel13:21
ahayzent1mp, how will the two stage swipe work that we have... will we have two panels or one?13:22
t1mpahayzen: the bottom edge is completely free for app developers to do what they want, I recommend to use the Panel for that13:22
t1mpahayzen: so "advanced" behaviors are not in UITK yet13:23
t1mpahayzen: I think they will be there eventually if certain patterns turn out to be used by several apps13:23
ahayzent1mp, ok :) i guess it'll become clearer as we start working on it :)13:23
t1mpahayzen: yes.13:24
t1mpahayzen: 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 Panel13:24
t1mpahayzen: 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 week13:24
ahayzent1mp, i keep getting this ...13:25
ahayzent1mp, DEPRECATED use of Panel.opened property. This property will be made read-only,13:25
ahayzen                please use the opened property of the Page tools or use Panel.open() and Panel.close().13:25
ahayzen<Unknown File>: QML StateGroup: Can't apply a state change as part of a state definition.13:25
ahayzent1mp, i don't think it is me... i'm just called Panel.open() or Panel.close()13:25
t1mpahayzen: weird13:30
t1mpahayzen: can you push the source? I'll pull again and see what I get13:30
ahayzent1mp, it only happens in one case not quite narrowed it down13:31
ahayzent1mp, it is in this branch lp:~andrew-hayzen/music-app/toolbar-as-panel13:31
ahayzent1mp, somewhere when hiding the now playing page13:31
t1mpahayzen: how do you hide/show the now playing page?13:34
t1mpin the GUI I mean13:34
ahayzent1mp, hit Esc or hit the arrow at the top13:35
ahayzent1mp, its a bit weird i'm gonna have a play about...13:35
ahayzent1mp, oh no13:36
ahayzent1mp, clicking the play/pause button in the now playing toolbar causes it?!13:36
ahayzent1mp, infact clicking on the actual track on the queue....13:37
boikoelopio: so, the root cause of the problem was not the model reloading (although that needs optimization for sure)13:37
boikoelopio: 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 signals13:39
boikoelopio: 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:39
t1mpahayzen: I see the warning, but not what causes it. It might be a bug in the toolkit13:40
ahayzent1mp, i'm wondering if calling Panel.open() when it is already open or something odd like tht13:41
ahayzent1mp, just trying to narrow down13:41
t1mpahayzen: 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
ahayzent1mp, will do thanks :)13:41
boikoelopio: found the correct fix now, I will submit an MR soon14:00
mhall119t1mp: that was the sdk-1.0 docs14:02
mhall119t1mp: is https://developer.ubuntu.com/api/qml/development/Ubuntu.Components.Panel/ correct?14:03
=== marcoceppi is now known as marcoceppi-mobil
ahayzenmhall119, tht looks like it :)14:06
mhall119ahayzen: so for future reference, don't use the sdk-1.0 docs anymore, use sdk-14.0414:07
ahayzenmhall119, noted thanks14:07
t1mpmhall119: yes that is correct14:12
t1mphuh which docs was I looking at before?14:12
t1mpmhall119: ahh ok14:13
t1mpmhall119: sorry for bothering you :) not your fault14:13
mhall119t1mp: old ones14:13
mhall119no problem14:13
t1mpyeah. I was (clearly wrongly) assuming that all online docs are the same14:13
=== chihchun_afk is now known as chihchun
boikoelopio: I have updated the MR with the correct fix now, would you mind giving it a try?14:29
ahayzent1mp, 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 issue14:38
dpmpopey, I've now finished filing the bugs for calendar, and I've updated the blueprint accordingly14:40
dpmpopey, https://bugs.launchpad.net/ubuntu-calendar-app/+bugs?field.tag=operator-feedback14:40
popeythanks dpm14:41
popeymzanetti / dpm our reminders hangout clashes with another meeting, can we bump it an hour later?14:45
popey(silly US daylight savings)14:45
mzanetti:D14:45
mzanettipopey: not sure we need to do one anyways...14:45
mzanettiunless you have something to tell14:45
popeylets have a quick one then ☻14:46
mzanettiotherwise its business as usual. rpadovani does the work and I review every once in a while14:46
popeyhah14:46
popeyrpadovani: you around?14:46
dpmyeah, this week we can do a quick IRC one if Riccardo is around14:47
dpmI need to follow up with Lucas on the visual designs, let me e-mail him now14:47
=== marcoceppi-mobil is now known as marcoceppi
=== marcoceppi is now known as marco-traveling
=== chihchun is now known as chihchun_afk
rpadovanidpm, popey, mzanetti I'm here now, sorry, I have lesson until 15:00 UTC on Wednsday15:31
mzanettirpadovani: no problem15:31
dpmrpadovani, no worries!15:31
mzanettiwe just wanted to let you know that we postponed the meeting for an hour15:31
rpadovanimzanetti, for today or for ever?15:32
mzanettiI think today15:32
rpadovanioki doki15:32
bfillernerochiaro: 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 res15:47
dakerdholbach: new video :D http://vimeo.com/8720690715:50
dholbachnice, I'll take a look in a bit15:51
nerochiarobfiller: need to look, i'll let you know in a few minutes as i finish something i'm in the middle of15:52
bfillernerochiaro: thanks15:52
=== chihchun_afk is now known as chihchun
=== jhodapp is now known as jhodapp|afk
mzanettipopey: dpm: so? you guys joining?16:08
dpmmzanetti, ah, I thought we'd skipped? Sorry, yes, joining now, then16:09
nerochiarobfiller: 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 nexus416:15
bfillernerochiaro: I'll try it16:17
nerochiaroty16:17
nerochiarobfiller: is trusty-proposed-customized-demo the channel we are suposed to use to install ubuntu with dual boot ? or trusty only ?16:19
bfillernerochiaro: trusty or trusty-proposed16:19
nerochiarook, i asked because it proposed that channel on the app and it sounded wierd16:20
bfillernerochiaro: I stopped using hte dual boot, it wasn't working and takes an incredibly long time to update the ubuntu image16:21
nerochiarobfiller: 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 less16:22
kalikiananik90: FYI https://code.launchpad.net/~kalikiana/u1db-qt/indexRoles/+merge/21177116:27
kalikianathat's the prerequisite for using the proposed SortFilterModel as referred to in the document16:27
dpmthanks rpadovani for reviewing https://code.launchpad.net/~bobo-324/reminders-app/fix-1279783/+merge/206341 !16:28
=== jhodapp|afk is now known as jhodapp
rpadovanidpm, I totally forgot about it, I'm sorry, we need to be more careful to new contributors, to help them to contribute again :-)16:35
=== gatox is now known as gatox_lunch
dpmno need to feel sorry, and thanks for getting the branch merged!16:48
gcollurais there a tutorial on how to use the UbuntuListView and ListItem.Expandable?16:59
elopioboiko: test passes now!17:07
boikoelopio: awesome!17:08
=== bfiller is now known as bfiller_afk
elopioboiko: thanks. I've learned a lot about the messaging app, and now we have one sleep less :)17:09
boikoelopio: yes, I still have to work on optimize the history-service data models though., but first I need to get some features in17:10
elopioboiko: 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:10
boikoelopio: sure it is useful17:11
elopiook, I'll send your way a couple of branches this week.17:11
boikoelopio: great! thanks!17:17
=== gatox_lunch is now known as gatox
vivek_1729Hi, I have been using Ubuntu for almost a year now and have some programming exposure.18:36
vivek_1729I really want to contribute to Ubuntu18:37
vivek_1729Where do I get started?18:37
sarnoldhello vivek_1729 :) welcome aboard18:38
vivek_1729Hey sarnold18:39
vivek_1729I don't have much experience in contributing to open source projects before.18:40
vivek_1729I was just wondering if someone could give me a beginner's walk through on where can I get started18:41
sarnoldvivek_1729: it all depends on what you'd like to do ..18:45
vivek_1729I want contribute in the specific apps being developed for Ubuntu platform.18:46
sarnoldvivek_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
vivek_1729I am interested in writing code.18:46
=== jackson is now known as Guest40265
=== boiko_ is now known as boiko
vivek_1729Thanks sarnold. If I want to contribute to some programs, where do I look for the projects?18:47
sarnoldvivek_1729: nearly everything is hosted on launchpad; check out e.g. https://launchpad.net/ubuntu/+source/apparmor for apparmor source packages18:49
sarnoldvivek_1729: this may also help http://packaging.ubuntu.com/html/18:49
nerochiaroboiko: renato_: artmello_: oSoMoN: can you guys successfully install unity8-autopilot on your devices ? it has dependency problems for me in recent images18:50
nerochiaroom26er: ^18:50
=== bfiller_afk is now known as bfiller
boikonerochiaro: let me see18:51
om26ernerochiaro, have the latest image? there was an issue previously I believe18:51
boikonerochiaro: here it installs fine18:52
boikonerochiaro: what is the missing dep there?18:52
boikonerochiaro: build 246 here18:52
nerochiaroom26er: boiko: unity8-autopilot : Depends: unity8 (>= 7.84+14.04.20140317.2-0ubuntu1) but it is not going to be installed18:54
nerochiaroboiko: whoa, /etc/ubuntu-build say 188, that's weird18:54
boikonerochiaro: which image you have there?18:54
boikonerochiaro: have you been using trusty-proposed?18:55
nerochiaroboiko: i guess the dual boot thing isn't pulling the right one. i'm using trusty, i guess i should go with trusty-proposed18:55
boikonerochiaro: I have only been using trusty-propose lately18:55
nerochiaroboiko: i'll try that18:56
=== Guest40265 is now known as Noskcaj
=== chihchun is now known as chihchun_afk
=== charles_ is now known as charles
samethi19:59
=== jhodapp is now known as jhodapp|afk
=== bfiller is now known as bfiller_afk
buharinhello :)22:53

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