Commit Graph

389 Commits

Author SHA1 Message Date
Aharon Hillel ab8941f768 clouseau: added server comm test
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71047
2012-05-14 14:40:15 +00:00
Aharon Hillel 22704ae836 clouseau: Added the IP:PORT dialog to client
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71046
2012-05-14 14:40:11 +00:00
Aharon Hillel 0e952900f9 clouseau: Updated EET union defs
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71045
2012-05-14 14:40:07 +00:00
Aharon Hillel 4eaad1c5a8 clouseau: cleaned code, removed printfs
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71044
2012-05-14 14:40:02 +00:00
Aharon Hillel 270d16db47 clouseau: Daemon exit after all clients disconnect
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71043
2012-05-14 14:39:59 +00:00
Aharon Hillel 1e4592f5d8 clouseau: removed redundent code
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71042
2012-05-14 14:39:56 +00:00
Aharon Hillel 02e34fc0d7 clouseau: Removed daemon cleanup redundent code.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71041
2012-05-14 14:39:53 +00:00
Aharon Hillel 5c4d247093 clouseau: using ulong long for pointers This is done for all EET transferred pointer for compat issue
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71040
2012-05-14 14:39:49 +00:00
Aharon Hillel 100d6e8974 clouseau: Fixed warnings
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71039
2012-05-14 14:39:46 +00:00
Aharon Hillel f63954a8f9 clouseau: Added highlight + fixed dispaly of prog name
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71038
2012-05-14 14:39:42 +00:00
Aharon Hillel 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
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71037
2012-05-14 14:39:38 +00:00
Aharon Hillel 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
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71036
2012-05-14 14:39:35 +00:00
Aharon Hillel 88b05a7745 clouseau: Added desc cleanup for obj-info
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71035
2012-05-14 14:39:29 +00:00
Aharon Hillel bc23321536 clouseau: Added desc cleanup
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71034
2012-05-14 14:39:26 +00:00
Aharon Hillel 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>
SVN revision: 71033
2012-05-14 14:39:23 +00:00
Aharon Hillel cc12c6c59e clouseau: Removed redundent free, cleaned code
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71032
2012-05-14 14:39:19 +00:00
Aharon Hillel c27a95d11e clouseau: Removed obj_information.h
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71031
2012-05-14 14:39:14 +00:00
Aharon Hillel f51e751a1b clouseau: Object info now transferred However still have mem-alloc,free issues Just keeping a snapshot to have the correct EET code saved
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71030
2012-05-14 14:39:10 +00:00
Aharon Hillel 20092b0cbf clouseau: Added props_mapping to be used with EET
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71029
2012-05-14 14:39:06 +00:00
Aharon Hillel 50b25c319c clouseau: Adaped union for EET Changed this to similar struct like Example_Union as in eet-union-example
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71028
2012-05-14 14:39:03 +00:00
Aharon Hillel e6d1b920d1 clouseau: Broke Obj_Information broke it to several structs this is done as preperation for transferring Obj_Information with eet desc.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71027
2012-05-14 14:38:59 +00:00
Aharon Hillel 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
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71026
2012-05-14 14:38:55 +00:00
Aharon Hillel 188c97f6ab clouseau: Added GUI support Known problem: extending first item in list causes a crash Fixed PTR rep in eet def
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71025
2012-05-14 14:38:52 +00:00
Aharon Hillel 21e97eedab clouseau: refined packet sending Added packet specific funcs Cleaned code
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71024
2012-05-14 14:38:49 +00:00
Aharon Hillel d7721a37ec clouseau: Tree now transferred and printed by clients
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71023
2012-05-14 14:38:46 +00:00
Aharon Hillel 6a912ce47b clouseau: Now sending tree successfuly+cleanup
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71022
2012-05-14 14:38:42 +00:00
Aharon Hillel 504be6b785 clouseau: Removed packet-size limit
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71021
2012-05-14 14:38:39 +00:00
Aharon Hillel 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)
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71020
2012-05-14 14:38:35 +00:00
Aharon Hillel 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
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71019
2012-05-14 14:38:31 +00:00
Aharon Hillel 7fccb8595b clouseau: preparing packet-composition for ipc
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71018
2012-05-14 14:38:27 +00:00
Aharon Hillel 443e5c4d1b clouseau: added debug info in compilation
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71017
2012-05-14 14:38:24 +00:00
Aharon Hillel 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.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71016
2012-05-14 14:38:21 +00:00
Aharon Hillel 1ab7c4ba18 clouseau: Strings Tree transferred with ecore-con
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71015
2012-05-14 14:38:18 +00:00
Aharon Hillel 2e7d7b860a clouseau: APP sends widget tree
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71014
2012-05-14 14:38:15 +00:00
Aharon Hillel 3ac75eede9 clouseau: Refined packet sending
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71013
2012-05-14 14:38:12 +00:00
Aharon Hillel 9781cdf59c clouseau: Started to desing comm-protocol
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71012
2012-05-14 14:38:09 +00:00
Aharon Hillel e6a80cf55e clouseau: refine files after adding ecore con
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71011
2012-05-14 14:38:06 +00:00
Aharon Hillel 8296bbac98 clouseau: Added stab funcs to use ecore com
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71010
2012-05-14 14:38:02 +00:00
Aharon Hillel 6a4151af23 clouseau: Daemon now pass list of widgets strings
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71009
2012-05-14 14:37:59 +00:00
Aharon Hillel c8a3fb4915 clouseau: Added app-selection drop-down list
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71008
2012-05-14 14:37:56 +00:00
Aharon Hillel dc33661482 clouseau: Taking PORT from helper.h
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71007
2012-05-14 14:37:53 +00:00
Aharon Hillel 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.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71006
2012-05-14 14:37:49 +00:00
Aharon Hillel 0b7681db68 clouseau: clouseaud COMPILE command file
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71005
2012-05-14 14:37:46 +00:00
Aharon Hillel c722b0d97f clouseau: Prepared to use Elementary
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71004
2012-05-14 14:37:43 +00:00
Aharon Hillel b3ce54c747 clouseau: Created clouseau daemon clouseaud.c stab
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71003
2012-05-14 14:37:38 +00:00
Tom Hacohen df9fd2fa83 Clouseau: Adjust according to recent elm changes.
SVN revision: 70820
2012-05-06 14:41:25 +00:00
Cedric BAIL fd0e7bf2d2 clouseau: don't track build files.
SVN revision: 70296
2012-04-18 10:05:49 +00:00
Samuel F. Baggen 338b5bdbe1 added a short description in the readme file
SVN revision: 69919
2012-04-04 10:22:12 +00:00
Tom Hacohen 6e1be0892c Clouseau: Fixed parameter passing to application.
SVN revision: 69858
2012-04-02 08:55:55 +00:00
Daniel Juyung Seo 7494d37e89 clouseau: Updated .gitignore.
SVN revision: 69724
2012-03-29 08:22:21 +00:00