Commit Graph

4518 Commits

Author SHA1 Message Date
Carsten Haitzler 070d1fb0c8 shush some warnings on 64bit - distracts from real warnings.
SVN revision: 68433
2012-02-25 05:19:59 +00:00
Carsten Haitzler 8b615e6dda actually on reflection - doyoun - indicator mode should be like this.
SVN revision: 68432
2012-02-25 05:14:19 +00:00
Carsten Haitzler 57d5595d97 warn--
SVN revision: 68431
2012-02-25 05:12:57 +00:00
Carsten Haitzler e7af5e0e91 warn--
SVN revision: 68430
2012-02-25 05:11:59 +00:00
Jihoon Kim c3e40612c1 elementary_test: change deprecated APIs
SVN revision: 68429
2012-02-25 00:35:32 +00:00
Mikael SANS ab31707a7d elementary/elm_photocam: test for multi-touch zoom gesture
SVN revision: 68427
2012-02-24 17:58:50 +00:00
Mikael SANS f81590a0be elementary/elm_photocam: add multi-touch zoom gesture
SVN revision: 68426
2012-02-24 17:58:29 +00:00
Daniel Juyung Seo 71d5414df7 elm naviframe: Fixed formatting.
Signed-off-by: Daniel Juyung Seo <seojuyung@gmail.com>

SVN revision: 68422
2012-02-24 16:11:18 +00:00
Carsten Haitzler c2cba76767 fix naviframe theme hook.
SVN revision: 68413
2012-02-24 13:04:37 +00:00
Doyoun Kang d15d98327f From: Doyoun Kang <doyoun.kang@samsung.com>
Subject: Add feature for showing/hiding indicator

Hi, raster.
As we discussed about indicator, i added feature for indicator.
Please check attached patch files.

1. elementary
i added enumeration to Elm_Illume_Command as below.
- ELM_ILLUME_COMMAND_INDICATOR_SHOW
- ELM_ILLUME_COMMAND_INDICATOR_HIDE

2. ecore
i added atoms/enumerations/APIs as below.
- Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_INDICATOR_STATE;
- Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_INDICATOR_ON;
- Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_INDICATOR_OFF;

typedef enum _Ecore_X_Illume_Indicator_State
{
   ECORE_X_ILLUME_INDICATOR_STATE_UNKNOWN = 0,
   ECORE_X_ILLUME_INDICATOR_STATE_OFF,
   ECORE_X_ILLUME_INDICATOR_STATE_ON
} Ecore_X_Illume_Indicator_State;
         
EAPI void ecore_x_e_illume_indicator_state_set(Ecore_X_Window win,
Ecore_X_Illume_Indicator_State state);
EAPI Ecore_X_Illume_Indicator_State
ecore_x_e_illume_indicator_state_get(Ecore_X_Window win);
EAPI void ecore_x_e_illume_indicator_state_send(Ecore_X_Window win,
Ecore_X_Illume_Indicator_State state);



SVN revision: 68410
2012-02-24 12:33:11 +00:00
ChunEon Park 2184cc1112 elementary/gesture_layer - reviewed done.
SVN revision: 68408
2012-02-24 12:21:22 +00:00
cnook b504253f61 From: cnook <kimcinoo@gmail.com>
Subject: [E-devel] [Patch][elementary_test] test_flipselector

I have attached a patch for test_flipselecotr. Please review this and
give any feedbacks. Thanks.



SVN revision: 68407
2012-02-24 12:05:05 +00:00
ChunEon Park 71879017b1 elementary/menu - deprecated elm_menu_item_menu_get.
use elm_object_item_widget_get()



SVN revision: 68401
2012-02-24 11:20:18 +00:00
Cedric BAIL 9cc9235a0a elementary: oops revert.
SVN revision: 68396
2012-02-24 11:04:06 +00:00
Cedric BAIL 4c6f423481 elementary: avoid segv and don't duplicate call.
SVN revision: 68395
2012-02-24 11:02:55 +00:00
ChunEon Park 120b7b82a6 elementary/gesture_layer - added object validation checking.
SVN revision: 68394
2012-02-24 10:42:53 +00:00
ChunEon Park c5232c4741 elementary - removed unnecessary checkings
SVN revision: 68393
2012-02-24 08:53:01 +00:00
cnook 350dbe0946 From: cnook <kimcinoo@gmail.com>
Subject: [E-devel] [Patch][elementary_test] test_entry

