=== _salem is now known as salem_ | ||
=== salem_ is now known as _salem | ||
=== _salem is now known as salem_ | ||
=== salem_ is now known as _salem | ||
=== marcusto_ is now known as marcustomlinson_ | ||
Cimi | Saviq, is the greeter unsplit in image 84? | 07:45 |
---|---|---|
Saviq | Cimi, yes, even before that (81 I think) | 07:45 |
Cimi | Saviq, ok | 07:45 |
Cimi | Saviq, cause I tried autopilot for my branch but greeter is transparent and such | 07:45 |
Cimi | all failing | 07:45 |
Cimi | so could be something else | 07:46 |
Saviq | Cimi, yeah, but it doesn't in trunk ;) | 07:46 |
Cimi | ahah yes | 07:46 |
Cimi | weather sucks in this country | 07:48 |
mhr3 | tsdgeos, can you look at the dep issues? | 08:07 |
mhr3 | tsdgeos, thomas wants to land it today no matter what | 08:07 |
tsdgeos | Saviq: mhr3: most of the times if run unity8 inside valgrind i don't get the scopes contents, any idea why that may be? | 08:27 |
Saviq | tsdgeos, timeout probably | 08:28 |
Saviq | pfft | 08:28 |
Cimi | bah | 08:46 |
mhr3 | tsd | 08:55 |
mhr3 | eh | 08:55 |
mhr3 | tsdgeos, as Saviq said, timeouts | 08:56 |
tsdgeos | mhr3: any easy way to increase them? | 08:57 |
mhr3 | is recompiling scopes lib an option? | 08:57 |
tsdgeos | sure | 08:57 |
mhr3 | although... should be possible to do it just by dropping a conf file somewhere | 08:58 |
mhr3 | but i never tried that | 08:58 |
mhr3 | so let's recompile | 08:58 |
tsdgeos | mhr3: well i think i don't need it now | 08:58 |
tsdgeos | i can get it to work mostly with unity-scope-tool | 08:58 |
tsdgeos | it'd be good to know for the future | 08:59 |
tsdgeos | need to go, i'm at the doctors waiting room and my turn is next | 08:59 |
tsdgeos | bbl | 08:59 |
mhr3 | include/unity/scopes/internal/DfltConfig.h.in | 08:59 |
mhr3 | static const int DFLT_ZMQ_TWOWAY_TIMEOUT = 300; // milliseconds | 08:59 |
mhr3 | static const int DFLT_ZMQ_LOCATE_TIMEOUT = 3000; // milliseconds | 08:59 |
mhr3 | eh.. | 09:00 |
Saviq | lol | 09:00 |
mhr3 | Saviq, hm, noticed that noone did a proper review of the u8 departments branch, could you look at it? | 09:05 |
Saviq | mhr3, will do | 09:05 |
Saviq | mhr3, you found an issue though? with temp scopes? | 09:06 |
mhr3 | yea.. wish that was the only issue :/ | 09:06 |
Saviq | :| | 09:06 |
Cimi | Saviq, either run on device or my branch are quite broken | 09:07 |
Cimi | at least on the phone :\ | 09:07 |
Saviq | Cimi, easy to verify - try with trunk | 09:07 |
Cimi | I haven't touched greeter in such way to break it | 09:07 |
Cimi | anyway will do | 09:08 |
Cimi | Saviq, can we have a silo? | 09:09 |
Cimi | ah I see | 09:12 |
Cimi | Saviq, I have a mousearea on top of the infographics image | 09:12 |
Cimi | Saviq, which steals events from the swipe to unlock | 09:12 |
Cimi | Saviq, I just want the double tap | 09:12 |
Cimi | is it possible to propagate everything apart double taps? | 09:13 |
Cimi | or shall I connect to the main greeter mousearea and capture taps from here? | 09:13 |
Saviq | Cimi, double tap is unfortunately just two taps, so not sure how you think you'd discern those... | 09:14 |
Saviq | Cimi, so yeah, use the same area | 09:14 |
Cimi | ok | 09:15 |
Cimi | that is the draggingarea in greeter.qml.. | 09:15 |
seb128 | Saviq, hey, do you know if that's a known issue? http://paste.ubuntu.com/7657512/ | 09:27 |
seb128 | Saviq, robert_ancell is hitting that when trying to run unity8 desktop on current utopic | 09:27 |
seb128 | likely a platform-api issue, but tvoss doesn't seem online | 09:28 |
seb128 | hum, ricmm is not on this channel, -> touch | 09:28 |
=== dandrader is now known as dandrader|afk | ||
Cimi | Saviq, issue is... draghandle has already onClicked | 09:51 |
Cimi | Saviq, sure we shouldn't have another mousearea on top of the infographics stealing that clicked event? | 09:51 |
Cimi | otherwise I have to hack the draggingarea | 09:52 |
Cimi | and check the mouse position before dealing with onclicked to tease the launcher | 09:52 |
=== dandrader|afk is now known as dandrader | ||
Saviq | Cimi, the greeter hints on tap | 09:55 |
Cimi | Saviq, onClicked | 09:56 |
Saviq | Cimi, it's working fine in the old infographics, why isn't it working now? | 09:56 |
Cimi | Saviq, because new infographics have a mousearea | 09:58 |
Saviq | Cimi, the old ones had one, too, double-click to change the source | 09:58 |
Cimi | Saviq, does tap work? | 09:58 |
Saviq | Cimi, yes | 09:59 |
Cimi | on the circle, to reveal? | 09:59 |
Saviq | Cimi, I tap once, the hint shows up | 09:59 |
Saviq | Cimi, I tap twice, the notification source changes | 09:59 |
Cimi | mouse.accepted = false | 09:59 |
Cimi | ok | 09:59 |
Cimi | yeah works with this added code | 10:00 |
Cimi | I guess I should make tests more robusts for that | 10:00 |
Cimi | apart from that is fine | 10:00 |
Cimi | Saviq, looks like it is running with my fake mock on the phone | 10:03 |
Cimi | why is that? | 10:04 |
Cimi | cannot se a proper prefix | 10:04 |
Cimi | ah ok calls run.sh | 10:06 |
=== vrruiz_ is now known as rvr | ||
mhr3 | tsdgeos, http://paste.ubuntu.com/7657681/ | 10:13 |
tsdgeos | mhr3: cool, tx | 10:14 |
=== MacSlow is now known as MacSlow|lunch | ||
tsdgeos | Mirv: ping | 10:30 |
Mirv | tsdgeos: pong | 10:30 |
tsdgeos | Mirv: i have a tentative fix for the unity8 crash on scorlling | 10:30 |
tsdgeos | Mirv: I have an upstream patch yet though (patch was exchanged with Simon from Digia via pastebin) | 10:31 |
tsdgeos | do you want to try to integrate it so more people can try it and confirm the crash is gone? | 10:31 |
Mirv | tsdgeos: ooh! must be hard debugging, seeing random corruptions at different places | 10:31 |
Mirv | tsdgeos: yeah sure I'd like to integrate it | 10:31 |
tsdgeos | let me give you a diff | 10:32 |
Cimi | Saviq, does unity automatically prefix mocks? | 10:36 |
Cimi | preload I mean | 10:36 |
tsdgeos | Mirv: http://paste.ubuntu.com/7657771/ | 10:36 |
Cimi | Saviq, I always have the fake infographics, even id I almost commented run and run_on_device | 10:36 |
Cimi | i think it might be because I don't have the real plugin | 10:36 |
Cimi | so it fallsback to the fake | 10:36 |
Mirv | tsdgeos: thanks, pushing a build to the normal PPA (the best way to have actual test results) | 10:40 |
Mirv | I hope the gcc breakage doesn't affect compiling of qtdeclarative though | 10:40 |
tsdgeos | gcc breakage? | 10:41 |
Mirv | tsdgeos: if you upgrade your phone now and get 4.9.0-7ubuntu1 version of gcc-4.9 packages, everything C++ stops working | 10:42 |
tsdgeos | but aren't we compiling with 4.8 ? | 10:42 |
Mirv | but I guess the default compiler is still 4.8. I don't really know the details except that all you get to see is Google logo if you upgrade :) | 10:42 |
Mirv | tsdgeos: yes I think so, and I think that probably the actual breakage comes from libprocess-cpp being compiled with 4.9 and now the new 4.9 broke it | 10:43 |
tsdgeos | :/ | 10:43 |
dednick | greyback: using mir+unity-mir devel the apps are not getting focused when opened. | 10:44 |
Mirv | so I put out http://people.canonical.com/~tjyrinki/gcc/fix_gcc.tar if eg. people want to dist-upgrade to Qt 5.3 PPA and still have it functional (relatively easily) | 10:44 |
dednick | greyback: nevermind. was my dodgey code | 10:58 |
greyback | dednick: sorry am otp | 10:59 |
=== dandrader is now known as dandrader|afk | ||
tsdgeos | Mirv: upstream is now at https://codereview.qt-project.org/87633 | 11:21 |
=== dandrader|afk is now known as dandrader | ||
Cimi | Saviq, time for mumble quickly? have issue I cannot resolve | 11:36 |
Saviq | Cimi, am there | 11:47 |
Mirv | tsdgeos: compliation essentially done but the nice PNG crunch will take some time still https://launchpad.net/~ci-train-ppa-service/+archive/landing-005/+build/6105619 | 11:52 |
tsdgeos | ok | 11:53 |
tsdgeos | will keep an eye | 11:53 |
Saviq | Mirv, that thing should be killed with fire :P | 11:59 |
=== alan_g is now known as alan_g|lunch | ||
=== dandrader is now known as dandrader|afk | ||
=== davidcalle_ is now known as davidcalle | ||
=== MacSlow|lunch is now known as MacSlow | ||
=== _salem is now known as salem_ | ||
Saviq | paulliu, now that you know the dash machinery more, could you have a look at bug #1330957 ? | 12:37 |
ubot5 | bug 1330957 in Unity 8 "Header with no mascot has no margin when card background is enabled" [High,Triaged] https://launchpad.net/bugs/1330957 | 12:37 |
=== alan_g|lunch is now known as alan_g | ||
=== boiko_ is now known as boiko | ||
tsdgeos | Mirv: so the build is done, can you do some testing on whether you can reproduce the crash or not? | 13:11 |
Mirv | tsdgeos: yeah, testing already, I haven't been able to crash it so far | 13:11 |
tsdgeos | nice, thanks | 13:12 |
Cimi | Saviq, same issue in the test with trunk | 13:30 |
Saviq | Cimi, so probably the test does something, like tap too quickly or so | 13:31 |
Cimi | Saviq, so basically adding mouseDoubleClick(greeter, greeter.width/2, greeter.height/2); at the beginning in test_teasingArea(data) of tst_SingleGreeter.qml causes the following to fail | 13:33 |
Cimi | so a double tap/click on the infographics mouse area break things | 13:34 |
Cimi | I don't know what | 13:34 |
Cimi | note that if you then add another mouseClick after this, it works | 13:34 |
Cimi | it's like something gets stuck | 13:34 |
Cimi | Saviq, ^ | 13:39 |
tsdgeos | Saviq: the fact i need "afterLineChildItem: DashDepartments" in two places in https://code.launchpad.net/~aacid/unity8/departments/+merge/221072 shows we need some refactoring there, but i'd rather add a todo than do it right now, what do you say? | 13:39 |
Saviq | tsdgeos, call it "navigation" btw... | 13:40 |
tsdgeos | Saviq: what should i call navgation? | 13:40 |
Saviq | tsdgeos, "afterLine" | 13:40 |
Saviq | tsdgeos, they refer to it as navigation (departments + sorting) | 13:41 |
tsdgeos | Saviq: well, it's a generic name for the thing that shows in a pageheader | 13:41 |
tsdgeos | you can you there whatever you want | 13:41 |
Saviq | tsdgeos, hmm ok | 13:41 |
Saviq | tsdgeos, bottomItem? | 13:41 |
Saviq | tsdgeos, the name is bad :D | 13:41 |
tsdgeos | i agree it's not the best name ever, but navigation is worse | 13:41 |
Saviq | tsdgeos, right, forgot it's generic | 13:41 |
Saviq | tsdgeos, but yeah, we probably need some refactor between ScopeItem and Dash, am fine with TODO | 13:42 |
=== dandrader|afk is now known as dandrader | ||
tsdgeos | Saviq: so you prefer bottomItem instead of afterLineItem ? | 13:53 |
tsdgeos | afterLine is about being after the "signature line" | 13:53 |
Saviq | tsdgeos, I know... postDividerItem? | 13:53 |
Saviq | tsdgeos, it's all in PageHeader, too, right? not specific to LVWPH? | 13:53 |
tsdgeos | correct | 13:53 |
Saviq | tsdgeos, so bottomItem would be good, too, your call between postDividerItem and bottomItem | 13:59 |
tsdgeos | ok | 14:00 |
=== alan_g is now known as alan_g|tea | ||
=== alan_g|tea is now known as alan_g | ||
paulliu | Saviq: ok. | 14:43 |
MacSlow | Saviq, I'm pretty confident https://code.launchpad.net/~macslow/unity8/sound-hint-support/+merge/218962 and https://code.launchpad.net/~macslow/unity-notifications/sound-hint-support/+merge/218961 are good to go, if you want to take another look... regarding the two branches for the combo-button support there's still a merge-conflict (reported by lp) in debian/changelog I haven't been able to reproduce locally. | 14:44 |
Saviq | MacSlow, which branch has the conflicts? | 14:46 |
MacSlow | Saviq, this one https://code.launchpad.net/~macslow/unity-notifications/combo-button-support/+merge/221506 | 14:47 |
Saviq | MacSlow, indeed, ignore LP, must've gotten confused | 14:52 |
Saviq | MacSlow, if CI is good then we're fine | 14:52 |
MacSlow | Saviq, newer CI-run for unity8/sound-hint-support is currently underway... I expect a CI-approved within the next 30 min or so | 14:53 |
Cimi | I think my system defaults to qt4 | 14:53 |
Cimi | I have this error now | 14:54 |
Cimi | qmlplugindump: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmlplugindump': No such file or directory | 14:54 |
Cimi | compiling | 14:54 |
Cimi | is there a magic env variable? | 14:54 |
MacSlow | Cimi, hm... when did you last pull updates? | 14:54 |
Saviq | Cimi, `apt install qt5-default` | 14:54 |
Saviq | MacSlow, all looks good indeed, will run through them and ACK tomorrow morning | 14:54 |
Cimi | Saviq, what does this package do? | 14:55 |
MacSlow | Cimi, I had a bunch of compiler-errror earlier this day and those went away after pulling updates again this afternoon | 14:55 |
Cimi | sets the default version to qt5 | 14:55 |
Cimi | weird | 14:55 |
MacSlow | Saviq, great thx! | 14:55 |
Saviq | Cimi, why weird? qt4 and qt5 are co-installable, both have the same binaries | 14:56 |
Saviq | Cimi, so something needs to decide how to deal with that | 14:57 |
dednick | mterry: mind taking a quick look? https://code.launchpad.net/~nick-dedekind/unity-system-compositor/trusted-sessions/+merge/221835 | 14:57 |
dednick | just some compatibility updates for mir. | 14:57 |
mterry | dednick, looks visually fine yeah | 14:58 |
dednick | although jenkins should be able to build it now... | 14:59 |
mterry | dednick, top-approve when you like | 15:00 |
dednick | mterry: thanks | 15:00 |
Cimi | Saviq, would have preferred a tool | 15:00 |
Cimi | Saviq, instead a package | 15:00 |
tsdgeos | Cimi: Saviq: you don't really *need* the package, you can just export QT_SELECT="qt5" | 15:01 |
tsdgeos | like i do | 15:01 |
tsdgeos | but then you have to change all control files to not require the package ^_^ | 15:01 |
Cimi | Saviq, otherwise what happens if you install qt4-defaults then uninstall the packages (and qt4?) | 15:01 |
Cimi | it should fall back to qt5 | 15:01 |
Saviq | tsdgeos, I know | 15:01 |
Saviq | Cimi, sure, it'd probably be handled by alternatives in Ubuntu otherwise, but qt-chooser is an upstream Qt tool, we didn't want to go against that | 15:02 |
Saviq | Cimi, and it allows you to easily switch between them by just exporting the var as Albert said | 15:02 |
dednick | Saviq: platform-api/devel & unity-system-compositor/devel should be using mir staging ppa as well for jenkins CI builds right? | 15:05 |
dednick | as well = same as unity-mir | 15:05 |
Saviq | dednick, yes | 15:05 |
Saviq | dednick, afaict | 15:05 |
Saviq | kgunn, can you confirm ↑? | 15:05 |
dednick | Saviq: hm. ok, they dont seem to be at the mo. I'll talk to CI | 15:05 |
Cimi | Saviq, this double click thing is weird | 15:10 |
Cimi | Saviq, do you have an idea? | 15:10 |
Cimi | I can try with a testcase but... | 15:10 |
Cimi | I'm wondering if it will become wasting time | 15:11 |
Saviq | Cimi, if another click is a workaround, use it for now | 15:14 |
Saviq | Cimi, with a FIXME | 15:14 |
Cimi | Saviq, it is weird | 15:16 |
Cimi | Saviq, I am not sure there is no bug here | 15:17 |
tsdgeos | Saviq: what do you mean with "TryVerticalJournal doesn't resize the journal, would be nice to see how it behaves." ? | 15:27 |
tsdgeos | it does totally resize here :S | 15:27 |
Saviq | tsdgeos, as I resize the window | 15:27 |
Saviq | tsdgeos, the actual journal does not get resized | 15:28 |
tsdgeos | i get more/less columns | 15:28 |
Saviq | tsdgeos, huh' | 15:28 |
tsdgeos | you don't? | 15:28 |
Saviq | tsdgeos, width: units.gu(80) | 15:29 |
Saviq | tsdgeos, line 359 of the diff | 15:29 |
Saviq | tsdgeos, and it's only anchored left | 15:29 |
tsdgeos | Saviq: that's not tryVerticalJournal | 15:29 |
tsdgeos | that's tryResponsiveVerticalJournal | 15:30 |
Saviq | tsdgeos, sorry, meant that | 15:30 |
Saviq | does it make more sense now? :) | 15:30 |
tsdgeos | honestly didn't think it was needed since the other already does it, but sure, can do | 15:30 |
Saviq | tsdgeos, but the other does something else | 15:30 |
tsdgeos | correct | 15:31 |
Saviq | tsdgeos, here you'll see that the columns are spaced before there's space for one more etc. | 15:31 |
tsdgeos | yep | 15:31 |
Saviq | mhr3, I dist-upgraded from silo 014, where should I look for depts? | 15:37 |
mhr3 | Saviq, amazon | 15:37 |
Saviq | mhr3, hmm I only get a single item... wonder if it's geography-based (we don't have amazon here...) | 15:37 |
Saviq | (single item and no depts that is) | 15:38 |
mhr3 | Saviq, hmm.. maybe, i get three :) | 15:38 |
mhr3 | and depts | 15:38 |
* Saviq shakes fist | 15:38 | |
Saviq | that's gonna be tricky then :| | 15:39 |
mhr3 | Saviq, what do you get with https://dash.ubuntu.com/smartscopes/v2/amazon/search?q=&platform=phone ? | 15:40 |
Saviq | mhr3, got depts there :/ | 15:40 |
kgunn | dednick: i saw you got the answer, gcc shenanigans... | 15:40 |
mhr3 | Saviq, when did you upgrade from the silo? i was rebuilding u8 like an hour ago | 15:40 |
Saviq | mhr3, just now | 15:41 |
mhr3 | hm, should be good then | 15:41 |
Saviq | mhr3, and it's not there in either favourite or temp scope | 15:41 |
mhr3 | Saviq, pastebin upstart's smart-scopes-proxy.log | 15:41 |
dednick | kgunn: that's the issue with unity-mir. usc & platform-api aren't building with mir staging ppa. | 15:41 |
Saviq | mhr3, http://paste.ubuntu.com/7659027/ | 15:42 |
dednick | kgunn: i've spoken to fginther. he's adding the hooks for the ppa to the jenkins projects. | 15:42 |
kgunn | dednick: ah | 15:42 |
mhr3 | Saviq, hm.. all looks good, check versions of unity-api, u8, scopes-api? | 15:43 |
Saviq | mhr3, all updated from the ppa :| | 15:43 |
=== gatox is now known as gatox_lunch | ||
mhr3 | Saviq, music scope not working right? | 15:44 |
Saviq | mhr3, http://paste.ubuntu.com/7659040/ | 15:44 |
Saviq | mhr3, yeah, empty | 15:44 |
Saviq | *weird* | 15:44 |
tsdgeos | Saviq: about the 'Should this be "responsive"?' | 15:45 |
tsdgeos | it's what we have in the others | 15:45 |
Saviq | tsdgeos, ok | 15:45 |
mhr3 | Saviq, indeed... last one then - scope-registry.log | 15:45 |
tsdgeos | i agree it can be a bit confusing | 15:45 |
Saviq | mhr3, http://paste.ubuntu.com/7659043/ | 15:45 |
Saviq | AH | 15:46 |
Saviq | mhr3, didn't restart smart-scopes-proxy | 15:46 |
mhr3 | oh you're on desktop? | 15:47 |
mhr3 | then yea... restart all | 15:47 |
Cimi | Saviq, what's the best way to run autopilot tests? | 15:47 |
kgunn | dednick: fyi...i'm trying to get a ci-train silo, line 12 of the sheet, to get ppa going for folks to use.... | 15:47 |
Saviq | Cimi, desktop or phone? | 15:47 |
Cimi | Saviq, well all | 15:47 |
Saviq | Cimi, on desktop or phone | 15:47 |
Cimi | I need to test this infographics | 15:48 |
Cimi | qmltests are fine | 15:48 |
dednick | kgunn: cool. unity-mir not up-to-date yet. just doing some tests now. | 15:48 |
Cimi | sbuilding now | 15:48 |
kgunn | dednick: ah...so unity-mir mp needs updating ? | 15:49 |
dednick | kgunn: yup. nearly done | 15:51 |
Cimi | Saviq, so? | 15:53 |
Saviq | Cimi, install the packages on the phone and use phablet-test-run -n unity8-autopilot | 15:54 |
Cimi | btw | 15:54 |
Cimi | sbuilding now, after long time | 15:54 |
Cimi | libunity-mir-dev:armhf : Depends: libplatform-api1-dev:armhf but it is not installable | 15:54 |
Cimi | and so on | 15:54 |
Saviq | Cimi, you can take the packages from CI | 15:54 |
Cimi | known issue or I delete and start from scratch? | 15:54 |
Cimi | Saviq, would like to have a silo for that | 15:55 |
Cimi | Saviq, with infographics too | 15:55 |
Saviq | Cimi, right, we lost the silo | 15:55 |
dednick | kgunn: ok, i've just updated the unity-mir trust session branch | 15:55 |
Saviq | Cimi, let me try | 15:56 |
* Saviq updates the chroots | 15:58 | |
tsdgeos | Saviq: the departments, you tested amazon scope? | 15:58 |
Saviq | tsdgeos, yes | 15:59 |
tsdgeos | it's the amazon scope that breaks | 15:59 |
tsdgeos | not my fault :D | 15:59 |
Saviq | tsdgeos, you sure? it looked like something broke internally? | 15:59 |
tsdgeos | i'm pretty much sure yes | 15:59 |
tsdgeos | can you tryDashContent | 16:00 |
tsdgeos | or maybe i don't understand what "click on header to close while it's loading" means | 16:00 |
tsdgeos | that's "header" in there? | 16:00 |
Saviq | the department button | 16:01 |
Saviq | tsdgeos, it looks like it's waiting for it to load at that point | 16:01 |
Saviq | tsdgeos, I could reproduce in tryDash, but it opened after it loaded | 16:01 |
tsdgeos | i'll need you to drive me with what you do there | 16:02 |
tsdgeos | but tomorrow, today fix VJ | 16:02 |
Saviq | tsdgeos, sure | 16:03 |
tsdgeos_ | and my wifi exploded | 16:09 |
tsdgeos_ | Saviq: i think the problem is items are changing size after created and that confuses the VJ | 16:09 |
tsdgeos_ | booo | 16:11 |
Saviq | tsdgeos_, :| | 16:11 |
Saviq | Cimi, u8 cross-compiles fine here | 16:11 |
Cimi | Saviq, weird | 16:11 |
Saviq | Cimi, make sure to update/upgrade your chroot | 16:11 |
Cimi | Saviq, I will delete the chroots | 16:11 |
Cimi | Saviq, how can I? | 16:11 |
Saviq | Cimi, sbuild-update | 16:12 |
Saviq | Cimi, also, https://wiki.ubuntu.com/SimpleSbuild#Maintaining_the_schroots | 16:13 |
Cimi | cool | 16:13 |
tsdgeos_ | Saviq: i can fix it, but tomorrow, too tired now to tackle that big-ish change now | 16:14 |
Cimi | Saviq, ap seems to run fine... I'll leave it... | 16:17 |
Cimi | ah | 16:20 |
Cimi | the phone app has the new bottom edge | 16:20 |
Cimi | looks quite confusing to use | 16:21 |
Cimi | when it's in, the header changes weird | 16:21 |
Cimi | Saviq, did you try the new bottom edge in the phone app? | 16:22 |
Cimi | am I alone thinking it's weird layer of navigation? | 16:23 |
Cimi | it comes from the bottom, but the header suggest to navigate left not down | 16:23 |
Cimi | i think that if we have a gesture from the bottom we should be able to revert it with an action similar but inverted | 16:24 |
=== salem_ is now known as _salem | ||
=== gatox_lunch is now known as gatox | ||
=== alan_g is now known as alan_g|EOD | ||
=== _salem is now known as salem_ | ||
alecu | mzanetti, Saviq: here's a fake launcher, that exposes via dbus the interfaces we discussed, and that uses libubuntu-download-manager-client to fetch progress and error information: https://code.launchpad.net/~alecu/unity-scope-click/launcher-integration/+merge/223461 | 18:06 |
alecu | I'll be using that to test the scope branch that will call startInstallation and completeInstallation | 18:07 |
alecu | I figured it might be useful as a skeleton for the launcher implementation. | 18:08 |
=== salem_ is now known as _salem | ||
=== _salem is now known as salem_ | ||
mterry | Is there a 'FunctionSpy' like there is a SignalSpy? | 18:43 |
=== salem_ is now known as _salem | ||
=== _salem is now known as salem_ | ||
=== salem_ is now known as _salem | ||
=== boiko_ is now known as boiko |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!