Commit Graph

4768 Commits

Author SHA1 Message Date
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
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