I have attached a patch for test_entry. Please check this and give any
feedbacks. Thank you.



SVN revision: 68390
2012-02-24 07:41:38 +00:00
Jihoon Kim 6aca536a54 elementary_test: fix indentation
SVN revision: 68389
2012-02-24 07:32:29 +00:00
ChunEon Park 1be2a606bf elementary/naviframe - the first widget appiled the item smart callbacks.
SVN revision: 68388
2012-02-24 07:02:01 +00:00
ChunEon Park b42f6a38a3 elementary/widget - modified to check delete_me inside MACRO.
SVN revision: 68387
2012-02-24 06:53:03 +00:00
ChunEon Park ed631ae3f4 elenmentary/route - --warning.
SVN revision: 68384
2012-02-24 06:50:48 +00:00
Sanjeev BA 194ba318a9 Fix Pointer where to store => Pointer to store.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68381
2012-02-24 06:05:31 +00:00
Sanjeev BA 4b20052170 Fix up elm_route have min_max API consistent with the rest of elm.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68379
2012-02-24 05:48:27 +00:00
Sanjeev BA 83631900d8 Add additional styles for button.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68378
2012-02-24 05:48:19 +00:00
ChunEon Park 9536b08c36 elementary/elm_object_item - added smart callback feature.
SVN revision: 68377
2012-02-24 04:31:03 +00:00
Jihoon Kim 30556baca7 elm: elm_diskselector_cursor_set -> elm_diskselector_item_cursor_set in doxygen
SVN revision: 68376
2012-02-24 02:57:17 +00:00
Daniel Juyung Seo b9b1500804 elm test_entry.c: Revised code.
1. Formatting.
2. Use scrollerble entry instead of entry + scroller.
3. Use elm_bg instead of evas_object_rect.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68375
2012-02-24 02:54:03 +00:00
Sanjeev BA 8a496e93ab Fix elm_photocam API and cnp documentation.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68373
2012-02-24 02:26:03 +00:00
Aharon Hillel cb31e1367d elementary: updated sources to fix warnings.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68336
2012-02-23 13:58:49 +00:00
Aharon Hillel 49299c709e elementary: Updated test_list.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68335
2012-02-23 13:58:46 +00:00
Aharon Hillel 8c3588c41b elementary: Updated test_inwin.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68334
2012-02-23 13:58:43 +00:00
Aharon Hillel 1727622837 elementary: Updated test_index.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68333
2012-02-23 13:58:41 +00:00
Aharon Hillel d68601c04d elementary: Updated test_hoversel.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68332
2012-02-23 13:58:37 +00:00
Aharon Hillel 95b3f40d2a elementary: Updated test_grid.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68331
2012-02-23 13:58:35 +00:00
Aharon Hillel 8ff136be56 elementary: Updated test_genlist.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68330
2012-02-23 13:58:32 +00:00
Aharon Hillel 2e01b1d42a elementary: Updated test_gengrid.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68329
2012-02-23 13:58:28 +00:00
Aharon Hillel 1ea3486604 elementary: Updated test_fileselector_entry.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68328
2012-02-23 13:58:25 +00:00
Aharon Hillel eefb994e6f elementary: Updated test_fileselector_button.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68327
2012-02-23 13:58:23 +00:00
Aharon Hillel 670cba4a40 elementary: Updated test_diskselector.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68326
2012-02-23 13:58:20 +00:00
Aharon Hillel 8856e00c61 elementary: Updated test_clock.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68325
2012-02-23 13:58:17 +00:00
Aharon Hillel 621a6eb20a elementary: Updated test_calendar.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68324
2012-02-23 13:58:14 +00:00
Aharon Hillel a97767638d elementary: Updated test_bubble.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68323
2012-02-23 13:58:12 +00:00
Aharon Hillel 5eb64aafe0 elementary: Updated test_box.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68322
2012-02-23 13:58:04 +00:00
Aharon Hillel e9d7499a59 elementary: Updated test_3d.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68321
2012-02-23 13:58:02 +00:00
Aharon Hillel d22f3fbec5 elementary: Fixed naming of tooltip 2 test
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68320
2012-02-23 13:57:59 +00:00
Aharon Hillel ab3daf33ae elementary: Added infra for API testing in elementary_test
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68319
2012-02-23 13:57:56 +00:00
Aharon Hillel a88ec9a405 elementary: Fixed memory leak when using --test-win-only
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68318
2012-02-23 13:57:54 +00:00
Aharon Hillel f92cc5e609 Elementary: Fixed debug printf to use momentum
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68317
2012-02-23 13:57:50 +00:00
Carsten Haitzler d83ff51f71 test and fix up horizontal_item style for toolbar.
SVN revision: 68313
2012-02-23 08:22:24 +00:00
Carsten Haitzler e04656c5bf and do gl15 test right with item class/pointers passed to item_append
SVN revision: 68311
2012-02-23 07:47:59 +00:00
Carsten Haitzler d4f750b00e eek - compile again.
SVN revision: 68310
2012-02-23 07:46:05 +00:00
Hyoyoung Chang a9dcddd041 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
2012-02-23 07:39:10 +00:00
Hyoyoung Chang 7ab200383d 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
2012-02-23 07:36:12 +00:00
Jihoon Kim f83d0dd0c8 elm: fix doxygen warning
SVN revision: 68301
2012-02-23 05:40:53 +00:00
Jihoon Kim 4aaac964ed elm_cnp: describe buflen of elm_cnp_selection_set API
SVN revision: 68300
2012-02-23 05:35:38 +00:00
Carsten Haitzler f4e71c7abf hermet's code didnt create a bug.. it brought out an existing bug...
FIX!



