Commit Graph

389 Commits

Author SHA1 Message Date
Tom Hacohen 0c88d8b62b Clouseau: Fixed configure.ac.
Cedric, Thanks for your wonderful birthday gift to us all. ;)

SVN revision: 73461
2012-07-08 08:24:13 +00:00
Cedric BAIL a0282cf1cf clouseau: a little step to cleanup this mess.
NOTE: copy and past is not the same as factoring code with function and macro.
NOTE2: please follow the convention of other EFL project.


SVN revision: 73390
2012-07-06 02:39:11 +00:00
Tom Hacohen afe5b60c8d Clouseau: Fix DESTDIR handling - Fixes #1093.
Patch by Sleep_Walker.

SVN revision: 73194
2012-07-03 07:12:00 +00:00
Daniel Juyung Seo 7aac83c770 clouseau: Use genlist compress mode for text ellipsis.
SVN revision: 72986
2012-06-28 08:54:27 +00:00
Vincent Torri 994427fde8 clouseau: fix some autofoo, not perfect yet
SVN revision: 72895
2012-06-26 21:29:56 +00:00
Vincent Torri c885f62299 Clouseau: add autogen.sh to tarball
Patch by Sleep_Walker


SVN revision: 72894
2012-06-26 20:57:13 +00:00
Stefan Schmidt 3acf3fc815 clouseau: Add gen_script to EXTRA_DIST.
Thanks to Sleep_Walker for reporting this.

SVN revision: 72782
2012-06-25 07:49:40 +00:00
Gustavo Sverzut Barbieri bb36a6d40d svn:ignore built files
SVN revision: 72720
2012-06-23 18:03:09 +00:00
Aharon Hillel 6b46f92587 clouseau: added move-lines feature on on mouse move + right btn
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72547
2012-06-20 14:28:56 +00:00
Aharon Hillel 22cc9e004f clouseau: cut textblock content to 38 chars
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72546
2012-06-20 14:28:53 +00:00
Aharon Hillel acf6b091d3 clouseau: added TARGET curson on bmp view
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72539
2012-06-20 11:32:06 +00:00
Aharon Hillel 520b276710 clouseau: Fixed zoom-point Window stays on mouse point when zooming.
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 72538
2012-06-20 11:32:00 +00:00
Tom Hacohen fb1117e354 Clouseau: fixed some warnings.
SVN revision: 72363
2012-06-18 07:23:41 +00:00
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