Commit Graph

222 Commits

Author SHA1 Message Date
Tom 'TAsn' Hacohen 10a69c85b3 Add module interface for elm-clouseau integration. 2013-08-30 16:33:29 +01:00
Aharon Hillel 6cdcdb1b2e clouseau: Fixed _host_to_net_blob_get memory allocation size has to be divided by sizeof(uint32_t)
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 79824
2012-11-29 11:08:58 +00:00
Daniel Juyung Seo 507f22ea16 clouseau clouseau_object_information.c: Expand all the properties in property list.
SVN revision: 79013
2012-11-09 06:46:36 +00:00
Daniel Juyung Seo 07edfbc4f3 clouseau clouseau.c: Refactoring. Made main function more readable.
SVN revision: 79012
2012-11-09 06:46:33 +00:00
Daniel Juyung Seo 1c458e4bb5 clouseau clouseau.c: Do not refresh object property list when the object was already selected.
SVN revision: 79011
2012-11-09 06:46:31 +00:00
Daniel Juyung Seo ad856fd8c2 clouseau clouseau.c: Use simple util API for elm_win.
SVN revision: 79010
2012-11-09 06:46:28 +00:00
Daniel Juyung Seo 3e28ee24d0 clouseau clouseau.c: Removed wrong EINA_UNUSED.
SVN revision: 79009
2012-11-09 06:46:24 +00:00
Stefan Schmidt 24ac2106fa clouseau: Reove the generated sripts on make clean.
Another step for fixing make distcheck.

SVN revision: 78787
2012-11-01 14:06:47 +00:00
Stefan Schmidt c02ca8ed83 clouseau: Handle error cases when daemonizing.
Finishing what Hermet started here. Checking the return values and return
if we meet an error case. And yes, I did that because the failure in buildbot
annoyed me but checking for this retrun values makes actually sense.

SVN revision: 78759
2012-11-01 13:08:04 +00:00
Tom Hacohen 500c76369c Clouseau: Added propagate events and clipper.
SVN revision: 78658
2012-10-30 13:36:29 +00:00
Tom Hacohen 6313588df9 Clouseau: Added repeat events.
SVN revision: 78630
2012-10-29 23:33:43 +00:00
ChunEon Park 50fa398a5b closeau - --warning
SVN revision: 78596
2012-10-29 01:22:10 +00:00
Tom Hacohen cfe42f3388 Clouseau: use __func__ when doing dlsym.
Cleaner and less error-prone.

SVN revision: 78468
2012-10-25 16:04:18 +00:00
Tom Hacohen c7e71f3c99 clouseau: Fixed fixme. We don't need to init elm anymore.
SVN revision: 78467
2012-10-25 16:02:44 +00:00
Tom Hacohen 5f083a50d4 Clouseau: Check we actually got data before we try to access it.
SVN revision: 78459
2012-10-25 15:15:13 +00:00
Stefan Schmidt 8f45b0c9f2 clouseau: Add eina and eet as hard dependencies.
Already used in the code but never found their way into the configure.ac

SVN revision: 78374
2012-10-23 15:01:56 +00:00
Daniel Juyung Seo 1addf27381 clouseau: Use new elementary api. elm_entry_scrollbar_policy_set -> elm_scroller_policy_set.
SVN revision: 76364
2012-09-10 01:36:12 +00:00
Daniel Juyung Seo abb3ee0c06 clouseau: No more compress mode. Now we can scroll genlist horizontally.
SVN revision: 76363
2012-09-10 01:36:02 +00:00
Aharon Hillel 03d9eab42c clouseau: Fixed naming and func visiblity
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 75252
2012-08-14 11:26:26 +00:00
Aharon Hillel a2d81eac14 clouseau: Did more func visibilty fixes
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 75162
2012-08-12 10:32:13 +00:00
Cedric BAIL 55f4e9d5d5 clouseau: no need to handle unknow type at all in clouseau.
SVN revision: 75065
2012-08-10 06:00:47 +00:00
Tom Hacohen c96acc433a Clouseau: Fixed visibility of some of the functions.
This is not complete, and also won't work on windows (but clouseau doesn't
work on windows atm anyway, so...).

SVN revision: 74798
2012-08-02 10:26:54 +00:00
Daniel Juyung Seo 3c4af46a17 clouseau clouseau.c: Now genlist item is always selectable. We can select already selected item. This makes clouseau more convenient.
SVN revision: 74647
2012-07-31 11:15:48 +00:00
Aharon Hillel b47e9293c5 clouseau: Moved Evas Map items into Evas props-list
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 74638
2012-07-31 10:26:41 +00:00
Aharon Hillel 3c06e4da01 clouseau: Added Evas Map x,y,z, values to props
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 74561
2012-07-30 08:25:15 +00:00
Tom Hacohen 7f76aa623f Clouseau: Fixed parameter passing.
SVN revision: 74541
2012-07-29 07:51:40 +00:00
Cedric BAIL 5924cf3548 clouseau: small 15min cleanup.
SVN revision: 74430
2012-07-26 09:53:44 +00:00
Aharon Hillel 2d0358d52b clouseau: Fixed crash on close app Crash happen when select app hoversel open and we are closing app
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 74387
2012-07-25 11:23:51 +00:00
Tom Hacohen f8ee0d70f5 Clouseau: Improved the readme a bit.
SVN revision: 74355
2012-07-24 11:54:30 +00:00
Cedric BAIL 2ba4982c31 clouseau: more cleanup (just renaming file for now).
SVN revision: 74305
2012-07-23 03:48:20 +00:00
Aharon Hillel ddd5cb94f7 clouseau: Fixed object info populating on highlight
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 74184
2012-07-19 12:47:56 +00:00
Aharon Hillel 97ac149ccc clouseau: Added checkbox to activate/de-activate highlight
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 74182
2012-07-19 12:36:32 +00:00
Aharon Hillel abbd2a7f19 clouseau: Fixed image source printing
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 74072
2012-07-18 13:55:15 +00:00
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