SVN revision: 68298
2012-02-23 04:20:30 +00:00
Carsten Haitzler bb664dc971 if u deprecate a func in .h - also do it in .c!
SVN revision: 68297
2012-02-23 04:11:04 +00:00
Carsten Haitzler af5309f0a2 no space affter cast
SVN revision: 68296
2012-02-23 04:09:43 +00:00
Carsten Haitzler 0d93e97822 can_focus ne3eds to be actually set - not just tested against
SVN revision: 68295
2012-02-23 04:09:05 +00:00
Daniel Juyung Seo b8683eb9d8 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
2012-02-23 03:15:40 +00:00
Daniel Juyung Seo 90d8ee3b8d elm genlist: Added more documentation for longpressed smart callback.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68293
2012-02-23 02:57:00 +00:00
Sanjeev BA bde5e891e6 Fix a few more review comments for cnp.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68292
2012-02-23 02:52:11 +00:00
Sanjeev BA c4c2e2bdea Remove MAX, it is not useful for app. developers.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68291
2012-02-23 02:52:07 +00:00
Sanjeev BA c373a26208 Make enum ordering same as _Ecore_X_Selection.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68290
2012-02-23 02:52:00 +00:00
cnook 1f7f39f66d 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
2012-02-22 12:33:25 +00:00
Carsten Haitzler ce4b795d8d toolbar vertical mode working right now.
SVN revision: 68267
2012-02-22 12:13:12 +00:00
WooHyun Jung 5ac0eac84d 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
2012-02-22 11:40:09 +00:00
WooHyun Jung 6f3a1c3b3f elementary/elm_map : Include some signals to the signal group.
SVN revision: 68262
2012-02-22 11:22:18 +00:00
Daniel Juyung Seo 278458bb59 elm test_genlist.c: Revised codes.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68255
2012-02-22 09:31:37 +00:00
Sanjeev BA 47b9767b1a Fix elm_transit and elm_web docs.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68251
2012-02-22 08:58:26 +00:00
Carsten Haitzler 931a64c939 move config load to sub init and sub init to after launch request to
pick up config changes for quicklaunch



