Commit Graph

431 Commits

Author SHA1 Message Date
Cedric BAIL 7922047e6e clouseau: is going to become more a library infra than just a tool.
SVN revision: 82401
2013-01-08 10:17:41 +00:00
Cedric BAIL 275a69a11d autotools: move to AC_CONFIG_HEADERS.
Patch by Doug Newgard <scimmia22@outlook.com>.


SVN revision: 82135
2013-01-04 00:55:00 +00:00
Daniel Juyung Seo fadfa0a3a2 clouseau clouseau.c: Use entry activated smart callback for remote address.
SVN revision: 81718
2012-12-26 16:34:13 +00:00
Daniel Zaoui 5ad51a30b8 Fix segmentation fault when the file dialog of snapshot feature is
opened, closed (cancel button), reopened and save is clicked.

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 81657
2012-12-23 11:58:58 +00:00
Daniel Zaoui 98a23a6112 Fix segmentation fault if no bitmap was present in the snapshot file
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 81653
2012-12-23 09:07:12 +00:00
Daniel Zaoui cfd867dff4 Fix for some KlocWork and parasoft issues
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 80238
2012-12-05 12:41:49 +00:00
Daniel Zaoui 81276bfbc8 Fix for make clean
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 80236
2012-12-05 12:41:45 +00:00
Daniel Zaoui bd7ddfd507 Revert "elm test_gengrid.c: Use elm_gengrid_item_class_new/free() APIs."
This reverts commit a562f94c5615ffa7f35b4b5851eb4ac43f7adfc4. These
files were not supposed to be rollbacked.

SVN revision: 80128
2012-12-04 06:57:44 +00:00
Daniel Juyung Seo 5e39cbd7f9 elm test_gengrid.c: Use elm_gengrid_item_class_new/free() APIs.
SVN revision: 80081
2012-12-03 16:27:03 +00:00
Aharon Hillel 65e9f49ccd clouseau: Adopted ecore_con_eet interface. This is a whole-new clouseau
utilizing the new ecore_con_eet API. Clouseau looks the same as before, changed communication handling.

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

SVN revision: 79825
2012-11-29 11:09:10 +00: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