=== agent00tai is now known as agent00tai|AFK === agent00tai|AFK is now known as agent00tai [05:19] good morning [05:57] didrocks: hi [05:57] didrocks: how you doin? [05:57] hey thumper! I'm fine, thanks :) yourself? [05:57] feeling happy with myself [05:57] (trying to fight some qmake) [05:58] found several small and one significant (maybe) memory leaks [05:58] all fixes up for review [05:59] excellent, that will be awesome for next release then :-) [06:05] thumper: time for week-end and beer for you then? :) [06:05] didrocks: sure is [06:05] pizza and movie night :) [06:05] the kids are out choosing the movie [06:05] and collecting pizzas [06:16] heh, seems a safe trade :-) [07:57] DBO: Your ctrl-tab is shiny and smooth. === agent00tai is now known as agent00tai|AFK === daker_ is now known as daker === agent00tai|AFK is now known as agent00tai === MacSlow is now known as MacSlow|lunch [10:50] Guys it's me or in latest unity scrolling over an indicator (i.e. indicaor-sound) doesn't work anymore? [10:55] Trevinho, yeah, it's broke, I don't think your patch landed in time. But we're making another release next week so we can fix it then [10:56] njpatel: I was looking to that, but it doesn't seem to be related to my patch [10:57] oh, weird [10:57] the problem is that the panel service doesn't get the event too [10:58] however I'm still checking [11:06] njpatel: yes, confirming... It seems that the PanelIndicatorObjectEntryView::OnMouseWheel doesn't get called at all [11:07] I don't know if this is related to Nux [11:07] Trevinho, huh, weird [11:07] but it seems to be [11:07] Trevinho, oh, yes, it probably is! [11:07] Trevinho, gord was talking to jay about scrolling yesterday, maybe he knows [11:07] I'lll give a look to it [11:07] ah... [11:08] no idea :) but jay might [11:11] njpatel: about the recent changes in panel-service to use XIDeviceEvent *event = cookie->data; [11:12] In my installation this has some problems; i.e. event == NULL [11:12] Now, maybe I'm not a "standard" tester as my core distro is still natty :P [11:13] Trevinho, yeah, gtk3 uses xinput2 so we needed to move to that [11:13] Trevinho, come over to Oneiric, it's fun! [11:13] :) [11:13] I'm using gtk3 too... [11:14] I like to make "hybrid distros"... Like "natterick" or "oneiratty" [11:14] however I should definely move :P [11:16] Ah, njpatel (sorry for bothering you :P), could we add the make uninstall functionality to our CMake? [11:16] (I mean, I know it's possible, but can it be done?) [11:16] It could be useful for "extra" installations (in /opt/.... ).... [11:29] Trevinho, hey, no worries man ! [11:29] Trevinho, yes, I think it should be possible [11:29] Trevinho, natterick :) [11:36] Yeah... Natterick lived so much time in my main PC.... :D === agent00tai is now known as agent00tai|AFK [12:49] I am trying to compile Unity-2d on O. I get an error: http://pastie.org/2253862 Any suggestion? [12:50] Change to indicator-0.4 [12:51] In CmakeList [12:51] everywhere is mentioned indicator put indicator-0.4 [12:52] trunk should have that as Kaleo took my patch, isn't it? [12:53] didrocks: it does yeah but only the oneiric branch [12:54] rsajdok: lp:unity-2d/4.0 [12:54] indeed, rsajdok doesn't take the correct branch :) [12:54] thanks Kaleo! === MacSlow|lunch is now known as MacSlow [12:56] didrocks: I am using this version from this link: https://wiki.ubuntu.com/Unity2D [13:00] Kaleo: don't you think it makes sense to change the focus release serie now? I think that rsajdok won't be the only one getting that issue trying to hack on the latest release? [13:00] (so that lp:unity-2d checkout the 4.0 branch) === agent00tai|AFK is now known as agent00tai === agent00tai is now known as agent00tai|AFK === m_conley_away is now known as m_conley [13:24] didrocks: it's not really clear how many people are using Natty vs Oneiric [13:25] Kaleo: so at least, ensuring the wiki page is up to date is needed then [13:25] didrocks: adding an explanation of the 2 version yeah [13:27] njpatel: I've foind the problem in Nux [13:27] Trevinho, nice [13:28] njpatel: However It seems that it's something that is wanted [13:28] I mean, there's a function which filters out the mouse wheel when getting the mouse position [13:28] why that?! === agent00tai|AFK is now known as agent00tai [13:30] njpatel: A workaround could be to force an event to be considered like a click... [13:31] In that case the scroll event is fired [13:32] Trevinho, let's wait for jaytaoko and then shout at him [13:32] Trevinho, :) [13:34] ok [13:38] njpatel: hello [13:38] Trevinho: hello === agent00tai is now known as agent00tai|AFK === agent00tai|AFK is now known as agent00tai [13:41] hi jaytaoko [13:41] I was looking to scroll event in nux [13:42] but maybe I found what we missed... [13:42] Trevinho: hi! [13:42] Trevinho: something wrong with the scrolling? [13:44] Well, the signal wasn't emitted to the indicator but I guess that all its related to the fact that SetAcceptMouseWheelEvent wasn't set [13:44] I'm just checking... [13:45] Trevinho: the way the mouse wheel works is that the event is sent to an area that is under the mouse pointer and that area has to accept mouse wheel events [13:45] Ok, fine now it works... [13:45] yes I saw that... [13:45] Trevinho: cool! [13:45] I've just studied how it works and now also unity is happy... njpatel: fixed ;) [13:46] Trevinho: great! anything else I can help you with? [13:47] jaytaoko: no, thank you! I just had this issue, but studying a little how nux is working now I've found what we were missing [13:49] Trevinho, jaytaoko awesome! [13:49] Trevinho: fyi, we have changed nux event system from what it was in the last cycle... the new version is the one you have now. We will be cleanup the remaining of the old architecture. [13:53] jaytaoko: about the scrolling event... do you also inverted the up/down values? [13:53] because now it seems different [13:54] Trevinho: we fixed an issue with the wheel scrolling direction yesterday before the release [13:54] Trevinho: so yes, I inverted some values to get the dash scrolling to work properly [13:55] Ok... [13:55] but for indicators it should be inverted again [13:55] Trevinho: are you scrolling on the indicators? [13:55] but we can do it in unity [13:55] yes [13:55] now if you scroll down it's considered an up scrolling... [13:55] and reverse [13:56] Trevinho: yes, I think it will have to be inverted in Unity [13:57] Trevinho: I went do at the X11 level and made the correct changes so that the dash works fine. The way the scrolling works now is different from what was implemented in the previous cycle... [13:57] Trevinho: so there is a need to correct that in the indicators as well [13:58] Yes I've done that [13:58] before your delta was > 0 when you got a scroll down [13:58] and < 0 when it was up [13:59] not it's inverted [13:59] (and is like in GDK) [13:59] reverting that all works [13:59] thank you [13:59] Trevinho: no problem! [14:01] Trevinho: if you ever want to see where it all begins, look in the Nux source code: NuxGraphics/GraphicsDisplayX11.cpp and look for NUX_EVENT_MOUSEWHEEL [14:03] Yes, I saw that [14:03] :) [14:11] njpatel: http://go.3v1n0.net/o5qgVs ;) [14:15] Trevinho, approved :) [14:16] thanks njpatel === agent00tai is now known as agent00tai|AFK === agent00tai|AFK is now known as agent00tai === agent00tai is now known as agent00tai|AFK === agent00tai|AFK is now known as agent00tai === agent00tai is now known as agent00tai|AFK === agent00tai|AFK is now known as agent00tai [16:02] !away > agent00tai [16:02] agent00tai, please see my private message [16:04] it's my irc bouncer I can't do anything about it if my oneiric session always crash [16:04] but I'll leave the channel so I don't spam you guys === bregma is now known as bregma|away === bregma|away is now known as bregma [18:52] good evening === daker is now known as daker_ === zniavrell_ is now known as zniavre === yofel_ is now known as yofel === m_conley is now known as m_conley_away