Commit Graph

12 Commits

Author SHA1 Message Date
Cedric BAIL b4d57ef6ff clouseau: track object creation and destruction.
SVN revision: 69260
2012-03-12 16:36:15 +00:00
Tom Hacohen e4fdc44b1f Clouseau: Updated TODO.
SVN revision: 69257
2012-03-12 15:44:57 +00:00
Tom Hacohen 928a4fdc34 Clouseau: Added a script wrapper launcher.
SVN revision: 67634
2012-01-31 14:40:51 +00:00
Tom Hacohen 3031c5d359 clouseau: Updated TODO.
SVN revision: 62981
2011-08-30 08:39:58 +00:00
Tom Hacohen adbb0c972d clouseau: Added "pass_events".
SVN revision: 62911
2011-08-28 09:46:40 +00:00
Tom Hacohen 78770a0131 clouseau: Added 'has_focus' although it doesn't really work well atm.
The problem is that we steal the focus away from the other canvas because
our ui runs in the same process as the other canvas.

SVN revision: 62910
2011-08-28 09:28:21 +00:00
Tom Hacohen 4f8c6c3668 clouseau: second step towards splitting ui and lib.
SVN revision: 62825
2011-08-25 14:54:27 +00:00
Tom Hacohen ec87374de8 clouseau: Added a lot of object specific information.
SVN revision: 62810
2011-08-25 12:03:17 +00:00
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 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 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