platform/upstream/elementary.git
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

12 years agoReviewed elm_map.h.
WooHyun Jung [Fri, 17 Feb 2012 08:15:09 +0000 (08:15 +0000)]
Reviewed elm_map.h.

SVN revision: 68058

12 years agoelm test_actionslider.c: Cover more APIs. Patch by Shinwoo Kim
Daniel Juyung Seo [Fri, 17 Feb 2012 05:28:55 +0000 (05:28 +0000)]
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

12 years agoelm cache: elm_all_flush() -> elm_cache_all_flush()
Daniel Juyung Seo [Fri, 17 Feb 2012 05:12:56 +0000 (05:12 +0000)]
elm cache: elm_all_flush() -> elm_cache_all_flush()

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

12 years agoelementary/naviframe - updated doc & more contents & text hooks
ChunEon Park [Fri, 17 Feb 2012 05:00:22 +0000 (05:00 +0000)]
elementary/naviframe - updated doc & more contents & text hooks

discomfitor you bothered me! :)

SVN revision: 68050

12 years agoelementary/transit - updated doc
ChunEon Park [Fri, 17 Feb 2012 04:57:08 +0000 (04:57 +0000)]
elementary/transit - updated doc

SVN revision: 68049

12 years agoRemove deprecated function and implementation.
Jiyoun Park [Fri, 17 Feb 2012 03:10:28 +0000 (03:10 +0000)]
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

12 years agoelementary/naviframe - more simply.
ChunEon Park [Fri, 17 Feb 2012 01:44:02 +0000 (01:44 +0000)]
elementary/naviframe - more simply.

SVN revision: 68047

12 years agoport aspect_fixed from image to icon
Mike Blumenkrantz [Thu, 16 Feb 2012 22:48:32 +0000 (22:48 +0000)]
port aspect_fixed from image to icon
remind me again: why do we have more than one image api here??????????

SVN revision: 68045

12 years agos/elm_text_input/elm_entry_input
Mike Blumenkrantz [Thu, 16 Feb 2012 22:42:48 +0000 (22:42 +0000)]
s/elm_text_input/elm_entry_input

SVN revision: 68044

12 years agovoid function returning a void function confuses my small american brain
Mike Blumenkrantz [Thu, 16 Feb 2012 22:41:52 +0000 (22:41 +0000)]
void function returning a void function confuses my small american brain

SVN revision: 68043

12 years agoElm naviframe: Make elm_naviframe_item_simple_push an inline function.
Tom Hacohen [Thu, 16 Feb 2012 21:20:45 +0000 (21:20 +0000)]
Elm naviframe: Make elm_naviframe_item_simple_push an inline function.

SVN revision: 68038

12 years agonaviframe now supports content_get
Mike Blumenkrantz [Thu, 16 Feb 2012 21:14:32 +0000 (21:14 +0000)]
naviframe now supports content_get

SVN revision: 68037

12 years agofix noop in naviframe simple_push macro
Mike Blumenkrantz [Thu, 16 Feb 2012 21:00:48 +0000 (21:00 +0000)]
fix noop in naviframe simple_push macro

SVN revision: 68036

12 years agoSmall bump to elm_table doc.
Jonas M. Gastal [Thu, 16 Feb 2012 18:38:37 +0000 (18:38 +0000)]
Small bump to elm_table doc.

SVN revision: 68030

12 years agoelementary_test: 0 -> EINA_FASE, 1 -> EINA_TRUE
Jihoon Kim [Thu, 16 Feb 2012 12:51:01 +0000 (12:51 +0000)]
elementary_test: 0 -> EINA_FASE, 1 -> EINA_TRUE

SVN revision: 68028

12 years agoAdd EINA_DEPRECATED ~ thx to Seoz
WooHyun Jung [Thu, 16 Feb 2012 12:20:02 +0000 (12:20 +0000)]
Add EINA_DEPRECATED ~ thx to Seoz

SVN revision: 68026

12 years agoteansit - done. used ecore-pos-mapper for interpolation. should be
Carsten Haitzler [Thu, 16 Feb 2012 12:09:32 +0000 (12:09 +0000)]
teansit - done. used ecore-pos-mapper for interpolation. should be
extended eventually. :)

SVN revision: 68025

12 years agoReviewed elm_label's API and documentation
WooHyun Jung [Thu, 16 Feb 2012 11:39:07 +0000 (11:39 +0000)]
Reviewed elm_label's API and documentation

