platform/upstream/elementary.git
12 years agoelementary: Updated test_clock.c to do API testing
Aharon Hillel [Thu, 23 Feb 2012 13:58:17 +0000 (13:58 +0000)]
elementary: Updated test_clock.c to do API testing

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68325

12 years agoelementary: Updated test_calendar.c to do API testing
Aharon Hillel [Thu, 23 Feb 2012 13:58:14 +0000 (13:58 +0000)]
elementary: Updated test_calendar.c to do API testing

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68324

12 years agoelementary: Updated test_bubble.c to do API testing
Aharon Hillel [Thu, 23 Feb 2012 13:58:12 +0000 (13:58 +0000)]
elementary: Updated test_bubble.c to do API testing

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68323

12 years agoelementary: Updated test_box.c to do API testing
Aharon Hillel [Thu, 23 Feb 2012 13:58:04 +0000 (13:58 +0000)]
elementary: Updated test_box.c to do API testing

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68322

12 years agoelementary: Updated test_3d.c to do API testing
Aharon Hillel [Thu, 23 Feb 2012 13:58:02 +0000 (13:58 +0000)]
elementary: Updated test_3d.c to do API testing

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68321

12 years agoelementary: Fixed naming of tooltip 2 test
Aharon Hillel [Thu, 23 Feb 2012 13:57:59 +0000 (13:57 +0000)]
elementary: Fixed naming of tooltip 2 test

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68320

12 years agoelementary: Added infra for API testing in elementary_test
Aharon Hillel [Thu, 23 Feb 2012 13:57:56 +0000 (13:57 +0000)]
elementary: Added infra for API testing in elementary_test

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68319

12 years agoelementary: Fixed memory leak when using --test-win-only
Aharon Hillel [Thu, 23 Feb 2012 13:57:54 +0000 (13:57 +0000)]
elementary: Fixed memory leak when using --test-win-only

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68318

12 years agoElementary: Fixed debug printf to use momentum
Aharon Hillel [Thu, 23 Feb 2012 13:57:50 +0000 (13:57 +0000)]
Elementary: Fixed debug printf to use momentum

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68317

12 years agotest and fix up horizontal_item style for toolbar.
Carsten Haitzler [Thu, 23 Feb 2012 08:22:24 +0000 (08:22 +0000)]
test and fix up horizontal_item style for toolbar.

SVN revision: 68313

12 years agoand do gl15 test right with item class/pointers passed to item_append
Carsten Haitzler [Thu, 23 Feb 2012 07:47:59 +0000 (07:47 +0000)]
and do gl15 test right with item class/pointers passed to item_append

SVN revision: 68311

12 years agoeek - compile again.
Carsten Haitzler [Thu, 23 Feb 2012 07:46:05 +0000 (07:46 +0000)]
eek - compile again.

SVN revision: 68310

