/srv/irclogs.ubuntu.com/2013/02/02/#ubuntu-tv.txt

tgm4883is there any debugging I can run to see what access Unity has to the scope on my system00:00
bobweaverbut there are things that can be used at this point say. How your scope (the one that I am using)  I use the "comments"  for "Plot"00:00
bobweaverit is what you write I would think00:01
bobweaverI do not know that much about python or making lens or scopes00:01
tgm4883not in python00:02
tgm4883I want to know if there is some unity debugging I can enable00:02
tgm4883so that when I click on a movie, it shows me what Unity sees00:02
bobweaverbut I would think that there has to be documentation for that I would also look at the lensview.cpp IDK00:02
bobweaverOH00:02
bobweaveryeah you can just set up debug points00:02
tgm4883ok, how do I do that00:02
bobweaverLike add a mouseArea to a Item that uses   console.log()00:03
bobweaverlike00:03
bobweaverMouseArea{ Onclicked:  console.log(mimetype + uri + somethingIamadding)  }00:04
bobweaveryou can also use html in that but it needs ""00:05
bobweaverI woul also look at the man pages to see if there is a verbose or debug mode00:05
tgm4883bobweaver, yea there is --verbose00:06
tgm4883and --advanced-debug00:06
bobweaverThis is something that I have been doing to all the code like adding         console.log("\n |||||||||||||||||||||||||||||||||||| THIS IS FOR DEBUGING ||||||||||||||||||||||||||||||||||||| \n"00:06
bobweaver                + " || This is the lensId :\t\t"+  lens +"\t\t\t     ||"00:06
bobweaver                +"\n || This is the Uri: \t"+  uri00:06
bobweaver                + "\n || This is the mimeTyp:\t\t"+ mimetype + "\t\t\t\t     ||"00:06
bobweaver                  + "\n |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||")00:06
bobweaverthere you go00:07
tgm4883bobweaver, that there that you added00:07
tgm4883do you have a link to a bzr branch you have it in?00:07
tgm4883that looks like exactly what I'm looking for00:07
bobweaveryeah it is the u2t one00:07
bobweavertgm4883,  let me take a screen shot of preview debug that I made00:08
tgm4883ok00:08
bobweaverhttp://imagebin.org/24511200:09
tgm4883bobweaver, yea that is what I'm looking for00:09
tgm4883but I want it for one of the mythtv videos, and also I want to know where you get lens/uri/mimetype from?00:10
bobweaverI could walk you though how to set that up but if Phone is dbus then I will pass that way also00:10
bobweaverthat is just a preview that is called "Default"00:11
tgm4883bobweaver, that needs to be in there at compile time right?00:11
bobweaveryeah00:11
bobweaverbut that is qml so not compile00:12
bobweaverso unity 2d backend that is compile stuff (like lens and stuff like that)  But the full front end is all QML00:12
=== sirdancealot1 is now known as undefined_alien
tgm4883mhall119, ping23:34
mhall119tgm4883: pong23:49
tgm4883mhall119, I need to know what uses DNDURI and how important it is before we completely break it's functionality23:50
mhall119tgm4883: I think it's what is used if you click-and-drag from the dash, to let the launcher items know23:50
tgm4883mhall119, is that it's only function?23:51
mhall119that I know of23:51
tgm4883ok23:51
tgm4883we might break it's functionality then23:52
mhall119honestly, I've always just used the same uri23:52
mhall119why?23:52
tgm4883mhall119, so have I23:52
tgm4883mhall119, to pass other info between scope and unity23:52
mhall119tgm4883: if you wait just a bit longer, there will be a field you can use for that23:52
tgm4883mhall119, but that wouldn't work with ubuntu tv23:53
mhall119honestly it was supposed to be done and public by now, but it's been taking longer than expected23:53
mhall119it will when the TV dash is updated to use the new API23:53

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