SVN revision: 68024

12 years agoelementary/flip - more *INTERACTON*
ChunEon Park [Thu, 16 Feb 2012 11:37:54 +0000 (11:37 +0000)]
elementary/flip - more *INTERACTON*

SVN revision: 68023

12 years agoelementary/flip - fixed typo
ChunEon Park [Thu, 16 Feb 2012 11:33:45 +0000 (11:33 +0000)]
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

12 years agoelm button: Reviewed APIs.
Daniel Juyung Seo [Thu, 16 Feb 2012 11:11:25 +0000 (11:11 +0000)]
elm button: Reviewed APIs.

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

12 years agoelementary/flip - trivial changes
ChunEon Park [Thu, 16 Feb 2012 10:49:40 +0000 (10:49 +0000)]
elementary/flip - trivial changes

SVN revision: 68020

12 years agofix infinite loop here
Mike Blumenkrantz [Thu, 16 Feb 2012 09:57:37 +0000 (09:57 +0000)]
fix infinite loop here

SVN revision: 68019

12 years agoalso cnp file...
Mike Blumenkrantz [Thu, 16 Feb 2012 09:54:41 +0000 (09:54 +0000)]
also cnp file...

SVN revision: 68018

12 years agoremove pager references from here too
Mike Blumenkrantz [Thu, 16 Feb 2012 09:52:52 +0000 (09:52 +0000)]
remove pager references from here too

SVN revision: 68017

12 years agoElm pager: remove all references from elm's tree.
Tom Hacohen [Thu, 16 Feb 2012 09:26:35 +0000 (09:26 +0000)]
Elm pager: remove all references from elm's tree.

SVN revision: 68016

12 years agoElm pager: die pager, die! Use naviframe instead.
Tom Hacohen [Thu, 16 Feb 2012 09:26:30 +0000 (09:26 +0000)]
Elm pager: die pager, die! Use naviframe instead.

SVN revision: 68015

12 years agoDocumentation fixes and more API feedback.
Sanjeev BA [Thu, 16 Feb 2012 08:28:36 +0000 (08:28 +0000)]
Documentation fixes and more API feedback.

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

12 years agoDocumentation fixes for elm_plug.
Sanjeev BA [Thu, 16 Feb 2012 08:28:33 +0000 (08:28 +0000)]
Documentation fixes for elm_plug.

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

12 years agoDocumentation fixes for elm_photo.
Sanjeev BA [Thu, 16 Feb 2012 08:28:22 +0000 (08:28 +0000)]
Documentation fixes for elm_photo.

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

12 years agoelementary/flip - elm_flip_front_get -> elm_flip_front_visible_get
ChunEon Park [Thu, 16 Feb 2012 08:08:16 +0000 (08:08 +0000)]
elementary/flip - elm_flip_front_get -> elm_flip_front_visible_get

SVN revision: 68011

12 years agoelm: Fix fix fix.
Daniel Juyung Seo [Thu, 16 Feb 2012 07:41:34 +0000 (07:41 +0000)]
elm: Fix fix fix.

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

12 years agoelementary/flip - deprecated APIs
ChunEon Park [Thu, 16 Feb 2012 07:31:55 +0000 (07:31 +0000)]
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

12 years agoelm cnp: Renamed elm_cnp_helper.c to elm_cnp.c for consistency.
Daniel Juyung Seo [Thu, 16 Feb 2012 07:10:50 +0000 (07:10 +0000)]
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

12 years agoelm cnp: Reviewed cnp APIs. Many things need to be changed.
Daniel Juyung Seo [Thu, 16 Feb 2012 07:06:13 +0000 (07:06 +0000)]
elm cnp: Reviewed cnp APIs. Many things need to be changed.

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

12 years agoelm: Updated po
Daniel Juyung Seo [Thu, 16 Feb 2012 07:06:09 +0000 (07:06 +0000)]
elm: Updated po

SVN revision: 68006

