=== JanC is now known as Guest37928 === JanC_ is now known as JanC === athairus is now known as afkthairus [09:25] t1mp, ping [09:27] zsombi, ping [09:27] nik90: wazzup? :) [09:28] zsombi, hey, I have a question about APL. Is there a way to add an empty state to an empty column instead of just showing a white space? I want it to like http://imgur.com/NHpF12W [09:29] nik90: no, not really. If you want the same layout as on teh oimage, you need to use something else than APL [09:29] nik90: that layout has one single header, [09:30] zsombi, I am fine with not having a single header [09:30] but I hate having a blank white column [09:30] nik90: so you'd need to use ConditionalLayout or APL with headerless pages [09:30] I love the APL, so ideally I would like to stick to it. [09:30] nik90: ok, well, you can push a dummy page w/o header and have something as content [09:31] zsombi, nik90: It is not a super crazy idea to add a placeholder component to the APL that is displayed when a column is blank [09:32] zsombi, hmm I did think about that..but it gets a bit tricky...maybe I will create a video to explain the situation I am in. [09:32] t1mp: sure, it's just we don't have that now, right? [09:32] yes [09:32] t1mp, yes, that would be a good idea indeed. [09:33] t1mp: nik90: but remember, whatever placeholder you add, that will add to teh component creation time, so your app will load even slower... [09:33] so don't play easy with these words :) [09:34] or just add an Item/Label that is drawn outside of the APL, but only when only one column is visible [09:34] zsombi, it will be by a tiny margin, but the alternative is that showing a blank white space is bad UI for the user :/ [09:34] t1mp, I will play with some ideas and see if it works..I just wanted to check if there was a official way of doing it. [09:35] no, not yet [09:35] I don't know if we have a bug for that [09:35] nik90: more, do you still own clock app? [09:35] zsombi, Yes, I do work on it in my spare time. [09:36] but less recently since it is more or less complete [09:36] nik90: you could use the BottomEdge.preloadContent instead of doing that ugly trick from messaging now [09:36] zsombi, But the preloadContent stuff hasn't landed in the stable images yet [09:37] nik90: ehm... didn't it land in OTA10? [09:37] zsombi, I remember asking you if it can land with OTA-10..but am fairly certain it didnt. [09:37] * nik90 checks [09:37] nik90: well, you asked when OTA10 was on its original date, it has been moved ~1 month :) [09:38] nik90: so it should be released [09:39] zsombi, the 15.04.4 documentation at https://developer.ubuntu.com/api/apps/qml/sdk-15.04.4/Ubuntu.Components.BottomEdge/ doesn't show that property though. And the docs were surely updated recently. [09:39] also there was one SDK silo that did land close to OTA-10 release [09:39] wth? [09:39] but it only had timp's fix for the black header issue and other minor issues.. [09:39] oh, crap... [09:39] * nik90 looks at sdk trunk [09:41] zsombi, https://bugs.launchpad.net/canonical-devices-system-image/+bug/1540454 [09:41] Ubuntu bug 1540454 in Canonical System Image "support using a pre-loaded page in BottomEdge component" [High,Fix committed] [09:41] its milestoned for ota-11 [09:42] oh, craaaap! [09:42] I thought it made for ota10... [09:42] nik90: sorry, then you need to wait a bit more :( [09:43] zsombi, it is a bit confusing imo...I see it milestone for ota-11 but looking at trunk commits, I see it merged at r1289 with the commit message OTA-10 Landing 10th March 2016. [09:44] I will check my phone package version to do a final confirmation a bit later === ogra_` is now known as ogra_ === _salem is now known as salem_ [14:25] bzoltan_, IIRC you used to have a script to check downloads/subscribers of the sdk PPA, didn't you? [14:26] dpm: I still have it [14:26] bzoltan_, great, do you have it somewhere handy for me to use with another PPA? [14:26] dpm: http://paste.ubuntu.com/16189644/ [14:27] thanks! [14:50] hi oSoMoN, I've got a PPA where I keep all .deb builds of community core apps. I was having a chat with pmcgowan about having the system apps there as well, to have all in one place. Do you happen to have a list of system apps branches that I could pick and create daily builds on that PPA for? [14:56] dpm, I don’t happen to have that list handy, but I could write it down for you [15:01] oSoMoN, that'd be great when you've got time === chihchunl is now known as chihchun [15:15] dpm, http://pastebin.ubuntu.com/16190298/ [15:17] dpm, some of those might have dependencies on other projects, see https://launchpad.net/ubuntu-system-apps for a list of related projects === davidcalle_ is now known as davidcalle === sephiap_ is now known as sephiap [15:34] oSoMoN, thanks! [15:35] you’re welcome === afkthairus is now known as athairus [20:24] mhall119 any time for that fix in uReddit? [20:24] ahoneybun: not yet, been so busy catching up and preparing for UOS [20:24] ahoneybun: I may work on it after dinner tonight [20:25] ok cool, was going to update the Ubuntu.Components but thought I would break it lol [20:25] ahoneybun: also, I think you proposed the wrong branch for merging [20:25] mhall119 I need help with a new project with a weather API [20:25] yea I know [20:26] never merged before I think [20:26] where did you push your changes to? [20:26] my own branch [20:27] https://code.launchpad.net/~aaronhoneycutt/trunk/ureadit-personal [20:27] oh, you didn't push it under the ureadit project namespace, that's why I didn't see it [20:27] yea that's all new to me [20:27] was lucking I got bzr to work at all lol [20:28] ok, that's easy, just run: bzr push lp:~aaronhoneycutt/ureadit/ureadit-personal [20:28] ahoneybun: are you not familiar with launchpad's bzr integration? [20:28] very little [20:28] was lucky to get uBeginner updated on there [20:29] I get around with the bzr docs [20:29] so launchpad's bzr url pattern is: lp:~// [20:29] * ahoneybun moves to his linux machine [20:29] mm [20:29] anybody can push a new branch using any project name on Launchpad, as long as you use your username [20:29] so you can put to ureadit with lp:~aaronhoneycutt/ureadit/ using any branch_name you want [20:30] so bzr push lp:~mhall199/ubuntu-beginner/personal ? [20:30] then it will show up under ureadit's list of branches, and you can then propose merging it into lp:ureadit or lp:ureadit/4.0 === mjl_ is now known as mjl [20:30] ahoneybun: only I can push to branches starting with lp:~mhall119/ === kalikiana_ is now known as kalikiana === tgm4883_ is now known as tgm4883 [20:31] yours would all start with lp:~aaronhoneycutt/ [20:31] I'm saying from your POV [20:31] or, lp:~/ for any team you're a member of [20:31] if you worked on something of mine [20:31] yeah, for me I would push a uBeginner branch to what you said, then propose merging it into trunk or some other branch in ubuntu-beginner [20:32] ok got it [20:33] like this mhall119 https://code.launchpad.net/~mhall119/ureadit/4.0/+merge/293565 ? [20:34] nope, other way around, start with your branch and propose merging it into mine [20:35] mm [20:35] I only see +junk/uReadit [20:35] ahoneybun: go to https://code.launchpad.net/~aaronhoneycutt/ureadit/ureadit-personal and click the "Propose for merging" link [20:35] I got that part [20:36] nvm [20:37] This branch is not mergeable into lp:ureadit/4.0. [20:37] * ahoneybun throws keyboard [20:38] huh? that shouldn't be [20:39] hmmm, I was able to create it: https://code.launchpad.net/~aaronhoneycutt/ureadit/ureadit-personal/+merge/293566 [20:39] not sure why it was giving you an error [20:40] well you got it lol [20:40] yup, ok, back to UOS stuff, I'll review it tonight [20:40] thanks ahoneybun [20:40] np [20:46] * ahoneybun losses his mind looking at Weather Reboot code === _salem is now known as salem_ === salem_ is now known as _salem === _salem is now known as salem_ === salem_ is now known as _salem === _salem is now known as salem_ === lan3y is now known as Laney === salem_ is now known as _salem === _salem is now known as salem_ === salem_ is now known as _salem