Commit Graph

  • e16652da01 clouseau: Changed daemon listening IP Aharon Hillel 2012-05-14 14:40:22 +0000
  • fd5412d470 clouseau: Fixed extra-prop desc def Aharon Hillel 2012-05-14 14:40:19 +0000
  • ab8941f768 clouseau: added server comm test Aharon Hillel 2012-05-14 14:40:15 +0000
  • 22704ae836 clouseau: Added the IP:PORT dialog to client Aharon Hillel 2012-05-14 14:40:11 +0000
  • 0e952900f9 clouseau: Updated EET union defs Aharon Hillel 2012-05-14 14:40:07 +0000
  • 4eaad1c5a8 clouseau: cleaned code, removed printfs Aharon Hillel 2012-05-14 14:40:02 +0000
  • 270d16db47 clouseau: Daemon exit after all clients disconnect Aharon Hillel 2012-05-14 14:39:59 +0000
  • 1e4592f5d8 clouseau: removed redundent code Aharon Hillel 2012-05-14 14:39:56 +0000
  • 02e34fc0d7 clouseau: Removed daemon cleanup redundent code. Aharon Hillel 2012-05-14 14:39:53 +0000
  • 5c4d247093 clouseau: using ulong long for pointers This is done for all EET transferred pointer for compat issue Aharon Hillel 2012-05-14 14:39:49 +0000
  • 100d6e8974 clouseau: Fixed warnings Aharon Hillel 2012-05-14 14:39:46 +0000
  • f63954a8f9 clouseau: Added highlight + fixed dispaly of prog name Aharon Hillel 2012-05-14 14:39:42 +0000
  • 9f7ac6948f clouseau: Changed comm-protocol,updated GUI Added new comm protocol + EET support Updated and refined GUI to support multiple apps TODO: Add Highlight code, check for mem-leaks Aharon Hillel 2012-05-14 14:39:38 +0000
  • 838da749fa clouseau: Changed data struct to support lists Up to now we supported Tree_Item only Now support Eina_List of Tree_Item, same as original Aharon Hillel 2012-05-14 14:39:35 +0000
  • 88b05a7745 clouseau: Added desc cleanup for obj-info Aharon Hillel 2012-05-14 14:39:29 +0000
  • bc23321536 clouseau: Added desc cleanup Aharon Hillel 2012-05-14 14:39:26 +0000
  • ed53754ab9 clouseau: refined files. TODO: Need to add cleanup for eet-descs TODO: Need to support lists, not just tree-head Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com> Aharon Hillel 2012-05-14 14:39:23 +0000
  • cc12c6c59e clouseau: Removed redundent free, cleaned code Aharon Hillel 2012-05-14 14:39:19 +0000
  • c27a95d11e clouseau: Removed obj_information.h Aharon Hillel 2012-05-14 14:39:14 +0000
  • f51e751a1b clouseau: Object info now transferred However still have mem-alloc,free issues Just keeping a snapshot to have the correct EET code saved Aharon Hillel 2012-05-14 14:39:10 +0000
  • 20092b0cbf clouseau: Added props_mapping to be used with EET Aharon Hillel 2012-05-14 14:39:06 +0000
  • 50b25c319c clouseau: Adaped union for EET Changed this to similar struct like Example_Union as in eet-union-example Aharon Hillel 2012-05-14 14:39:03 +0000
  • e6d1b920d1 clouseau: Broke Obj_Information broke it to several structs this is done as preperation for transferring Obj_Information with eet desc. Aharon Hillel 2012-05-14 14:38:59 +0000
  • bebf23dcd6 clouseau: Fixed the list First item now can be clicked, because its not freed see comment about variant cleanup NEXT: transfer the data of obejct as well to be sown on right side pane Aharon Hillel 2012-05-14 14:38:55 +0000
  • 188c97f6ab clouseau: Added GUI support Known problem: extending first item in list causes a crash Fixed PTR rep in eet def Aharon Hillel 2012-05-14 14:38:52 +0000
  • 21e97eedab clouseau: refined packet sending Added packet specific funcs Cleaned code Aharon Hillel 2012-05-14 14:38:49 +0000
  • d7721a37ec clouseau: Tree now transferred and printed by clients Aharon Hillel 2012-05-14 14:38:46 +0000
  • 6a912ce47b clouseau: Now sending tree successfuly+cleanup Aharon Hillel 2012-05-14 14:38:42 +0000
  • 504be6b785 clouseau: Removed packet-size limit Aharon Hillel 2012-05-14 14:38:39 +0000
  • fe3286944d clouseau: Sending messages via EET Working now with variant, sending info with eet encode, decode The problem: sending tree-data does not work. Looks like EET has prolem with big-packet size (232920) Aharon Hillel 2012-05-14 14:38:35 +0000
  • e70dc18eda clouseau: Moved to IPC communiction Known Problem: when closing client I get _ecore_magic_fail Dont know yet whay because same code worked in ecore_con NEXT send the actuall TREE_DATA via IPC and remoce EET data reading Aharon Hillel 2012-05-14 14:38:31 +0000
  • 7fccb8595b clouseau: preparing packet-composition for ipc Aharon Hillel 2012-05-14 14:38:27 +0000
  • 443e5c4d1b clouseau: added debug info in compilation Aharon Hillel 2012-05-14 14:38:24 +0000
  • 49760735ec clouseau: Added EET data dump Temp Code: Saving data into EET file, then read by client Next: decode data into BLOB, then transfer with ecore_con Then clean temp EET code. Aharon Hillel 2012-05-14 14:38:21 +0000
  • 1ab7c4ba18 clouseau: Strings Tree transferred with ecore-con Aharon Hillel 2012-05-14 14:38:18 +0000
  • 2e7d7b860a clouseau: APP sends widget tree Aharon Hillel 2012-05-14 14:38:15 +0000
  • 3ac75eede9 clouseau: Refined packet sending Aharon Hillel 2012-05-14 14:38:12 +0000
  • 9781cdf59c clouseau: Started to desing comm-protocol Aharon Hillel 2012-05-14 14:38:09 +0000
  • e6a80cf55e clouseau: refine files after adding ecore con Aharon Hillel 2012-05-14 14:38:06 +0000
  • 8296bbac98 clouseau: Added stab funcs to use ecore com Aharon Hillel 2012-05-14 14:38:02 +0000
  • 6a4151af23 clouseau: Daemon now pass list of widgets strings Aharon Hillel 2012-05-14 14:37:59 +0000
  • c8a3fb4915 clouseau: Added app-selection drop-down list Aharon Hillel 2012-05-14 14:37:56 +0000
  • dc33661482 clouseau: Taking PORT from helper.h Aharon Hillel 2012-05-14 14:37:53 +0000
  • ad2b296293 clouseau: lib works with daemon and client libclouseau works with daemon and client over TCP. TCP messages - TEXT only so far, will be updated. To try start clouseaud start client Then run app with clouseau and press client Load btn. Aharon Hillel 2012-05-14 14:37:49 +0000
  • 0b7681db68 clouseau: clouseaud COMPILE command file Aharon Hillel 2012-05-14 14:37:46 +0000
  • c722b0d97f clouseau: Prepared to use Elementary Aharon Hillel 2012-05-14 14:37:43 +0000
  • b3ce54c747 clouseau: Created clouseau daemon clouseaud.c stab Aharon Hillel 2012-05-14 14:37:38 +0000
  • df9fd2fa83 Clouseau: Adjust according to recent elm changes. Tom Hacohen 2012-05-06 14:41:25 +0000
  • fd0e7bf2d2 clouseau: don't track build files. Cedric BAIL 2012-04-18 10:05:49 +0000
  • 338b5bdbe1 added a short description in the readme file Samuel F. Baggen 2012-04-04 10:22:12 +0000
  • 6e1be0892c Clouseau: Fixed parameter passing to application. Tom Hacohen 2012-04-02 08:55:55 +0000
  • 7494d37e89 clouseau: Updated .gitignore. Daniel Juyung Seo 2012-03-29 08:22:21 +0000
  • b4d57ef6ff clouseau: track object creation and destruction. Cedric BAIL 2012-03-12 16:36:15 +0000
  • e4fdc44b1f Clouseau: Updated TODO. Tom Hacohen 2012-03-12 15:44:57 +0000
  • 9b1e30c2cf clouseau: track more attrib. Cedric BAIL 2012-03-12 14:59:11 +0000
  • a93b7cce3c clouseau: fix elm breakage. Cedric BAIL 2012-03-12 14:38:59 +0000
  • a700a10535 remove deprecated function related with elm_genlist_item Jiyoun Park 2012-03-06 15:04:55 +0000
  • 928a4fdc34 Clouseau: Added a script wrapper launcher. Tom Hacohen 2012-01-31 14:40:51 +0000
  • e76d5335c4 clouseau - Elm_Genlist_Item -> Elm_Object_Item ChunEon Park 2012-01-20 08:41:47 +0000
  • 3c091e58f5 envision, clouseau: Fixed build warnings. Daniel Juyung Seo 2011-12-13 15:27:55 +0000
  • 6e9ad8a017 clouseau, ephoto, ensure: Applied genlist/gengrid changes. label_get -> text_get. Daniel Juyung Seo 2011-12-01 08:32:43 +0000
  • 5463b76c95 elementary-generator, eve, clouseau: Applied genlist/gengrid changes. label_get -> text_get. Daniel Juyung Seo 2011-12-01 07:56:37 +0000
  • 8bffe63fbe Clouseau: Fix it to work with non-elm apps. Tom Hacohen 2011-11-15 13:34:28 +0000
  • 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. David Walter Seikel 2011-11-14 06:19:04 +0000
  • b86fb73eda Clouseau: Added some textblock information. Tom Hacohen 2011-10-03 09:10:37 +0000
  • 99e4cd6b81 clouseau: Fix fetching x position of objects. Tom Hacohen 2011-08-30 08:40:02 +0000
  • 3031c5d359 clouseau: Updated TODO. Tom Hacohen 2011-08-30 08:39:58 +0000
  • ae72e8e13d clouseau: Only expand the "Evas" in the obj information genlist. Tom Hacohen 2011-08-28 09:46:44 +0000
  • adbb0c972d clouseau: Added "pass_events". Tom Hacohen 2011-08-28 09:46:40 +0000
  • 78770a0131 clouseau: Added 'has_focus' although it doesn't really work well atm. Tom Hacohen 2011-08-28 09:28:21 +0000
  • b3730d4157 clouseau: Add some basic code to handle eet dump/load of the obj tree. Tom Hacohen 2011-08-28 07:18:00 +0000
  • add4f4ec47 clouseau: Cleaned genlist classes a bit. Tom Hacohen 2011-08-28 07:17:55 +0000
  • 2d4622b2c5 clouseau: No need to keep a ptr to the parent. Tom Hacohen 2011-08-25 14:54:30 +0000
  • 4f8c6c3668 clouseau: second step towards splitting ui and lib. Tom Hacohen 2011-08-25 14:54:27 +0000
  • 68e03ea526 clouseau: First step towards splitting ui and lib. Tom Hacohen 2011-08-25 14:54:22 +0000
  • a1b24e4ed1 clouseau: Added aspect ratio. Tom Hacohen 2011-08-25 12:13:16 +0000
  • ec87374de8 clouseau: Added a lot of object specific information. Tom Hacohen 2011-08-25 12:03:17 +0000
  • b80eff4b79 clouseau: Fixed mem leak and compiler warnings. Tom Hacohen 2011-08-25 11:25:28 +0000
  • f899d58747 clouseau: Support expanding collapsing in the obj information genlist. Tom Hacohen 2011-08-25 11:12:17 +0000
  • bd861a2ff3 clouseau: Make the obj information list a genlist. Tom Hacohen 2011-08-25 11:12:13 +0000
  • 645914b482 clouseau: split properties list code to a different file. Tom Hacohen 2011-08-25 11:12:09 +0000
  • c03fe66107 clouseau: Add checkboxes to filter out clippers/hidden objects. Tom Hacohen 2011-08-25 08:24:53 +0000
  • 3fe85816af clouseau: Show the evas object name property if exists. Tom Hacohen 2011-08-25 08:24:50 +0000
  • 978e289655 clouseau: Added icons indicating hidden/clipper. Tom Hacohen 2011-08-25 07:57:43 +0000
  • 19263de369 clouseau: Added the property 'has clipees'. Tom Hacohen 2011-08-25 07:57:35 +0000
  • a1c8dff402 clouseau: Fix some style issues. Tom Hacohen 2011-08-24 14:32:15 +0000
  • cbe6ec2e15 clouseau: Fixed a shameful typo. Tom Hacohen 2011-08-24 14:28:16 +0000
  • 39204da58a clouseau: clear the properties list when reloading. Tom Hacohen 2011-08-24 14:27:03 +0000
  • 176cd43ba5 Clouseau: Added .gitignore and a stub file to m4. Tom Hacohen 2011-08-24 14:17:53 +0000
  • a87f4db1de Clouseau: Everyone welcome clouseau, a tool to debug UI applications. Tom Hacohen 2011-08-24 14:06:04 +0000
  • fbc00c7026 clouseau: add directory for Tasn. Cedric BAIL 2011-08-24 13:52:34 +0000