Commit Graph

5230 Commits

Author SHA1 Message Date
Daniel Juyung Seo f545d9ace9 elm diskselector: Reviewed diskselector.
SVN revision: 68936
2012-03-07 12:30:00 +00:00
Daniel Juyung Seo 9a766ff128 elm: Updated .gitignore.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68935
2012-03-07 12:29:45 +00:00
chanwook jung 2fe90bc997 From: chanwook jung <jchanwook@gmail.com>
Subject: [E-devel] [Patch] elm_genlist : Add tree effect APIs

I made a patch for Tree Effect in elm_genlist.
This feature shows the flip effect when expand/contract the expandable
list.

External APIs :
+EAPI void               elm_genlist_tree_effect_enabled_set(Evas_Object
*obj, Eina_Bool enabled);
- Set Genlist tree effect

+EAPI Eina_Bool          elm_genlist_tree_effect_enabled_get(const
Evas_Object *obj);
- Get Genlist tree effect status

You can test it. "Genlist Tree Effect".



SVN revision: 68934
2012-03-07 12:15:36 +00:00
Carsten Haitzler 6d5e63d7bf aaah bugger - i was wrong. 0 is sn, not mon. fix. now days start on
monday.. how it SHOULD be.. thats why we call it a weekEND..  it
happens at the.. END of a week... :S



SVN revision: 68933
2012-03-07 12:03:13 +00:00
Carsten Haitzler 457db20472 get configs up to date.. and weekend/say should be 0 5 2 (0 == mon, 5
== sat etc.)



SVN revision: 68932
2012-03-07 11:49:23 +00:00
Jérémy Zurcher 9493efc793 From: Jérémy Zurcher <jeremy@asynk.ch>
Subject: [E-devel] elm_entry patch : typedef Elm_Entry_Item_Provider_Cb

this improves readability and helps for ruby binding maintenance



SVN revision: 68931
2012-03-07 11:31:18 +00:00
Michael BOUCHAUD 73a47a4efe elementary: fix external. Anchorblock and anchorview doesn't exist anymore
SVN revision: 68930
2012-03-07 11:30:44 +00:00
Mikael SANS f88c978d2f elementary/elm_deprecated: add elm_photocam_gesture_set/get
SVN revision: 68919
2012-03-07 10:04:54 +00:00
Carsten Haitzler cb96df9ed7 missed a doc string
SVN revision: 68916
2012-03-07 09:31:34 +00:00
Bluezery 8479b5f328 From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel]  [Patch][elm_map] Change & Add map APIs

I rename & add some APIs.
As previously discussed, I categorized map APIs.
(http://marc.info/?l=enlightenment-devel&m=132685497711772&w=2)

1) Zoom
elm_map_zoom_set/get
elm_map_zoom_mode_set/get
elm_map_zoom_min_set/get
elm_map_zoom_max_set/get

2) Region - Geographic coordinates (region)
elm_map_region_get
elm_map_region_show/bring_in
elm_map_canvas_to_region_convert

I will not use "_geo_" in map APIs. All map APIs are basically used by
geographic coordinates.

3) Property
elm_map_paused_set/get
elm_map_rotate_set/get
elm_map_wheel_disabled_set/get
elm_map_user_agent_set/get

4) Overlay
elm_map_overlay_add/del
elm_map_overlay_xxx
elm_map_overlay_class_xxx
elm_map_overlay_bubble_xxx
elm_map_overlay_route_xxx

I will add line, rectangle, poi overlays  ASAP.

5) Source - External Provider  (Tile, Route, Name, )
elm_map_sources_get
elm_map_source_set/get

I will add more provider ASAP such as POI, etc.

6) Route
elm_map_route_add/del
elm_map_route_distance_get
elm_map_route_node_get
elm_map_route_waypoints_get

7) Name
elm_map_name_add/del
elm_map_route_address_get
elm_map_route_region_get

6) Route and 7) Name do not return visible objects actually.  Those
just return data.
I don't know "_add" suffix is correct for none visible objects.
I cannot decide yet whether those should be removed from map widget.
But current trends are that route, geocoding are  tightly coupled with
Map.