12 years agoReviewed elm_index's APIs and documentations. So many things to be
WooHyun Jung [Thu, 16 Feb 2012 06:38:46 +0000 (06:38 +0000)]
Reviewed elm_index's APIs and documentations. So many things to be
modified :(

SVN revision: 68004

12 years agook - for thumb and theme.
Carsten Haitzler [Thu, 16 Feb 2012 05:58:47 +0000 (05:58 +0000)]
ok - for thumb and theme.

SVN revision: 68002

12 years agoelm_thumb_ethumb_client_connected ->
Carsten Haitzler [Thu, 16 Feb 2012 05:58:23 +0000 (05:58 +0000)]
elm_thumb_ethumb_client_connected ->
elm_thumb_ethumb_client_connected_get()

more consistent name.

SVN revision: 68001

12 years agoelementary_test: fix formatting
Jihoon Kim [Thu, 16 Feb 2012 05:03:57 +0000 (05:03 +0000)]
elementary_test: fix formatting

SVN revision: 68000

12 years agoelementary_test: change 0 -> EINA_FALSE, 1 -> EINA_TRUE
Jihoon Kim [Thu, 16 Feb 2012 04:55:08 +0000 (04:55 +0000)]
elementary_test: change 0 -> EINA_FALSE, 1 -> EINA_TRUE

SVN revision: 67999

12 years agoreview - store needs docs. table ok.
Carsten Haitzler [Thu, 16 Feb 2012 04:55:00 +0000 (04:55 +0000)]
review - store needs docs. table ok.

SVN revision: 67998

12 years agoadd test for padding in table
Carsten Haitzler [Thu, 16 Feb 2012 04:54:12 +0000 (04:54 +0000)]
add test for padding in table

SVN revision: 67997

12 years agoelm test_box.c: Used elm_bg_load_size_set. Patch by cnook
Daniel Juyung Seo [Thu, 16 Feb 2012 02:28:33 +0000 (02:28 +0000)]
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

12 years agoelementary: unbork svn.
Cedric BAIL [Wed, 15 Feb 2012 16:59:18 +0000 (16:59 +0000)]
elementary: unbork svn.

SVN revision: 67991

12 years agoElm pager: reimplement using naviframe - should probably die.
Tom Hacohen [Wed, 15 Feb 2012 16:27:53 +0000 (16:27 +0000)]
Elm pager: reimplement using naviframe - should probably die.

SVN revision: 67990

12 years agoElm naviframe: Fix naviframe a little and add item default style set/get
Tom Hacohen [Wed, 15 Feb 2012 16:27:34 +0000 (16:27 +0000)]
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

12 years agoelm_image : reviewed API + documentation
WooHyun Jung [Wed, 15 Feb 2012 12:33:17 +0000 (12:33 +0000)]
elm_image : reviewed API + documentation

SVN revision: 67983

12 years agoadd rouding+base to spinner - otherwise u can never slow it down and u
Carsten Haitzler [Wed, 15 Feb 2012 12:32:02 +0000 (12:32 +0000)]
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

12 years agoelm cursor: Reviewed elm_cursor APIs. But the review was not finished yet.
Daniel Juyung Seo [Wed, 15 Feb 2012 12:24:15 +0000 (12:24 +0000)]
elm cursor: Reviewed elm_cursor APIs. But the review was not finished yet.

SVN revision: 67981

12 years agoelm: Reviewed bubble and debug.
Daniel Juyung Seo [Wed, 15 Feb 2012 12:24:10 +0000 (12:24 +0000)]
elm: Reviewed bubble and debug.

SVN revision: 67980

12 years agoelm_entry: add 'const in some getter functions
Jihoon Kim [Wed, 15 Feb 2012 11:50:06 +0000 (11:50 +0000)]
elm_entry: add 'const in some getter functions

SVN revision: 67979

12 years agoelementary - updated review status
ChunEon Park [Wed, 15 Feb 2012 11:46:36 +0000 (11:46 +0000)]
elementary - updated review status

SVN revision: 67978

12 years agoelementary/theme - + XXX comment
ChunEon Park [Wed, 15 Feb 2012 11:18:24 +0000 (11:18 +0000)]
elementary/theme - + XXX comment

SVN revision: 67977

12 years agoelementary - deprecated APIs
ChunEon Park [Wed, 15 Feb 2012 11:15:37 +0000 (11:15 +0000)]
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

12 years agoReviewed elm_hover's APIs. (I missed 67974's log just same
WooHyun Jung [Wed, 15 Feb 2012 10:42:10 +0000 (10:42 +0000)]
Reviewed elm_hover's APIs. (I missed 67974's log just same
with this)

SVN revision: 67975

12 years agoelementary/elm_hover.h :
WooHyun Jung [Wed, 15 Feb 2012 10:39:59 +0000 (10:39 +0000)]
elementary/elm_hover.h :

SVN revision: 67974