Commit Graph

4737 Commits

Author SHA1 Message Date
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 d87f5edd3d elm/index.doxy: remove Pager reference
SVN revision: 68123
2012-02-19 14:11:33 +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