If Apps want to use only data, just use elm_map_route_add().
If not, use elm_map_route_add() & elm_map_overlay_route_add().
Also name overlay could be added in the future.

8) Miscellaneous
elm_map_tile_load_status_get

9) Signals
Basic events : "clicked", "clicked,double", "press", "longpressed",
Scroller events: "scroll", "scroll,xxx,xxx"
Zoom events: "zoom,start/stop/change"
Source (provider) events: "tile,load/loaded/loaded,fail" ,
"route,load/loaded/loaded,fail", "name,load/loaded/loaded,fail"

There are some big patches. I think diff program do not make exact
diff. :D.
Anyway, it's  better to maintain if this can be in before API fix
(elementary 1.0).
Because after these change, It is hard to maintain old APIs.

PS) Documentations and some minor bugs are remained yet.



SVN revision: 68915
2012-03-07 09:28:08 +00:00
Sanjeev BA 1c0123038a elm_multibuttonentry_item_filter_del -> elm_multibuttonentry_item_filter_remove
Author : Jeremy Zurcher <jeremy@asynk.ch>
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68914
2012-03-07 09:22:20 +00:00
Sanjeev BA 26bb51ab81 Revert "elm_multibuttonentry_item_filter_del -> elm_multibuttonentry_item_filter_remove"
Git svn doesn't respect local 'author'

Have to revert and put the author in the commit msg.

This reverts commit 879a6c3573c3c741841647679dc4d04ccaa3e91a.

SVN revision: 68913
2012-03-07 09:22:17 +00:00
Sanjeev BA 7930a2666a elm_multibuttonentry_item_filter_del -> elm_multibuttonentry_item_filter_remove
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68912
2012-03-07 09:13:20 +00:00
Sanjeev BA ecde2a0980 Revert "Correct API names."
This reverts commit ba4910a73baa10231bd73eb56867b1a4f0818168.
SVN revision 68909.
Author name in commit is incorrect.

SVN revision: 68911
2012-03-07 09:13:15 +00:00
Sanjeev BA 3928f87b0d Correct API names.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68909
2012-03-07 09:04:16 +00:00
Sanjeev BA 4cba665fbf Fix example build issue.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68907
2012-03-07 08:55:43 +00:00
Sanjeev BA c44c6722d8 Fix warnings and build errors.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68906
2012-03-07 08:55:37 +00:00
ChunEon Park 11f84a83bf elementary - updated review
SVN revision: 68905
2012-03-07 08:51:27 +00:00
ChunEon Park d94cb026a2 elementary/dayselector - --printf
SVN revision: 68904
2012-03-07 08:48:14 +00:00
ChunEon Park 8d5ab8026f elementary/dayselector - trivial changes
SVN revision: 68903
2012-03-07 08:45:49 +00:00
ChunEon Park 123dd6c01c elementary/po - updated
SVN revision: 68902
2012-03-07 08:44:54 +00:00
Sanjeev BA c5c06a40f2 Fix warnings.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68901
2012-03-07 08:38:32 +00:00
Carsten Haitzler d1b74c6004 warn-- final
SVN revision: 68900
2012-03-07 08:33:04 +00:00
Carsten Haitzler 5fb2aa296b warn--
SVN revision: 68899
2012-03-07 08:31:30 +00:00
Sanjeev BA 1ece172c12 Refactor genlist and deprecate top/middle item_show() API.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68898
2012-03-07 08:29:32 +00:00
Sanjeev BA 3946d4a76b Merge bring_in, top_bring_in and middle_bring_in into bring_in with ELM_GENLIST_ITEM_SCROLLTO_*.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68897
2012-03-07 08:29:28 +00:00
Carsten Haitzler b2a098dafd warn--
SVN revision: 68896
2012-03-07 08:27:10 +00:00
Carsten Haitzler 376ffa6057 warn--
SVN revision: 68895
2012-03-07 08:22:34 +00:00
Carsten Haitzler 746119528d warn--
SVN revision: 68894
2012-03-07 08:21:20 +00:00
Carsten Haitzler d599459721 warn--
SVN revision: 68893
2012-03-07 08:19:55 +00:00
Carsten Haitzler 0a60e3a9cc warn--
SVN revision: 68892
2012-03-07 08:13:06 +00:00
Carsten Haitzler ac18d7b322 warn--
SVN revision: 68891
2012-03-07 08:11:00 +00:00
Carsten Haitzler 37ecd97950 warn--
SVN revision: 68890
2012-03-07 08:08:48 +00:00
Carsten Haitzler 5f1aa30a8e more warn--
SVN revision: 68889
2012-03-07 08:05:42 +00:00
Carsten Haitzler e697a6ef5c warn--
SVN revision: 68888
2012-03-07 08:01:52 +00:00
Carsten Haitzler c8622c8da1 shadow warn--
SVN revision: 68887
2012-03-07 07:59:51 +00:00
Carsten Haitzler 22543770a9 comment why locks removed.
SVN revision: 68886
2012-03-07 07:40:02 +00:00
Carsten Haitzler 7d93a6831f store docs. done. also spotted lock bug waiting to happen. fix :)
SVN revision: 68884
2012-03-07 07:11:55 +00:00
Daniel Juyung Seo c10aa6ce74 elm elm_getting_started.h: Fixed typo. Patch by Jérôme Pinot <ngc891@gmail.com>.
> Small typo:
>
>
> Index: src/lib/elm_getting_started.h
> ===================================================================
> --- src/lib/elm_getting_started.h       (revision 68874)
> +++ src/lib/elm_getting_started.h       (working copy)
> @@ -79,7 +79,7 @@
>  * specify a different prefix with configure:
>  *
>  * @verbatim
> - * ./confiugre --prefix=$HOME/mysoftware
> + * ./configure --prefix=$HOME/mysoftware
>  * @endverbatim
>  *
>  * Also remember that autotools buys you some useful commands like:
>