SVN revision: 68250
2012-02-22 08:54:34 +00:00
Daniel Juyung Seo 548f616eae elm genlist: elm_genlist_item_count -> elm_genlist_items_count
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68245
2012-02-22 03:22:10 +00:00
Daniel Juyung Seo 259193eb01 elm Elementary.h.in: Updated Sanjeev's API review status.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68244
2012-02-22 03:22:03 +00:00
Mikael SANS 68b888a8e1 simplify expressions
SVN revision: 68242
2012-02-22 00:21:18 +00:00
Mike Blumenkrantz 8fb0f58c98 add elm_genlist_item_count(), change (int)wd->count to (uint)wd->item_count, fix a shadow var
SVN revision: 68240
2012-02-21 23:59:25 +00:00
Mikael SANS 8b6d86f565 Fix: wrong center point between fingers
SVN revision: 68228
2012-02-21 17:32:20 +00:00
WooHyun Jung 027d53b9d5 elementary : reviewed some *.h files.
SVN revision: 68220
2012-02-21 13:05:51 +00:00
ChunEon Park ed5c8799f5 elementary/focus - reviewed done!
SVN revision: 68218
2012-02-21 12:36:54 +00:00
Daniel Juyung Seo b40b6d68b8 elm test_box.c: Revised box_pack sample code.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68216
2012-02-21 11:46:05 +00:00
Daniel Juyung Seo 7d91161099 elm radio: Added elm_radio_selected_object_get().
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68215
2012-02-21 11:46:01 +00:00
Daniel Juyung Seo ddec0677d0 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
2012-02-21 11:19:09 +00:00
Cedric BAIL 111b243b1b 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
2012-02-21 11:05:02 +00:00
Carsten Haitzler 549b50e5ec oops return the focus order no matter what
SVN revision: 68212
2012-02-21 10:55:30 +00:00
Carsten Haitzler 628927d3d4 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
2012-02-21 10:54:46 +00:00
Bluezery acf31ec4cd 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
2012-02-21 08:01:22 +00:00
Carsten Haitzler 6636c616bf aah we'll take bluz' patch then instead of my fixing
SVN revision: 68206
2012-02-21 07:59:19 +00:00
Daniel Juyung Seo a3ae956f8f 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
2012-02-21 07:06:39 +00:00
Sanjeev BA e6bc7da5f4 make API naming consistent for elm_video API.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68202
2012-02-21 06:12:51 +00:00
Sanjeev BA 2201134b17 Deprecate elm_video_uri_set().
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68200
2012-02-21 05:52:55 +00:00
ChunEon Park a2aa8c8e01 elementary/grid - reviewed done.
SVN revision: 68199
2012-02-21 04:42:45 +00:00
ChunEon Park 00d01850f4 elementary/grid - more API elm_grid_chidren_get
SVN revision: 68198
2012-02-21 04:39:15 +00:00
Carsten Haitzler cbcdc8f8da fix some naming in elm_map as i suggested before.
SVN revision: 68195
2012-02-21 03:40:52 +00:00
Carsten Haitzler 4d730745f7 aaand other part of bluez map commit. easier to fix formatting in svn.
SVN revision: 68194
2012-02-21 03:26:00 +00:00
Carsten Haitzler c31c89176a and other part of bluez map commit
SVN revision: 68193
2012-02-21 03:25:24 +00:00
Carsten Haitzler d893dbbc69 hmmm i missed the other part of bluez map commit. here it is.
SVN revision: 68192
2012-02-21 03:24:59 +00:00
Sanjeev BA 775d293d8c Remove deprecated API.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68190
2012-02-21 03:15:04 +00:00
ChunEon Park 98f221323e elementary/grid - reviewed APIs
SVN revision: 68187
2012-02-21 02:57:51 +00:00
Daniel Juyung Seo 3b6e8e86c0 elm: Removed deprecated elm_pager from edje_externals.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68186
2012-02-21 02:57:33 +00:00
Daniel Juyung Seo 62394d7e56 elm cache: Reviewed cache APIs.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68183
2012-02-21 02:34:57 +00:00
ChunEon Park e46ccd638e elementary/font - reviewed my reviewed code... ;-)
SVN revision: 68181
2012-02-21 01:53:40 +00:00
ChunEon Park 5213c0720a elementary/fonts - reviewed done.
SVN revision: 68180
2012-02-21 01:39:52 +00:00
WooHyun Jung 12de48bd81 [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
2012-02-21 00:40:55 +00:00
Daniel Juyung Seo e4e7658b0d 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
2012-02-21 00:33:38 +00:00
Daniel Juyung Seo cca2005e1f elm elm_panes.h: Updated documentation.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68177
2012-02-21 00:33:36 +00:00
Jihoon Kim 98c0ae9d0f elm: fill in some parameter description in doxygen
SVN revision: 68173
2012-02-20 22:55:40 +00:00
ChunEon Park 6ff3b62024 elementary/frame - trivial changes.
SVN revision: 68162
2012-02-20 13:06:18 +00:00
ChunEon Park bbe4246870 elementary/frame - api review updated.
SVN revision: 68161
2012-02-20 12:56:26 +00:00
ChunEon Park 73a4df743f elementary/frame - reviewd.
SVN revision: 68160
2012-02-20 12:54:14 +00:00
Yakov Goldberg 54772a399d 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
2012-02-20 12:53:12 +00:00
Carsten Haitzler 14d2ad43e6 fix up some missing checks.
SVN revision: 68158
2012-02-20 12:23:46 +00:00
Carsten Haitzler 80f5f7ec1d missing EAPI
SVN revision: 68157
2012-02-20 12:17:45 +00:00
Carsten Haitzler 1656bc941d make sure to pass const to these funcs when getting.
SVN revision: 68156
2012-02-20 12:13:08 +00:00
ChunEon Park c0d05b3525 elementary/flipselector - + disable/enable func
SVN revision: 68155
2012-02-20 12:04:29 +00:00
cnook df26dee932 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
2012-02-20 11:48:31 +00:00
cnook 655ada11d0 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
2012-02-20 11:47:17 +00:00
ChunEon Park 9beaca57f7 elementary/flipselector - cleanup code
SVN revision: 68152
2012-02-20 11:42:49 +00:00
cnook 2a46f57065 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
2012-02-20 10:45:06 +00:00
Tom Hacohen fe3a2cfb4c Elm glayer: Fixed wrong usage of intptr_t.
Spank Spank.

SVN revision: 68150
2012-02-20 09:23:19 +00:00
Yakov Goldberg 0b2bd861e8 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
2012-02-20 09:22:23 +00:00
Hyoyoung Chang 068985b187 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
2012-02-20 08:26:17 +00:00
Carsten Haitzler 7df64eed86 why did someone add 2 indentically named funcs?
SVN revision: 68146
2012-02-20 08:24:41 +00:00
Sanjeev BA a79b5bcf6f Add documentation to elm_video.h. API renaming to be done.
Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>

SVN revision: 68141
2012-02-20 04:55:46 +00:00
Sanjeev BA c1999f1c44 Fix typos.
Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>

SVN revision: 68138
2012-02-20 04:18:50 +00:00
Jihoon Kim 2594f47f40 elementary: fix some doxygen argument warning
SVN revision: 68113
2012-02-18 15:56:00 +00:00
Jihoon Kim 1e34a3e568 elementary: fix some doxygen warnings
SVN revision: 68112
2012-02-18 15:40:39 +00:00
ChunEon Park 8922f83418 elementary/naviframe - elm_widget_item_free is called twice.
elm_object_item_del is calling it after. 



SVN revision: 68099
2012-02-18 05:15:17 +00:00
Jonas M. Gastal a46b607612 Better description for group WidgetNavigation.
SVN revision: 68079
2012-02-17 17:29:26 +00:00
Jonas M. Gastal 6c3ad53684 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
2012-02-17 17:29:24 +00:00
Jihoon Kim fa8bc8969b elm/entry: fix doxygen
SVN revision: 68075
2012-02-17 15:28:37 +00:00
Jihoon Kim b4a1856efa elm/entry: describe more detail on some enums
SVN revision: 68074
2012-02-17 14:28:13 +00:00
Jihoon Kim c11aed1ecb elm: delete executable file permission in some files
SVN revision: 68073
2012-02-17 13:38:10 +00:00
ChunEon Park 1483d47385 elementary/flipselector - reviewed APIs
SVN revision: 68070
2012-02-17 12:40:48 +00:00
ChunEon Park 35116fb2ca elementary - updated review.
Actually i coundn't review anything today.



SVN revision: 68069
2012-02-17 11:31:31 +00:00
WooHyun Jung 4d0d161e1c elementary : reviewd elm_mirroring.h
SVN revision: 68068
2012-02-17 11:26:40 +00:00
Carsten Haitzler 0ba7d42fed elm video review comments.
SVN revision: 68066
2012-02-17 11:05:17 +00:00
Jiyoun Park c5da0d5e44 remove deprecated function.
use elm genlist or elm gengrid instead of elm_gen


SVN revision: 68063
2012-02-17 10:20:35 +00:00
Cedric BAIL 3a400e288e elementary: fix typo.
I am the only one who build everything every morning ?


SVN revision: 68062
2012-02-17 10:11:22 +00:00
WooHyun Jung c0bcddff21 Reviewed elm_map.h.
SVN revision: 68058
2012-02-17 08:15:09 +00:00
Daniel Juyung Seo 2761d21a75 elm test_actionslider.c: Cover more APIs. 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: 68054
2012-02-17 05:28:55 +00:00
Daniel Juyung Seo 350c6c3235 elm cache: elm_all_flush() -> elm_cache_all_flush()
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68051
2012-02-17 05:12:56 +00:00
ChunEon Park 61af3881a2 elementary/naviframe - updated doc & more contents & text hooks
discomfitor you bothered me! :)



