Commit Graph

22 Commits

Author SHA1 Message Date
Tom Hacohen a3b8caf5c9 Added stub module -- currently disabled. 2013-12-30 15:54:45 +00:00
Tom Hacohen b8c6c03b66 Enable the macro needed to use Eo API. 2013-12-13 11:59:58 +00:00
Rafael Antognolli d95ff67dd6 Make systemd config files installation optional. 2013-10-03 15:52:00 -03:00
Cedric Bail 3521719685 clouseau: we are using beta API. 2013-07-23 11:39:54 +09:00
Doug Newgard 951c057863 Update v_rev for switch to Git. 2013-05-07 11:42:55 +01:00
Doug Newgard 801f6f8b78 Add Eo to EFL requirements. 2013-05-07 11:41:42 +01:00
Cedric Bail b9296086cb clouseau: add support for systemd user session. 2013-03-17 11:52:10 +09:00
Leif Middelschulte 39a13121e4 Yet another LC_ALL=C'ed svnversion output for grep
SVN revision: 82833
2013-01-15 17:41:21 +00:00
Cedric BAIL 7922047e6e clouseau: is going to become more a library infra than just a tool.
SVN revision: 82401
2013-01-08 10:17:41 +00:00
Cedric BAIL 275a69a11d autotools: move to AC_CONFIG_HEADERS.
Patch by Doug Newgard <scimmia22@outlook.com>.


SVN revision: 82135
2013-01-04 00:55:00 +00:00
Stefan Schmidt 8f45b0c9f2 clouseau: Add eina and eet as hard dependencies.
Already used in the code but never found their way into the configure.ac

SVN revision: 78374
2012-10-23 15:01:56 +00:00
Tom Hacohen 0c88d8b62b Clouseau: Fixed configure.ac.
Cedric, Thanks for your wonderful birthday gift to us all. ;)

SVN revision: 73461
2012-07-08 08:24:13 +00:00
Cedric BAIL a0282cf1cf clouseau: a little step to cleanup this mess.
NOTE: copy and past is not the same as factoring code with function and macro.
NOTE2: please follow the convention of other EFL project.


SVN revision: 73390
2012-07-06 02:39:11 +00:00
Vincent Torri 994427fde8 clouseau: fix some autofoo, not perfect yet
SVN revision: 72895
2012-06-26 21:29:56 +00:00
Mike Blumenkrantz 646b39bd41 you have an m4 dir in clouseau, use it
SVN revision: 72184
2012-06-15 10:27:46 +00:00
Mike Blumenkrantz 0060707fd6 clouseau's headers were all crazy and wrong. now they are less wrong.
SVN revision: 72181
2012-06-15 10:03:54 +00:00
Mike Blumenkrantz b2a61d0638 silent rules for building
SVN revision: 72017
2012-06-12 11:36:31 +00:00
Cedric BAIL 619ed43bd6 clouseau: due to dso, we really need to link to all of them directly.
SVN revision: 71284
2012-05-21 12:49:53 +00:00
Tom Hacohen 5dda573e3c Clouseau: Moved binary sources to bin dir.
SVN revision: 71050
2012-05-14 14:40:26 +00:00
Tom Hacohen 928a4fdc34 Clouseau: Added a script wrapper launcher.
SVN revision: 67634
2012-01-31 14:40:51 +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