=== JanC is now known as Guest35265 | ||
=== JanC_ is now known as JanC | ||
pipo_ | Hello | 06:41 |
---|---|---|
=== chihchun_afk is now known as chihchun | ||
=== chihchun is now known as chihchun_afk | ||
=== chihchun_afk is now known as chihchun | ||
=== davmor2_Hols is now known as davmor2 | ||
=== faenil is now known as faenil_ | ||
=== faenil_ is now known as faenil | ||
pipo_ | For a scope, is it posible to open a url from the query-view, without opening the preview-view first? | 11:04 |
davidcalle | pipo_: the app scope does this, but I think it's specialed case. | 11:13 |
davidcalle | pipo_: afaik, there is no way of doing it. What's the use case? | 11:13 |
pipo_ | davidcalle: I am experimenting with a news-scope. By opening the article directly, there is 1 click saved. | 11:16 |
pipo_ | davidcalle: I just found an expample in the libertine-scope. I gues i'm going to figure that out. | 11:18 |
davidcalle | pipo_: oh cool :) | 11:22 |
bzoltan | popey: i have pushed a new UITK component gallery app to the store -> https://myapps.developer.ubuntu.com/dev/click-apps/1095/rev/11/ Would you be so kind to review it when you have a spare minute? | 12:25 |
popey | sure | 12:26 |
popey | bzoltan: no need to review, you just need to scroll down and hit "publish" | 12:26 |
bzoltan | popey: ohh :) that is handy. Thanks | 12:33 |
popey | np | 12:38 |
=== _salem is now known as salem_ | ||
=== boiko_ is now known as boiko | ||
timp | ahayzen: hello | 15:24 |
ahayzen | timp, o/ | 15:24 |
timp | ahayzen: are you a contributor to the music-app? | 15:24 |
ahayzen | timp, yup :-) | 15:24 |
timp | cool | 15:24 |
timp | we saw that for a while now there are some failing autopilot tests | 15:25 |
ahayzen | timp, yeah, it is on my list :-) | 15:25 |
timp | it looks like the autopilot tests are using the proxy object for the old UITK header, but you have the new header in the code | 15:25 |
timp | ahayzen: ah, cool. | 15:25 |
ahayzen | yup when we moved from Tabs -> using leading actions they broke | 15:25 |
ahayzen | but was missed as we aren't running AP tests on jenkins at the moment :-/ | 15:26 |
ahayzen | i'll try and get around to fixing it, timp thanks for reminding me :-) | 15:26 |
timp | bzoltan: do you have a list of failing tests? | 15:26 |
timp | ahayzen: perhaps we can disable/remove the failing tests for now until the new ones are there? | 15:26 |
ahayzen | timp, it'll probably be like most of them... | 15:26 |
timp | that will save us time when checking the music-app tests | 15:27 |
ahayzen | timp, i'll try and get onto it today if i can :-) | 15:27 |
timp | ahayzen: great, thanks :) | 15:27 |
timp | ahayzen: can you let me and bzoltan know when you decide what to do with the tests (disable them for now, or update them) | 15:27 |
timp | ahayzen: also feel free to ping us if you need help with that :) | 15:28 |
ahayzen | timp, ok will do :-) do you know if there is a bug tracking it? | 15:28 |
ahayzen | IIRC there isn't... | 15:28 |
timp | ahayzen: these are failing now http://pastebin.ubuntu.com/23058728/ | 15:28 |
timp | ahayzen: I don't know of a bug. | 15:28 |
ahayzen | cool thanks :-) | 15:28 |
timp | bzoltan: ^ ? | 15:28 |
bzoltan | ahayzen: timp: we can create a bug :) that all music app tests fail :) | 15:29 |
ahayzen | :-D | 15:29 |
timp | ahayzen: I was tracking down what makes them fail. Basically you use main_view.switch_to_tab which is for the old header. | 15:29 |
ahayzen | timp, yup | 15:29 |
ahayzen | i have a note saying to use ... https://developer.ubuntu.com/api/autopilot/python/1.5.0/ubuntuuitoolkit/#ubuntuuitoolkit.AppHeader.click_action_button | 15:30 |
timp | ahayzen: now that you use the new header, you can access the leadingActionBar of the PageHeader and use the click_action_button() of the ActionBar proxy object. | 15:30 |
ahayzen | i should be able todo click_action_button(action_objectName) | 15:30 |
timp | ahayzen: yes, correct :) | 15:30 |
ahayzen | :-) | 15:30 |
timp | ahayzen: hmm, I wonder if that doc is correct | 15:31 |
timp | you don't need to use AppHeader | 15:31 |
ahayzen | heh yeah looks sortof out of date | 15:31 |
ahayzen | my notes say to use the leadingActionBar then click_action_button as you said | 15:31 |
bzoltan | ahayzen: https://bugs.launchpad.net/music-app/+bug/1613328 | 15:31 |
ubot5 | Launchpad bug 1613328 in Ubuntu Music App "Autopilot tests fail" [Undecided,New] | 15:31 |
ahayzen | bzoltan, thanks! | 15:31 |
bzoltan | ahayzen: please ping me or timp in case you need any assistance or help. | 15:32 |
ahayzen | bzoltan, will do, thanks :-) | 15:33 |
=== chihchun is now known as chihchun_afk | ||
=== salem_ is now known as _salem | ||
kivi | popey, mhall119 -- Hey I just thought of a potentially great idea, that you guys can take to SABDFL and take credit. | 18:15 |
kivi | I just came to a new place with an archaic wifi name and password. | 18:15 |
kivi | After painstakingly putting it in for my laptop, I was thinking that it would be damn nice if this could sync up with my phone. | 18:17 |
kivi | so my phone could just access the wifi networks I had already accessed with my laptop. | 18:18 |
mhall119 | kivi: 'phablet-network' will do that, if (A) you have your phone plugged in to USB and (B) have developer mode enabled on it | 19:42 |
kivi | cool | 19:43 |
kivi | I'm late to the party then ∧_∧ | 19:43 |
=== _salem is now known as salem_ | ||
ahayzen | bzoltan, timp, FYI, got autopilot passing in this MP https://code.launchpad.net/~ahayzen/music-app/fix-1613328-autopilot-tests/+merge/302955 \o/ | 22:47 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!