SVN revision: 68050
2012-02-17 05:00:22 +00:00
ChunEon Park cd92ba4e77 elementary/transit - updated doc
SVN revision: 68049
2012-02-17 04:57:08 +00:00
Jiyoun Park af064c2f11 Remove deprecated function and implementation.
I already grep all source directory under turnk. 
but there is no place using this deprecated function.
so I remove it. 


SVN revision: 68048
2012-02-17 03:10:28 +00:00
ChunEon Park 1dd495838e elementary/naviframe - more simply.
SVN revision: 68047
2012-02-17 01:44:02 +00:00
Mike Blumenkrantz c9c83dfd26 port aspect_fixed from image to icon
remind me again: why do we have more than one image api here??????????


SVN revision: 68045
2012-02-16 22:48:32 +00:00
Mike Blumenkrantz 87076014fe s/elm_text_input/elm_entry_input
SVN revision: 68044
2012-02-16 22:42:48 +00:00
Mike Blumenkrantz 59528e6551 void function returning a void function confuses my small american brain
SVN revision: 68043
2012-02-16 22:41:52 +00:00
Tom Hacohen 97acee8c98 Elm naviframe: Make elm_naviframe_item_simple_push an inline function.
SVN revision: 68038
2012-02-16 21:20:45 +00:00
Mike Blumenkrantz ebdb8e497d naviframe now supports content_get
SVN revision: 68037
2012-02-16 21:14:32 +00:00
Mike Blumenkrantz 840da81ce2 fix noop in naviframe simple_push macro
SVN revision: 68036
2012-02-16 21:00:48 +00:00
Jonas M. Gastal c2daf18fc2 Small bump to elm_table doc.
SVN revision: 68030
2012-02-16 18:38:37 +00:00
Jihoon Kim dadded2e36 elementary_test: 0 -> EINA_FASE, 1 -> EINA_TRUE
SVN revision: 68028
2012-02-16 12:51:01 +00:00
WooHyun Jung a3714b5f7a Add EINA_DEPRECATED ~ thx to Seoz
SVN revision: 68026
2012-02-16 12:20:02 +00:00
Carsten Haitzler 2b79cf256c teansit - done. used ecore-pos-mapper for interpolation. should be
extended eventually. :)



