=== chriadam|away is now known as chriadam | ||
ahayzen | Hey, any SDK guys around? | 00:43 |
---|---|---|
=== chihchun_afk is now known as chihchun | ||
bzoltan | ping zsombi | 07:02 |
zsombi | bzoltan: pong | 07:02 |
bzoltan | zsombi: my client is not happy with SSL on this network, so I use the web client | 07:03 |
zsombi | bzoltan: ok :) | 07:03 |
=== bzoltan_ is now known as bzoltan | ||
bzoltan | zsombi: how is the IMA bug? | 07:04 |
bzoltan | ping zbenjamin | 07:05 |
zsombi | 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:05 |
zbenjamin | bzoltan: pong | 07:22 |
dholbach | good morning | 07:54 |
justCarakas | good morning :) | 07:54 |
=== chriadam is now known as chriadam|away | ||
JamesTait | Good morning all; happy Chocolate Caramel Day! :-D | 09:01 |
=== davidcalle_ is now known as davidcalle | ||
alaak | 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:29 |
gcollura | alaak, use a listitem or an item for a delegate and then anchor its contents to the delegate | 09:31 |
alaak | 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:00 |
gcollura | weird, let me see your code if you wish, I may help you | 10:03 |
alaak | Ok. Mom. I probably should use the Pastebin, correct? | 10:05 |
gcollura | paste.ubuntu.com is ok | 10:05 |
alaak | http://pastebin.ubuntu.com/7118975/ | 10:08 |
alaak | thanks. I hope this works. | 10:09 |
gcollura | ok don't use Component when you specify the delegate directly in the ListView {} | 10:09 |
gcollura | and set a Item height too | 10:10 |
dholbach | dpm, maybe we can use one of the next days' standup to look into fleshing out the tutorial instructions a little bit | 10:10 |
dholbach | dpm, basically "how do I run the 'hands-on' part of the app dev school event?" | 10:10 |
dpm | dholbach, yes, good idea | 10:10 |
dholbach | I'll note it down | 10:11 |
alaak | Thanks. Looks better now. Not perfect yet but at least some improvement. I'll try the anchors now. | 10:12 |
gcollura | alaak, those anchors shouldn't give problems as far as I can see | 10:13 |
alaak | 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:17 |
om26er | popey, 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 | ||
popey | om26er: only sudoku has a test failure, could you take a look? | 11:55 |
popey | om26er: the others are fixed now I think. | 11:55 |
popey | (although I see calendar has "flaky" tests) ☹ | 11:55 |
om26er | popey, in calendar case thats the app crashing, so nothing we can do | 11:56 |
om26er | popey, the failing test for sudoku is that what's on the mailing list ? | 11:56 |
popey | om26er: the one about the "about" tab. | 11:57 |
popey | we fixed the issue with the profile name last night | 11:57 |
popey | huh.. http://ci.ubuntu.com/smokeng/trusty/touch/mako/246:20140319.2:20140304/7259/sudoku_app/ | 11:57 |
popey | 100% | 11:57 |
popey | confused | 11:58 |
om26er | popey, so the current bug is bug 1285279 ? | 12:02 |
ubot2 | Launchpad bug 1285279 in Sudoku App "Autopilot test failure" [Undecided,Fix committed] https://launchpad.net/bugs/1285279 | 12:02 |
dholbach | hey jdstrand, I had a brief look at bug 1292418 again - I'd be happy to do a backport | 12:09 |
ubot2 | Launchpad bug 1292418 in Canonical Click Reviewers tools "Test suite fails in saucy" [Undecided,Incomplete] https://launchpad.net/bugs/1292418 | 12:09 |
popey | om26er: no, that's fixed I believe. | 12:10 |
popey | om26er: I'm confused. hang on | 12:10 |
=== chihchun is now known as chihchun_afk | ||
=== chihchun_afk is now known as chihchun | ||
om26er | 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:14 |
mihir | balloons, why all Jenkins are getting failed on calendar app , any idea? | 12:28 |
ahayzen | t1mp, ping | 12:36 |
t1mp | ahayzen: hello | 12:43 |
ahayzen | t1mp, i have been trying to move our toolbar component to use the Panel component... | 12:43 |
ahayzen | t1mp, it has been going well but i have got stuck on mouse events | 12:43 |
=== chihchun is now known as chihchun_afk | ||
ahayzen | 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 |
ahayzen | t1mp, basically wht i'm asking is should the clicked() signal be working? | 12:44 |
t1mp | ahayzen: I'm in a meeting for 10 more minutes, I'll check after that | 12:45 |
ahayzen | t1mp, thanks I have a basic branch here (basically a copy of the example) lp:~andrew-hayzen/+junk/test-panel-clicked | 12:45 |
mihir | balloons, getting this console output , http://paste.ubuntu.com/7119626/ | 12:53 |
t1mp | ahayzen: I'm back | 12:54 |
ahayzen | t1mp, cool :) | 12:55 |
t1mp | ahayzen: the online docs are not up-to-date I see | 12:55 |
t1mp | mhall119: ^ | 12:55 |
ahayzen | t1mp, ah | 12:55 |
t1mp | ahayzen: the item needs to have a trigger() function, not clicked | 12:59 |
t1mp | ahayzen: I'll check your code | 12:59 |
ahayzen | t1mp, thanks | 12:59 |
=== chihchun_afk is now known as chihchun | ||
t1mp | ahayzen: this works: http://pastebin.ubuntu.com/7119665/ | 13:01 |
t1mp | mhall119: ^we need to update the online docs, the docs were fixed in december | 13:01 |
ahayzen | t1mp, ok thanks :) and should it be on saucy+trusty? | 13:02 |
ahayzen | t1mp, or just trusty? | 13:02 |
t1mp | ahayzen: trusty yes, saucy I don't know. anything with uitk r879 or greater | 13:02 |
ahayzen | t1mp, ok thanks | 13:02 |
ahayzen | t1mp, and will/are there be docs examples for the bottom edge animations? or is tht still WIP | 13:03 |
ahayzen | t1mp, tht works \o/ thanks | 13:05 |
=== chihchun is now known as chihchun_afk | ||
boiko | elopio: so, I managed to reproduce the original problem on the device, trying to get a definitive fix for that now | 13:18 |
alaak | greetings | 13:21 |
=== _salem is now known as salem_ | ||
t1mp | ahayzen: basically you will have to do it with the Panel | 13:21 |
ahayzen | t1mp, how will the two stage swipe work that we have... will we have two panels or one? | 13:22 |
t1mp | ahayzen: the bottom edge is completely free for app developers to do what they want, I recommend to use the Panel for that | 13:22 |
t1mp | ahayzen: so "advanced" behaviors are not in UITK yet | 13:23 |
t1mp | ahayzen: I think they will be there eventually if certain patterns turn out to be used by several apps | 13:23 |
ahayzen | t1mp, ok :) i guess it'll become clearer as we start working on it :) | 13:23 |
t1mp | ahayzen: yes. | 13:24 |
t1mp | 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 |
t1mp | 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:24 |
ahayzen | t1mp, i keep getting this ... | 13:25 |
ahayzen | t1mp, 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 |
ahayzen | t1mp, i don't think it is me... i'm just called Panel.open() or Panel.close() | 13:25 |
t1mp | ahayzen: weird | 13:30 |
t1mp | ahayzen: can you push the source? I'll pull again and see what I get | 13:30 |
ahayzen | t1mp, it only happens in one case not quite narrowed it down | 13:31 |
ahayzen | t1mp, it is in this branch lp:~andrew-hayzen/music-app/toolbar-as-panel | 13:31 |
ahayzen | t1mp, somewhere when hiding the now playing page | 13:31 |
t1mp | ahayzen: how do you hide/show the now playing page? | 13:34 |
t1mp | in the GUI I mean | 13:34 |
ahayzen | t1mp, hit Esc or hit the arrow at the top | 13:35 |
ahayzen | t1mp, its a bit weird i'm gonna have a play about... | 13:35 |
ahayzen | t1mp, oh no | 13:36 |
ahayzen | t1mp, clicking the play/pause button in the now playing toolbar causes it?! | 13:36 |
ahayzen | t1mp, infact clicking on the actual track on the queue.... | 13:37 |
boiko | elopio: so, the root cause of the problem was not the model reloading (although that needs optimization for sure) | 13:37 |
boiko | 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 |
boiko | 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:39 |
t1mp | ahayzen: I see the warning, but not what causes it. It might be a bug in the toolkit | 13:40 |
ahayzen | t1mp, i'm wondering if calling Panel.open() when it is already open or something odd like tht | 13:41 |
ahayzen | t1mp, just trying to narrow down | 13:41 |
t1mp | 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 |
ahayzen | t1mp, will do thanks :) | 13:41 |
boiko | elopio: found the correct fix now, I will submit an MR soon | 14:00 |
mhall119 | t1mp: that was the sdk-1.0 docs | 14:02 |
mhall119 | t1mp: is https://developer.ubuntu.com/api/qml/development/Ubuntu.Components.Panel/ correct? | 14:03 |
=== marcoceppi is now known as marcoceppi-mobil | ||
ahayzen | mhall119, tht looks like it :) | 14:06 |
mhall119 | ahayzen: so for future reference, don't use the sdk-1.0 docs anymore, use sdk-14.04 | 14:07 |
ahayzen | mhall119, noted thanks | 14:07 |
t1mp | mhall119: yes that is correct | 14:12 |
t1mp | huh which docs was I looking at before? | 14:12 |
t1mp | mhall119: ahh ok | 14:13 |
t1mp | mhall119: sorry for bothering you :) not your fault | 14:13 |
mhall119 | t1mp: old ones | 14:13 |
mhall119 | no problem | 14:13 |
t1mp | yeah. I was (clearly wrongly) assuming that all online docs are the same | 14:13 |
=== chihchun_afk is now known as chihchun | ||
boiko | elopio: I have updated the MR with the correct fix now, would you mind giving it a try? | 14:29 |
ahayzen | 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:38 |
dpm | popey, I've now finished filing the bugs for calendar, and I've updated the blueprint accordingly | 14:40 |
dpm | popey, https://bugs.launchpad.net/ubuntu-calendar-app/+bugs?field.tag=operator-feedback | 14:40 |
popey | thanks dpm | 14:41 |
popey | mzanetti / 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 | :D | 14:45 |
mzanetti | popey: not sure we need to do one anyways... | 14:45 |
mzanetti | unless you have something to tell | 14:45 |
popey | lets have a quick one then ☻ | 14:46 |
mzanetti | otherwise its business as usual. rpadovani does the work and I review every once in a while | 14:46 |
popey | hah | 14:46 |
popey | rpadovani: you around? | 14:46 |
dpm | yeah, this week we can do a quick IRC one if Riccardo is around | 14:47 |
dpm | I need to follow up with Lucas on the visual designs, let me e-mail him now | 14:47 |
=== marcoceppi-mobil is now known as marcoceppi | ||
=== marcoceppi is now known as marco-traveling | ||
=== chihchun is now known as chihchun_afk | ||
rpadovani | dpm, popey, mzanetti I'm here now, sorry, I have lesson until 15:00 UTC on Wednsday | 15:31 |
mzanetti | rpadovani: no problem | 15:31 |
dpm | rpadovani, no worries! | 15:31 |
mzanetti | we just wanted to let you know that we postponed the meeting for an hour | 15:31 |
rpadovani | mzanetti, for today or for ever? | 15:32 |
mzanetti | I think today | 15:32 |
rpadovani | oki doki | 15:32 |
bfiller | 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:47 |
daker | dholbach: new video :D http://vimeo.com/87206907 | 15:50 |
dholbach | nice, I'll take a look in a bit | 15:51 |
nerochiaro | 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 |
bfiller | nerochiaro: thanks | 15:52 |
=== chihchun_afk is now known as chihchun | ||
=== jhodapp is now known as jhodapp|afk | ||
mzanetti | popey: dpm: so? you guys joining? | 16:08 |
dpm | mzanetti, ah, I thought we'd skipped? Sorry, yes, joining now, then | 16:09 |
nerochiaro | 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:15 |
bfiller | nerochiaro: I'll try it | 16:17 |
nerochiaro | ty | 16:17 |
nerochiaro | bfiller: is trusty-proposed-customized-demo the channel we are suposed to use to install ubuntu with dual boot ? or trusty only ? | 16:19 |
bfiller | nerochiaro: trusty or trusty-proposed | 16:19 |
nerochiaro | ok, i asked because it proposed that channel on the app and it sounded wierd | 16:20 |
bfiller | nerochiaro: I stopped using hte dual boot, it wasn't working and takes an incredibly long time to update the ubuntu image | 16:21 |
nerochiaro | 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:22 |
kalikiana | nik90: FYI https://code.launchpad.net/~kalikiana/u1db-qt/indexRoles/+merge/211771 | 16:27 |
kalikiana | that's the prerequisite for using the proposed SortFilterModel as referred to in the document | 16:27 |
dpm | thanks rpadovani for reviewing https://code.launchpad.net/~bobo-324/reminders-app/fix-1279783/+merge/206341 ! | 16:28 |
=== jhodapp|afk is now known as jhodapp | ||
rpadovani | dpm, 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 | ||
dpm | no need to feel sorry, and thanks for getting the branch merged! | 16:48 |
gcollura | is there a tutorial on how to use the UbuntuListView and ListItem.Expandable? | 16:59 |
elopio | boiko: test passes now! | 17:07 |
boiko | elopio: awesome! | 17:08 |
=== bfiller is now known as bfiller_afk | ||
elopio | boiko: thanks. I've learned a lot about the messaging app, and now we have one sleep less :) | 17:09 |
boiko | 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 |
elopio | 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:10 |
boiko | elopio: sure it is useful | 17:11 |
elopio | ok, I'll send your way a couple of branches this week. | 17:11 |
boiko | elopio: great! thanks! | 17:17 |
=== gatox_lunch is now known as gatox | ||
vivek_1729 | Hi, I have been using Ubuntu for almost a year now and have some programming exposure. | 18:36 |
vivek_1729 | I really want to contribute to Ubuntu | 18:37 |
vivek_1729 | Where do I get started? | 18:37 |
sarnold | hello vivek_1729 :) welcome aboard | 18:38 |
vivek_1729 | Hey sarnold | 18:39 |
vivek_1729 | I don't have much experience in contributing to open source projects before. | 18:40 |
vivek_1729 | I was just wondering if someone could give me a beginner's walk through on where can I get started | 18:41 |
sarnold | vivek_1729: it all depends on what you'd like to do .. | 18:45 |
vivek_1729 | I want contribute in the specific apps being developed for Ubuntu platform. | 18:46 |
sarnold | 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 |
vivek_1729 | I am interested in writing code. | 18:46 |
=== jackson is now known as Guest40265 | ||
=== boiko_ is now known as boiko | ||
vivek_1729 | Thanks sarnold. If I want to contribute to some programs, where do I look for the projects? | 18:47 |
sarnold | vivek_1729: nearly everything is hosted on launchpad; check out e.g. https://launchpad.net/ubuntu/+source/apparmor for apparmor source packages | 18:49 |
sarnold | vivek_1729: this may also help http://packaging.ubuntu.com/html/ | 18:49 |
nerochiaro | 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 |
nerochiaro | om26er: ^ | 18:50 |
=== bfiller_afk is now known as bfiller | ||
boiko | nerochiaro: let me see | 18:51 |
om26er | nerochiaro, have the latest image? there was an issue previously I believe | 18:51 |
boiko | nerochiaro: here it installs fine | 18:52 |
boiko | nerochiaro: what is the missing dep there? | 18:52 |
boiko | nerochiaro: build 246 here | 18:52 |
nerochiaro | om26er: boiko: unity8-autopilot : Depends: unity8 (>= 7.84+14.04.20140317.2-0ubuntu1) but it is not going to be installed | 18:54 |
nerochiaro | boiko: whoa, /etc/ubuntu-build say 188, that's weird | 18:54 |
boiko | nerochiaro: which image you have there? | 18:54 |
boiko | nerochiaro: have you been using trusty-proposed? | 18:55 |
nerochiaro | 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 |
boiko | nerochiaro: I have only been using trusty-propose lately | 18:55 |
nerochiaro | boiko: i'll try that | 18:56 |
=== Guest40265 is now known as Noskcaj | ||
=== chihchun is now known as chihchun_afk | ||
=== charles_ is now known as charles | ||
samet | hi | 19:59 |
=== jhodapp is now known as jhodapp|afk | ||
=== bfiller is now known as bfiller_afk | ||
buharin | hello :) | 22:53 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!