Commit Graph

486 Commits

Author SHA1 Message Date
Tom Hacohen 7638eb7c4f Button text: Less shouting in the UI's text. 2013-08-16 14:34:09 +01:00
Tom Hacohen da084b320a Change the text on "Load Tree" button to "Reload" right from the start. 2013-08-16 14:32:23 +01:00
Cedric Bail 3521719685 clouseau: we are using beta API. 2013-07-23 11:39:54 +09:00
Cedric Bail a9bad4f65d clouseau: fix header order. 2013-07-23 11:39:35 +09:00
Daniel Zaoui 47ee4cc859 Clouseau: add possibility to give the IP and port as parameters.
Now, you can execute clouseau_client with the optional parameters ip and
port. The format is clouseau_client [ip:[port]].
2013-06-04 11:03:06 +03:00
Tom Hacohen e1a515321a Free the con_server after the eet_server.
Thanks to JackDanielZ for finally being useful. ;P
2013-05-21 14:19:03 +01:00
Tom Hacohen 9a06a9b433 Actually disconnect clouseau clients when requested. 2013-05-21 14:11:19 +01:00
Tom Hacohen 337a44976a Added clouseau_app_disconnect and added a call for it. 2013-05-20 15:04:17 +01:00
Tom Hacohen 9df23ed8d7 Call clouseau_disconnect on shutdown. 2013-05-20 14:59:19 +01: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
Tom Hacohen 3ae0b13de7 Override ELM_CLOUSEAU env var so we don't inspect ourselves. 2013-04-29 15:17:06 +01:00
Tom Hacohen 892497273a Cleaned up script generation and got rid of the atrocious gen_script.sh 2013-04-19 17:02:54 +01:00
Cedric Bail 85432f9a10 always distribute the .service/.socket. 2013-04-13 10:55:00 +09:00
Jérémy Zurcher cd2a4b9d00 remove *~ file and add pattern to gitignore 2013-04-08 00:58:47 +02:00
Cedric BAIL 4c41468124 clouseau: wheel need elm_progressbar_pulse_set to spin. 2013-03-18 15:38:31 +09:00
Cedric Bail b9296086cb clouseau: add support for systemd user session. 2013-03-17 11:52:10 +09:00
Daniel Zaoui d2a95a6c42 Clouseau: Fix for class layers displaying.
The bugs happens when a class layer doesn't contain lists (like edje).
The item will be set as tree but the text_get function will check if it
can be compacted and will return true. So we will have the info inside
edje displayed twice, on the layer line and as items of the layer.

The fix forces the layer item to be a tree, no matter the nature of the
contents. It has been done by assigning an item class different for
layers and for infos inside layers. The text_get of the layer item class
just returns the name of the layer without compaction.
2013-02-26 16:54:43 +02:00
Daniel Zaoui 8e0ab01156 Clouseau: Merge list elements into one line
This change only affects the clouseau_client appearance.
The merge is done if there are only basic types into the list (i.e no
other lists).
This has been done to be backward compatible with the previous client
displaying way.

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 84373
2013-02-26 06:29:30 +00:00
Tom Hacohen d9e6561d08 Clouseau: Fixed a leak.
SVN revision: 83953
2013-02-15 13:15:56 +00:00
Tom Hacohen 7a39938657 Clouseau: Ship the header file.
Although it's not usable at the moment because it actually includes non-shipped
headers. This will be solved soon, this is just infra work.

