/srv/irclogs.ubuntu.com/2011/05/30/#ayatana.txt

MC_BTayno ideas how to force an icon change?00:33
zerothisis there a config file for adding launchers with command-line parameters and apps that do not by default show as icons in the bar?00:52
Prettowhere can I find a full docunentation of quicklist options?01:45
Prettojcastro: ping01:53
=== _LibertyZero is now known as LibertyZero
didrocksgood morning07:44
oSoMoNgood morning08:00
MacSlowhey there folks08:20
Nafaihey guys, anyone that has worked with the Unity code around to answer a question?  I'm trying to write a patch that will pop up the quicklist for a launcher when you do Super + Control + Number.  I can get the quicklist to show, but can't figure out how to get the keyboard navigation working08:31
NafaiNot sure if it is because the quicklist doesn't have focus or what08:31
=== daker_ is now known as daker
=== MacSlow is now known as MacSlow|lunch
=== MacSlow|lunch is now known as MacSlow
dbarthNafai: you should ping MacSlow, he has worked on the QL and keyb. navigation part12:33
MacSlowNafai, for the keynav I used ubus... have a look at...12:35
MacSlowNafai, in QuicklistView.cpp see QuicklistView::RecvKeyPressed()12:36
=== m_conley_away is now known as m_conley
davidcallenjpatel, didrocks: could we have something like this by default? http://imagebin.org/155903 (global search or Alt+F2?)14:56
didrocksdavidcalle: I think that would be cool (and was one of my goal if I get spare time ;))14:57
didrocksdavidcalle: if you want to achieve it, you're welcome :)14:57
davidcalledidrocks, I'd be more than happy to try to port this tiny python hack to something more consistent.14:58
didrocksdavidcalle: I think it should be an hidden entry of the application place14:58
davidcalledidrocks, I agree.14:59
didrockslike alt + F2 is an hidden placeentry of the applications place14:59
didrocksgreat :)14:59
didrocks(then, if one day, we have to split that out in a semantic place, that can be done easily)14:59
Prettowhere can I find a full docunentation of quicklist options?15:09
Prettowhere can I find a full documentation of quicklist options?15:09
andyrockdidrocks, hi :)15:26
didrockshey andyrock!15:26
andyrockdidrocks, do you have a moment?15:26
didrocksandyrock: sure15:26
andyrockin Launcher.cpp we have:15:26
andyrock OnMouseDown.connect (sigc::mem_fun (this, &Launcher::RecvMouseDown));15:26
andyrock    OnMouseUp.connect (sigc::mem_fun (this, &Launcher::RecvMouseUp));15:26
andyrock    OnMouseDrag.connect (sigc::mem_fun (this, &Launcher::RecvMouseDrag));15:26
andyrock    OnMouseEnter.connect (sigc::mem_fun (this, &Launcher::RecvMouseEnter));15:26
andyrocketc...15:26
andyrockin other files and also i launcher.cpp we save the signal ID why?15:28
andyrockdidrocks, ^^^15:28
didrocksandyrock: right, this is not needed there15:29
andyrockdidrocks, ok! :)15:29
didrocksso, the signal id is used to remove the signal once the object is destroyed15:29
didrocksif we have on objet foo15:30
didrocksand we listen to it in bar15:30
didrocksso in bar, we have foo.OnMouseDown.connect (sigc::mem_fun (this, &Bar::RecvMouseDown));15:30
didrocksnow, imagine, Bar is destroyed15:30
didrocksbut not Foo15:30
didrocksand Foo send OnMouseDown15:30
didrocks-> try to execute Bar::RecvMouseDown with "this" (the destroyed Bar object) -> segfault15:31
didrocksso, ,when we destroy Bar, we have to remove as well the signal listener in the destructor15:31
didrocksin that case, it's not needed as the emittor and received are the same object15:32
didrocksso they will be destroyed at the same time15:32
andyrockok, i got it! :) thanks!15:32
didrocksyw :)15:33
kklimonda^any idea how does notify-osd manage to stay over fullscreen windows, and why doesn't onboard manage the same feat?16:56
didrockskklimonda^: possibly a stacking issue with compiz, you should check with smspillaz17:02
kklimonda^didrocks: nah, it's happening in metacity and is expected behaviour apparently..17:03
didrockskklimonda^: hum, not sure why you are not asking on #ubuntu-destkop rather then. It seems that orca should set the always on top property, yeah17:04
kklimonda^didrocks: well, notify-osd has been the ayatana project at some point afair, but good idea.17:06
didrockskklimonda^: right, but onboard isn't :)17:06
kklimonda^good point17:07
nmarquesKaleo, do you have a place with information about the supported gconf entries on unity-2d? If you have such, I'll make the missing schema and the respective patch for inclusion on the source project18:17
nmarquesKaleo, lp#75030318:18
nmarquesKaleo, nvm, there's one already :)18:19
=== daker is now known as daker_
=== zyga is now known as zyga-afk
MC_BTaywhat's up guys19:24
=== m_conley is now known as m_conley_away

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