Commit Graph

376 Commits

Author SHA1 Message Date
Aharon Hillel 358d9ba0f3 clouseau: Added button icons to git tracked files
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72362
2012-06-18 07:23:37 +00:00
Aharon Hillel c2602f03e1 clouseau: Updated buttons icons
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72361
2012-06-18 07:23:34 +00:00
Aharon Hillel 069a137b21 clouseau: refined screenshot get func
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72360
2012-06-18 07:23:28 +00:00
Aharon Hillel d020f94871 clouseau: Using host-notwork byte-order for BMP
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72359
2012-06-18 07:23:25 +00:00
Aharon Hillel 940077e4e6 clouseau: Added background to BMP window
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72358
2012-06-18 07:23:23 +00:00
Aharon Hillel 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
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72357
2012-06-18 07:23:20 +00:00
Aharon Hillel b3049f451d clouseau: fixed crash when clicking clicking on scrolled screenshot out of borders caused a crash
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72356
2012-06-18 07:23:17 +00:00
Aharon Hillel 71854d3809 clouseau: Avoid checking children for non-smart object
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72355
2012-06-18 07:23:15 +00:00
Aharon Hillel dddca2b897 clouseau: Fixed highlight handling Added delete fade-timer on close window Added lines asociated with each bmp
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72354
2012-06-18 07:23:12 +00:00
Aharon Hillel 16edf65bca clouseau: Line now is created only on center or right mouse button
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72353
2012-06-18 07:23:09 +00:00
Aharon Hillel a4cea7f8d6 clouseau: Removed _titlebar_string_set() duplicated func code
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72352
2012-06-18 07:23:07 +00:00
Aharon Hillel 539e84db55 clouseau: changed all elm_icon_file_set(), depricated, to elm_image_file_set()
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72351
2012-06-18 07:23:04 +00:00
Aharon Hillel 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.
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72350
2012-06-18 07:23:01 +00:00
Aharon Hillel 96f66d317f clouseau: Fixed mem leak, free app file name
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72349
2012-06-18 07:22:59 +00:00
Aharon Hillel 9bb004690c clouseau: Fixed a bug in offline-highlight Was created as a result of previous commit
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72348
2012-06-18 07:22:56 +00:00
Aharon Hillel d58ccc2ba5 clouseau: Fixed highlight bug Verift that evas object was NOT deleted before trying to highlight
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72347
2012-06-18 07:22:53 +00:00
Aharon Hillel 2ddfd3c229 clouseau: Refined GUI hirarchy
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72346
2012-06-18 07:22:50 +00:00
Aharon Hillel 563d309f20 clouseau: Gui refine: disbale buttons when going offline
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72345
2012-06-18 07:22:47 +00:00
Aharon Hillel 56111ff1bf clouseau: Finilise save,load bmp file including GUI
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72344
2012-06-18 07:22:43 +00:00
Aharon Hillel 77963edfcb clouseau: bmp_info_st info now encoded with eet.
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72343
2012-06-18 07:22:39 +00:00
Aharon Hillel e7f43b2bea clouseau: Added highlight on bmp window
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72342
2012-06-18 07:22:36 +00:00
Aharon Hillel 8cdb2636d9 clouseau: Added screenshot-not-available icon
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72341
2012-06-18 07:22:33 +00:00
Aharon Hillel 5ebf435070 clouseau: Stable version with BMP support Canceled BMP eet encoding Need to remove bmp_req list from daemon, no longer needed
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72340
2012-06-18 07:22:31 +00:00
Aharon Hillel 998b191818 clouseau: Fixed BMP window titlebar + BMP finding bug
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72339
2012-06-18 07:22:28 +00:00
Aharon Hillel 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
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72338
2012-06-18 07:22:25 +00:00
Aharon Hillel daa7640933 clouseau: Fixed bug clearing prop-list when selecting tree-root
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72337
2012-06-18 07:22:22 +00:00
Aharon Hillel ae033131d5 clouseau: Titlebar shows server address if connected.
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72336
2012-06-18 07:22:19 +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 f1ccd167e3 ignore all config.h*
SVN revision: 72183
2012-06-15 10:27:37 +00:00
Mike Blumenkrantz f4e69958d3 in EFL we always do sizeof(Type), not sizeof(*variable).
SVN revision: 72182
2012-06-15 10:08:18 +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 5174a20c74 remove empty clouseau dir
SVN revision: 72180
2012-06-15 09:56:31 +00:00
Mike Blumenkrantz 6fb36cdff2 same thing as the previous commit
SVN revision: 72019
2012-06-12 11:59:19 +00:00
Mike Blumenkrantz f98f7dc397 if you get a server object back, your connection is in progress.
SVN revision: 72018
2012-06-12 11:53:13 +00:00
Mike Blumenkrantz b2a61d0638 silent rules for building
SVN revision: 72017
2012-06-12 11:36:31 +00:00
Daniel Juyung Seo 37bdaa3095 enna-explorer, clouseau, enjoy, envision: Applied elm_icon API changes.
SVN revision: 71809
2012-06-07 11:41:14 +00:00
Cedric BAIL a36dd69ed1 clouseau: don't track build files.
SVN revision: 71475
2012-05-29 00:00:30 +00:00
Cedric BAIL 2181be7332 clouseau: get textblock text.
SVN revision: 71474
2012-05-28 23:56:01 +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
Aharon Hillel 095c13276a clouseau: Added work-offline dialog, fixed bug.
1. Added work-offline dialog if failed to connect to daemon. 2. Fixed Bug - Remove all apps with no TREE_DATA when lost daemon

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

SVN revision: 71249
2012-05-20 10:55:53 +00:00
Aharon Hillel 9fd8887eb3 clouseau: Fixed segfauly on app close
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 71248
2012-05-20 10:55:50 +00:00
Aharon Hillel 2cdeb7449c clouseau: Titlebar shows server address if connected.
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 71247
2012-05-20 10:55:47 +00:00
Aharon Hillel bdcc72613f clouseau: Exit when fail to get initial connection with daemon
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 71246
2012-05-20 10:55:44 +00:00
Aharon Hillel d953457ced clouseau: changed daemon lock file to hidden file.
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 71245
2012-05-20 10:55:37 +00:00
Tom Hacohen 31a27455f9 Clouseau: suppress warning.
SVN revision: 71209
2012-05-17 13:57:32 +00:00
Aharon Hillel 58103f3403 clouseau: Added file name to app name when working offline
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 71208
2012-05-17 13:57:29 +00:00
Aharon Hillel 834714ece5 clouseau: Added func to build app name
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 71207
2012-05-17 13:57:25 +00:00
Aharon Hillel ac528a42d3 clouseau: refiend ffline version
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 71206
2012-05-17 13:57:22 +00:00
Aharon Hillel 3c446fcd83 clouseau: Avoid exiting client on connection-failed
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 71205
2012-05-17 13:57:20 +00:00
Aharon Hillel c97656f937 clouseau: changed localhost to 127.0.0.1"
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 71204
2012-05-17 13:57:17 +00:00