SVN revision: 68025
2012-02-16 12:09:32 +00:00
WooHyun Jung 98694d15ec Reviewed elm_label's API and documentation
SVN revision: 68024
2012-02-16 11:39:07 +00:00
ChunEon Park fb2e56a254 elementary/flip - more *INTERACTON*
SVN revision: 68023
2012-02-16 11:37:54 +00:00
ChunEon Park e5b9d50cf3 elementary/flip - fixed typo
first time, i was super confused since vim cound't find the API even I can see it at there.



SVN revision: 68022
2012-02-16 11:33:45 +00:00
Daniel Juyung Seo 2ad111e70e elm button: Reviewed APIs.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68021
2012-02-16 11:11:25 +00:00
ChunEon Park 9331e7625f elementary/flip - trivial changes
SVN revision: 68020
2012-02-16 10:49:40 +00:00
Mike Blumenkrantz 7349e3dfb3 fix infinite loop here
SVN revision: 68019
2012-02-16 09:57:37 +00:00
Tom Hacohen 11f6738a6c Elm pager: remove all references from elm's tree.
SVN revision: 68016
2012-02-16 09:26:35 +00:00
Tom Hacohen 4787995f4b Elm pager: die pager, die! Use naviframe instead.
SVN revision: 68015
2012-02-16 09:26:30 +00:00
Sanjeev BA dce2da14a8 Documentation fixes and more API feedback.
Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>

