=== TheMuso` is now known as TheMuso === duflu_ is now known as duflu [08:53] Saviq: what about getting https://code.launchpad.net/~aacid/unity8/huddie/+merge/239831 in ? It'll save some compile time and maybe even make installation better [08:54] since maybe we save the phone from having dee installed [09:20] tsdgeos, btw... looks like the combobutton replacement branch is going to be included after all [09:21] tsdgeos, checked yesterday via email what's the status on the subject is with stakeholders [09:21] ok [09:22] tsdgeos, also kicked off another build on jenkins... after I saw that there were still whitespace issues. [09:30] waaaaaaaaaaaaaaaaaaat has happened to our header?¿?¿ [09:42] tsdgeos, wer? [09:42] Saviq: make tryDash looks specially bad [09:42] vivid [09:43] is this the UITK change we need mzanetti's branch for? [09:43] hmm [09:43] tsdgeos, ugh [09:44] if it has multiple bottom separators, yes [09:44] yeah looks like it [09:46] yeah... timp approved that header branch [09:46] I actually thought he'll land it in the same silo or so === vrruiz_ is now known as rvr [09:53] tsdgeos, .pot update for huddie do you think? [09:53] can do [09:59] Saviq: done [09:59] tsdgeos, tx [10:06] MacSlow: can you remove this probably unneeded change? [10:06] 309 - hints: {"x-canonical-private-affirmative-tint": "true"}, [10:06] 310 + hints: {"x-canonical-private-affirmative-tint": "true",}, [10:08] tsdgeos, sure [10:11] tsdgeos, pushed [10:12] whoa, qmluitests green again \o/ [10:14] well [10:14] now for autopilot :D [10:21] tsdgeos, do you have to spoil the fun ;) [10:22] i'm like that [10:22] the party animal! [10:23] :) [10:25] MacSlow: so we don't do the delayed height animation anymore? [10:29] ... [10:33] MacSlow: so basically with the new code [10:33] action with index 2 is just the text that is shown in the expander, but doesn't "do" anything, right? [10:34] tsdgeos, correct..that's what design wants [10:34] MacSlow: has spec or whatever been updated so people using this knows? [10:37] MacSlow: i have the feeling that the mousearea there should be an AbstractButton so that there is haptic feedback [10:38] and imho [10:38] optionToggle.expanded = optionToggle.expanded ? false : true [10:38] tsdgeos, since nothing is using it yet, there's nothing that could break. [10:38] would read better as [10:38] optionToggle.expanded = !optionToggle.expanded [10:39] MacSlow: i'm not saying breaking, i'm saying documenting [10:39] tsdgeos, the only "documentation" is the design-spec [10:39] ok [10:40] tsdgeos, any the examples from lp:unity-notifications [10:40] tsdgeos, and those I always keep aligned with the latest design-mockups I receive [10:42] tsdgeos, I'm using "optionToggle.expanded = optionToggle.expanded ? false : true" [10:42] yes [10:42] i say i think i think the other reads better [10:42] but that's fine if you don't want to change it [10:42] the MouseArea vs AbstractButton i think is something we should change though [10:42] tsdgeos, you just mixed up these two :) [10:43] tsdgeos, I'll look into the AbstractButton [10:54] greyback: hey, for the antialiasing we'd need that branch too. https://code.launchpad.net/~unity-team/unity8/antialiasing-spread/+merge/240581 [10:54] it's an easy one though [10:54] mzanetti, ok [10:55] tsdgeos, fixed mentioned issues. [10:57] amazing to see a jenkins-run on a unity8-branch with everything succeeding [11:07] am I really too stupid to figure out how to restore one file with dejadup? [11:08] "You can restore the entire backup with the Restore... button" - ok I see that [11:08] greyback, doesn't it integrate with nautilus or something? [11:08] "or use Files to either revert individual files or restore missing ones" - where the f*ck is "Files" - I only have "Help" in the menus [11:08] greyback, nautilus is "Files" [11:09] Saviq: that's retarted [11:09] greyback, you know who to talk to ;) [11:10] indeed [11:10] bbiab [11:10] greyback: totem is videos, epiphany is web, etc etc etc it's all gnomes making it easier naming thing [11:11] "Files" vs "nautilus" -> new user vs old-school user [11:13] we're doing the same on touch, no? https://wiki.ubuntu.com/Touch/CoreApps [11:13] "Weather", "Music", "Share", ... [11:14] I think it's just the modern way to name apps [11:14] (that are part of the system) [11:14] larsu: it's not the modern way it's the "You shall not use other apps other than the blessed ones" way [11:14] because who in it's mind would use "somename" when you have "Videos" around [11:15] tsdgeos: who forces anyone to use those apps? [11:15] larsu: the *name* [11:15] the name forces? [11:15] this is ridiculous [11:15] yep [11:15] people is ridiculous :D [11:15] don't quote me on that ;) [11:15] people use firefox on gnome even though "Web" is around [11:15] tsdgeos, it's going on the quotes-page now :-P [11:16] tsdgeos: and calendar apps on android/ios even though "Calendar" is around [11:16] larsu: sure, that's because Web is maybe not that good and because Firefox is a powerhouse name [11:16] Holas [11:17] tsdgeos: how about third party camera apps on ios? They're really popular [11:17] tsdgeos: but the default app is named ... Camera [11:18] I think it's just a "comes from os vendor"/"is a 3rd party app with its own branding" distinction [11:18] since the os vendor doesn't usually need to brand each bundled app [11:19] (they still do for high profile apps, such as browsers) [11:22] larsu: maybe [11:23] MacSlow: yeah this is really better than the old thing [11:24] MacSlow: would you hate me much if i ask for a single icon instead of two? [11:24] or you think it'd make the code les readable? [11:24] tsdgeos, single icon ? [11:24] tsdgeos, where [11:24] MacSlow: you have two Icon {} [11:25] but they are alternatively visibible [11:25] i.e. one is [11:25] visible: index !== startIndex [11:25] and the other [11:25] visible: index === startIndex [11:25] so could really use One [11:26] tsdgeos, hm... let me see [11:28] tsdgeos, the layout/placement will look weird [11:31] MacSlow: you mean the code [11:31] to make it be either on left/right if it's index === startIndex or not [11:33] tsdgeos, no... startIndexis for the passed in model [11:33] ok, leave it like this [11:34] it's one extra Icon{} only [11:34] and it's not like Notification is there all the time [11:34] wasting memory [11:41] tsdgeos, one potentially can get only one such notification with the new OptionToggle at time [11:57] sure [12:00] Cimi: hey, you in the office today? [12:10] mzanetti, nope [12:11] mzanetti, I'll hardly go with my back in the next weeks... but I will if needed [12:11] mzanetti, is there a silo to test? [12:11] 4? [12:14] Cimi: problem solved... did a hangout with design === MacSlow is now known as MacSlow|lunch [12:27] mzanetti, is there also a silo we need to test? [12:28] Cimi: no, not that I know of [12:28] are we gonna land the list on bottom swipe for rtm now? [12:28] seeing there's a silo for it [12:29] mzanetti: we're not [12:29] ok [12:29] unless someone overruled what kgunn said yesterday :D [12:29] :D [13:40] mzanetti, tsdgeos, which is the branch fixing the header? === dandrader is now known as dandrader|afk [13:49] Saviq: haven't tried, but https://code.launchpad.net/~mzanetti/unity8/new-pageheader-api/+merge/239242 ? [13:53] Saviq: i find it weird they are changing public api unless this is going to land on rtm [13:53] this late [13:53] but oh well [13:54] tsdgeos, I find it weird how that landed at all [13:54] Saviq: but it's vivid only, no? [13:54] tsdgeos, yes, but well, how it landed in vivid? it's kinda easy to notice... [13:54] ah [13:54] sure === dandrader|afk is now known as dandrader === MacSlow|lunch is now known as MacSlow [14:34] mzanetti, would you have some time to look at the remaining autopilot failure we have in ci? [14:36] /latefood [15:17] Saviq: yeah, can have a look === Malsasa_ is now known as Malsasa [15:52] Saviq: whats the key combo to invoke screenshotter? [15:53] cwayne, volup+voldown [15:53] Saviq: nice, thanks === dandrader is now known as dandrader|lunch [16:08] * greyback eow [16:08] good weekend guys! [16:15] Saviq: we can't run autopilot from a source dir any more, can we? [16:19] mzanetti: where are you trying to run autopilot? on a phone? [16:19] my desktop [16:20] mzanetti: that hasn't changed [16:20] well... it always runs the isntalled instance, not the one from the builddir [16:20] if I uninstall the installed one, it won't work at all any more [16:22] mzanetti, ninja -C builddir install [16:22] or well, make -C builldir install [16:23] you need to have it installed *somewhere* (by default in builddir/install) [16:23] and that's where autopilot will look for unity8 [16:29] mzanetti: see the CODING file [16:30] you need to set PYTHONpATH too afair [16:30] doesn't fail on my desktop anyways [16:31] I guess we could just delete that test anyways... well, at least the open_scop_to_right is useless [16:31] as it just swipes the dash to the left [16:31] while the open_scop_to_left does the same, and additionally swipes it back [16:31] so one of them is definitely just a waste of time === dandrader|lunch is now known as dandrader === dandrader is now known as dandrader|afk === alan_g is now known as alan_g|EOD === dandrader|afk is now known as dandrader === jhodapp is now known as jhodapp|sick