Commit Graph

486 Commits

Author SHA1 Message Date
Cedric BAIL a93b7cce3c clouseau: fix elm breakage.
SVN revision: 69251
2012-03-12 14:38:59 +00:00
Jiyoun Park a700a10535 remove deprecated function related with elm_genlist_item
SVN revision: 68837
2012-03-06 15:04:55 +00:00
Tom Hacohen 928a4fdc34 Clouseau: Added a script wrapper launcher.
SVN revision: 67634
2012-01-31 14:40:51 +00:00
ChunEon Park e76d5335c4 clouseau - Elm_Genlist_Item -> Elm_Object_Item
SVN revision: 67373
2012-01-20 08:41:47 +00:00
Daniel Juyung Seo 3c091e58f5 envision, clouseau: Fixed build warnings.
1. Removed unused function and variable.
2. Applied elm changes.
3. Local variable initialize.


SVN revision: 66165
2011-12-13 15:27:55 +00:00
Daniel Juyung Seo 6e9ad8a017 clouseau, ephoto, ensure: Applied genlist/gengrid changes. label_get
-> text_get.


SVN revision: 65760
2011-12-01 08:32:43 +00:00
Daniel Juyung Seo 5463b76c95 elementary-generator, eve, clouseau: Applied genlist/gengrid changes.
label_get -> text_get.


SVN revision: 65758
2011-12-01 07:56:37 +00:00
Tom Hacohen 8bffe63fbe Clouseau: Fix it to work with non-elm apps.
SVN revision: 65263
2011-11-15 13:34:28 +00:00
David Walter Seikel cc61426c14 Bare minimum changes to update to elementary API breakage so it compiles.
Other things likely need to be changed to track depecated APIs, etc.


SVN revision: 65144
2011-11-14 06:19:04 +00:00
Tom Hacohen b86fb73eda Clouseau: Added some textblock information.
SVN revision: 63767
2011-10-03 09:10:37 +00:00
Tom Hacohen 99e4cd6b81 clouseau: Fix fetching x position of objects.
SVN revision: 62982
2011-08-30 08:40:02 +00:00
Tom Hacohen 3031c5d359 clouseau: Updated TODO.
SVN revision: 62981
2011-08-30 08:39:58 +00:00
Tom Hacohen ae72e8e13d clouseau: Only expand the "Evas" in the obj information genlist.
SVN revision: 62912
2011-08-28 09:46:44 +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 b3730d4157 clouseau: Add some basic code to handle eet dump/load of the obj tree.
SVN revision: 62908
2011-08-28 07:18:00 +00:00
Tom Hacohen add4f4ec47 clouseau: Cleaned genlist classes a bit.
SVN revision: 62907
2011-08-28 07:17:55 +00:00
Tom Hacohen 2d4622b2c5 clouseau: No need to keep a ptr to the parent.
SVN revision: 62826
2011-08-25 14:54:30 +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 68e03ea526 clouseau: First step towards splitting ui and lib.
SVN revision: 62824
2011-08-25 14:54:22 +00:00
Tom Hacohen a1b24e4ed1 clouseau: Added aspect ratio.
SVN revision: 62812
2011-08-25 12:13:16 +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 b80eff4b79 clouseau: Fixed mem leak and compiler warnings.
SVN revision: 62807
2011-08-25 11:25:28 +00:00
Tom Hacohen f899d58747 clouseau: Support expanding collapsing in the obj information genlist.
SVN revision: 62805
2011-08-25 11:12:17 +00:00
Tom Hacohen bd861a2ff3 clouseau: Make the obj information list a genlist.
SVN revision: 62804
2011-08-25 11:12:13 +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 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 176cd43ba5 Clouseau: Added .gitignore and a stub file to m4.
The stub file is needed for git to agree to add this dir.

SVN revision: 62741
2011-08-24 14:17:53 +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
Cedric BAIL fbc00c7026 clouseau: add directory for Tasn.
SVN revision: 62739
2011-08-24 13:52:34 +00:00