SVN revision: 68014
2012-02-16 08:28:36 +00:00
Sanjeev BA f03e794865 Documentation fixes for elm_plug.
Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>

SVN revision: 68013
2012-02-16 08:28:33 +00:00
Sanjeev BA 3cb8a334ac Documentation fixes for elm_photo.
Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>

SVN revision: 68012
2012-02-16 08:28:22 +00:00
ChunEon Park 5f3e6d7c37 elementary/flip - elm_flip_front_get -> elm_flip_front_visible_get
SVN revision: 68011
2012-02-16 08:08:16 +00:00
Daniel Juyung Seo 4d8e10a8db elm: Fix fix fix.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68010
2012-02-16 07:41:34 +00:00
ChunEon Park 536f8ec51f elementary/flip - deprecated APIs
elm_flip_content_front_set
elm_flip_content_back_set
elm_flip_content_front_unset
elm_flip_content_back_unset
elm_flip_content_front_get
elm_flip_content_back_get



SVN revision: 68009
2012-02-16 07:31:55 +00:00
Daniel Juyung Seo d670c44ee0 elm cnp: Renamed elm_cnp_helper.c to elm_cnp.c for consistency.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68008
2012-02-16 07:10:50 +00:00
Daniel Juyung Seo b7a641c727 elm cnp: Reviewed cnp APIs. Many things need to be changed.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68007
2012-02-16 07:06:13 +00:00
WooHyun Jung 8ef51b7c7d Reviewed elm_index's APIs and documentations. So many things to be
modified :(


SVN revision: 68004
2012-02-16 06:38:46 +00:00
Carsten Haitzler 385704bd95 ok - for thumb and theme.
SVN revision: 68002
2012-02-16 05:58:47 +00:00
Carsten Haitzler 1b1489da31 elm_thumb_ethumb_client_connected ->
elm_thumb_ethumb_client_connected_get()

more consistent name.



SVN revision: 68001
2012-02-16 05:58:23 +00:00
Jihoon Kim 1bdfd32580 elementary_test: fix formatting
SVN revision: 68000
2012-02-16 05:03:57 +00:00
Jihoon Kim e95974c024 elementary_test: change 0 -> EINA_FALSE, 1 -> EINA_TRUE
SVN revision: 67999
2012-02-16 04:55:08 +00:00
Carsten Haitzler c1d97dcd36 review - store needs docs. table ok.
SVN revision: 67998
2012-02-16 04:55:00 +00:00
Carsten Haitzler f164ae2d16 add test for padding in table
SVN revision: 67997
2012-02-16 04:54:12 +00:00
Daniel Juyung Seo 9de917cf5d elm test_box.c: Used elm_bg_load_size_set. Patch by cnook
<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: 67996
2012-02-16 02:28:33 +00:00
Tom Hacohen a8d98a09e9 Elm pager: reimplement using naviframe - should probably die.
SVN revision: 67990
2012-02-15 16:27:53 +00:00
Tom Hacohen c9f55529ad Elm naviframe: Fix naviframe a little and add item default style set/get
1. items_get is no longer completely broken
2. default style set/get is used as a replacement for the style NULL

SVN revision: 67989
2012-02-15 16:27:34 +00:00
WooHyun Jung aebbc146dd elm_image : reviewed API + documentation
SVN revision: 67983
2012-02-15 12:33:17 +00:00
Carsten Haitzler b6fd8c353e add rouding+base to spinner - otherwise u can never slow it down and u
cant round to specific values. fixed month test to do this too.



SVN revision: 67982
2012-02-15 12:32:02 +00:00
Daniel Juyung Seo 70be2f1078 elm cursor: Reviewed elm_cursor APIs. But the review was not finished yet.
SVN revision: 67981
2012-02-15 12:24:15 +00:00
Daniel Juyung Seo e4612a1b0f elm: Reviewed bubble and debug.
SVN revision: 67980
2012-02-15 12:24:10 +00:00
Jihoon Kim 64c3602b15 elm_entry: add 'const in some getter functions
SVN revision: 67979
2012-02-15 11:50:06 +00:00
ChunEon Park 2882b86b1e elementary - updated review status
SVN revision: 67978
2012-02-15 11:46:36 +00:00
ChunEon Park ff144eeae6 elementary/theme - + XXX comment
SVN revision: 67977
2012-02-15 11:18:24 +00:00
ChunEon Park fed68ee891 elementary - deprecated APIs
elm_finger_size_all_set
elm_scale_all_set
elm_font_overlay_all_apply
elm_cache_flush_interval_all_set
elm_cache_flush_enabled_all_set
elm_font_cache_all_set
elm_image_cache_all_set
elm_edje_file_cache_all_set
elm_edje_collection_cache_all_set
elm_profile_all_set
elm_scroll_bounce_enabled_all_set
elm_scroll_bounce_friction_all_set
elm_scroll_page_scroll_friction_all_set
elm_scroll_bring_in_scroll_friction_all_set
elm_scroll_zoom_friction_all_set
elm_scroll_thumbscroll_enabled_all_set
elm_scroll_thumbscroll_threshold_all_set
elm_scroll_thumbscroll_momentum_threshold_all_set
elm_scroll_thumbscroll_friction_all_set
elm_scroll_thumbscroll_border_friction_all_set



SVN revision: 67976
2012-02-15 11:15:37 +00:00
WooHyun Jung 6925bfd4da Reviewed elm_hover's APIs. (I missed 67974's log just same
with this)


