/srv/irclogs.ubuntu.com/2013/11/04/#ubuntu-unity.txt

=== duflu_ is now known as duflu
xnoxmdeslaur: hm, is that on the desktop only atm?03:36
* xnox haven't seen that on Touch yet.03:36
mdeslaurxnox: oh, I didn't realize he was referring to touch...perhaps it's not on touch yet04:09
xnoxmdeslaur: maybe he wasn't =) /me only has touch on my mind these days04:10
mdeslaurxnox: yes :)04:10
xnoxbut would be cool to have them on touch as well =)04:10
mdeslaurdefinitely :)04:19
=== iahmad is now known as iahmad|afk
tsdgeoswe got stuff merged in \o/08:15
lesshastemdeslaur, how can I use that to get the calendar to show the right date?08:43
tsdgeosanyone knows what's the new s-jenkins ip?08:45
tsdgeosmzanetti: Saviq: MacSlow: ↑↑↑ ?08:45
MacSlowtsdgeos, isn't it 10.97.0.2608:46
tsdgeosmay be08:46
tsdgeosmy firefox autocompletion said 10.97.2.1008:46
MacSlowtsdgeos, that's what I have here in my hosts file... and it seems to work still08:46
mzanetti10.97.0.2608:46
tsdgeosokidoki08:46
tsdgeostx08:46
mzanettioh... that might have been wrong08:47
tsdgeosok, big question08:48
tsdgeoswhy is there no huge queue of autolanding?08:48
tsdgeoswe need to set to needs review->approve again?08:48
mzanettitsdgeos: Saviq wanted to trigger them manually08:49
tsdgeosmzanetti: " [paulliu] Swipe between previews: INPROGRESS" is you, right?08:49
mzanettitsdgeos: yeah08:49
tsdgeosoka08:49
mzanettitsdgeos: blueprint?08:49
tsdgeosyep08:49
tsdgeosmoved it08:49
mzanettithanks08:49
tsdgeosthere some other stuff in https://blueprints.launchpad.net/ubuntu/+spec/client-1303-unity-ui-dash that needs moving to month 11 i guess08:51
* tsdgeos moves08:52
mzanetti implement the music preview: TODO08:52
mzanettididn't know that was assigned to me. but ok. shouldn't be a biggie08:52
tsdgeos:D08:52
tsdgeosso we're Saviq? shouldn't he be jetlagged? :D08:53
mzanettiwhich might be related to the fact you cant find him :)08:54
mhr3dednick, it's here again! no time indicator on my desktop now!09:47
mhr3dednick, also how was sf?09:48
dednickmhr3: better weather than here :)09:48
dednickmhr3: otherwise, pretty busy09:48
mhr3hmm, really? who would have thought that :)09:48
dednickmhr3: what version of indicator-datetime you running?09:48
* mhr3 checks09:49
mhr3  Installed: 13.10.0+13.10.20131016.2-0ubuntu109:49
larsumhr3: https://bugs.launchpad.net/indicator-session/+bug/123971009:50
ubot5Ubuntu bug 1239710 in indicator-session (Ubuntu Saucy) "indicator-datetime or -session missing ~10% of the time" [High,Fix committed]09:50
larsumy fixes got merged after 16.10.2013. They should trickle in with an SRU09:50
mhr3larsu, yey, so it's finally tackled, cool09:51
mhr3larsu, what was the issue?09:51
larsumhr3: a deadlock in glib's type system09:51
larsuthe fixes are work arounds09:51
mhr3oh that?09:51
larsudesrt wants to fix it this cycle09:51
mhr3i remember reporting it a year and a half ago :)09:51
larsuyeah its quite old...09:52
seb128hey mhr3, larsu10:00
seb128mhr3, yeah, the same good old bug biting back ;-)10:01
=== _salem is now known as salem_
sil2100bregma: ping!10:50
sil2100bregma: https://bugs.launchpad.net/unity/+bug/124778710:54
ubot5Ubuntu bug 1247787 in Unity "Unity FTBFS from lp:unity on trusty" [Undecided,New]10:54
dednickmhr3: ping.11:31
mhr3dednick, pong11:31
dednickmhr3: hey. do you know if you can send and receive a dbus message on same interface and same thread when using g_dbus_proxy_call_sync ?11:33
dednickI'm guessing not....11:34
dednickgiven that it says sync :)11:34
tsdgeosmzanetti: ping11:34
mhr3dednick, it's _sync cause it'll block until you get a reply11:34
mhr3dednick, otherwise all _async methods will return reply in the same thread where you initiated the request11:35
dednickmhr3: right. but will it spin without pumping glib queue?11:35
mhr3given there's a mainloop running there11:35
mhr3dednick, you mean "will it spin the mainloop" or "will it flush the previous dbus msgs"?11:36
mhr3it will the latter11:36
mhr3spinning mainloop... not sure11:37
dednickmhr3: ok. so if the message is being handled by the same thread, it will just time out i guess. Which is what i'm seeing...11:37
dednicksigh11:38
mhr3yea, don't do that :)11:38
dednickmhr3: means we can't create notifications in Unity8.11:38
dednickbit of a bugger11:38
mhr3dednick, why can't you use the async variant?11:39
larsumhr3: why did you set bug #1239710 to confirmed? Is it still happening after you updated?11:39
ubot5bug 1239710 in indicator-datetime (Ubuntu) "indicator-datetime or -session missing ~10% of the time" [High,Confirmed] https://launchpad.net/bugs/123971011:39
dednickbecause it's libnotify11:39
dednickmhr3: ^11:39
mhr3larsu, cause it was marked as released, and it's not11:39
mhr3dednick, eek :/11:39
larsumhr3: ah, it's only in proposed. Sorry about that :)11:39
dednickmhr3: and to made it even worse, notification actions dont work when you put it on separate thread! happy days!11:41
dednickstupid11:41
larsudednick: unity8 itself implements org.freedesktop.Notifications11:41
larsujust use internal API to show a notification11:42
dednicklarsu: yeah, i know. but only really the server.11:42
dednickthe client is too rudimentary.11:42
larsudednick: right. If you block unity8 when sending the message, it can't receive the message11:42
dednickbut i guess we can change that11:42
nic-doffaytsdgeos, ping11:43
tsdgeosnic-doffay: hi11:43
larsudednick: but really, don't hit the bus from the same process11:43
mzanettitsdgeos: pong11:43
tsdgeosmzanetti: still missing a test, but can you have a look at https://code.launchpad.net/~aacid/unity8/lvwph_bad_header_position_1245824/+merge/193754 to see if it works for you ?11:44
nic-doffaytsdgeos, quick Q. Is the index on a repeater delegate a QModelIndex or just an int?11:44
tsdgeosnic-doffay: just an int11:44
nic-doffaytsdgeos, cool ta11:44
tsdgeosnic-doffay: QML doesn't really expose the QModelIndex stuff since it's motly list-based11:45
mzanettitsdgeos: on it11:45
nic-doffaytsdgeos, right I'll remember that. Thanks!11:49
Saviqtsdgeos, I *am*11:52
tsdgeosoh my11:52
tsdgeosthe google mail thing11:52
tsdgeoshas put the travel agency stuff into the spam folder11:52
tsdgeosawesome11:52
tsdgeos...11:52
Saviqtsdgeos, like you'd *ever* need that11:53
* Saviq is useless, hates jetlag, takes swap-day11:53
Saviqping if needed11:53
tsdgeosSaviq: but shouldn't you be jetlagged into the other direction? :D11:53
tsdgeosSaviq: what do we do with landing stuff?11:53
dandradermzanetti, is autolanding working again for unity8?11:53
mzanettitsdgeos: https://code.launchpad.net/~aacid/unity8/lvwph_bad_header_position_1245824/+merge/193754/comments/44648711:53
tsdgeosmzanetti: tx11:54
mzanettidandrader: yes. but afaik still manually. Saviq didn't want to let the queue fight on its own11:54
Saviqtsdgeos, dandrader, mzanetti yep - manual11:54
dandraderSaviq, hey, I want my branch in! :) who do I bug to get it merged? you?11:55
tsdgeosSaviq: meaning we trigger the CI and if it approves we manually merge it?11:55
Saviqtsdgeos, no, meaning we trigger unity8-autolanding manually11:55
Saviqtsdgeos, or - I am11:55
tsdgeosoh11:55
tsdgeosok11:55
tsdgeosSaviq: want us to take over for today?11:55
dandraderbefore it bitrots11:55
Saviqtsdgeos, whoever's got the rights to access http://s-jenkins:8080/job/unity8-autolanding/build11:56
tsdgeosi had afair11:57
* tsdgeos checks11:57
Saviqit's just about filling landing_candidate merge_proposal and candidate_revision there11:57
tsdgeosyep, can do that11:58
Saviqtsdgeos, I think I'm jetlagged the right way, i.e. I couldn't sleep until 5am ('cause it was still 8pm in SF)11:58
=== MacSlow is now known as MacSlow|lunch
tsdgeosSaviq: ah right11:58
tsdgeosSaviq: ok, let me try to merge dandrader's MR11:59
tsdgeosSaviq: candidate_revision is the rev on landing_candidate we want to merge, right?11:59
dandradertsdgeos, https://code.launchpad.net/~dandrader/unity8/drag-crash-1228336/+merge/192183  thanks!!!12:00
Saviqtsdgeos, the one that's approved on the merge, to be exact12:00
nic-doffaySaviq, still a maximum of three searches for the SearchHistory yeah?12:00
Saviqtsdgeos, I just triggered for https://code.launchpad.net/~cimi/unity8/fix-1204300/+merge/19200612:00
Saviqnic-doffay, yes12:00
nic-doffaySaviq, cool12:00
Saviqtsdgeos, you can put the next one in queue12:00
Saviqand I'll try and be around to look at it anyway, but in case I pass out you know what to do ;)12:01
tsdgeos:D12:01
tsdgeosadded to the queue12:01
Saviqtsdgeos, https://code.launchpad.net/~aacid/unity8/lvwph_bad_header_position_1245824/+merge/193754 no test?12:02
tsdgeosSaviq: i need to think how to do the test, wanted to get mzanetti to try it first12:03
Saviqtsdgeos, ah kay, thanks12:03
tsdgeosthe other test i made for the other bug is not liking the CI though :_/12:03
mzanettiyep. hence the comment only and not a direct approve12:03
Saviqtsdgeos, btw, Qt 5.2 is there in qt5-beta-proper ppa, weirdly fails unity8 package tests12:07
Saviqi.e. https://launchpadlibrarian.net/155434488/buildlog_ubuntu-trusty-amd64.unity8_1%3A7.83%2B14.04.20131028.1-0%2B201310302134~481~ubuntu14.04.1_FAILEDTOBUILD.txt.gz12:07
Saviqwhich is like... "230 hours ago" != "yesterday"... ORLY?12:08
Saviqor "230 months ago" != "yesterday", for that matter12:08
tsdgeosboo :D12:08
tsdgeosSaviq: want me to have a look at that after i finish the test for this fix?12:08
Saviqtsdgeos, not a priority12:09
tsdgeosok12:09
Saviqtsdgeos, but the sooner we fix it, the sooner we switch to it, or at least start testing12:09
SaviqI worry that's v4 failing to do the date maths properly12:09
tsdgeosSaviq: though tbh if it's a bug in 5.2 it'd be cool to get it fixed in 5.2.012:09
Saviqtsdgeos, true12:09
tsdgeosso if we can report it and get someone else to fix it12:09
tsdgeosinstead of it having to be me12:09
tsdgeosit's a win :D12:09
Saviqtsdgeos, sure, do your thing :)12:10
SaviqCimi, hint: you don't need to commit tag changes, they're separate12:14
Cimiso what  shall I  do?12:15
seb128mhr3, why did you change the indicator bug back to "confirmed"?12:21
CimiSaviq, how am I supposed to deal with them then?12:23
SaviqCimi, just push12:23
CimiSaviq, I cannot push without a commit12:23
SaviqCimi, ah, that's where you direct the "bzr tag" command directly at the remote branch12:24
CimiSaviq, unless you push and says "nothing to push" it's a bug12:24
SaviqCimi, my mail did that12:24
Cimiah I see12:24
CimiSaviq, I obviously just copied past, remember my lazy nature :)12:24
Cimi*paste12:24
mhr3seb128, @12:3912:30
seb128mhr3, it should be "fix commited"12:31
seb128mhr3, or "in progress" at least12:31
mhr3seb128, we should have "in distro" / "not in distro" status for pkg bugs :)12:33
seb128;-)12:33
seb128mhr3, what distro do you run?12:33
mhr3seb128, what a silly question :P12:33
seb128mhr3, because the fix is released in trusty, so the status was correct...12:33
seb128mhr3, saucy I guess? ;-)12:34
greybackSaviq: https://launchpad.net/~canonical-qt5-edgers/+archive/qt5-beta-proper <- I don't see Qt5.2 packages in there. Or are the version numbers not bumped?12:34
mhr3seb128, of course, noone likes to be on dev while foundations team are playing there :)12:34
seb128mhr3, still, that's the correct status, can you set it back?12:35
Cimiwho wants to help me with some cake? I have to port the wizard from quake to cmake12:35
mhr3seb128, done12:36
seb128mhr3, thanks12:36
Saviqgreyback, hmm maybe somewhere else? /me checks12:37
Saviqgreyback, https://launchpad.net/~canonical-qt5-edgers/+archive/qt5-beta212:38
Saviqtsdgeos, fyi ↑12:38
greybackSaviq: I've 5.2 in a chroot. Have had 1 bug fixed already anyway12:38
Saviqtsdgeos, btw, https://jenkins.qa.ubuntu.com/job/unity-phablet-qmluitests-trusty/90/? looks like a valid fail12:40
tsdgeoschecking12:40
tsdgeosbut at least it fails too here12:41
tsdgeosso that's good :d12:41
mhr3Cimi, mhhh, cake :)12:44
Cimihah12:45
Cimistupid autocorrection12:45
tsdgeosstupid -7.10543e-15 not being 012:47
=== alan_g is now known as alan_g|lunch
pabloalmeidaff9hello12:54
pabloalmeidaff9anyone can help a willing developer who's trying to fix a bug?12:54
greybackpabloalmeidaff9: what's the bug? When we know that, we can point you to the best person12:56
pabloalmeidaff9it's a problem with drag and drop in Unity12:56
pabloalmeidaff9you can drag and drop to many places, except websites12:56
pabloalmeidaff9like the Gmail composer12:57
pabloalmeidaff9I guess I found the cause12:57
pabloalmeidaff9it looks related to how the URI of the icon is encoded12:57
pabloalmeidaff9since Firefox understands the URI as  a lot of Chinese characters12:57
pabloalmeidaff9while the terminal understands it just fine12:57
pabloalmeidaff9I followed the path and ended up on the Files lens and scope12:58
pabloalmeidaff9but it's in Vala12:58
pabloalmeidaff9is there a default encoding in Unity results uris?12:58
greybackpabloalmeidaff9: oh wow, that's great, you've figured out the issue! Could I ask you first to log a bug against the unity project, it helps us keep track of the work13:00
pabloalmeidaff9allright13:01
pabloalmeidaff9I'll be doing that right now13:01
greybackpabloalmeidaff9: thanks. Then I'll have to point you to "bregma" - he should be able to help you - but he may not be awake yet13:02
pabloalmeidaff9it's my first time on IRC. I'll have to leave in one hour. If he's not awake until then, is there a more offline way of working on this? Will he be following the bug report?13:03
pabloalmeidaff9I've filled a lot of reports in the past, some even with the patches, but the overall impression is that nobody listens13:03
=== MacSlow|lunch is now known as MacSlow
greybackpabloalmeidaff9: we get a lot of bug reports, it cane be hard to keep track. https://launchpad.net/~unity-dev is a Mailing List where the right people would definitely see your contribution13:11
pabloalmeidaff9greyback: reported. Link: https://bugs.launchpad.net/unity/+bug/124783413:12
ubot5Ubuntu bug 1247834 in Unity "Drag and drop files to an area inside a website from the Dash doesn't work" [Undecided,New]13:12
greybackpabloalmeidaff9: I suggest you write a mail, adding the bug and your proposed fix/asking for help. That's probably the best way to do this in a more offline way13:13
greybackpabloalmeidaff9: if you've other bugs with patches, it would do no harm to list them in a mail too. We like patches :)13:14
pabloalmeidaff9greyback: Allright. I'll be doing more research until it's time to leave the office and if bregma is not here until then, I'll email him13:14
greybackpabloalmeidaff9: nice, thank you.13:15
pabloalmeidaff9greyback: Well, the last one I tried was a bug that is more like an opinion. It was about sorting the wifi networks list by signal strength instead of by name. The problem is that I could not build the thing at all. The solution is simple, so I guess it works, but I have no way of knowing.13:16
pabloalmeidaff9greyback: I don't remember ever being able to build any package GNOME package ever.13:16
=== dandrader is now known as dandrader|afk
Saviqdandrader|afk, there's a bunch of (non-flaky) failures for your branch http://10.97.0.26:8080/job/unity-phablet-qmluitests-trusty/92/13:25
Saviqtsdgeos, you need to fill "merge_proposal", too13:26
Saviqtsdgeos, otherwise it won't update its status13:26
=== dandrader|afk is now known as dandrader
dandraderSaviq, interesting. gonna check those13:37
sil2100Trevinho: ChrisTownsend: ping ;)13:42
ChrisTownsendsil2100: Hi!  What's up?13:43
sil2100ChrisTownsend: hello, could you maybe take a look at the recent unity FTBFS issue?13:43
sil2100ChrisTownsend: https://bugs.launchpad.net/unity/+bug/124778713:44
ubot5Ubuntu bug 1247787 in Unity "Unity FTBFS from lp:unity on trusty" [High,New]13:44
* ChrisTownsend Looks13:44
sil2100ChrisTownsend: thanks :)13:45
ChrisTownsendsil2100: Looks very strange.  I'll look into it.  Thanks for pointing that out.  I'm wayyyyy behind on email, so I probably wouldn't see it for a while:)13:45
greybackpabloalmeidaff9: sorry, had meeting. "apt-get build-dep <package-name>" should download all the dependencies needed to build a package. It should install all you need13:47
tsdgeosSaviq: ah, ok13:55
tsdgeosSaviq: did you do that or?13:55
=== rachelliu_ is now known as rachelliu
=== alan_g|lunch is now known as alan_g
tsdgeosSaviq: ok, i did14:00
mhr3sil2100, is this the week we can get the new pkgs in trusty?14:10
mhr3sil2100, mostly capnp14:10
sil2100mhr3: yes, I guess it will! I already have a snapshot packaging ready, there are only a few issues that need to be resolved and we can push it out14:11
mhr3sil2100, would be nice if we could get python bindings for it too :)14:12
mhr3but that's a bonus ;)14:13
tsdgeosdednick: nic-doffay: standtup14:31
tsdgeosdednick: oh you're there :D14:31
dednicktsdgeos: the second you said :)14:31
greybacktsdgeos: just an FYI: https://bugreports.qt-project.org/browse/QTBUG-3449314:34
tsdgeosgreyback: ouch14:35
greybacktsdgeos: that breaks just swiping the greeter away showing dash. Here's workaround: http://pastebin.ubuntu.com/6359069/14:37
kgunnmterry: curious...as you try the nested mir (on desktop) were you also attempting on touch as well ?14:38
greybacktsdgeos: I'm also seeing a fast swipe-greeter-away doesn't set dash scale = 1, instead seems stuck around something like 0.8. Probably another JS issue.14:38
mterrykgunn, I've mostly been working with nested Mir on phone14:38
kgunnmterry: cool...that's even better14:38
mterrykgunn, my benchmarking will be on phone for example14:38
kgunnmterry: you're the greatest!14:38
mterrykgunn, I wasn't even thinking of benchmarking on desktop...  maybe I should, but I assume it will be smaller delta than on phone14:39
tsdgeosgreyback: i guess we can get that patch in, it "should work", but the less name overlapping the better i'd say14:40
kgunnmterry: right the impact will really be on the phone... alf and i were just chatting about this very thing14:40
greybacktsdgeos: +114:40
tsdgeosgreyback: i always get confused by the fact that we have billions of stuff named the same :D14:40
tsdgeosroot14:40
kgunnmterry: i think the mir guys should do nested-bypass work for phone first vs desktop14:40
tsdgeoseverywheeeere14:40
tsdgeosgreyback: so are you proposing the MR?14:41
greybacktsdgeos: I like "root" everywhere. It refers to the root of the qml doc you're in. Also IMO is a kind of scoping, makes it much harder to probe QML objects14:42
mterrykgunn, sure, makes sense. phone is priority after all14:42
greybacktsdgeos: yep, gimme a sec14:42
tsdgeosgreyback: well, i like it some days, get confused some others :D14:42
greybacktsdgeos: fair enough :)14:42
tsdgeosi agree it's good it gives some kind of "predictability"14:42
kgunnmterry: yeah...i kinda view it as: we should strive for functional across both phone & desktop...but include consideration for performance on phone, delayed focus on perf for desktop14:43
tsdgeosmzanetti: ok, switching-previews next up the queue14:44
mzanettitsdgeos: \o/ thanks14:45
nic-doffaymzanetti, got time for a review? The search scope is ready.14:45
mzanettinic-doffay: in a moment14:45
nic-doffaymzanetti, cool here's the link for whenever: https://code.launchpad.net/~nicolas-doffay/unity8/scope-search-refactor/+merge/19378714:45
greybacktsdgeos: https://code.launchpad.net/~gerboland/unity8/stop-name-clash/+merge/19378914:46
mzanettigreyback: ah, what I wanted to ask:14:47
mzanettigreyback: on the weekend I've been working a bit more on some apps and got hit by this again:14:47
mzanettigreyback: run an app from cmdline, lock the screen, ctrl+c on the app, unlock the screen14:47
mzanettigreyback: it will get in a state where you have to reboot14:48
greybackmzanetti: eek14:48
greybackmzanetti: bug please :)14:48
mzanettigreyback: https://bugs.launchpad.net/unity8/+bug/124786414:53
ubot5Ubuntu bug 1247864 in Unity 8 "device needs to be rebooted when an app closes while stopped" [Undecided,New]14:53
greybackmzanetti: mind if I rename?14:54
mzanettifeel free14:54
mzanettigreyback: also, feel free to increase priority :P14:54
greybackmzanetti: does unity8 actually crash, or just hang?14:54
mzanettigreyback: I don't know...  can't restart it any more14:55
mzanettimaybe it hangs14:55
greybackmzanetti: ok14:55
Cimimterry, hey michael!14:57
mterryCimi, hello!14:57
Cimimterry, I'm working on porting the wizard over cmake14:58
mterryCimi, oh neat14:58
mterryCimi, did system-settings switch over?14:59
Cimimterry, yes14:59
Cimimterry, but I'm failing and I need an help :)15:00
Cimimterry, I pushed there lp:~unity-team/ubuntu-settings-components/wizard-cmake15:00
dandraderSaviq, tsdgeos fixed (at least locally) the qmltest failures in lp:~dandrader/unity8/drag-crash-1228336.15:01
mterryCimi, the account plugin is missing a CMakeLists.txt file?15:03
Cimimterry, might forgot to addd15:04
Cimimterry, added15:04
Cimimterry, but I dunno with the wizard app15:04
Cimimterry, and the potfiles15:05
tsdgeosdandrader: you can ask for the type15:05
dandradertsdgeos, it can be an EdgeDragArea or DirectionalDragArea. I think duck-typing is more convenient15:05
tsdgeosit can be more convinient15:06
tsdgeosbut it'll break15:06
dandradertsdgeos, does type checking also consider inheritance?15:06
tsdgeosdon't know tbh, probably not15:06
dandradertsdgeos, well, I think javascript is all about duck typing15:06
tsdgeossince at least what i know is "typeof"15:06
mterryCimi, your accounts CMakeFile.txt is missing a closing parens on first lin15:07
mterrye15:07
dandradertsdgeos, as opposed to hard type checking15:07
tsdgeosso it'll give you the "child-most" item15:07
mterryCimi, why does wizard app have its own po file anyway?15:07
tsdgeosdandrader: that doesn't mak it right ;-D15:07
tsdgeosdandrader: anyway it's not me that was reviewing that MR15:07
dandradertsdgeos, it's a different way of doing things. not right or worng15:07
tsdgeosmzanetti: can you do the re-review of last thing at https://code.launchpad.net/~dandrader/unity8/drag-crash-1228336/+merge/192183 ?15:08
tsdgeosdandrader: tell me that when you end up with an item with those properties and it breaks :D15:08
mzanettitsdgeos: dandrader: hmm... isn't there a less intrusive solution for this?15:10
dandradermzanetti, I'm open for suggestions15:10
mzanettihmm15:10
dandradermzanetti, one idea is for the UnityTest base class to already call this method15:12
dandraderin his initTestCase15:12
mzanettidandrader: yeah, sounds better, but let me think for one more minute15:12
dandraderalthough I don't know what happens if an intance of it overrides this method15:13
Cimimterry, because I thought of keeping it separate15:13
Cimimterry, you have commit access, it's on unity-team15:14
mzanettidandrader: fixing the flick() method to do stuff within the allowed range is not an option?15:14
mterryCimi, oh, fair15:14
dandradermzanetti, I didn't get it15:15
mzanettidandrader: mhm... ok. well, please try to hide it more then15:15
mterryCimi, ok, I fixed a couple syntax errors, so now you can at least get to the make portion of building15:17
mterryCimi, looks like you aren't passing libhybris includes/ldflags to the accounts plugin15:17
=== dandrader is now known as dandrader|lunch
Cimimterry, thanks15:19
Cimimterry, I'm *bad* at those things15:19
Cimimakefiels15:19
Cimimakefiles15:19
Cimiwell, especially bad :)15:19
tsdgeosgreyback: eh, the time test error in 5.2 is actually bad coding on our side15:25
tsdgeosSaviq: ↑15:26
tsdgeos"A JSONObject is an unordered collection of name/value pairs"15:26
tsdgeosit just happen that 5.0 was returning it to us ordered15:26
tsdgeosand now it isn't15:26
greybacktsdgeos: interesting, maybe a little optimization v8 did?15:27
tsdgeosdon't know tbh15:27
tsdgeosbut we're not the only ones to hit this15:28
tsdgeoshttp://stackoverflow.com/questions/5773950/how-to-keep-an-javascript-object-array-ordered-while-also-maintaining-key-lookup15:28
tsdgeosthis is browser-related15:28
tsdgeosbut it's the same issue :D15:28
tsdgeosany taker? https://code.launchpad.net/~aacid/unity8/object_to_array/+merge/19380115:40
tsdgeosmzanetti: greyback: ↑↑↑15:40
tsdgeosit's easyyyyy15:40
mzanettiok. can do15:41
mzanettitsdgeos: and you're sure this doesn't break anything?15:42
tsdgeosi am15:42
tsdgeoswhat would it break?15:42
mzanettiok... given that we only import this in a test15:43
tsdgeoslol15:43
tsdgeosthat's also true15:43
tsdgeoswhy just not kill it?15:43
mzanettiyeah15:43
mzanettiah right... this was used in the clock on the greeter iirc15:44
mzanettiand that one was dropped in favor of the indicator one15:44
tsdgeoswell, approve this one and then let's see if we want to kill it or not15:44
tsdgeostx15:47
tsdgeoshmmm15:55
* tsdgeos confused15:55
tsdgeoswhy is the autolander green but not merged?¿?¿15:56
tsdgeosbeucase it failed15:57
tsdgeosgrrr15:57
tsdgeosmy mitsake15:58
tsdgeosgrrrrr215:58
tsdgeosthird attempt :D15:59
tsdgeosdandrader|lunch: do you think we can make it so removeTimeConstraintsFromDirectionalDragAreas is invoked on the shell for all the tests?16:00
=== dandrader|lunch is now known as dandrader
Saviqdandrader, thanks17:05
=== tvoss is now known as tvoss|dinner
=== alan_g is now known as alan_g|EOD
davidcallemzanetti, hi, I'm testing some scopes with your music previews branch and I'm wondering if the cover art having a fixed height is by design.18:13
* greyback eod18:28
=== dandrader is now known as dandrader|bbl
=== dandrader|bbl is now known as dandrader
=== salem_ is now known as _salem

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