12 years agoFrom: Hyoyoung Chang <hyoyoung@gmail.com>
Hyoyoung Chang [Thu, 23 Feb 2012 07:39:10 +0000 (07:39 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_genlist - add edit_mode feature (3/3)

As we discussed in 2011 May (
http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg32498.html
).
I post edit_mode patch.

It almost made by Seunggyun Kim. I fixed some bugs and complaint to
current genlist.
Two public apis are introduced.
+EAPI void               elm_genlist_edit_mode_set(Evas_Object *obj,
Eina_Bool edit_mode);
+EAPI Eina_Bool          elm_genlist_edit_mode_get(const Evas_Object
*obj);
And one attribute is added in genlist item class
+   const char *edit_item_style;

It can used for editing and deleting in genlist.

SVN revision: 68309

12 years agoFrom: Hyoyoung Chang <hyoyoung@gmail.com>
Hyoyoung Chang [Thu, 23 Feb 2012 07:36:12 +0000 (07:36 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_gengrid - add item class management api
(1/3)

As like genlist item class management api, I added 4 apis to
elm_gengrid.

+EAPI Elm_Gengrid_Item_Class *elm_gengrid_item_class_new(void);
+EAPI void elm_gengrid_item_class_free(Elm_Gengrid_Item_Class *itc);
+EAPI void elm_gengrid_item_class_ref(Elm_Gengrid_Item_Class *itc);
+EAPI void elm_gengrid_item_class_unref(Elm_Gengrid_Item_Class *itc);

gengrid item class is maintained by gengrid in automatic manner.
it maintains its reference count. and item_class_free api marks
"delete_me".
Unless item_class_free, item class will not be freed.

SVN revision: 68308

12 years agoelm: fix doxygen warning
Jihoon Kim [Thu, 23 Feb 2012 05:40:53 +0000 (05:40 +0000)]
elm: fix doxygen warning

SVN revision: 68301

12 years agoelm_cnp: describe buflen of elm_cnp_selection_set API
Jihoon Kim [Thu, 23 Feb 2012 05:35:38 +0000 (05:35 +0000)]
elm_cnp: describe buflen of elm_cnp_selection_set API

SVN revision: 68300

12 years agohermet's code didnt create a bug.. it brought out an existing bug...
Carsten Haitzler [Thu, 23 Feb 2012 04:20:30 +0000 (04:20 +0000)]
hermet's code didnt create a bug.. it brought out an existing bug...
FIX!

SVN revision: 68298

12 years agoif u deprecate a func in .h - also do it in .c!
Carsten Haitzler [Thu, 23 Feb 2012 04:11:04 +0000 (04:11 +0000)]
if u deprecate a func in .h - also do it in .c!

SVN revision: 68297

12 years agono space affter cast
Carsten Haitzler [Thu, 23 Feb 2012 04:09:43 +0000 (04:09 +0000)]
no space affter cast

SVN revision: 68296

12 years agocan_focus ne3eds to be actually set - not just tested against
Carsten Haitzler [Thu, 23 Feb 2012 04:09:05 +0000 (04:09 +0000)]
can_focus ne3eds to be actually set - not just tested against

SVN revision: 68295

12 years agoelm genlist: Added mode_item_style to Elm_Genlist_Item_Class and
Daniel Juyung Seo [Thu, 23 Feb 2012 03:15:40 +0000 (03:15 +0000)]
elm genlist: Added mode_item_style to Elm_Genlist_Item_Class and
removed elm_genlist_mode_item_style_get/set APIs. Patch by Hyoyoung
Chang <hyoyoung@gmail.com>

On Wed, Feb 22, 2012 at 8:55 PM, Hyoyoung Chang <hyoyoung@gmail.com>
wrote:
> Dear all.
>
> genlist item class had mode_item_style.
> it used for mode styling (such as sweep mode).
> one genlist can have multiple mode style.
> And mode_item_style's an item's attribute.
>
> So it's better to move to item class from widget_data.
>
> Thank you.

SVN revision: 68294

12 years agoelm genlist: Added more documentation for longpressed smart callback.
Daniel Juyung Seo [Thu, 23 Feb 2012 02:57:00 +0000 (02:57 +0000)]
elm genlist: Added more documentation for longpressed smart callback.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68293

12 years agoFix a few more review comments for cnp.
Sanjeev BA [Thu, 23 Feb 2012 02:52:11 +0000 (02:52 +0000)]
Fix a few more review comments for cnp.

Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
SVN revision: 68292

12 years agoRemove MAX, it is not useful for app. developers.
Sanjeev BA [Thu, 23 Feb 2012 02:52:07 +0000 (02:52 +0000)]
Remove MAX, it is not useful for app. developers.

Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
SVN revision: 68291

12 years agoMake enum ordering same as _Ecore_X_Selection.
Sanjeev BA [Thu, 23 Feb 2012 02:52:00 +0000 (02:52 +0000)]
Make enum ordering same as _Ecore_X_Selection.

Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
SVN revision: 68290

12 years agoMove gengrid and genlist to container list.
Jonas M. Gastal [Wed, 22 Feb 2012 17:01:32 +0000 (17:01 +0000)]
Move gengrid and genlist to container list.

SVN revision: 68281

12 years agoFrom: cnook <kimcinoo@gmail.com>
cnook [Wed, 22 Feb 2012 12:33:25 +0000 (12:33 +0000)]
From: cnook <kimcinoo@gmail.com>
Subject: [E-devel] [Patch][elementary_test] test_box

Please review the attached patch and give any feedbacks. Thanks.

SVN revision: 68268

12 years agotoolbar vertical mode working right now.
Carsten Haitzler [Wed, 22 Feb 2012 12:13:12 +0000 (12:13 +0000)]
toolbar vertical mode working right now.

SVN revision: 68267

12 years agoelementar/elm_map : Patch from Bluezery.
WooHyun Jung [Wed, 22 Feb 2012 11:40:09 +0000 (11:40 +0000)]
elementar/elm_map : Patch from Bluezery.
===============================
Previsouly i have tested rotation with old version of gesture layer in
touch devices.
Recent gesture layer gives somewhat different event information. So I
fixed it accordingly.
I tested this patch in touch-enabled device.

SVN revision: 68263

12 years agoelementary/elm_map : Include some signals to the signal group.
WooHyun Jung [Wed, 22 Feb 2012 11:22:18 +0000 (11:22 +0000)]
elementary/elm_map : Include some signals to the signal group.

SVN revision: 68262

12 years agoelm test_genlist.c: Revised codes.
Daniel Juyung Seo [Wed, 22 Feb 2012 09:31:37 +0000 (09:31 +0000)]
elm test_genlist.c: Revised codes.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68255

12 years agoFix elm_transit and elm_web docs.
Sanjeev BA [Wed, 22 Feb 2012 08:58:26 +0000 (08:58 +0000)]
Fix elm_transit and elm_web docs.

Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
SVN revision: 68251

12 years agomove config load to sub init and sub init to after launch request to
Carsten Haitzler [Wed, 22 Feb 2012 08:54:34 +0000 (08:54 +0000)]
move config load to sub init and sub init to after launch request to
pick up config changes for quicklaunch

SVN revision: 68250

12 years agoelm genlist: elm_genlist_item_count -> elm_genlist_items_count
Daniel Juyung Seo [Wed, 22 Feb 2012 03:22:10 +0000 (03:22 +0000)]
elm genlist: elm_genlist_item_count -> elm_genlist_items_count

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68245

12 years agoelm Elementary.h.in: Updated Sanjeev's API review status.
Daniel Juyung Seo [Wed, 22 Feb 2012 03:22:03 +0000 (03:22 +0000)]
elm Elementary.h.in: Updated Sanjeev's API review status.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68244

12 years agosimplify expressions
Mikael SANS [Wed, 22 Feb 2012 00:21:18 +0000 (00:21 +0000)]
simplify expressions

SVN revision: 68242

12 years agoadd elm_genlist_item_count(), change (int)wd->count to (uint)wd->item_count, fix...
Mike Blumenkrantz [Tue, 21 Feb 2012 23:59:25 +0000 (23:59 +0000)]
add elm_genlist_item_count(), change (int)wd->count to (uint)wd->item_count, fix a shadow var

SVN revision: 68240

12 years agoFix: wrong center point between fingers
Mikael SANS [Tue, 21 Feb 2012 17:32:20 +0000 (17:32 +0000)]
Fix: wrong center point between fingers

SVN revision: 68228

12 years agoelementary : reviewed some *.h files.
WooHyun Jung [Tue, 21 Feb 2012 13:05:51 +0000 (13:05 +0000)]
elementary : reviewed some *.h files.

SVN revision: 68220

12 years agoelementary/focus - reviewed done!
ChunEon Park [Tue, 21 Feb 2012 12:36:54 +0000 (12:36 +0000)]
elementary/focus - reviewed done!

SVN revision: 68218

12 years agoelm test_box.c: Revised box_pack sample code.
Daniel Juyung Seo [Tue, 21 Feb 2012 11:46:05 +0000 (11:46 +0000)]
elm test_box.c: Revised box_pack sample code.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68216

12 years agoelm radio: Added elm_radio_selected_object_get().
Daniel Juyung Seo [Tue, 21 Feb 2012 11:46:01 +0000 (11:46 +0000)]
elm radio: Added elm_radio_selected_object_get().

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68215

12 years agoelm elm_map.c: Fixed build break when emap is installed. Patch by
Daniel Juyung Seo [Tue, 21 Feb 2012 11:19:09 +0000 (11:19 +0000)]
elm elm_map.c: Fixed build break when emap is installed. Patch by
Taehwan Kim <ohpowel@gmail.com>

On Tue, Feb 21, 2012 at 8:02 PM, Bluezery <ohpowel@gmail.com> wrote:
> Hello,
>
> Previous my giant patches made build errors when EMAP is enabled. This
> patch fixed this.
> 'ox'  & 'oy' is almost useless values (-1 or 0 value).  I will fix and
> upgrade all things related EMAP later.
> Please review this patch

SVN revision: 68214

12 years agoelementary: remove a pending reference to pager that could prevent the module to...
Cedric BAIL [Tue, 21 Feb 2012 11:05:02 +0000 (11:05 +0000)]
elementary: remove a pending reference to pager that could prevent the module to load.

NOTE: yes, i am using cloud compiling to :)

SVN revision: 68213

12 years agooops return the focus order no matter what
Carsten Haitzler [Tue, 21 Feb 2012 10:55:30 +0000 (10:55 +0000)]
oops return the focus order no matter what

SVN revision: 68212

12 years agouse focus order to determine if window never focused before instead of
Carsten Haitzler [Tue, 21 Feb 2012 10:54:46 +0000 (10:54 +0000)]
use focus order to determine if window never focused before instead of
show count. fixes focus problems in elm tests for entries

SVN revision: 68211

12 years agoFrom: Bluezery <ohpowel@gmail.com>
Bluezery [Tue, 21 Feb 2012 08:01:22 +0000 (08:01 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][elm_map] Refactoring Elementary Map

I have done refactoring & code clean-up in elm_map.  Event if this
patch have much changes, refactoring & code clean-up jobs almost
always do.
Anyway, code is shortened and optimized I think.
 I have done following jobs in my patch.

 (1) Always change child size
 Scroller Child size is changed when integer zoom level is changed
 before. This makes bugs which mouse pointer is not correct on the map
 when map is dragging.
 Now, scroller child size is always changed when double zoom level is
changed.

(2) Evas map
Evas map is used for rotation & zooming before. But now it is used for
only rotation. evas_object_resize() can do zooming because (1) makes
child size always changed.

(3) Grid & Marker & Route, etc.
Because of (1), all coordinate calculations are all changed. So grid &
marker & route should be changed.
When I have fixed these, I have these split into small function
(create, free, update, place, etc.)
So these can be easily reused for other purpose ( I will add overlay
later.)
Also marker size is not changed and is not rotated anymore because
marker's coordinate is just rotated and evas_map is not used for
marker.

And grouping algorithm is somewhat changed. Each marker can be group
leader and if other markers (followers) are closed to leader, markers
are grouped.

Actually _marker_place() function do almost everything. (place marker,
bubble, group & make group, etc.)

Bubbles go along with parent object. (show, hide, move) and this is
created when marker & group are opened.
At now, bubble display bugs are all fixed.

As before, grid is created when elm_map_add() or tile source is
changed. And I add _grid_item_* functions for each 256x256 tile
management.  So grid_place() function can be simple now.

(4) Download idler
Before download is not a job or idler and is integrated with grid
calculation.
I have separated this into independent idler. So now, download idler
do download jobs when idler time.

(5) Zoom
I have made one zoom_do() function.  This does all zoom jobs. At now,
pinch_zoom & wheel_zoom & animated zoom do not much jobs. just call
zoom_do().

(6) Delayed jobs
As I know, evas is based on a retained mode and calculation can be do
later. So sometimes elm_map APIs can not  do the jobs correctly.
For example, elm_map_marker_list_show() or elm_map_zoom_set() can not
be used right after elm_map_add()  because window size and pan size
can be 0.   (refer map_example_02.c)
So when APIs related such calculation are called. These are deferred
and calculated later when _pan_calculate() is called.

5) Code clean-up
I have removed unused variables & functions.  and rearranged struct &
functions & declaration & static variables, etc.
Instead of "if (!wd) return; ", I changed this by macro,
"EINA_SAFETY_ON_NULL_RETURN(wd);". This is better for function
entrance check. Also ELM_NEW is used instead of calloc or malloc.

Aboves are all related each other. So it can be hard to split this
file. If these should be splitted, I'm going to freak ;D.
This patch does no harm!!!! :D.
 After this patch, I will add overlay APIs based on this patch.  I
 doubt whether I will add this before elementary 1.0 release.  :(

SVN revision: 68207

12 years agoaah we'll take bluz' patch then instead of my fixing
Carsten Haitzler [Tue, 21 Feb 2012 07:59:19 +0000 (07:59 +0000)]
aah we'll take bluz' patch then instead of my fixing

SVN revision: 68206

12 years agoelm test_box.c: Added more test sample. Patch by Shinwoo Kim
Daniel Juyung Seo [Tue, 21 Feb 2012 07:06:39 +0000 (07:06 +0000)]
elm test_box.c: Added more test sample. Patch by Shinwoo Kim
<kimcinoo@gmail.com>

On Thu, Feb 16, 2012 at 10:20 AM, cnook <kimcinoo@gmail.com> wrote:
> Dear All, Hello~
>
> As you guess, the patch is for the elementary_test.
> Please review the patch and give any feedbacks.
>
> The test_actionslider patch is mainly for elm_actionslider_xxx_get()
APIs.
> It would not be a good idea to add test code for such APIs.
> So I have planed to add test code except elm_xxx_get() APIs
>
> Sincerely,
> Shinwoo Kim.

SVN revision: 68205

12 years agomake API naming consistent for elm_video API.
Sanjeev BA [Tue, 21 Feb 2012 06:12:51 +0000 (06:12 +0000)]
make API naming consistent for elm_video API.

Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
SVN revision: 68202

12 years agoDeprecate elm_video_uri_set().
Sanjeev BA [Tue, 21 Feb 2012 05:52:55 +0000 (05:52 +0000)]
Deprecate elm_video_uri_set().

Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
SVN revision: 68200

12 years agoelementary/grid - reviewed done.
ChunEon Park [Tue, 21 Feb 2012 04:42:45 +0000 (04:42 +0000)]
elementary/grid - reviewed done.

SVN revision: 68199

12 years agoelementary/grid - more API elm_grid_chidren_get
ChunEon Park [Tue, 21 Feb 2012 04:39:15 +0000 (04:39 +0000)]
elementary/grid - more API elm_grid_chidren_get

SVN revision: 68198

12 years agofix some naming in elm_map as i suggested before.
Carsten Haitzler [Tue, 21 Feb 2012 03:40:52 +0000 (03:40 +0000)]
fix some naming in elm_map as i suggested before.

SVN revision: 68195

12 years agoaaand other part of bluez map commit. easier to fix formatting in svn.
Carsten Haitzler [Tue, 21 Feb 2012 03:26:00 +0000 (03:26 +0000)]
aaand other part of bluez map commit. easier to fix formatting in svn.

SVN revision: 68194

12 years agoand other part of bluez map commit
Carsten Haitzler [Tue, 21 Feb 2012 03:25:24 +0000 (03:25 +0000)]
and other part of bluez map commit

SVN revision: 68193

12 years agohmmm i missed the other part of bluez map commit. here it is.
Carsten Haitzler [Tue, 21 Feb 2012 03:24:59 +0000 (03:24 +0000)]
hmmm i missed the other part of bluez map commit. here it is.

SVN revision: 68192

12 years agoRemove deprecated API.
Sanjeev BA [Tue, 21 Feb 2012 03:15:04 +0000 (03:15 +0000)]
Remove deprecated API.

Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
SVN revision: 68190

12 years agoelementary/grid - reviewed APIs
ChunEon Park [Tue, 21 Feb 2012 02:57:51 +0000 (02:57 +0000)]
elementary/grid - reviewed APIs

SVN revision: 68187

12 years agoelm: Removed deprecated elm_pager from edje_externals.
Daniel Juyung Seo [Tue, 21 Feb 2012 02:57:33 +0000 (02:57 +0000)]
elm: Removed deprecated elm_pager from edje_externals.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68186

12 years agoelm cache: Reviewed cache APIs.
Daniel Juyung Seo [Tue, 21 Feb 2012 02:34:57 +0000 (02:34 +0000)]
elm cache: Reviewed cache APIs.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68183

12 years agoelementary/font - reviewed my reviewed code... ;-)
ChunEon Park [Tue, 21 Feb 2012 01:53:40 +0000 (01:53 +0000)]
elementary/font - reviewed my reviewed code... ;-)

SVN revision: 68181

12 years agoelementary/fonts - reviewed done.
ChunEon Park [Tue, 21 Feb 2012 01:39:52 +0000 (01:39 +0000)]
elementary/fonts - reviewed done.

SVN revision: 68180

12 years ago[edje] Change APIs name from from
WooHyun Jung [Tue, 21 Feb 2012 00:40:55 +0000 (00:40 +0000)]
[edje] Change APIs name from from
edje_object_markup_filter_callback_{add,del,del_full} to
edje_object_text_markup_filter_callback_{add,del,del_full}.

SVN revision: 68179

12 years agoelm elm_panes.c: Added EINA_DEPRECATED marks for deprecated APIs. This is useful...
Daniel Juyung Seo [Tue, 21 Feb 2012 00:33:38 +0000 (00:33 +0000)]
elm elm_panes.c: Added EINA_DEPRECATED marks for deprecated APIs. This is useful to mark deprecated APIs.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68178

12 years agoelm elm_panes.h: Updated documentation.
Daniel Juyung Seo [Tue, 21 Feb 2012 00:33:36 +0000 (00:33 +0000)]
elm elm_panes.h: Updated documentation.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68177

12 years agoelm: fill in some parameter description in doxygen
Jihoon Kim [Mon, 20 Feb 2012 22:55:40 +0000 (22:55 +0000)]
elm: fill in some parameter description in doxygen

SVN revision: 68173

12 years agoelementary/frame - trivial changes.
ChunEon Park [Mon, 20 Feb 2012 13:06:18 +0000 (13:06 +0000)]
elementary/frame - trivial changes.

SVN revision: 68162

12 years agoelementary/frame - api review updated.
ChunEon Park [Mon, 20 Feb 2012 12:56:26 +0000 (12:56 +0000)]
elementary/frame - api review updated.

SVN revision: 68161

12 years agoelementary/frame - reviewd.
ChunEon Park [Mon, 20 Feb 2012 12:54:14 +0000 (12:54 +0000)]
elementary/frame - reviewd.

SVN revision: 68160

12 years agoElm fileselector: fixed elm_fileselector_is_save_get function
Yakov Goldberg [Mon, 20 Feb 2012 12:53:12 +0000 (12:53 +0000)]
Elm fileselector: fixed elm_fileselector_is_save_get function

Return value was fixed

Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
SVN revision: 68159

12 years agofix up some missing checks.
Carsten Haitzler [Mon, 20 Feb 2012 12:23:46 +0000 (12:23 +0000)]
fix up some missing checks.

SVN revision: 68158

12 years agomissing EAPI
Carsten Haitzler [Mon, 20 Feb 2012 12:17:45 +0000 (12:17 +0000)]
missing EAPI

SVN revision: 68157

12 years agomake sure to pass const to these funcs when getting.
Carsten Haitzler [Mon, 20 Feb 2012 12:13:08 +0000 (12:13 +0000)]
make sure to pass const to these funcs when getting.

SVN revision: 68156

12 years agoelementary/flipselector - + disable/enable func
ChunEon Park [Mon, 20 Feb 2012 12:04:29 +0000 (12:04 +0000)]
elementary/flipselector - + disable/enable func

SVN revision: 68155

12 years agoFrom: cnook <kimcinoo@gmail.com>
cnook [Mon, 20 Feb 2012 11:48:31 +0000 (11:48 +0000)]
From: cnook <kimcinoo@gmail.com>
Subject: [E-devel] [Patch][elm_win] elm_win_title_set(); can make a
crash with NULL

Have ever try to call elm_win_title_set(win, NULL)? Then try... :-] It
makes "Segmentation Fault".
Yeah, we can add patch in the Ecore side, but we can prevent the
segmentation fault before go inside.
Please check the patch and give any feedbacks. Thanks a lot.

SVN revision: 68154

12 years agoFrom: cnook <kimcinoo@gmail.com>
cnook [Mon, 20 Feb 2012 11:47:17 +0000 (11:47 +0000)]
From: cnook <kimcinoo@gmail.com>
Subject: [E-devel] [Patch][elementary_test] test_cnp

The attachment is a patch to enhance the test_cnp in elementary_test.
You can check how to use elm_cnp_selection_clear() through the patch.

SVN revision: 68153

12 years agoelementary/flipselector - cleanup code
ChunEon Park [Mon, 20 Feb 2012 11:42:49 +0000 (11:42 +0000)]
elementary/flipselector - cleanup code

SVN revision: 68152

12 years agoFrom: cnook <kimcinoo@gmail.com>
cnook [Mon, 20 Feb 2012 10:45:06 +0000 (10:45 +0000)]
From: cnook <kimcinoo@gmail.com>
To: EFL <enlightenment-devel@lists.sourceforge.net>

I have attached patch for elementary_test as following.

  - test_check: using elm_check_state_pointer_set();
  - test_clock: using elm_clock_interval_set();

Please review this. Thanks always.

SVN revision: 68151

12 years agoElm glayer: Fixed wrong usage of intptr_t.
Tom Hacohen [Mon, 20 Feb 2012 09:23:19 +0000 (09:23 +0000)]
Elm glayer: Fixed wrong usage of intptr_t.

Spank Spank.

SVN revision: 68150

12 years agoElm fileselector: Fixed initial paths for fileselector
Yakov Goldberg [Mon, 20 Feb 2012 09:22:23 +0000 (09:22 +0000)]
Elm fileselector: Fixed initial paths for fileselector

Path parameter for elm_fileselector_selected_set() and
elm_fileselector_path_set() parsed as realpath.

Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
SVN revision: 68149

12 years agoFrom: Hyoyoung Chang <hyoyoung@gmail.com>
Hyoyoung Chang [Mon, 20 Feb 2012 08:26:17 +0000 (08:26 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_genlist - add item_class management
functions

I make controversial apis for item class management.
As raster and other guys suggest, I simplify APIs and its behaviors.

First, Two public apis and two internal apis are introduced

+EAPI Elm_Genlist_Item_Class *
+elm_genlist_item_class_new(void)

+EAPI void
+elm_genlist_item_class_free(Elm_Genlist_Item_Class *itc)

+void
+_elm_genlist_item_class_ref(Elm_Genlist_Item_Class *itc)

+void
+_elm_genlist_item_class_unref(Elm_Genlist_Item_Class *itc)

genlist item class is maintained by genlist in automatic manner.

And three fields are introduced in genlist item class.
+   int version;
+   unsigned int refcount;
+   Eina_Bool delete_me;

Normally a user add a elm_genlist_item_class by
elm_genlist_item_class_new().
Then its reference counter is automatic maintained.
If the user wanna to remove the elm_genlist_item_class, then call
elm_genlist_item_class_free()
After refcount reaches to 0, it will be removed.

SVN revision: 68147

12 years agowhy did someone add 2 indentically named funcs?
Carsten Haitzler [Mon, 20 Feb 2012 08:24:41 +0000 (08:24 +0000)]
why did someone add 2 indentically named funcs?

SVN revision: 68146

12 years agoAdd documentation to elm_video.h. API renaming to be done.
Sanjeev BA [Mon, 20 Feb 2012 04:55:46 +0000 (04:55 +0000)]
Add documentation to elm_video.h. API renaming to be done.

Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>
SVN revision: 68141

12 years agoFix typos.
Sanjeev BA [Mon, 20 Feb 2012 04:18:50 +0000 (04:18 +0000)]
Fix typos.

Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>
SVN revision: 68138

12 years agoelm/index.doxy: remove Pager reference
Jihoon Kim [Sun, 19 Feb 2012 14:11:33 +0000 (14:11 +0000)]
elm/index.doxy: remove Pager reference

SVN revision: 68123

12 years agoelementary: fix some doxygen argument warning
Jihoon Kim [Sat, 18 Feb 2012 15:56:00 +0000 (15:56 +0000)]
elementary: fix some doxygen argument warning

SVN revision: 68113

12 years agoelementary: fix some doxygen warnings
Jihoon Kim [Sat, 18 Feb 2012 15:40:39 +0000 (15:40 +0000)]
elementary: fix some doxygen warnings

SVN revision: 68112

12 years agoelementary/naviframe - elm_widget_item_free is called twice.
ChunEon Park [Sat, 18 Feb 2012 05:15:17 +0000 (05:15 +0000)]
elementary/naviframe - elm_widget_item_free is called twice.
elm_object_item_del is calling it after.

SVN revision: 68099

12 years agoBetter description for group WidgetNavigation.
Jonas M. Gastal [Fri, 17 Feb 2012 17:29:26 +0000 (17:29 +0000)]
Better description for group WidgetNavigation.

SVN revision: 68079

12 years agoBetter to have no documentation than to have wrong documentation.
Jonas M. Gastal [Fri, 17 Feb 2012 17:29:24 +0000 (17:29 +0000)]
Better to have no documentation than to have wrong documentation.

The linked to page contained no example of any of the functions in this
group.

SVN revision: 68078

12 years agoelm/entry: fix doxygen
Jihoon Kim [Fri, 17 Feb 2012 15:28:37 +0000 (15:28 +0000)]
elm/entry: fix doxygen

SVN revision: 68075

12 years agoelm/entry: describe more detail on some enums
Jihoon Kim [Fri, 17 Feb 2012 14:28:13 +0000 (14:28 +0000)]
elm/entry: describe more detail on some enums

SVN revision: 68074

12 years agoelm: delete executable file permission in some files
Jihoon Kim [Fri, 17 Feb 2012 13:38:10 +0000 (13:38 +0000)]
elm: delete executable file permission in some files

SVN revision: 68073

12 years agoelementary/flipselector - reviewed APIs
ChunEon Park [Fri, 17 Feb 2012 12:40:48 +0000 (12:40 +0000)]
elementary/flipselector - reviewed APIs

SVN revision: 68070

12 years agoelementary - updated review.
ChunEon Park [Fri, 17 Feb 2012 11:31:31 +0000 (11:31 +0000)]
elementary - updated review.

Actually i coundn't review anything today.

SVN revision: 68069

12 years agoelementary : reviewd elm_mirroring.h
WooHyun Jung [Fri, 17 Feb 2012 11:26:40 +0000 (11:26 +0000)]
elementary : reviewd elm_mirroring.h

SVN revision: 68068

12 years agoelm video review comments.
Carsten Haitzler [Fri, 17 Feb 2012 11:05:17 +0000 (11:05 +0000)]
elm video review comments.

SVN revision: 68066

12 years agoremove deprecated function.
Jiyoun Park [Fri, 17 Feb 2012 10:20:35 +0000 (10:20 +0000)]
remove deprecated function.
use elm genlist or elm gengrid instead of elm_gen

SVN revision: 68063

12 years agoelementary: fix typo.
Cedric BAIL [Fri, 17 Feb 2012 10:11:22 +0000 (10:11 +0000)]
elementary: fix typo.

I am the only one who build everything every morning ?

SVN revision: 68062