SVN revision: 83697
2013-02-06 17:52:06 +00:00
Tom Hacohen d32bbe9895 Clouseau: Start Daemon from app instead of script.
SVN revision: 83694
2013-02-06 15:55:53 +00:00
Tom Hacohen 5effaef84b Clouseau: Moved private enum to the private header.
SVN revision: 83693
2013-02-06 15:55:51 +00:00
Tom Hacohen 4d951106c6 Clouseau: Cleaned up preload a bit and moved more to lib.
SVN revision: 83692
2013-02-06 15:55:48 +00:00
Tom Hacohen 71bd89eb2b Clouseau: Started spliting clouseau.c
SVN revision: 83691
2013-02-06 15:55:46 +00:00
Tom Hacohen af32e57679 Clouseau: Some scope and naming clean-ups.
SVN revision: 83690
2013-02-06 15:55:44 +00:00
Tom Hacohen cc28cbfbbc Clouseau: Pass appname to client_connect, not init.
SVN revision: 83689
2013-02-06 15:55:41 +00:00
Tom Hacohen 20df08e176 Clouseau: libclouseau_preload is now correctly split.
SVN revision: 83681
2013-02-06 13:19:28 +00:00
Aharon Hillel eb977554a7 Clouseau: Rename files to stop confusion.
src/bin: clouseau.c to clouseau_client.c
src/lib: clouseau_client.c to clouseau.c

Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 83650
2013-02-06 06:19:22 +00:00
Tom Hacohen 8c2a96b8aa Clouseau: Fixed bad change to use pointer for type in the eet.
SVN revision: 83631
2013-02-05 13:53:44 +00:00
Tom Hacohen e9fe6cb2c0 Clouseau: Minor cosmetic changes.
SVN revision: 83534
2013-01-31 18:05:32 +00:00
Tom Hacohen 5f9e775820 Clouseau: Fix seg on 32 bit.
SVN revision: 83528
2013-01-31 16:30:48 +00:00
Tom Hacohen 18e031694d Clouseau: renamed the libs.
libclouseau.so -> libclouseua_preload.so
libclouseau_client.so -> libclouseau.so

SVN revision: 83515
2013-01-31 12:00:10 +00:00
Tom Hacohen 74407dec92 Clouseau: Changed file naming a bit.
Preload is now in it's own file. Will sort the lib names next.

SVN revision: 83514
2013-01-31 12:00:07 +00:00
Tom Hacohen ca8f724773 Clouseau: Fixed a (potential?) memory leak.
SVN revision: 83512
2013-01-31 11:10:01 +00:00
Tom Hacohen 54ffd3ebc9 Clouseau: Moved the legacy eet descriptors to a separate file.
This cleans up the code a bit and will let us get rid of it
easily when the time comes.

SVN revision: 83510
2013-01-31 11:01:16 +00:00
Tom Hacohen 12c379a500 Clouseau: Remove the Clouseau.h header and use clouseau_private2.h instead.
This wasn't really a public header. It exposed a lot of stuff it shouldn't have and it was just confusing.
We'll just create a public header when we'll be ready, i.e know
exactly what we need to expose.

SVN revision: 83492
2013-01-30 17:18:16 +00:00
Tom Hacohen baae415aee Clouseau: We don't need access to internal elm stuff.
SVN revision: 83491
2013-01-30 17:18:14 +00:00
Tom Hacohen 8d5ad68be6 Clouseau: Use the new Eo_Dbg_Info a bit more.
The mission: use it all across. Atm we still rely on it because of the
eet conversion.

SVN revision: 83490
2013-01-30 17:18:11 +00:00
Tom Hacohen a709682d07 Clouseau: Fixed memory leak.
SVN revision: 83489
2013-01-30 17:18:08 +00:00
Tom Hacohen c02621026f Clouseau: Added legacy<->eina value conversion functions.
SVN revision: 83488
2013-01-30 17:18:05 +00:00
Tom Hacohen 1de87473e9 Clouseau: Minor clean up.
SVN revision: 83487
2013-01-30 17:18:03 +00:00
Tom Hacohen f9c664c014 Clouseau: type should be LONG LONG.
SVN revision: 83486
2013-01-30 16:47:51 +00:00
Tom Hacohen c87ffb64a0 Clouseau: Some more cleanups.
SVN revision: 83482
2013-01-30 13:46:27 +00:00
Tom Hacohen 456bf94cea Clouseau: Improved log messages a bit.!
SVN revision: 83477
2013-01-30 11:23:03 +00:00
Tom Hacohen f8fb1f73f5 Clouseau: Remove some client specific stuff from the lib.
SVN revision: 83475
2013-01-30 11:13:50 +00:00
Tom Hacohen 3d4fd428a0 Clouseau: Use the new Eo_Dbg_Info structure.
SVN revision: 83446
2013-01-29 16:36:25 +00:00
Tom Hacohen 0483c95e54 Clouseau: Removed useless code.
SVN revision: 83445
2013-01-29 16:36:23 +00:00
Tom Hacohen fb34d37986 Clouseaud: Make it POSIX instead of linux only.
SVN revision: 83435
2013-01-29 14:08:18 +00:00
Tom 'TAsn' Hacohen 1b8a403058 Clouseau: Remove the daemonising code, use proper logging and proper locking.
Signed-off-by: Tom 'TAsn' Hacohen <tom@stosb.com>

SVN revision: 83434
2013-01-29 13:56:49 +00:00