Carsten Haitzler [Fri, 24 Feb 2012 13:04:37 +0000 (13:04 +0000)]
fix naviframe theme hook.
SVN revision: 68413
Carsten Haitzler [Fri, 24 Feb 2012 12:46:18 +0000 (12:46 +0000)]
fix bitch in toolbar 7 without hurting other toolbars
SVN revision: 68412
Doyoun Kang [Fri, 24 Feb 2012 12:33:11 +0000 (12:33 +0000)]
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
ChunEon Park [Fri, 24 Feb 2012 12:21:22 +0000 (12:21 +0000)]
elementary/gesture_layer - reviewed done.
SVN revision: 68408
cnook [Fri, 24 Feb 2012 12:05:05 +0000 (12:05 +0000)]
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
ChunEon Park [Fri, 24 Feb 2012 11:20:18 +0000 (11:20 +0000)]
elementary/menu - deprecated elm_menu_item_menu_get.
use elm_object_item_widget_get()
SVN revision: 68401
Cedric BAIL [Fri, 24 Feb 2012 11:04:06 +0000 (11:04 +0000)]
elementary: oops revert.
SVN revision: 68396
Cedric BAIL [Fri, 24 Feb 2012 11:02:55 +0000 (11:02 +0000)]
elementary: avoid segv and don't duplicate call.
SVN revision: 68395
ChunEon Park [Fri, 24 Feb 2012 10:42:53 +0000 (10:42 +0000)]
elementary/gesture_layer - added object validation checking.
SVN revision: 68394
ChunEon Park [Fri, 24 Feb 2012 08:53:01 +0000 (08:53 +0000)]
elementary - removed unnecessary checkings
SVN revision: 68393
cnook [Fri, 24 Feb 2012 07:41:38 +0000 (07:41 +0000)]
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
Jihoon Kim [Fri, 24 Feb 2012 07:32:29 +0000 (07:32 +0000)]
elementary_test: fix indentation
SVN revision: 68389
ChunEon Park [Fri, 24 Feb 2012 07:02:01 +0000 (07:02 +0000)]
elementary/naviframe - the first widget appiled the item smart callbacks.
SVN revision: 68388
ChunEon Park [Fri, 24 Feb 2012 06:53:03 +0000 (06:53 +0000)]
elementary/widget - modified to check delete_me inside MACRO.
SVN revision: 68387
ChunEon Park [Fri, 24 Feb 2012 06:50:48 +0000 (06:50 +0000)]
elenmentary/route - --warning.
SVN revision: 68384
Carsten Haitzler [Fri, 24 Feb 2012 06:15:28 +0000 (06:15 +0000)]
shussshhhh fixed warnings!
SVN revision: 68382
Sanjeev BA [Fri, 24 Feb 2012 06:05:31 +0000 (06:05 +0000)]
Fix Pointer where to store => Pointer to store.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
SVN revision: 68381
Sanjeev BA [Fri, 24 Feb 2012 05:48:27 +0000 (05:48 +0000)]
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
Sanjeev BA [Fri, 24 Feb 2012 05:48:19 +0000 (05:48 +0000)]
Add additional styles for button.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
SVN revision: 68378
ChunEon Park [Fri, 24 Feb 2012 04:31:03 +0000 (04:31 +0000)]
elementary/elm_object_item - added smart callback feature.
SVN revision: 68377
Jihoon Kim [Fri, 24 Feb 2012 02:57:17 +0000 (02:57 +0000)]
elm: elm_diskselector_cursor_set -> elm_diskselector_item_cursor_set in doxygen
SVN revision: 68376
Daniel Juyung Seo [Fri, 24 Feb 2012 02:54:03 +0000 (02:54 +0000)]
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
Daniel Juyung Seo [Fri, 24 Feb 2012 02:53:53 +0000 (02:53 +0000)]
elm entry.edc: Removed entry scroller's background color for consistency with normal entry and normal scroller.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 68374
Sanjeev BA [Fri, 24 Feb 2012 02:26:03 +0000 (02:26 +0000)]
Fix elm_photocam API and cnp documentation.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
SVN revision: 68373
Aharon Hillel [Thu, 23 Feb 2012 13:58:49 +0000 (13:58 +0000)]
elementary: updated sources to fix warnings.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68336
Aharon Hillel [Thu, 23 Feb 2012 13:58:46 +0000 (13:58 +0000)]
elementary: Updated test_list.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68335
Aharon Hillel [Thu, 23 Feb 2012 13:58:43 +0000 (13:58 +0000)]
elementary: Updated test_inwin.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68334
Aharon Hillel [Thu, 23 Feb 2012 13:58:41 +0000 (13:58 +0000)]
elementary: Updated test_index.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68333
Aharon Hillel [Thu, 23 Feb 2012 13:58:37 +0000 (13:58 +0000)]
elementary: Updated test_hoversel.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68332
Aharon Hillel [Thu, 23 Feb 2012 13:58:35 +0000 (13:58 +0000)]
elementary: Updated test_grid.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68331
Aharon Hillel [Thu, 23 Feb 2012 13:58:32 +0000 (13:58 +0000)]
elementary: Updated test_genlist.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68330
Aharon Hillel [Thu, 23 Feb 2012 13:58:28 +0000 (13:58 +0000)]
elementary: Updated test_gengrid.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68329
Aharon Hillel [Thu, 23 Feb 2012 13:58:25 +0000 (13:58 +0000)]
elementary: Updated test_fileselector_entry.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68328
Aharon Hillel [Thu, 23 Feb 2012 13:58:23 +0000 (13:58 +0000)]
elementary: Updated test_fileselector_button.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68327
Aharon Hillel [Thu, 23 Feb 2012 13:58:20 +0000 (13:58 +0000)]
elementary: Updated test_diskselector.c to do API testing
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 68326
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
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
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
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
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
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
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
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
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
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
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
Carsten Haitzler [Thu, 23 Feb 2012 07:46:05 +0000 (07:46 +0000)]
eek - compile again.
SVN revision: 68310
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
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
Jihoon Kim [Thu, 23 Feb 2012 05:40:53 +0000 (05:40 +0000)]
elm: fix doxygen warning
SVN revision: 68301
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
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
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
Carsten Haitzler [Thu, 23 Feb 2012 04:09:43 +0000 (04:09 +0000)]
no space affter cast
SVN revision: 68296
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
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
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
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
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
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
Jonas M. Gastal [Wed, 22 Feb 2012 17:01:32 +0000 (17:01 +0000)]
Move gengrid and genlist to container list.
SVN revision: 68281
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
Carsten Haitzler [Wed, 22 Feb 2012 12:13:12 +0000 (12:13 +0000)]
toolbar vertical mode working right now.
SVN revision: 68267
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
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
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
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
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
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
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
Mikael SANS [Wed, 22 Feb 2012 00:21:18 +0000 (00:21 +0000)]
simplify expressions
SVN revision: 68242
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
Mikael SANS [Tue, 21 Feb 2012 17:32:20 +0000 (17:32 +0000)]
Fix: wrong center point between fingers
SVN revision: 68228
WooHyun Jung [Tue, 21 Feb 2012 13:05:51 +0000 (13:05 +0000)]
elementary : reviewed some *.h files.
SVN revision: 68220
ChunEon Park [Tue, 21 Feb 2012 12:36:54 +0000 (12:36 +0000)]
elementary/focus - reviewed done!
SVN revision: 68218
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
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
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
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
Carsten Haitzler [Tue, 21 Feb 2012 10:55:30 +0000 (10:55 +0000)]
oops return the focus order no matter what
SVN revision: 68212
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
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
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
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
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
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
ChunEon Park [Tue, 21 Feb 2012 04:42:45 +0000 (04:42 +0000)]
elementary/grid - reviewed done.
SVN revision: 68199
ChunEon Park [Tue, 21 Feb 2012 04:39:15 +0000 (04:39 +0000)]
elementary/grid - more API elm_grid_chidren_get
SVN revision: 68198
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
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
Carsten Haitzler [Tue, 21 Feb 2012 03:25:24 +0000 (03:25 +0000)]
and other part of bluez map commit
SVN revision: 68193
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
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
ChunEon Park [Tue, 21 Feb 2012 02:57:51 +0000 (02:57 +0000)]
elementary/grid - reviewed APIs
SVN revision: 68187
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
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
ChunEon Park [Tue, 21 Feb 2012 01:53:40 +0000 (01:53 +0000)]
elementary/font - reviewed my reviewed code... ;-)
SVN revision: 68181
ChunEon Park [Tue, 21 Feb 2012 01:39:52 +0000 (01:39 +0000)]
elementary/fonts - reviewed done.
SVN revision: 68180
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
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