/srv/irclogs.ubuntu.com/2016/05/02/#ubuntu-app-devel.txt

=== JanC is now known as Guest37928
=== JanC_ is now known as JanC
=== athairus is now known as afkthairus
nik90t1mp, ping09:25
nik90zsombi, ping09:27
zsombinik90: wazzup? :)09:27
nik90zsombi, 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/NHpF12W09:28
zsombinik90: no, not really. If you want the same layout as on teh oimage, you need to use something else than APL09:29
zsombinik90: that layout has one single header,09:29
nik90zsombi, I am fine with not having a single header09:30
nik90but I hate having a blank white column09:30
zsombinik90: so you'd need to use ConditionalLayout or APL with headerless pages09:30
nik90I love the APL, so ideally I would like to stick to it.09:30
zsombinik90: ok, well, you can push a dummy page w/o header and have something as content09:30
t1mpzsombi, nik90: It is not a super crazy idea to add a placeholder component to the APL that is displayed when a column is blank09:31
nik90zsombi, 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
zsombit1mp: sure, it's just we don't have that now, right?09:32
t1mpyes09:32
nik90t1mp, yes, that would be a good idea indeed.09:32
zsombit1mp: nik90: but remember, whatever placeholder you add, that will add to teh component creation time, so your app will load even slower...09:33
zsombiso don't play easy with these words :)09:33
t1mpor just add an Item/Label that is drawn outside of the APL, but only when only one column is visible09:34
nik90zsombi, 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
nik90t1mp, 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:34
t1mpno, not yet09:35
t1mpI don't know if we have a bug for that09:35
zsombinik90: more, do you still own clock app?09:35
nik90zsombi, Yes, I do work on it in my spare time.09:35
nik90but less recently since it is more or less complete09:36
zsombinik90: you could use the BottomEdge.preloadContent instead of doing that ugly trick from messaging now09:36
nik90zsombi, But the preloadContent stuff hasn't landed in the stable images yet09:36
zsombinik90: ehm... didn't it land in OTA10?09:37
nik90zsombi, I remember asking you if it can land with OTA-10..but am fairly certain it didnt.09:37
* nik90 checks09:37
zsombinik90: well, you asked when OTA10 was on its original date, it has been moved ~1 month :)09:37
zsombinik90: so it should be released09:38
nik90zsombi, 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
nik90also there was one SDK silo that did land close to OTA-10 release09:39
zsombiwth?09:39
nik90but it only had timp's fix for the black header issue and other minor issues..09:39
zsombioh, crap...09:39
* nik90 looks at sdk trunk09:39
nik90zsombi, https://bugs.launchpad.net/canonical-devices-system-image/+bug/154045409:41
ubot5Ubuntu bug 1540454 in Canonical System Image "support using a pre-loaded page in BottomEdge component" [High,Fix committed]09:41
nik90its milestoned for ota-1109:41
zsombioh, craaaap!09:42
zsombiI thought it made for ota10...09:42
zsombinik90: sorry, then you need to wait a bit more :(09:42
nik90zsombi, 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:43
nik90I will check my phone package version to do a final confirmation a bit later09:44
=== ogra_` is now known as ogra_
=== _salem is now known as salem_
dpmbzoltan_, IIRC you used to have a script to check downloads/subscribers of the sdk PPA, didn't you?14:25
bzoltan_dpm: I still have it14:26
dpmbzoltan_, great, do you have it somewhere handy for me to use with another PPA?14:26
bzoltan_dpm: http://paste.ubuntu.com/16189644/14:26
dpmthanks!14:27
dpmhi 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:50
oSoMoNdpm, I don’t happen to have that list handy, but I could write it down for you14:56
dpmoSoMoN, that'd be great when you've got time15:01
=== chihchunl is now known as chihchun
oSoMoNdpm, http://pastebin.ubuntu.com/16190298/15:15
oSoMoNdpm, some of those might have dependencies on other projects, see https://launchpad.net/ubuntu-system-apps for a list of related projects15:17
=== davidcalle_ is now known as davidcalle
=== sephiap_ is now known as sephiap
dpmoSoMoN, thanks!15:34
oSoMoNyou’re welcome15:35
=== afkthairus is now known as athairus
ahoneybunmhall119 any time for that fix in uReddit?20:24
mhall119ahoneybun: not yet, been so busy catching up and preparing for UOS20:24
mhall119ahoneybun: I may work on it after dinner tonight20:24
ahoneybunok cool, was going to update the Ubuntu.Components but thought I would break it lol20:25
mhall119ahoneybun: also, I think you proposed the wrong branch for merging20:25
ahoneybunmhall119 I need help with a new project with a weather API20:25
ahoneybunyea I know20:25
ahoneybunnever merged before I think20:26
mhall119where did you push your changes to?20:26
ahoneybunmy own branch20:26
ahoneybunhttps://code.launchpad.net/~aaronhoneycutt/trunk/ureadit-personal20:27
mhall119oh, you didn't push it under the ureadit project namespace, that's why I didn't see it20:27
ahoneybunyea that's all new to me20:27
ahoneybunwas lucking I got bzr to work at all lol20:27
mhall119ok, that's easy, just run: bzr push lp:~aaronhoneycutt/ureadit/ureadit-personal20:28
mhall119ahoneybun: are you not familiar with launchpad's bzr integration?20:28
ahoneybunvery little20:28
ahoneybunwas lucky to get uBeginner updated on there20:28
ahoneybunI get around with the bzr docs20:29
mhall119so launchpad's bzr url pattern is: lp:~<username>/<project>/<branch>20:29
* ahoneybun moves to his linux machine 20:29
ahoneybunmm20:29
mhall119anybody can push a new branch using any project name on Launchpad, as long as you use your username20:29
mhall119so you can put to ureadit with lp:~aaronhoneycutt/ureadit/<branch_name> using any branch_name you want20:29
ahoneybunso bzr push lp:~mhall199/ubuntu-beginner/personal ?20:30
mhall119then it will show up under ureadit's list of branches, and you can then propose merging it into lp:ureadit or lp:ureadit/4.020:30
=== mjl_ is now known as mjl
mhall119ahoneybun: only I can push to branches starting with lp:~mhall119/20:30
=== kalikiana_ is now known as kalikiana
=== tgm4883_ is now known as tgm4883
mhall119yours would all start with lp:~aaronhoneycutt/20:31
ahoneybunI'm saying from your POV20:31
mhall119or, lp:~<team>/ for any team you're a member of20:31
ahoneybunif you worked on something of mine20:31
mhall119yeah, for me I would push a uBeginner branch to what you said, then propose merging it into trunk or some other branch in ubuntu-beginner20:31
ahoneybunok got it20:32
ahoneybunlike this mhall119 https://code.launchpad.net/~mhall119/ureadit/4.0/+merge/293565 ?20:33
mhall119nope, other way around, start with your branch and propose merging it into mine20:34
ahoneybunmm20:35
ahoneybunI only see +junk/uReadit20:35
mhall119ahoneybun: go to https://code.launchpad.net/~aaronhoneycutt/ureadit/ureadit-personal and click the "Propose for merging" link20:35
ahoneybunI got that part20:35
ahoneybunnvm20:36
ahoneybunThis branch is not mergeable into lp:ureadit/4.0.20:37
* ahoneybun throws keyboard 20:37
mhall119huh? that shouldn't be20:38
mhall119hmmm, I was able to create it: https://code.launchpad.net/~aaronhoneycutt/ureadit/ureadit-personal/+merge/29356620:39
mhall119not sure why it was giving you an error20:39
ahoneybunwell you got it lol20:40
mhall119yup, ok,  back to UOS stuff, I'll review it tonight20:40
mhall119thanks ahoneybun20:40
ahoneybunnp20:40
* ahoneybun losses his mind looking at Weather Reboot code 20:46
=== _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

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!