Commit Graph

259 Commits

Author SHA1 Message Date
Tom Hacohen 645914b482 clouseau: split properties list code to a different file.
SVN revision: 62803
2011-08-25 11:12:09 +00:00
Tom Hacohen c03fe66107 clouseau: Add checkboxes to filter out clippers/hidden objects.
SVN revision: 62787
2011-08-25 08:24:53 +00:00
Tom Hacohen 3fe85816af clouseau: Show the evas object name property if exists.
SVN revision: 62786
2011-08-25 08:24:50 +00:00
Tom Hacohen 978e289655 clouseau: Added icons indicating hidden/clipper.
SVN revision: 62784
2011-08-25 07:57:43 +00:00
Tom Hacohen 19263de369 clouseau: Added the property 'has clipees'.
SVN revision: 62783
2011-08-25 07:57:35 +00:00
Tom Hacohen a1c8dff402 clouseau: Fix some style issues.
SVN revision: 62746
2011-08-24 14:32:15 +00:00
Tom Hacohen cbe6ec2e15 clouseau: Fixed a shameful typo.
SVN revision: 62745
2011-08-24 14:28:16 +00:00
Tom Hacohen 39204da58a clouseau: clear the properties list when reloading.
SVN revision: 62744
2011-08-24 14:27:03 +00:00
Tom Hacohen a87f4db1de Clouseau: Everyone welcome clouseau, a tool to debug UI applications.
It's inspired (and currently not very different) by Android's
hierarchy viewer but it'll hopefully grow to be more than that.
It currently lets you walk the evas object tree, query some evas object
parameters and highlight the object on the canvas.

It currently does not take clipping into account, so you only see the
actual object size, and you can't see the clip frame just yet.

Read the README for a quick how to.

It's very basic atm, read the TODO if you care about future plans, this
is more of a PoC with some useful pieces of code than anything else, but
still, it's more than usable (I wrote it cause I needed it).

Feel free to contribute/sumbit suggestions.

SVN revision: 62740
2011-08-24 14:06:04 +00:00