=== Malsasa_ is now known as Malsasa [07:11] slowest internet ever [07:11] 0.5MB [07:11] going to reboot the router [07:21] meh, still slow [07:21] :/ [07:59] tsdgeos, hola :) [08:00] Cimi: ciao [08:00] :) [08:00] tsdgeos, do you know anything about vertical journal? [08:00] Cimi: lots of things [08:00] tsdgeos, cool! [08:02] tsdgeos, it feels like there is one small bug in the cardcreator that was setting maybe a wrong implicitheight [08:03] tsdgeos, but then the card is clipped by the container where is put [08:04] actually no, there is sth weird here === larsu_ is now known as larsu [08:46] tsdgeos, do you get this failure with unity8 trunk? http://paste.ubuntu.com/8477914/ [08:46] yes [08:46] you don't have to fix that one [08:51] mzanetti: i did publish https://code.launchpad.net/~aacid/unity8/fixleftlaunchergreetertodash/+merge/236829 again [08:51] mzanetti: if you care to reapprove :D [08:51] dandrader: and you can have a look at fix_left_swipe_temp_scope_overview agian [09:04] tsdgeos: yeah... given that I'm a bit stuck with setting up the next silo atm I'd prefer to also have mterry a look at this [09:04] ok [09:05] i.e. have to do some rtm releases before we can release to utopic again. otherwise they drift too much [09:05] yep [09:10] tsdgeos, I linked a branch to https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1362160 [09:10] Ubuntu bug 1362160 in unity8 (Ubuntu) "Card's implicitHeight calculated wrong if summary is missing" [High,In progress] [09:11] tsdgeos, but the result is still clipped maybe because of the margin in ResponsiveVerticalJournal [09:13] Cimi: well ResponsiveVerticalJournal is supposed to clip, no? [09:14] tsdgeos, but the bug seems to complain that it clips [09:14] well, they should not use a ResponsiveVerticalJournal then [09:15] tsdgeos, anyway, that branch should fix the bug [09:16] https://code.launchpad.net/~unity-team/unity8/fix-card-implicitHeight/+merge/236833 [09:16] Cimi: the CardVJ will "clip" at 35gus [09:16] after that you can expand it [09:16] it's how it works [09:17] tsdgeos, there is something more [09:17] tsdgeos, if you take that branch and change 35 to more, it still clips [09:17] welll [09:17] then that's a bug [09:17] tsdgeos, because inside ResponsiveVerticalJournal.qml [09:17] tsdgeos, there is VerticalJournal [09:18] tsdgeos, and I think those margins are problematic [09:18] first of all, if I change them all is blank [09:26] tsdgeos, on desktop, height is 234, implicitHeight 234.66666 [09:26] tsdgeos, looks like height is floor of implicitHeight? [09:27] shouldn't it be ceil? [09:28] Cimi: noone cares :D [09:28] i mean you're missing 0.6 pixels? [09:28] tsdgeos, seems like at least [09:28] i don't think this is your problem [09:28] but sure, you can find where we do this and add a ceil instead of direct asssignment [09:29] tsdgeos, might be qt? [09:29] qt what? [09:29] you're assigning a float to an int [09:29] it obviously gets cut [09:29] height is realk [09:30] real [09:30] mzanetti, is there a technical reason for tst_Launcher have several UT.UnityTestCase instead of just one? [09:30] dandrader: yes [09:30] dandrader: I want to restart it [09:31] dandrader: they have different init() functions [09:31] etc [09:31] mzanetti, you want to restart what? [09:31] Cimi: but not collapsedHeight/expandedHeight [09:31] dandrader: like the component gets destructed and recreated between those [09:32] mzanetti, launcher? [09:32] yes [09:32] iirc. it's bee a while [09:32] tsdgeos, right [09:32] but I remember I did this on purpose [09:32] tsdgeos, why we did int? [09:33] Cimi: bug? [09:33] interneeeeeeeeeeeeeeeeeeeeeeeeeeeet come on :'( [09:33] tsdgeos, will add that to the branch [09:33] tsdgeos, :) [09:33] tsdgeos, how come internet is slow? [09:33] my isp is crap [09:34] tsdgeos, mine is 125Mb/12Mb... all is fine... until one day suddenly dies for an hour [09:34] tsdgeos, I had more issues with fiber this year than my previous 10 with adsl [09:35] it is equally annoying... [09:35] vesar: https://bugs.launchpad.net/ubuntu/+source/mir/+bug/1369644 [09:35] don't you have LTE in barca? [09:35] Ubuntu bug 1369644 in unity8 (Ubuntu) "[enhancement] Should be possible to take a screen shot on the phone from the phone itself" [Undecided,In progress] [09:36] i don't [09:37] and my phone doesn't support it either [09:37] I commented on that bug [09:38] tsdgeos, so you're looking for what should be the notification of a new screen shot for the user? [09:38] vesar: yes [09:38] vesar, I vote for an entry in notification center! I commented on the bug [09:38] well AlbertA is :D [09:38] tsdgeos, is there some video of the current one? [09:39] vesar: AlbertA said he'd record a video, but i don't see a link [09:39] he's probably still asleep thoguh [09:39] * tsdgeos asks mup [09:39] time:04h39-0500 [09:39] yeah :D [09:39] vesar: but basically is a white fadein+out afaik [09:40] vesar, is a white rectangle fading overlay [09:43] tsdgeos, http://i.imgur.com/ad7wOGO.png [09:44] tsdgeos, this is with using real... looks like bottom margin should be required [09:46] where? [09:51] Cimi: ↑ [09:51] tsdgeos, under the card journal [09:51] tsdgeos, coldplay card [09:52] looks good to me [09:52] tsdgeos, overlaps [09:52] e? [09:52] tsdgeos, it should be clipped [09:52] what overlaps? [09:52] ah fuck [09:52] right [09:52] tsdgeos, it goes over the category [09:52] the line thing [09:52] xmag is your friend :) [09:52] it's so subtle [09:53] indeed [09:53] I had to use xmag [09:53] lp:~unity-team/unity8/fix-card-implicitHeigh [09:53] t [09:57] tsdgeos, what should be the right behaviour? [09:58] tsdgeos, that card being clipped by the category? [10:00] give me a sec [10:01] AlbertA, would you have a video of the current screenshot notification? https://bugs.launchpad.net/ubuntu/+source/mir/+bug/1369644 [10:01] Ubuntu bug 1369644 in unity8 (Ubuntu) "[enhancement] Should be possible to take a screen shot on the phone from the phone itself" [Undecided,In progress] [10:17] Cimi: how do you get to there? search in music? [10:17] tsdgeos, no [10:17] tsdgeos, just have few artists [10:18] uf [10:18] tsdgeos, yeah... [10:18] Cimi: that screenshot is actually weird [10:19] since the divider is anchored at the bottom [10:19] tsdgeos, u can use scope tool [10:19] should not be before it [10:19] tsdgeos, http://paste.ubuntu.com/8478282/ [10:19] tsdgeos, just do this in app scope [10:20] Cimi: do where? in override category? [10:21] yes [10:21] ok [10:22] Cimi: what i see there is clipping, not what you showed me [10:23] tsdgeos, are u running my branch? [10:23] which one? [10:24] tsdgeos, here is noty clipped [10:24] tsdgeos, https://code.launchpad.net/~unity-team/unity8/fix-card-implicitHeight/+merge/236834 [10:24] tsdgeos, latest revision === dandrader is now known as dandrader|afk [10:32] Cimi: we need this http://paste.ubuntu.com/8478346/ [10:39] tsdgeos, yes I KNOW ADDING MARGIN THERE HELPS... BUT IT IT CORRECT? [10:39] ops caps lock [10:39] Cimi: why do you think it is not? [10:40] or we want to clip? [10:40] tsdgeos, or we want to add padding somewhere else [10:40] why would you want to clip? [10:40] margin [10:40] Cimi: that doesn't add padding anywhere, that fixes a bug [10:41] tsdgeos, but is rowspacing also, or more? [10:41] seb128: any chance we show wifis by power on the welcome wizard? it is kind of boring having to find my wifi from the 30 i get :D [10:41] we could use units.gu(2) [10:42] Cimi: we could use other stuff [10:42] and it would be wrong [10:42] this is right [10:42] read the code [10:42] ok [10:42] and tell me why you think it's wrong [10:43] tsdgeos, that's a question for Cimi, he's the one working on the wizard [10:44] Cimi: can we show the wifis sorted by power in the wiizard? [10:46] tsdgeos, nope [10:47] tsdgeos, this is a question for Wellark [10:48] tsdgeos, with your code, the line clip: parent.height != implicitHeight will basically always be true [10:48] * tsdgeos keeps the redirection [10:49] Wellark: can we show the wifis in power order in the welcome wizard? [10:49] tsdgeos, wizard, indicators, system settings, they all get the model from dbus [10:49] Cimi: rihgt, that needs fixing [10:49] tsdgeos, we just display what unitymenumodel gives us [10:49] tsdgeos, so is a backend thing [10:50] tsdgeos, together with the bug that super annoys me, connecting on an access point jumps it at top of the list [10:50] Cimi: or could move the margins out [10:50] tsdgeos, so you basically see it disappearing when you tap it [10:51] or just add rowSpacing below [10:51] or replace it with parent.implicitheight [10:51] that one actually makes more sense i guess [10:52] tsdgeos, if I play with the margins inside VerticalJournal, the journal disappears :/ [10:52] don't play with them then D: [10:52] hah === karni is now known as karni-brb === karni-brb is now known as karni [10:57] tsdgeos, maybe adding padding in both expanded and collapsed height inside CardVerticalJournal? [10:57] works the same [10:58] Cimi: this is not padding [10:59] this is making it right [10:59] if VJ tells you it wants to be 100px height, and then you add a bottomMargin and topMargin of rowSpacing/2, you need to add rowSpacing to its height [11:00] doing it anywhere else than RVJ is wrong [11:00] do you understand what i mean? [11:02] tsdgeos, I do now [11:02] tsdgeos, so we need to change clipping I suppose [11:03] yeah [11:03] clip: parent.height != parent.implicitHeight [11:03] or move it up to the parent [11:03] and make it [11:03] clip: height != implicitHeight [11:03] i guess [11:03] the second would actually make a bit more sense [11:04] tsdgeos, != or < ? [11:05] can use < but it will never should be > [11:07] tsdgeos, it should clip if height is set smaller than implicitHeight? [11:07] tsdgeos, if is the same or bigger, clip is not required, right? [11:07] right [11:08] tsdgeos, pushed, you can reapprove [11:10] Cimi: can you give the branch a better commit log? [11:10] since it also fixes RVJ height now [11:11] tsdgeos, done [11:12] Cimi, tsdgeos: hello [11:12] sorry, what? [11:12] redone [11:12] you want to show the wifi accesspoints ordered by strength? [11:12] negative. [11:12] if you have 20 access points near by and your own is not the strongest one then it will be a PITA trying to find you access point [11:13] if it's a full list, then it must be ordered by SSID name [11:13] the indicator will limit the number of access points in the indicator menu to the five or something strongest ones [11:13] and they will be ordered by strength [11:14] but the system-settings and the welcoming wizard are showing the full list so, sorry, no ordering by strength [11:14] tsdgeos, Cimi: what is the use case you are trying to fix?' [11:16] Wellark: i can't find my wifi :D === dandrader|afk is now known as dandrader [11:17] because i have 20 access points searching is horrible [11:17] Wellark: as an example i just setup a windows 8 laptop for my family and my wifi was correctly at the top on the windows8 wecolme wizard [11:21] tsdgeos: you do know the name of your wifi, right? [11:21] so going throuh an alphabetical list should not be so hard? ;) [11:22] tsdgeos: sure, what about your neighbor that comes to your house and wants to use his wifi when he sets up his win8 [11:22] and then he has no other way than actually looking through _all_ of the access point names trying to find which one is his [11:23] as they are ordered totally arbitrary by strength [11:23] people look for specific name [11:23] when they want to connect to a wifi network [11:23] if it would not matter which one they take [11:23] then it would be perfectly OK to order by strength [11:23] strength is not arbitrary [11:23] but whatever [11:23] i'm not going to convince you [11:24] every single device i have does it the way i say [11:24] but you're right :) [11:25] tsdgeos: yes. and I have been trying to use "those other devices" in an envinment with dozens of accesspoints around [11:25] and they all _suck_ [11:25] like my house [11:25] where i get 20 networs [11:25] it doesn't suck [11:26] it's awesome i don't have to swipe down trying to find my network [11:26] and wondering why if it's the only one with 100% power and all others are 10% is not on the top [11:26] well, you are just lucky that your wifi has the strongest signal around [11:26] but as said, you're right, everyone else got it wrong [11:26] tsdgeos: good :) [11:26] end of discussion [11:28] tsdgeos, you should rather talk to mpt/designers about that [11:32] tsdgeos: I was talking about full list of access points. nothing would stop the wizard from having a default of five strongest access points and then provide means to see the full list [11:33] Meanwhile, jounih was just complaining to me about the networks jumping around in the list, which they inevitably do if they’re sorted by strength [11:34] mpt: yes. when you select an access point the list should be scrolled up === MacSlow is now known as MacSlow|lunch [11:34] which the u-s-s does not do either atm [11:35] mpt: oh, you commented on the "ordered by strength" [11:35] yes [11:35] so imagine being in a conference center during some major evet [11:35] *event [11:35] with dozens and dozens of access points [11:35] and having the full list ordered by strength [11:36] it would go all over the place before you can pinpoint the one you actually want to connect with [11:36] and once the ordering changes you have to start all over again from the top [11:37] mpt: so, that what jounih is seeing is because the wizard nor the system-settings is scrolling the list back to the top when an access point is selected for connection [11:37] dunno if we have a bug about that.. === _salem is now known as salem_ [12:15] Wellark, yes, I suggested that it should stay where it is until it’s actually finished connecting [12:27] Wellark, it’s bug 1349371 [12:27] bug 1349371 in Network Menu "Current access point should not change until it is active" [Low,Triaged] https://launchpad.net/bugs/1349371 === MacSlow|lunch is now known as MacSlow [12:42] mpt: can't really do that.. [12:42] mpt: maybe after Washington? [12:43] Do I have a piece of paper taped to my back that says “I am an engineering manager”? :-) [12:44] I design things. If you say “we need a simpler solution by X date”, I can do that … But that bug is currently Low, so apparently it doesn’t need fixing at all before RTM === karni is now known as karni-lunch [12:46] mpt: well, you asked for it ;) [12:48] I did no such thing [12:57] alecu, hola! what do I need for that? https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1267184 from you side? [12:57] Ubuntu bug 1267184 in unity8 (Ubuntu) "[Dash] apps that are being downloaded/installed are not shown differently from un-installed apps" [Medium,Triaged] [12:59] Cimi: is this about the launcher or the dash icons? [12:59] alecu, everything :) [12:59] alecu, I don't know what info we receive from the backend [13:00] alecu, whatever is missing, basically [13:01] Cimi: ok, regarding the launcher animation, I think all the code is in place in the scope, and there's some sample code of how the client for that would work. [13:02] Cimi: by the launcher I mean the animation as shown in the video here: https://sites.google.com/a/canonical.com/unity8dash/scopes/store/3-previews [13:02] Cimi: now, regarding icons in the dash, I don't think there's code in the scope for that yet [13:03] Cimi: is all of this supposed to be in for rtm, right? [13:03] alecu, I read ota 2 [13:03] alecu, but I am ready now to work on it... [13:04] * alecu just notices the ota-2 tag :P [13:11] ok, found it [13:11] Cimi: http://bazaar.launchpad.net/~ubuntuone-control-tower/unity-scope-click/trunk/files/head:/scope/tests/fake_launcher/ [13:12] Cimi: that's a "fake launcher" I've used for testing the click scope [13:12] Cimi: it listens to the dbus signals from click scope, telling it when an app has been started installing [13:12] and for the progress of installation [13:13] and it gets notified when the click package installation has been completed, giving it the app_id that the launcher will need to launch the app [13:13] when starting it gives the launcher a title and the url of an icon [13:14] Cimi: but [13:15] big but... [13:15] we planned this a few months ago, when we decided that we wouldn't be doing the Installation Manager for rtm. [13:15] I think we still need to work on the Installation Manager at some point [13:17] that means that the progress api will need some changes [13:18] but I think it's ok for you to start on the visual parts of the launcher animations and filling up, and then we can adapt it when (and if!) we change the backend. I think the changes should be minimal. [13:19] Cimi: if it's ok with you, let's do a hangout tomorrow to talk a bit more about this. === dandrader is now known as dandrader|afk [13:33] vesar: ping [13:34] tsdgeos, yo [13:34] vesar: who would be better to install a ppa on a phone and hand it over to JMulholland and friends so they can have a look? [13:35] tsdgeos, well I think I'm the best person to do that around here. [13:36] tsdgeos, just give me the instructions and I can do it [13:36] vesar: ok, let me sync up with a few people and i'll send you an email or ping you here [13:37] tsdgeos, very good [13:37] pstolowski: can you merge feeds with the new release? [13:37] vesar: thanks :) [13:37] tsdgeos, no probs [13:37] tsdgeos, will do === karni-lunch is now known as karni === Malsasa_ is now known as Malsasa [13:58] alecu, ok === boiko_ is now known as boiko [14:21] dednick, Do you have a bug number for the "unknown" text in the media widget of indicator sound? === dandrader|afk is now known as dandrader [14:22] dednick, Want to dup one to it. [14:23] ted: no. it shouldnt be there anymore though [14:23] ted: i mean, you shouldn't get unknown [14:23] dednick, Apparently in a version of rtm it is. [14:24] ted: i c. no. there's no bug [14:24] dednick, What component should I mark it fixed release on? :-) [14:24] ted: unity8 [14:26] dednick, bug 1376221 [14:26] bug 1376221 in unity8 (Ubuntu) "Media widget shows "unknown" if no track data" [Undecided,Fix released] https://launchpad.net/bugs/1376221 [14:26] ted: ya [14:28] mterry: hey ho. tsdgeos fixed it. mind giving it a look too (esp last comment) https://code.launchpad.net/~aacid/unity8/fixleftlaunchergreetertodash/+merge/236829 [14:29] tsdgeos: aw thanks! [14:29] mzanetti, will do [14:31] mterry: ok. thanks. will put it to the next silo [14:35] paulliu: https://code.launchpad.net/~aacid/unity8/fixleftlaunchergreetertodash [14:36] tsdgeos: ok. thanks. Let me try it. [14:38] mzanetti: any idea when the next silo will exist? [14:38] cwayne: what are you waiting on? [14:38] cwayne: currently the "next" can refer to 4 :D [14:39] mzanetti: the card-visual-tweaks branch [14:39] cwayne: ack, worst case, will be the 4th [14:39] cwayne: we are lagging behind with rtm releases [14:39] mzanetti: aren't we all :) [14:39] cwayne: have to do 3 rtm releases now, then we'll continue with utopic ones [14:39] cwayne: but, the next spreadsheet row contains that branch already [14:40] mzanetti: mterry: one of the two top approve https://code.launchpad.net/~aacid/unity8/fixleftlaunchergreetertodash/+merge/236829 [14:41] done [14:41] the bot hadn't commented yet :) [14:41] mzanetti: ah i'd missed that, thanks === gatox_ultra is now known as gatox === dandrader is now known as dandrader|afk === dandrader|afk is now known as dandrader [15:46] mterry: hey! I just wanted to poke you about the unlock-screen issues we've been seeing - do you know the reasons for why sometimes it's failing to unlock the screen during smoketesting? [15:47] sil2100, https://code.launchpad.net/~mterry/unity8/retry-unlock/+merge/236167 hasn't landed yet... [15:47] sil2100, that may help [15:47] sil2100, oh wait, smoketesting? [15:47] sil2100, like actual human on device testing? [15:47] No no [15:47] mterry: the autopilot smoketesting ;) [15:48] sil2100, oh yeah then the above branch might help. It's possible there's a race between booting and trying to unlock [15:48] Oh, a loop [15:48] ACK ;) === gatox is now known as gatox_lunch === gatox_lunch is now known as gatox === salem_ is now known as _salem