SVN revision: 68883
2012-03-07 07:05:22 +00:00
Daniel Juyung Seo 543d234a2b elm multibuttonentry: Changed smart callback name. Discussed with multibuttonentry contributor. 'shrink,state,changed' -> 'expand,state,changed'.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68882
2012-03-07 07:00:56 +00:00
Daniel Juyung Seo 0ad0ac6ff2 elm: fixed build break. sorry.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68881
2012-03-07 06:54:17 +00:00
Daniel Juyung Seo 5b07152440 elm: Revised image/icon. 'disable' -> 'disabled'
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68880
2012-03-07 06:29:12 +00:00
Daniel Juyung Seo 22b98643a0 elm image: Added elm_image_preload_disabled_set(). Patch by Shinwoo Kim.
On Wed, Mar 7, 2012 at 12:21 PM, cnook <kimcinoo@gmail.com> wrote:
> Dear All, Hello.
>
> There was no API for preload cancel. simple
>
> Sincerely,
> Shinwoo Kim.

SVN revision: 68879
2012-03-07 06:26:20 +00:00
Sanjeev BA 6f2249d9e9 add todo for elc_multibuttonentry.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68878
2012-03-07 06:20:18 +00:00
Daniel Juyung Seo 6f413545c7 elm: Use lower case for xxx documentation to distinguish this from XXX(fixme)
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68877
2012-03-07 06:14:25 +00:00
ChunEon Park e958f8754e elementray/index - some test code(should not be commited yet) reverted
SVN revision: 68876
2012-03-07 06:08:31 +00:00
cnook a00c0057aa elementary/index - Re: [E-devel] [Patch][elementary_test] test_index
Dear All, Hello.

I have attached patch for test_index. Please review the patch and give
any feedbacks. Thanks.

Sincerely,

Shinwoo Kim.

Signed-Off-By: cnook <kimcinoo@gmail.com>



SVN revision: 68875
2012-03-07 06:05:43 +00:00
ChunEon Park 2c64142996 elementary/ctxpopup - one more API elm_ctxpopup_dismiss
requested by discomfitor 



SVN revision: 68874
2012-03-07 05:58:38 +00:00
Daniel Juyung Seo f7df0c0d4f elm multibuttonentry: Updated document. I know this sucks this widget is wrongly designed.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68873
2012-03-07 05:49:13 +00:00
Daniel Juyung Seo edefce5c89 elm Elementary.h.in: image and hover are reviewed by woohyun.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68872
2012-03-07 05:31:02 +00:00