=== _salem is now known as salem_ === chriadam|away is now known as chriadam === salem_ is now known as _salem === chihchun_afk is now known as chihchun [08:06] good morning [09:38] bzoltan_, zbenjamin: did you backport qtcreator-plugin-ubuntu (for bug 1408644)? [09:38] bug 1408644 in Ubuntu App Developer site "App namespace move to appname.devname" [High,Triaged] https://launchpad.net/bugs/1408644 [09:39] dholbach: I am working on it... we are releasing the last fix [09:39] go go go! [09:40] davidcalle, ^ for this bug, do you know anything apart from https://developer.ubuntu.com/publish/packaging-click-apps/ that needs updating? [09:43] dholbach: We land the silo10 with the chroot upgrade feature... I would need ogra_ to land the sdk-libs with the qmake extension ... and I need to push a super relevant performance improvement click change to the SDK PPA. That is t the plan for today. [09:43] bzoltan_, you're a hero! that sounds like you have a well-deserved weekend ahead of you :) [09:44] bzoltan_, I'm just asking so I know when we can start updating the docs [09:44] dholbach, most app/webapp/scope dev tutorials. I'll put a list on the bug in a moment. [09:44] dholbach: you mean that I have a chance to test and land a UITK fix for RTM? :D [09:44] thanks davidcalle [09:47] oSoMoN: hey, in dekko we are trying to expand a webview to the height of it's content, as we need to place it inside a flickable and let that control the page scroll. Anyway i'm finding that if the offscreen height on mako is greater than 3000 the webview just goes black. It doesn't do it on the desktop though. Firstly could this be a bug? or are we just abusing the webview in a way it wasn't designed for [09:48] DanChapman, it could very well be a bug in oxide, but I would also argue that the webview is not intended to be used that way… [09:49] DanChapman, anyway, feel free to file a bug at https://bugs.launchpad.net/oxide/+filebug [09:49] DanChapman, and you might want to raise the issue on #oxide [09:50] dholbach, and I'll deal with it as well, since there are screenshots and stuff like that to remake. [09:51] davidcalle, ok cool [09:51] thanks a lot! [09:52] oSoMoN: that could be a bit of a show stopper if we can't use it that way as we need to display content before and after the webview but it all needs to scroll :-/ ... ok i'll file a bug and pop into #oxide later today, just popping out now. Thanks === chriadam is now known as chriadam|away [10:02] Good morning all; happy Friday, and happy Handwriting Day! :-D [10:31] bzoltan_, with the new namespaces, does that mean using a long one won't work anymore, or is it a guideline? [10:33] bzoltan_, nevermind, found my answer :) === rmescandon is now known as rmescandon|brb === rmescandon|brb is now known as rmescandon === _salem is now known as salem_ [11:41] popey, ping [11:41] gcollura: pong! [11:42] popey, sorry to bother you, have you tried my last commit in this MP https://code.launchpad.net/~gcollura/ubuntu-calculator-app/swipe-copy-button-improvements/+merge/247357 [11:42] ? [11:43] popey, I'm interested to see if setting the ratio proportional to screen ratio is useful or not [11:44] zsombi: hey, I was just trying out the new listitems in the clock app vivid branch and I see some nice performance improvements when it comes to creation times...previously I used ListItem.Empty which took about 300-400 while the new listitem takes only 80... :) [11:45] gcollura: not yet, will look now [11:45] zsombi: btw do we expect the new listitems to provide predefined styles like ListItem.Standard, Header, etc etc..? [11:45] popey, thanks a lot :) [11:49] $morning ahayzen :) [11:49] \o/ [11:50] You made it! [11:50] its before 1200 what you talking about? [11:50] :D [11:51] lol [11:52] gcollura: I like this! [11:52] yey loads of weather mps \o/ [11:52] popey, do you have a screenshot? :) [11:53] ahayzen: yeah looks like vthompson had a busy nite [11:53] http://people.canonical.com/~alan/screenshots/device-2015-01-23-115134.png [11:53] yup :) [11:53] http://people.canonical.com/~alan/screenshots/device-2015-01-23-115147.png [11:53] popey, nope it didn't solve the problem :/ [11:53] oh, yeah :( [11:54] i was so delighted with copy that I didnt notice [11:54] eheh [11:54] ahayzen: just noticed, that vthompson kept proposing it against trunk :P [11:54] oh god the number of times we did that with music remix ....why is there a massive diff? oh not again! [11:54] rofl [12:00] popey, did you get around to making the weather blueprint in the end? [12:00] no, good point [12:00] * popey does that [12:01] \o/ thanks [12:01] hey anyone know of a descent qt/c++ html parser lib for cleaning/serializing [12:08] grr, constant reconnections to etherpad [12:08] ahayzen: nik90 https://blueprints.launchpad.net/ubuntu-weather-app/+spec/weather-reboot [12:08] popey, thanks :) === MacSlow is now known as MacSlow|lunch [12:22] nik90: glad there has been improvements ÉÖ [12:23] :) - layout... [12:24] nik90: we were discussing about that, but we are still not confident whether we should have any predefined layouts for ListItems, as previously, especially that those kind of things are pretty hard to change later... [12:24] nik90: so far I have 100-listitemlayout and 110-captions branches, which are nothing else but small containers. [12:25] zsombi: yeah I am conflicted about that as well..without predefined layouts apps won't be consistent but on the other hand it is also places restrictions on the app dev..so yeah not sure how to proceed there [12:26] nik90: like ListItemLayout is a GridLayout with one row and several columns when horizontal, and vice versa when vertical, but supports still extension to multiple rows and columns same time [12:27] zsombi: ooh that's new [12:27] nik90: the Captions is a Column of two predefined Labels, witha given preset configuration, both Labels are exposed fully, so you can access them, and you can add more Labels if needed [12:27] nik90: these two MRs are not yet reviewed, they are pretty far from it [12:28] zsombi: ah..so one can tweak the styling of those labels since they are exposed? [12:28] that helps a lot [12:28] nik90: yep [12:29] nik90: and more Captions right now supports the centered text as well as the two-line text aligned to right [12:30] nik90: preset: "caption" formats the title and subtitle Labels in a certain way, preset: "summary" makes them to be at max 5 GU width and both aligned to right [12:30] ah [12:30] awesome [12:30] nik90: and honestly that would be the last thing I'd do for the ListItem layouts [12:31] nik90: as otherwise we'd end up in a big trouble once some design changes teh whole structure [12:31] true [12:32] zsombi: it is taking me some time to get used to writing our own remove animation...my listitems stay on the screen when I delete them by default [12:32] nik90: why? [12:33] nik90: if you use UbuntuListView, that will have removeDisplaced animation [12:33] zsombi: Not sure why but I am using a Repeater + ListItems..and when I delete the listitem by deleting it from the u1db database, it still stays on screen... on rebooting the app, it is gone [12:33] dont' ask me why I used a repeater..still wondering II made that decision [12:34] yeah I will switch to ubuntulistview [12:34] nik90: wow! Why don't you use Repeater + ListItems? Why don't you use ListView? [12:34] nik90: I mean why do you use :) [12:34] zsombi: yeah that's what I cant remember :P .. Although this is only in one place... [12:35] all other places uses the listview as expected [12:35] nik90: :) [12:35] nik90: one thing is sure: ListItem will not delete itself, will not have any defgault animation on fade out, etc. [12:36] ack. [12:38] nik90: I was also thinking whether I should try to replace the ListItem.Empty's base type with tListItem, and bring all teh missing ancestor properties to it, so we don't get any API breaks, but I don't feel it'll work... [12:38] nik90: and might not be worth doing it... [12:40] zsombi: yeah that would improve the performance without any effort from the app dev, but yeah you will need to symlink showDivider to new props like divider.visible etc .. [12:40] nik90: that's the smallest problem tbh... the bigger one is the way the things work with the old set... [12:41] I would concentrate on getting the new listitems to stable API in 15.04 and get app devs to migrate to the new listitems [12:41] nik90: like item deletion... I'd need to have a delete action per each ListItem, which would take teh performance back where it is now... [12:41] true [12:41] nik90: yeah, that's the target :) [12:41] nik90: is the API good so far? [12:42] zsombi: yeah..I am still wrapping my mind around the ListItemWithActions documentation regarding the performance tips [12:42] but overall the new listitems API seems cleaner while providing the canvas to the developer to do what he wants with it [12:43] nik90: yep :) [12:44] nik90: well, the ListItemActions idea is pretty simple: if you have a vies where each element uses the same action set, declare the action separately, and reuse them. That's it [12:44] nik90: like using with ListView [12:45] ah okay [12:45] nik90: or Repeater + ListItem [12:45] nik90: you basically gain performance if you have one leadingand trailing action set, which you set in delegate [12:47] ok [12:47] nik90: but yeah... there's more API to come ;) [12:47] and I gotta go now... [12:48] zsombi: cya [12:48] nik90: C U === MacSlow|lunch is now known as MacSlow === rmescandon is now known as rmescandon|lunch [14:17] kenvandine, hey there, maybe that channel is more on purpose for the discussion :-) [14:17] is anyone working on the notes-app nowadays? [14:17] there are some mps that are approved for a while, would be nice to see an update [14:17] I can help on reviewing fixes/doing landing if needed [14:19] seb128, it was abandoned afaik [14:19] well, maybe some people still want to use it [14:19] <- by example :-) [14:19] seb128, indeed :) [14:20] i liked notes-app :) [14:20] I didn't try reminder because that requires an evernote account [14:21] yeah [14:21] it is kind of nice that it syncs though :) [14:21] I just want simple local notes [14:21] but notes-app was nice [14:21] it is still nice ;-) [14:21] I use it :p [14:21] seb128, maybe you'll be the new maintainer [14:21] :-D [14:21] wfm [14:21] well, I can help maintaining [14:21] bfiller, we have a new maintainer for notes-app :) [14:21] but I don't want to block somebody with more cycles to take over it [14:21] like if somebody in the community wants to do that [14:22] if there are merges proposals, it would be nice to get those looked at... i guess you are the reviewer :) [14:22] seb128, do you have access to merge? [14:22] seb128: have fun with it :) [14:22] needs a lot of work [14:22] like new header to start [14:23] bfiller, I don't claim it's going to be great, but I use it and want to scratch some itches [14:23] better than nothing, right? [14:23] seb128: I think that's great [14:23] indeed [14:23] :-) [14:23] it could be pretty good with some minor tweaks [14:23] kenvandine, yeah, I've access to merge [14:24] seb128, great! [14:24] seb128: I was always pushing for a list view summary type page sorted by date so you could easily find the notes [14:24] kenvandine, I never worked on a click though, what's the workflow to merge and get it updated? [14:24] it's quite hard now to find something you've written [14:24] bfiller, that sounds like a good idea [14:24] seb128, well i just manually build clicks and upload them to the store [14:25] but i think there is some jenkins process [14:25] bfiller can school you :) [14:25] kenvandine, and how do you get fixes in trunk? [14:25] manual merge? CI? [14:26] seb128: so notes-app is kind of like some of our other apps. there are both debs and clicks and the package is actually in universe [14:26] seb128: so the process is to use CI train to get the deb released and changes into trunk [14:26] bfiller, ok, so I can do "normal landing", then the click needs to be refreshed sometimes? [14:26] seb128: then once it's in trunk I build a click from trunk using jenkins [14:26] sounds simple enough [14:26] seb128: yes [14:26] bfiller, I'm going to have a look to that and might be you with extra questions next week [14:26] bfiller, kenvandine, thanks [14:27] and might ping* [14:27] seb128: then I use this link (need vpn access) to build the click from jenkins http://s-jenkins.ubuntu-ci:8080/view/click/job/notes-app-click/ [14:27] seb128, np [14:27] seb128: but you can probably use click-buddy or something local [14:27] bfiller, ok, I've access and did that once in fact :-) [14:28] k, I might play with that as well, just to see what works better for me [14:37] mzanetti: Ping [14:37] SturmFlut: Peng! [14:38] mzanetti: Arrgh! *drops dead* [14:38] what up? [14:38] mzanetti: Have you seen the Squircle demo? [14:38] yep [14:39] well, just looked into the code, didn't run it [14:39] It has awesome special effects! Run it! [14:39] haha [14:39] ok [14:40] "Now at your local cinema: The Squircle demo, budget: 132 million dollars" [14:42] have the link again? [14:42] https://github.com/Sturmflut/ubuntu-touch-squircle-example.git [14:43] rpadovani: I commented on your bug reports against Flood It. Didn't have the time to fix anything though :( [14:44] looks quite great indeed === rmescandon|lunch is now known as rmescandon [14:46] mzanetti: The funny thing is that the content of the item is rendered using native OpenGL calls inside the C++ extension library, but the animations are QML transistions and the effects are transparently applied to the item by the SceneGraph [14:46] sure [14:47] SturmFlut: the UbuntuShape we use all over does pretty much the same === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun [16:47] balloons, http://paste.ubuntu.com/9837073/ - looks about right? [16:48] dholbach, yes [16:49] well, the build succeeded [16:49] all rightie... I call it a day - have a great weekend everyone! [16:51] dholbach, ty, bonne weekend mon ami! [16:52] and the same to you! [16:52] hugs! [16:55] Hi all, does anyone know if the Pay UI will be setup to accept optional payments? Like donations? === chihchun is now known as chihchun_afk [17:46] hi everyone === rigved is now known as Guest11155 [17:57] hello ?? [18:04] hey AkivaAvraham [18:04] o/ [18:04] AkivaAvraham, again... :) === alecu is now known as alecu_phone === alecu_phone is now known as alecu === salem_ is now known as _salem [22:46] !ping [22:46] pong! [23:23] ahayzen: I got the weather app building and running on the phone :) with https://code.launchpad.net/~nik90/ubuntu-weather-app/weather-reboot-fixes/+merge/247495 [23:23] \o/ [23:27] http://imgur.com/Jfao7gV [23:32] nik90, sweeeet \o/ [23:32] nik90, victor should be around in a bit to check them out :) [23:33] ahayzen: cool. I will try to get the debian packaging done this weekend as well. Then you guys can take it for a spin for the next 2 weeks when I am not here [23:34] nik90, hehe cool thanks :) === ajalkane_ is now known as ajalkane [23:43] justCarakas, o/ [23:44] !ping [23:44] pong! [23:45] justCarakas, https://launchpad.net/drakescrest [23:46] I thought of a good name for the game, tying it to my own family lineage.