=== salem_ is now known as _salem | ||
=== chihchun_afk is now known as chihchun | ||
=== hasselmm1 is now known as hasselmm | ||
bzoltan | Mirv: here I am ... not yet on the other side | 10:23 |
---|---|---|
Mirv | bzoltan: +1 for 50% | 10:27 |
bzoltan | Mirv: community first, so it is 51% :D | 10:27 |
kalikiana | zsombi: I think you should check out bug 1603452 | 10:49 |
ubot5 | bug 1603452 in ubuntu-ui-toolkit (Ubuntu) "[SDK] Change leading action background to red and icon to white" [Undecided,New] https://launchpad.net/bugs/1603452 | 10:49 |
zsombi | kalikiana: I saw that, and Rae wanted me to introduce action'specific coloring, like negative actions should have red color only... | 10:53 |
zsombi | kalikiana: which is not deductible from an action... | 10:53 |
zsombi | kalikiana: so the discussion got stalled... | 10:53 |
kalikiana | zsombi: Ah. Hmm so it's about who defines "negative"... maybe we should check this on Mumble, see if we might need new API | 10:59 |
zsombi | kalikiana: well, that si something I'd like to avoid: API to define action's kind! | 11:00 |
Mirv | popey: would you have time to merge https://github.com/popey/buds/pull/6 so that people get that when switching phones? | 11:16 |
ahayzen | davmor2, I think i've fixed the weather-app's issue! | 11:17 |
davmor2 | ahayzen: woohoo! | 11:17 |
davmor2 | ahayzen: if you get a click package throw it at me I'm happy to kick tyres and stuff | 11:18 |
ahayzen | davmor2, awesome, i'll just get a branch together :-) | 11:18 |
popey | Mirv: done, thanks! | 11:30 |
Mirv | thanks to you! | 11:32 |
ahayzen | davmor2, i've direct msg'd you a link to the click :-) | 11:35 |
mzanetti | ogra_, you're so mean | 12:20 |
ogra_ | lol | 12:20 |
mzanetti | ogra_, that poor guy was pinging me for 2 days about --help and where the heck that australia option is | 12:20 |
ogra_ | REALLY ?!? | 12:20 |
ogra_ | oh my | 12:21 |
mzanetti | I totally didn't get what his problem is (except the --help doesn't work *on* the phone) | 12:21 |
ogra_ | sorry for that :) | 12:21 |
mzanetti | only saw the mailing list thread now and nearly peed my pants | 12:21 |
ogra_ | hahahaha | 12:21 |
ogra_ | same here ... i'm currently entertaining the whole room at the sprint with my laughing | 12:22 |
ogra_ | i think we should implement it and actually have it say "Sorry Peter, i can not do that for you" (in Hal voice) | 12:23 |
svij | we should from now on call it "the australia bug"™ | 12:24 |
ogra_ | :) | 12:24 |
=== _salem is now known as salem_ | ||
=== chihchun is now known as chihchun_afk | ||
=== aaron is now known as Guest65680 | ||
=== Guest65680 is now known as ahoneybun | ||
=== javiercrowsoft1 is now known as javiercrowsoft | ||
mhall119 | davidcalle: can you sanity-check https://code.launchpad.net/~mhall119/developer-ubuntu-com/apidoc-fixes/+merge/300490 for me? | 16:05 |
=== JanC is now known as Guest39320 | ||
=== JanC_ is now known as JanC | ||
ahayzen | zsombi, o/ are you best to talk to about the BottomEdge component or is someone else better? | 16:58 |
zsombi | ahayzen: me :) | 17:11 |
zsombi | ahayzen: what's bothering you? be quick, I was about to close the lid :) | 17:12 |
ahayzen | zsombi, hehe :-) ... so i put a url to a page in, and that worked fine. Other than the first time it'd take a bit to load ... So then i set preloadContent=true and instead of preloading the content, nothing happens, it is empty and the contentItem is null | 17:13 |
ahayzen | is the preloadContent expected to work? | 17:13 |
zsombi | ahayzen: yes | 17:13 |
zsombi | ahayzen: you're setting source I hope | 17:14 |
ahayzen | zsombi, i'm setting contentUrl | 17:14 |
zsombi | ahayzen: good | 17:14 |
zsombi | do you see any error printed a slog? | 17:14 |
zsombi | as log? | 17:15 |
ahayzen | there was nothing | 17:15 |
ahayzen | and i could see that the contentItem was never changing from null | 17:15 |
* ahayzen double checks... | 17:15 | |
ahayzen | yeah nothinh | 17:16 |
ahayzen | *nothing | 17:16 |
zsombi | ahayzen: UITK gallery has the feature, it works there, though we may have somethign wrong there still... | 17:16 |
ahayzen | ok, i see pretty much all the other apps have an alternate solution | 17:16 |
zsombi | ahayzen: because th epreloadContent wasn;t there when they did it | 17:18 |
ahayzen | like in clock http://bazaar.launchpad.net/~ubuntu-clock-dev/ubuntu-clock-app/trunk/view/head:/app/components/AlarmBottomEdge.qml .. they use _realPage to create it there | 17:18 |
ahayzen | ah :-) | 17:18 |
zsombi | ahayzen: and so far noone migrated to teh featureseems :/ | 17:18 |
zsombi | ahayzen: I love when they push us to get features, but then never use those... This has been there for >4 months | 17:18 |
ahayzen | zsombi, haha ... but maybe it is because the preload doesn't work as expected ? | 17:19 |
ahayzen | in my case anyway.. | 17:19 |
zsombi | ahayzen: noone complained for it so far.. so noone tried it... | 17:19 |
ahayzen | :-) | 17:19 |
ahayzen | zsombi, ok, shall i attempt to create a mini app of the problem and report a bug ? | 17:19 |
zsombi | ahayzen: precisely | 17:21 |
ahayzen | coolio i'll do that :-) | 17:21 |
zsombi | ahayzen: meantime I'll give it a quick look | 17:21 |
zsombi | ahayzen: so you're having the default setup, and use contentUrl + preloadContent, right? async as well? | 17:21 |
ahayzen | zsombi, effectively it is this http://pastebin.ubuntu.com/20061072/ .. with the addition of the height/width being set when the contentItem loads | 17:23 |
zsombi | ahayzen: ehm... why the heck do you set the height/width of the contentItem? | 17:24 |
ahayzen | otherwise it would be transparent :') | 17:24 |
zsombi | ahayzen: do you set that in the LocationsPage? | 17:24 |
ahayzen | and in all the examples in the docs ... the contentComponent has to have the width set | 17:24 |
ahayzen | well i was setting that in a thing afterwards ... but i also tried setting in there | 17:25 |
ahayzen | but maybe that wasn't working | 17:25 |
ahayzen | as per docs "The content must specify its width and height." | 17:25 |
zsombi | I think it should... the examples do not change the contentItem afterwards... | 17:25 |
ahayzen | ok, well it is a Page | 17:25 |
zsombi | ahayzen: yes, but not in BE, but in the content | 17:26 |
ahayzen | ok, i'm gonna try setting it to a fixed width see if that makes it work... | 17:26 |
ahayzen | no different :-/ | 17:27 |
zsombi | ahayzen: ok, I can repro as well, it works with contentComponent, but not with contentUrl | 17:29 |
ahayzen | \o/ | 17:29 |
ahayzen | maybe i can just put a Loader in the contentComponent for now lol | 17:29 |
zsombi | ahayzen: nooo, you can embed you rpage in a Component, that will be compiled only when the element will be created | 17:30 |
ahayzen | okies :-) | 17:30 |
zsombi | ahayzen: Like Component { id: thePage; LocationsPage {} } | 17:30 |
zsombi | ahayzen: but report the bug! | 17:30 |
ahayzen | ok! | 17:30 |
ahayzen | zsombi, thanks, i'll try it :-) | 17:31 |
zsombi | ahayzen: yw | 17:32 |
ahayzen | zsombi, sweet that works thanks :-D | 17:35 |
ahayzen | zsombi, reported bug 1604509 | 17:43 |
ubot5 | bug 1604509 in ubuntu-ui-toolkit (Ubuntu) "In the bottom edge component, using preload=true with contentUrl results in an empty page" [Undecided,New] https://launchpad.net/bugs/1604509 | 17:43 |
mike00 | hi appdevs, is there any way to change the dimension of an icon inside a button? | 17:44 |
zsombi | ahayzen: CRAP, it's a one liner@ | 17:48 |
ahayzen | zsombi, hah :') | 17:48 |
ahayzen | can it get in for OTA12 though :-D hehe | 17:48 |
zsombi | ahayzen: I have !d->url.isValid() instead of d->url.isValid() :D | 17:49 |
zsombi | ahayzen: no way, OTA12 flew away long ago, we're already working for OTA13 | 17:49 |
ahayzen | haha, i'll just use the component solution for now :-) | 17:49 |
zsombi | ahayzen: pls do, mentime I'll fix it tomorrow, it's a really small one | 17:50 |
ahayzen | awesome thanks :-) | 17:50 |
mike00 | please, some appdevs can help me? | 18:02 |
zsombi | ahayzen: haha, I couldn't stand :D | 18:13 |
zsombi | ahayzen: pls check https://code.launchpad.net/~zsombi/ubuntu-ui-toolkit/pleaseBottomEdgePreloadUrl/+merge/300509 | 18:14 |
ahayzen | zsombi, hehe awesome ok :-) | 18:14 |
zsombi | timp: kalikiana: ^ pls one of you review the above ^ | 18:14 |
zsombi | ahayzen: so hope your "workaround" wouldn't be there for long... | 18:14 |
ahayzen | hah :-) or other people won't hit the issue | 18:15 |
zsombi | if they do, we have a fix and a workaround | 18:15 |
ahayzen | exactly :-) | 18:17 |
ahayzen | zsombi, that seems to fix the bug for me, thanks :-D | 18:29 |
ahayzen | zsombi, if you are still about, the docs say for the BottomEdgeHint that the "Locked status value is set automatically when the system detects a mouse attached." ... I have a laptop with a touchpad and it gets set to Inactive not Locked :-/ | 18:39 |
ali1234 | what is the correct way to set up a development chroot? | 19:28 |
=== salem_ is now known as _salem | ||
kalikiana | zsombi: I was going to be the tim was super fast :-D | 23:02 |
s_m_c | Can I ask a question about snappy here? | 23:09 |
=== deltab_ is now known as deltab | ||
s_m_c | I'll ask anyway :-) | 23:24 |
s_m_c | I have installed a snappy VM image (seems to be 15.04), and also installed 16.10 into a VM. While documentation about using snappy refers to using the command "snap", in both the snappy image and the wily image, the snapcraft package seems to only provide the command "snappy". | 23:27 |
s_m_c | Is this just that the documentation is out of date and the command "snappy" supercedes the command "snap"? | 23:29 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!