SVN revision: 67975
2012-02-15 10:42:10 +00:00
WooHyun Jung f6d67bd0e5 elementary/elm_hover.h :
SVN revision: 67974
2012-02-15 10:39:59 +00:00
Carsten Haitzler 3b0e38a200 ok for slideshow.
SVN revision: 67973
2012-02-15 10:34:00 +00:00
Carsten Haitzler d45f4484c0 doc++ to slideshow
SVN revision: 67972
2012-02-15 10:21:34 +00:00
Carsten Haitzler 09e7e34904 fmting
SVN revision: 67971
2012-02-15 10:08:22 +00:00
ChunEon Park 79d3a3bef4 elementary/config - add elm_config_all_flush
SVN revision: 67969
2012-02-15 09:09:21 +00:00
ChunEon Park 991bed89dc elementary/widget - improve coding convention
SVN revision: 67968
2012-02-15 09:02:07 +00:00
Jihoon Kim 46ad4606c6 elm_entry:
add elm_entry_input_panel_language_set/get
add elm_entry_input_panel_imdata_set/get
add elm_entry_input_panel_return_key_type_set/get
add elm_entry_input_panel_return_key_disabled_set/get


SVN revision: 67967
2012-02-15 08:42:46 +00:00
Carsten Haitzler ebc4f11e3e review - slider had problem when in scroller. FIX!
:)



SVN revision: 67964
2012-02-15 07:38:28 +00:00
Daniel Juyung Seo 85fa911151 elm Elementary.h.in: Updated real person names for API review.
SVN revision: 67963
2012-02-15 06:57:06 +00:00
Sanjeev BA 52a3d1979f minor doc fixes to photocam.
Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>

SVN revision: 67961
2012-02-15 05:58:43 +00:00