Commit Graph

  • 97ac149ccc clouseau: Added checkbox to activate/de-activate highlight Aharon Hillel 2012-07-19 12:36:32 +0000
  • abbd2a7f19 clouseau: Fixed image source printing Aharon Hillel 2012-07-18 13:55:15 +0000
  • 0c88d8b62b Clouseau: Fixed configure.ac. Tom Hacohen 2012-07-08 08:24:13 +0000
  • a0282cf1cf clouseau: a little step to cleanup this mess. Cedric BAIL 2012-07-06 02:39:11 +0000
  • afe5b60c8d Clouseau: Fix DESTDIR handling - Fixes #1093. Tom Hacohen 2012-07-03 07:12:00 +0000
  • 7aac83c770 clouseau: Use genlist compress mode for text ellipsis. Daniel Juyung Seo 2012-06-28 08:54:27 +0000
  • 994427fde8 clouseau: fix some autofoo, not perfect yet Vincent Torri 2012-06-26 21:29:56 +0000
  • c885f62299 Clouseau: add autogen.sh to tarball Vincent Torri 2012-06-26 20:57:13 +0000
  • 3acf3fc815 clouseau: Add gen_script to EXTRA_DIST. Stefan Schmidt 2012-06-25 07:49:40 +0000
  • bb36a6d40d svn:ignore built files Gustavo Sverzut Barbieri 2012-06-23 18:03:09 +0000
  • 6b46f92587 clouseau: added move-lines feature on on mouse move + right btn Aharon Hillel 2012-06-20 14:28:56 +0000
  • 22cc9e004f clouseau: cut textblock content to 38 chars Aharon Hillel 2012-06-20 14:28:53 +0000
  • acf6b091d3 clouseau: added TARGET curson on bmp view Aharon Hillel 2012-06-20 11:32:06 +0000
  • 520b276710 clouseau: Fixed zoom-point Window stays on mouse point when zooming. Aharon Hillel 2012-06-20 11:32:00 +0000
  • fb1117e354 Clouseau: fixed some warnings. Tom Hacohen 2012-06-18 07:23:41 +0000
  • 358d9ba0f3 clouseau: Added button icons to git tracked files Aharon Hillel 2012-06-18 07:23:37 +0000
  • c2602f03e1 clouseau: Updated buttons icons Aharon Hillel 2012-06-18 07:23:34 +0000
  • 069a137b21 clouseau: refined screenshot get func Aharon Hillel 2012-06-18 07:23:28 +0000
  • d020f94871 clouseau: Using host-notwork byte-order for BMP Aharon Hillel 2012-06-18 07:23:25 +0000
  • 940077e4e6 clouseau: Added background to BMP window Aharon Hillel 2012-06-18 07:23:23 +0000
  • a97a8afe5b clouseau: Fixed zoom and line features Used can ZOOM on app screenshot User can right-click to draw lines at mouse point User can reset zoom and line on double click TODO: Fix rgba values are wrong in status bar Aharon Hillel 2012-06-18 07:23:20 +0000
  • b3049f451d clouseau: fixed crash when clicking clicking on scrolled screenshot out of borders caused a crash Aharon Hillel 2012-06-18 07:23:17 +0000
  • 71854d3809 clouseau: Avoid checking children for non-smart object Aharon Hillel 2012-06-18 07:23:15 +0000
  • dddca2b897 clouseau: Fixed highlight handling Added delete fade-timer on close window Added lines asociated with each bmp Aharon Hillel 2012-06-18 07:23:12 +0000
  • 16edf65bca clouseau: Line now is created only on center or right mouse button Aharon Hillel 2012-06-18 07:23:09 +0000
  • a4cea7f8d6 clouseau: Removed _titlebar_string_set() duplicated func code Aharon Hillel 2012-06-18 07:23:07 +0000
  • 539e84db55 clouseau: changed all elm_icon_file_set(), depricated, to elm_image_file_set() Aharon Hillel 2012-06-18 07:23:04 +0000
  • c5d39d4592 clouseau: Added status-bar and line status bar includes BMP size, current mouse x,y, RGBA color at mouse TODO: Fix RGBA value, currently wrong. TODO: Make lines fade on mouse release only. TODO: Add GLayer to support zoom. Aharon Hillel 2012-06-18 07:23:01 +0000
  • 96f66d317f clouseau: Fixed mem leak, free app file name Aharon Hillel 2012-06-18 07:22:59 +0000
  • 9bb004690c clouseau: Fixed a bug in offline-highlight Was created as a result of previous commit Aharon Hillel 2012-06-18 07:22:56 +0000
  • d58ccc2ba5 clouseau: Fixed highlight bug Verift that evas object was NOT deleted before trying to highlight Aharon Hillel 2012-06-18 07:22:53 +0000
  • 2ddfd3c229 clouseau: Refined GUI hirarchy Aharon Hillel 2012-06-18 07:22:50 +0000
  • 563d309f20 clouseau: Gui refine: disbale buttons when going offline Aharon Hillel 2012-06-18 07:22:47 +0000
  • 56111ff1bf clouseau: Finilise save,load bmp file including GUI Aharon Hillel 2012-06-18 07:22:43 +0000
  • 77963edfcb clouseau: bmp_info_st info now encoded with eet. Aharon Hillel 2012-06-18 07:22:39 +0000
  • e7f43b2bea clouseau: Added highlight on bmp window Aharon Hillel 2012-06-18 07:22:36 +0000
  • 8cdb2636d9 clouseau: Added screenshot-not-available icon Aharon Hillel 2012-06-18 07:22:33 +0000
  • 5ebf435070 clouseau: Stable version with BMP support Canceled BMP eet encoding Need to remove bmp_req list from daemon, no longer needed Aharon Hillel 2012-06-18 07:22:31 +0000
  • 998b191818 clouseau: Fixed BMP window titlebar + BMP finding bug Aharon Hillel 2012-06-18 07:22:28 +0000
  • b2a538d634 clouseau: Initial version of supporting BMP windows This version enables user to open local copy of app window Need to cancel BMP decoding of EET Fix app-name in title-bar of BMP window Need to support the case of bmp not found HIGHLIGHT BUG: if sub-window is closed Support HIGHLIGHT on BMP Add BMP Saving in EET file + test all offline implicaitons Aharon Hillel 2012-06-18 07:22:25 +0000
  • daa7640933 clouseau: Fixed bug clearing prop-list when selecting tree-root Aharon Hillel 2012-06-18 07:22:22 +0000
  • ae033131d5 clouseau: Titlebar shows server address if connected. Aharon Hillel 2012-06-18 07:22:19 +0000
  • 646b39bd41 you have an m4 dir in clouseau, use it Mike Blumenkrantz 2012-06-15 10:27:46 +0000
  • f1ccd167e3 ignore all config.h* Mike Blumenkrantz 2012-06-15 10:27:37 +0000
  • f4e69958d3 in EFL we always do sizeof(Type), not sizeof(*variable). Mike Blumenkrantz 2012-06-15 10:08:18 +0000
  • 0060707fd6 clouseau's headers were all crazy and wrong. now they are less wrong. Mike Blumenkrantz 2012-06-15 10:03:54 +0000
  • 5174a20c74 remove empty clouseau dir Mike Blumenkrantz 2012-06-15 09:56:31 +0000
  • 6fb36cdff2 same thing as the previous commit Mike Blumenkrantz 2012-06-12 11:59:19 +0000
  • f98f7dc397 if you get a server object back, your connection is in progress. Mike Blumenkrantz 2012-06-12 11:53:13 +0000
  • b2a61d0638 silent rules for building Mike Blumenkrantz 2012-06-12 11:36:31 +0000
  • 37bdaa3095 enna-explorer, clouseau, enjoy, envision: Applied elm_icon API changes. Daniel Juyung Seo 2012-06-07 11:41:14 +0000
  • a36dd69ed1 clouseau: don't track build files. Cedric BAIL 2012-05-29 00:00:30 +0000
  • 2181be7332 clouseau: get textblock text. Cedric BAIL 2012-05-28 23:56:01 +0000
  • 619ed43bd6 clouseau: due to dso, we really need to link to all of them directly. Cedric BAIL 2012-05-21 12:49:53 +0000
  • 095c13276a clouseau: Added work-offline dialog, fixed bug. Aharon Hillel 2012-05-20 10:55:53 +0000
  • 9fd8887eb3 clouseau: Fixed segfauly on app close Aharon Hillel 2012-05-20 10:55:50 +0000
  • 2cdeb7449c clouseau: Titlebar shows server address if connected. Aharon Hillel 2012-05-20 10:55:47 +0000
  • bdcc72613f clouseau: Exit when fail to get initial connection with daemon Aharon Hillel 2012-05-20 10:55:44 +0000
  • d953457ced clouseau: changed daemon lock file to hidden file. Aharon Hillel 2012-05-20 10:55:37 +0000
  • 31a27455f9 Clouseau: suppress warning. Tom Hacohen 2012-05-17 13:57:32 +0000
  • 58103f3403 clouseau: Added file name to app name when working offline Aharon Hillel 2012-05-17 13:57:29 +0000
  • 834714ece5 clouseau: Added func to build app name Aharon Hillel 2012-05-17 13:57:25 +0000
  • ac528a42d3 clouseau: refiend ffline version Aharon Hillel 2012-05-17 13:57:22 +0000
  • 3c446fcd83 clouseau: Avoid exiting client on connection-failed Aharon Hillel 2012-05-17 13:57:20 +0000
  • c97656f937 clouseau: changed localhost to 127.0.0.1" Aharon Hillel 2012-05-17 13:57:17 +0000
  • e866804694 clouseau: Fixed load, save files filename handling Aharon Hillel 2012-05-17 13:57:14 +0000
  • 7796d22a92 [clouseau] Let's make it build out of src tree too. Gustavo Lima Chaves 2012-05-16 13:23:36 +0000
  • 3e609efd59 clouseau: Canceled server-connect attempt on offline mode Aharon Hillel 2012-05-16 11:57:46 +0000
  • 0d6dae5837 clouseau: save file fix. Aharon Hillel 2012-05-16 11:07:12 +0000
  • d6dbbbe9d3 Clouseau: Added option to run client + app in a single command' Aharon Hillel 2012-05-16 11:07:09 +0000
  • 9b410d801c clouseau: client initial version for offline This version sould undergo more testing, refine So be aware offline mode may have some bugs Aharon Hillel 2012-05-16 11:07:06 +0000
  • ddb41bdc2b clouseau: added file selctor for load, save Aharon Hillel 2012-05-16 11:07:04 +0000
  • 56213d9a56 clouseau: added work offline checkbox to opopup. Aharon Hillel 2012-05-16 11:06:59 +0000
  • 3a513fb3d4 Fix grammar. Sanjeev BA 2012-05-15 10:03:51 +0000
  • cd7411d575 clouseau: Fixed segfault when closing app Aharon Hillel 2012-05-14 14:41:47 +0000
  • 938d48865d Clouseau: use "localhost" instead of the ip and make the ui nicer. Tom Hacohen 2012-05-14 14:41:44 +0000
  • 0797182866 clouseau: changed default port. Aharon Hillel 2012-05-14 14:41:40 +0000
  • abb1576d58 clouseau: removed bcaktrace printout Aharon Hillel 2012-05-14 14:41:37 +0000
  • 71d7d7dfff clouseau: Fixed mem leak in libclouseau.c Aharon Hillel 2012-05-14 14:41:35 +0000
  • 6f214fed2b clouseau: Fixed memory leak in clouseau client Aharon Hillel 2012-05-14 14:41:32 +0000
  • de823c936d clouseau: Added backtrace panel Aharon Hillel 2012-05-14 14:41:29 +0000
  • 8d7b61ef46 clouseau: changed free to variant_free to free variant Aharon Hillel 2012-05-14 14:41:25 +0000
  • 498a984baa clouseau: Fixed update_tree func We do not update GUI if got TREE_DATA on non-selected app We just keep info (or dispose if APP was closed) Aharon Hillel 2012-05-14 14:41:22 +0000
  • 61d4b5b029 clouseau: Added progress wheel, shown when waiting for TREE_DATA packet Aharon Hillel 2012-05-14 14:41:19 +0000
  • 2a61c6256b clouseau: Added fix for update tree Avoid updating tree when TREE_DATA is NOT selected app data This may happen when TREE_DATA packet coming AFTER user selected other app Aharon Hillel 2012-05-14 14:41:16 +0000
  • e30eeb87d1 clouseau: Added documentation Aharon Hillel 2012-05-14 14:41:13 +0000
  • d92a139fd1 clouseau: updated git-ignore file. Aharon Hillel 2012-05-14 14:41:10 +0000
  • aeab9534c4 clouseau: Renamed files clouseau script is now clouseau_start client now renamed to clouseau Aharon Hillel 2012-05-14 14:41:07 +0000
  • d80edc1e31 clouseau: refined connet_to_daemon func Aharon Hillel 2012-05-14 14:41:04 +0000
  • 8f8997ae67 clouseau: Renamed helper.h,c to eet_data.h,c Aharon Hillel 2012-05-14 14:41:00 +0000
  • fc17b26b98 clouseau: moved obj_information.c to lib dir Aharon Hillel 2012-05-14 14:40:57 +0000
  • 46795d5ead clouseau: removed compile script Aharon Hillel 2012-05-14 14:40:53 +0000
  • 0fc50b487f clouseau: fixed mem leaks in daemon Also removed signal-handler, exit now with quit Aharon Hillel 2012-05-14 14:40:50 +0000
  • bf71870b25 clouseau: Fxied memory leaks in libclouseau Aharon Hillel 2012-05-14 14:40:47 +0000
  • 598d2347db clouseau: Fixed memory leaks in client.c Aharon Hillel 2012-05-14 14:40:44 +0000
  • 799e609ce7 clouseau: fixed some mem leaks Aharon Hillel 2012-05-14 14:40:41 +0000
  • 09e3b992ac clouseau: Refined sources to remove all warnings Aharon Hillel 2012-05-14 14:40:38 +0000
  • 4527f7488f Clouseau: updated git ignore. Tom Hacohen 2012-05-14 14:40:35 +0000
  • 4760f64685 clouseau: removed eet_dump.c Tom Hacohen 2012-05-14 14:40:31 +0000
  • 5dda573e3c Clouseau: Moved binary sources to bin dir. Tom Hacohen 2012-05-14 14:40:26 +0000