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

=== duflu_ is now known as duflu
perowhere can i get the actual extension for chromium's unity web apps? i've lost it and get it back it no matter what (reinstalling chromium-browser, unity-webapps-common, etc)03:17
tvossSaviq, ping07:44
tvossSaviq, for when you wake up: https://code.launchpad.net/~thomas-voss/unity-mir/refactor-oom-score-adj-to-rely-on-process-cpp/+merge/19479707:47
tvossand https://code.launchpad.net/~thomas-voss/unity-mir/refactor-process-group-operations-to-rely-on-process-cpp/+merge/19480407:47
Saviqtvoss, I like all the red08:56
=== tjaalton_ is now known as tjaalton
tvossSaviq, :)09:14
Saviqtvoss, missing debian/control entry, though09:15
tvossSaviq, yup, fixing09:16
tvossSaviq, please don't top-approve, yet09:16
Saviqtvoss, k09:17
tvossSaviq, updated09:23
Saviqtvoss, cheers09:23
tvossSaviq, now if only jenkins was with us again09:24
Saviqtvoss, ;)09:24
cooljckdhi guys09:37
cooljckdanybody on the keyboard ?09:37
cooljckdi just wanted to ask you guys in there is any repo for ubuntu in mauritius09:39
cooljckdif*09:39
cooljckdi mean a server locally in mauritius09:40
cooljckdbecause the moment we have to download everything from the uk09:40
cooljckdand it sucks09:41
cooljckdto have to download updates on a daily basis from here with this type of bandwidth09:41
cooljckdi mean what would cost you make a git server on the island and commit resent security updates to it automatically from anywhere09:43
greybackcooljckd: you should be able to choose a repo closer geographically. Did you look in "Software & updates" ?09:43
cooljckdnop09:43
cooljckdit doesnt work that way09:44
cooljckdlet me explain why09:44
greybackcooljckd: open that app, there's a dropdown for "Download from" where you can choose other servers09:44
=== alan_g is now known as alan_g|afk
cooljckdthe local telecom company is a jerk all outgoing connection is being reroute to the uk09:45
cooljckdwhich make every bandwidth wise09:46
cooljckdsuck09:46
greyback*all* outgoing connections? That's ridiculous09:46
cooljckdso even if you choose another repo it stills sucks09:46
cooljckdl know its crazy09:47
greybackwell then you need to talk to your local telecom company09:47
cooljckdbut seems they dont trust the local operators09:47
greybackrouting all traffic half way around the world is crazy sounding09:47
cooljckdwell all can be proven09:48
cooljckdof course09:48
cooljckdif you dought my info09:48
cooljckdjust check for yourself09:48
greybackno I don't doubt you09:48
cooljckdso i've to the uk recently09:49
cooljckdi bandwidth there is 33 mb for the average jo09:49
cooljckdits cool to work there09:49
cooljckddont get me wrong i love to travel but i still like my country09:50
cooljckdand im trying to find a way to make think ok for me and everybody using linux09:51
cooljckdin mauritius09:51
cooljckdhave a better experience09:51
cooljckdusing there fav os09:51
greybacksure. But unfortunately there's no mirror on Mauritius right now :(09:51
cooljckdwas there any09:51
greybacknot that I know of09:52
cooljckdi vpn and ssh to germany everyday09:52
cooljckdand i dont have any problem09:53
cooljckdworking from out here09:53
greybackcooljckd: maybe there'd be interest in establishing a mirror. Have you talked with these guys: http://lugm.org/09:53
cooljckdwell i guess i just keep looking for a distro that can suit my needs09:54
cooljckdthanks for answering anyway09:54
greybackgood luck09:54
cooljckdhehe09:54
cooljckdluck has nothing to do with this09:54
cooljckdits a teritorial thing09:55
cooljckdi mean you cant expect some windows lovers to let linux traffic out now can you09:55
greybackWell I'd hope your ISPs are linux users09:56
cooljckdwell maybe someday maybe09:56
cooljckdin 30 years09:56
cooljckdperhaps09:56
cooljckdwhen worlds ends and the zombies invades09:57
cooljckdanyway i hope im still there then09:57
cooljckdbye09:57
cooljckdcheers09:57
greybackbye! Hope you find a solution somehow :)09:58
=== alan_g|afk is now known as alan_g
nic-doffaytsdgeos, can we land this today? https://code.launchpad.net/~nicolas-doffay/unity8/search-history-persist/+merge/19393511:11
tsdgeosnic-doffay: the landers are dead11:11
nic-doffaytsdgeos, ah still.11:12
tsdgeosnic-doffay: any reason you need it today?11:12
tvosstsdgeos, the landers sounds a bit like the elders :)11:16
tsdgeos:D11:16
nic-doffaytsdgeos, not particularly.11:17
tsdgeosoka11:18
=== _salem is now known as salem_
tsdgeosdandrader: i added you to https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/125041211:36
ubot5Ubuntu bug 1250412 in Ubuntu UI Toolkit "InverseMouseArea does not work with TouchEvents" [Undecided,New]11:36
tsdgeosif you can share some thoughts on it11:36
tsdgeosit'd be cool11:36
tsdgeosdednick: man, i can't repro the crash anymore :(11:37
dednicktsdgeos: hm.11:37
dandradertsdgeos, well, it's an InverseMouseArea, not an InverseTouchArea. :P11:37
tsdgeosdandrader: i know11:38
tsdgeosdandrader: so i guess you're suggesting we strip the code that makes MouseArea work with TouchEvents?11:39
dandradertsdgeos, added a comment11:40
dandradertsdgeos, I don't think MouseArea has any code about touch events11:41
dandradertsdgeos, it's all in QQuickWindow11:41
tsdgeosQQuickWindow has11:41
tsdgeoslet's kill it11:41
tsdgeosby your suggestion11:41
tsdgeosdoesn't make any sense11:41
tsdgeosok, you were joking11:42
tsdgeosi'll stop continuing your joke as it's obvious it's not working11:42
dandradertsdgeos, I wonder why they did it like that. If it's an optimization or something...11:42
dandradertsdgeos, I stumbled upon it while doing the "touch ownership" work. I had to use a Qt private API in order to dispatch a touch event to an item11:43
dandraderthere's a QQuickItemPrivate::dispatchTouchEvent() "public" method that QQuickWindow calls11:43
dandraderintenally it just call QQuickItem::touchEvent()11:44
dednicktsdgeos: mine isn't either11:44
dandradertsdgeos, It  might be worth proposing a Qt patch to make touch events go through the regular QObject::event11:45
tsdgeosdednick: maybe something changed at the model level that sends stuff in a different order11:45
dandradertsdgeos, in the worst case, if they reject it, we will at least know why they did it like that11:45
tsdgeosdandrader: good luck with that (yeah i've had a bad day with our Qt friends today)11:45
tsdgeosdednick: hopefully i'll be able to fake the test with the info you got yesterday, let's cross fingers :D11:46
dandradertsdgeos,  well,  I will hunt down the author of that dispatch code and ask why it's like that...11:48
dandrader(easier than proposing a patch)11:48
tsdgeosgood luck :-)11:48
tsdgeosobviously they are ont sure it's right11:48
tsdgeossince the code has stuff like11:48
tsdgeos        // XXX todo - should sendEvent be doing this?  how does it relate to forwarded events?11:49
dandradertsdgeos, hmm, that's pretty old code, from the beginnings of QML. I bet it was just an overlooked...11:52
dandraders/an//11:52
tsdgeosone can hope :-)11:52
dandrader:)11:52
=== boiko_ is now known as boiko
dandraderok, I'm motivated enough to come up with a patch now11:53
Cimiwhere is Unity.Application?11:53
Cimiin which package?11:53
greybackCimi: libunity-mir111:55
Cimigreyback, it's already the newest version11:55
Cimigreyback, that means I have wrong includes maybe11:55
greybackCimi: probably yeah11:57
tsdgeosunity-mir ?11:57
tsdgeosCimi: ↑↑↑11:57
greybackMirv: ping11:57
Saviqom26er, re: https://code.launchpad.net/~om26er/unity8/helper_dont_try_unlock_if_already_unlocked/+merge/19483911:59
Saviqom26er, IIUC the RuntimeWarning should be raised if it's already unlocked12:00
Saviqom26er, does that not happen for you?12:00
Saviqom26er, please make sure veebers has a look at that MP12:00
om26erSaviq, it seems to be not working here. with the screen unlocked it tried the swipe() and failed12:00
om26erSaviq, yes, I was going to email him that12:01
CimiI added http://paste.ubuntu.com/6404934/12:02
Cimibut it still doesn't find unity.application12:03
Cimihow do you do this in cake?12:03
Mirvgreyback: pong12:03
greybackMirv: heya, I think I know the answer to this before I ask, but worth a try: I'm working with Qt5.2 from the beta2 PPA. There wouldn't be debug symbols available for it, would there?12:04
Mirvgreyback: those are compiled with -debug & CONFIG+=debug, so qtbase5-dbg, qtdeclarative5-dbg etc should in theory be what the doctor ordered?12:06
greybackMirv: ah really?! Yay!12:07
* greyback was searching for *-dbgsym, duhh12:07
greybackMirv: magic, thank you12:07
Mirvgreyback: yeah, I kept those local changes from the trusty 5.1.1 builds. you're welcome.12:07
dandradertsdgeos, About Qt work: I should work on the "stable" branch, right?12:11
tsdgeosdandrader: stable is for 5.2.1, release is for 5.2.0, devel is for 5.3.012:11
tsdgeosat this point i thikn stable == rlease12:12
dandradertsdgeos, so I suppose things on stable are fed to devel?12:12
tsdgeoskind of12:12
tsdgeosi think so yes12:13
Cimicmake ^^12:29
tsdgeosdednick: meh i can't find a way to create a test that causes the crash12:40
tsdgeosmhr3: there was any release to any scope package yesterday?12:40
tsdgeosdoesnt' seem like there was12:45
dandradertsdgeos, found a bug about the qquickitem::event issue https://bugreports.qt-project.org/browse/QTBUG-3200412:50
tsdgeos:D12:50
tsdgeosnow we just need them to fix it ;-)12:51
dandradertsdgeos, will try to get that bug from Frederik12:52
tsdgeosoka12:52
mzanettimhr3: everything should be fixed now: https://code.launchpad.net/~mzanetti/unity8/music-preview/+merge/19380313:03
=== alan_g is now known as alan_g|lunch
greybackWellark: ping13:05
=== dandrader is now known as dandrader|afk
mzanettiSaviq: o/13:11
Saviqmzanetti, welcome back13:11
mzanettiSaviq: thanks. from what I see jenkins is currently off13:11
Saviqmzanetti, yeah, in transit13:11
mzanettiSaviq: should I re-top-approve approved branches?13:12
Saviqmzanetti, if there are some that should be re-top-approved, sure13:12
mzanettiSaviq: e.g.: https://code.launchpad.net/~mzanetti/unity8/launcher-small-tweaks/+merge/19138013:12
Saviqmzanetti, we're in auto mode now (well, when jenkins is back, that is)13:12
mzanettiSaviq: ah ok... yeah. wasn't sure if you still want to trigger one by one13:13
Saviqmzanetti, that one was never top-approved was it :)13:13
mzanettiSaviq: I think it was13:13
Saviqmzanetti, why would it be un-top-approved then?13:13
Saviqmzanetti, jenkins didn't report anything on it13:13
Saviqre: autolanding at least13:13
mzanettiSaviq: I assumed you un-approved them in order not to flood jenkins when it starts picking up stuff again13:14
Saviqmzanetti, ass-you-me13:14
Saviqmzanetti, I didn't un-approve anything, let me see my mail history13:14
mzanettinot sure I follow the whole pun13:14
Saviqmzanetti, "when you assume, you make an ass of u and me"13:15
mzanettiah13:15
greybacksounded like an invitation to me ;)13:15
Saviqgreyback, not for you13:15
Saviqmzanetti, on that note, I'm still able to break the view behind switching previews quite easily13:16
* mzanetti checks13:16
greybackSaviq: I can live with that13:17
Saviqmzanetti, just swipe between two previews at row boundary, or at category end13:17
Saviqmzanetti, seems to be easiest to reproduce with the last results in a scope13:18
mzanettiSaviq: ok. but this was working.13:18
Saviqmzanetti, it is working, but sometimes it isn't ;D13:18
mzanettiSaviq: with latest trunk it's 100% broken here13:18
Saviqmzanetti, maybe something else affected it13:19
mhr3tsdgeosnot really, why?13:19
mzanettiI'll try to fix13:19
mhr3tsdgeos, not really, why?13:20
Saviqtsdgeosnot13:20
mzanettiSaviq: shouldn't the Audio element use the media player service implicitly?13:22
Saviqmzanetti, that's a good question13:22
Saviqmzanetti, it could indeed13:22
mzanettiSaviq: I'd say yes. on meego it does for example13:22
mzanettibecause we want *all* Audio {} elements to shut up when there is a phone call incoming for example13:23
Saviqmzanetti, yeah13:23
Saviqmzanetti, right, so once we provide a QtMultimedia backend for our media service, that would still work fine13:23
Saviqmzanetti, ok then, +113:23
mzanettiI'd say so13:24
=== dandrader|afk is now known as dandrader
mhr3mzanetti, wrt the music preview, could you make the whole track row clickable?13:27
mzanettimhr3: technically sure. design-wise I personally wouldn't like that. let me ask rosie13:28
dandradertsdgeos, have you compiled qtdeclarative recently?13:38
Saviqdednick, "[nick-dedekind] Search label should hide when dash isn't focused: INPROGRESS" I think that was fixed13:48
Saviqdednick, and re: "[nick-dedekind] Replace the SEARCH label with current lens name or the search query (in double quotes) when page header goes out of view - proportionally to header's visible portion: INPROGRESS" please ask design folk that's still the desired solution13:48
dednickSaviq: partially. still available when previewing which screws it up becuse it tries to show keyboard.13:49
Saviqdednick, ok13:49
dednickok, will ask about other one13:49
Saviqdednick, [...] as they've been iterating the search behaviour recently13:49
dandradertsdgeos, nevermind. I had an outdated qtbase13:50
=== alan_g|lunch is now known as alan_g
hashkenI was trying out the GMail Unity Webapp13:54
hashkenWhenever I open the GMail webapp from dash, GMail is just opened as a tab in the current Firefox Window and also there is no GMail icon in the launcher.13:54
hashkenSearching online shows a lot of people facing such problems.13:55
hashkenMy impression was that when an webapp is opened it will open in it's own window with it's own icon and behave separately from firefox13:55
hashkenWhat is the actual behavior that is to be expected?13:56
mhr3Saviq, is there a way to take screenshots with mir now?13:58
mhr3Saviq, designers miss that a lot :)13:59
Saviqmhr3, there's a script14:04
mhr3Saviq, oh?14:04
Saviqmhr3, http://lmgtfy.com/?q=ubuntu+phone+mir+screenshot ;)14:05
mhr3lmgtfy... :P14:05
dednickSaviq: so apparently the whole dash is being redesigned. so...14:06
kgunndednick: !?14:08
dednickkgunn: well, i don't really know the extent of redesign, but the doc "Dash Visual Design 14.04" is no longer "entirely" valid. Some new dash toolkit coming in.14:09
kgunndednick: ah..yeah14:10
kgunndednick: less freaked out...that's the template stuff14:10
dednickkgunn: ok, just saw the doc. was just a bit of sensationalisation.14:13
kgunndednick: well...where designers are involved...that's totally possible "let's start over!" :)14:14
nic-doffayCimi, are you busy with this? https://bugs.launchpad.net/unity8/+bug/115215014:15
ubot5Ubuntu bug 1152150 in Unity 8 "[DASH] diagonal swipe is recognized as a scroll" [High,Confirmed]14:15
Ciminic-doffay, we have to dig this probably outside shell14:29
Saviqnic-doffay, Cimi, yeah, it's a lower-level (Qt-level) thing14:35
nic-doffaySaviq, does your comment on this still stand currently? https://bugs.launchpad.net/unity8/+bug/122455214:41
ubot5Ubuntu bug 1224552 in Unity 8 "[Dash] Category expansion transition has varaible speeds" [High,Triaged]14:41
nic-doffayAbout measuring by the category height.14:41
Saviqnic-doffay, yes14:41
nic-doffaySaviq, what do you mean by a two-step animation?14:42
Saviqnic-doffay, only the visible part of the category should be resized / animated - the rest should be expanded / collapsed in one frame14:44
Saviqnic-doffay, so, when expanding → animate to shell height within a duration, then just change the height to the target value14:44
Saviqnic-doffay, when collapsing → change the height to shell height, then animate to target value14:45
Saviqnic-doffay, makes sense?14:45
nic-doffaySaviq,  yep gotcha.14:48
=== dandrader is now known as dandrader|lunch
mhr3Saviq, need to pick your brainz - re the scopes plugin, your idea was to keep providing the current functionality and register new types different higher version, so we'd have qmlRegisterType<Scope>("Scope", 0, 1, ...) and qmlRegisterType<NewScope>("Scope", 0, 2, ...), is that right?15:15
mhr3Saviq, and then when everything is "ready" we'd remove the 0.1 stuff?15:15
Saviqmhr3, yeah, sounds about right15:15
Saviqmhr3, and then the dash app would import 0.2 already15:15
Saviqmhr3, you could also have a completely separate plugin15:16
Saviqmhr3, if you went for a major version bump15:16
Saviqmhr3, then you'd install it in Unity.1, for example15:16
mhr3Saviq, yea, i was just thinking which one makes more sense15:16
Saviqmhr3, depends on how similar the APIs will be15:16
mhr3it's unlikely you'd use both at the same time...15:16
mhr3well... ultimately the api is just exposing a bunch of models15:17
Saviqmhr3, also, for minor versions15:17
mhr3so it could be kept fairly consistent15:17
Saviqmhr3, you can in theory use the same object, but mark certain methods as per-revision15:17
mhr3don't think we'd need that atm15:17
Saviqyeah I know15:17
Saviqmhr3, I think it's fine to keep in a single plugin - this way you won't need to copy stuff around15:18
mhr3Saviq, my current dilemma is whether to branch the repo and start removing stuff, or branch the repo and just start adding stuff :)15:19
Saviqmhr3, the versioning system is more about backwards compatibility, which we don't care about for the moment15:19
Saviqmhr3, the unity8 repo?15:19
mhr3Saviq, no, the scopes plugin repo15:20
Saviqmhr3, for the new version, you mean?15:20
Saviqmhr3, what would you remove?15:20
mhr3Saviq, yes, i'd basically remove everything old api related15:20
mhr3so really just the headers would stay15:21
mhr3not even all of them :)15:21
Saviqmhr3, well, we want both version to work for the time being, no?15:21
Saviqmhr3, from the same source?15:21
mhr3do we? :)15:21
mhr3that's my ultimate question i guess15:21
Saviqmhr3, I think so, yes, to support the current unity dash and the new dash app15:22
Saviqmhr3, well, plan is to transition to new scopes by 14.04 anyway, isn't it15:22
mhr3in that case it's clear what needs to be done15:22
Saviqmhr3, so we'd remove the old plugin before then anyway15:22
mhr3sil2100, that reminds me, zmqpp in universe yet? :)15:26
vesarSaviq, hi dude. Would you have any quick solution to my problem? I'm trying to run mzanetti's branch on device and when ./run_on_device -s it gives me following: http://paste.ubuntu.com/6405829/15:27
vesarSaviq, I did also touch /userdata/.writable_image && reboot before that already15:28
Cimimterry, hey15:32
mterryCimi, hello!15:32
Cimimterry, I tried running your latest revision on the desktop, it fails with unity.applciation15:36
mhall119seb128: thostr_ is gone, but https://blueprints.launchpad.net/ubuntu/+spec/client-1311-mediascanner-roadmap still need to be accepted for the uds-1311 sprint15:37
mterryCimi, yeah, because we use OSKController or some such15:37
Cimimterry, yes, but why doesn't work on the desktop?15:38
Cimimterry, missing include?15:38
seb128mhall119, can you do that? I've some launchpad issues from that box (need to remember it when I'm back to my desktop a bit later otherwise)15:38
mterryCimi, no.  Because the desktop doesn't provide a Unity.Application plugin, like Touch does.  It will work on Touch, or you can point it at a mock Unity.Application on your desktop.  unity8 builds a mock version for running on a desktop and I pointed the wizard at that when testing15:39
seb128mhall119, or is there somebody else around who can accept it?15:39
mterryCimi, let me see if I can find my command line15:39
mterryCimi, nope, it's left my bash history.  But basically I'd build unity8 trunk, then set QML2_IMPORT_PATH to unity8's builddir/tests/mocks/ or some such15:40
mterryCimi, or just comment out the OSKController bit15:40
mterryCimi, and the Unity.Application import15:40
mhr3vesar, was that about the music-preview branch?15:41
mhr3vesar, if so i should have that on my device in a sec15:41
sil2100mhr3: yes! Actually it's in universe - 3.2.4 is enough?15:42
mhr3where sec == ~10minutes :)15:42
mhr3sil2100, are you sure about that? aren't you talking about zmq itself? we need the c++ bindings for it -> zmqpp15:43
Cimimterry, ok15:45
Cimimterry, I cannot test the wifi page, I don't have wifi on my virtual machine15:45
mhall119seb128: I can, I just don't want to accept BPs for tracks that aren't mine, unless the track lead asks me to of course :)15:45
Cimimterry, can you see what's working there until I get the phone working? (my ubuntu phone does not boot)15:46
mhall119seb128: accepted, it'll be imported into summit in the next hour or so15:46
mterryCimi, you are running saucy still?  :)15:46
seb128mhall119, thanks15:46
mhall119np15:46
Cimimterry, trusty15:46
mterryCimi, OK, I can test15:46
mterryCimi, which branch?15:46
Cimimterry, yours15:46
mterryCimi, k15:47
tsdgeosdednick: did my answer solve your concern about the test?15:48
dednicktsdgeos: yep. thanks15:51
vesarmhr3, no it's one launcher related branch16:03
vesarmhr3, thanks anyway16:03
mhr3vesar, yea, sorry, don't have that one16:04
mhall119davidcalle: ping me when you're around16:08
davidcallemhall119, pong16:10
mhall119davidcalle: hey, so I'm working on these scopes API docs16:11
mhall119I started parting the python html docs, but then remembered that we should be promoting C, is that still correct?16:11
mterryCimi, I don't see anything on the WiFi page in my branch16:12
davidcallemhall119, it is, but server-side scopes can still be in Python16:12
mterryCimi, I see the page, just no content.  No stderr output either16:12
Cimimterry, does the wifi plugin on the system settings work at least?16:12
mterryCimi, fair question...16:12
mhall119davidcalle: do you think we should make docs for both?16:12
mterryCimi, yeah16:12
Cimimterry, it's a good start16:13
Cimimterry, I just need to get this bloody thing working16:13
davidcallemhall119, I think so. Even if there is still no formal process to submit them for inclusion, the server is open to new scopes.16:13
Cimithing = phone16:13
mterryCimi, in case I didn't mention, I proposed the team branch for merging.  So don't commit back to that same one if you land a wifi fix.  I'd like to land the team branch and then propose further fixes directly to system-settings trunk16:14
mhall119davidcalle: ok, one more thing, is there anything in the docs that indicates that a class is for a specific "section"?16:14
mhall119like, there classes are for previews, these classes are for filtering, these classes are for the search scopes, etc16:14
Cimimterry, ok16:14
davidcallemhall119, I'm not sure about C scopes, but for Python ones, it's not that straightforward. Python scopes must have a set of methods with specific names which return specific objects. They are ran by the scope-runner app, which call these methods.16:16
Cimimterry, ok phone works, how do I test the app on the phone?16:17
mterryCimi, I haven't done it in a while....  if things still work the same, you should be able to actually install it16:18
mterrylike the .deb16:18
mterryand reboot16:18
Cimiok16:18
Cimimterry, but the wizard?16:18
davidcallemhall119, so, I can help you finding what is what in the doc, but I don't think it will be useful (for Python) if these "specific methods" are not documented as well.16:19
mhall119davidcalle: are the docs at http://developer.ubuntu.com/api/devel/ubuntu-13.10/python/Unity-7.0.html sufficient for writing a python scope?16:21
mhall119that's what I'm using16:21
davidcallemhall119, not without a tuto.16:25
mhall119ok, well we have a tutorial for C, so I'll concentrate on those docs first16:25
mhall119davidcalle: these giraffe docs are pretty sparse though, is there anywhere I can get a short description of what each class is used for, and perhaps what each method does?16:26
=== om26er is now known as om26er|food
davidcallemhall119, not that I know of. A lot of them are used by the scope-runner, not by scopes themselves, that's probably why they are not very explicit.16:35
davidcallemhall119, I could get you some info about those that are actually used in scopes16:36
tsdgeosSaviq: http://pastebin.kde.org/pcfzadvzl :-)16:39
tsdgeosSaviq: looks "good enough" to me16:39
tsdgeosgonna run the tests now to see if it regresses something and will add my test too16:40
tsdgeosand submit16:40
Saviqtsdgeos, "QV8Engine" :?16:40
tsdgeosSaviq: yeah the naming is amazing :D16:41
Saviqtoo many Vs16:41
tsdgeostheir "semi-public" class is still called QV8Engine16:41
tsdgeosso they now have a QV8Engine::getV4()16:42
tsdgeos:D16:42
tsdgeoswonder why16:42
=== dandrader|lunch is now known as dandrader
Saviqtsdgeos, cool, thanks for pushing16:42
Saviqtsdgeos, it did feel it's an omission as opposed to a conscious decision...16:42
tsdgeosit does16:43
Saviqtsdgeos, so that fixes the original 5.0 bug, too, I expect?16:43
tsdgeosSaviq: sure16:43
tsdgeosyou you don't need the "variable" anymore16:43
Saviqcool beanz16:43
tsdgeosjust pass it around and that's it16:44
Saviqtsdgeos, awesome16:44
nic-doffaySaviq, are you aware of any property in FilterGrid which is bound to the shell height?17:00
Saviqnic-doffay, there isn't one, but it shouldn't be there17:00
Saviqnic-doffay, it's the LVWPH that should control that animation, so that it's consistent regardless of whether FilterGrid is used or anything else17:01
nic-doffaySaviq, I'm not sure I follow. Must the FilterGrid animation be removed then?17:03
=== om26er|food is now known as om26er
Saviqnic-doffay, there's two separate animations there - we should think of fixing that17:04
Saviqnic-doffay, tsdgeos will know more, please make sure to talk to him about this tomorrow17:05
tsdgeosthat's going to be a bit of a pain17:06
tsdgeosbut yeah let's talk tomorrow17:06
* tsdgeos eods17:06
Saviqnic-doffay, but yeah, it feels like there should be no animation on height in FilterGrid itself, but there's probably a reason why it'st here17:07
=== jhodapp is now known as jhodapp|lunch
Wellarkgreyback: pong17:10
Wellarkgreyback: sorry, didn't notice your ping on "this side" before17:10
greybackWellark: no problem, I found what I needed anyway.17:10
nic-doffaySaviq, sure.17:10
=== dandrader is now known as dandrader|afk
=== dandrader|afk is now known as dandrader
didrocksmhall119: the french loco would want to discuss about their DPI (Dash Privacy Interface) at vUDS. Do you have a slot for it? https://blueprints.launchpad.net/dash-privacy-interface/+spec/community-1311-loco-projects-introducing-dash-privacy-interface17:57
didrocksmhall119: preferably in the last day slots17:58
=== jhodapp|lunch is now known as jhodapp
=== alan_g is now known as alan_g|EOD
=== salem_ is now known as _salem
=== jhodapp is now known as jhodapp|afk

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