Commit Graph

1144 Commits

Author SHA1 Message Date
Daniel Juyung Seo f391a7d6bc elm: Removed trailing whitespaces.
SVN revision: 65725
2011-11-30 17:44:00 +00:00
Rafael Antognolli ce30de426c elm/win: Improve the docs to make clear the behavior of resize objects.
SVN revision: 65720
2011-11-30 17:12:34 +00:00
Daniel Juyung Seo c6b3a7b863 elm gen/gengrid/genlist: Applied gen deprecation and gengrid/genlist undeprecation.
SVN revision: 65716
2011-11-30 14:19:29 +00:00
ChunEon Park befb09c131 elementary/toolbar - Elm_Toolbar_Item -> Elm_Object_Item
tweet: API Changes. This change may cause build break.



SVN revision: 65708
2011-11-30 05:10:23 +00:00
Daniel Juyung Seo 6f1dd8c84d elm gen/gengrid/genlist: Undeprecate some gengrid/genlist APIs and
deprecate all elm_gen APIs.

We will merge gengrid into genlist later and remove elm_gen.
I updated http://trac.enlightenment.org/e/wiki/ElementaryChanges
I will fix other libraries/programs in trunk soon.


SVN revision: 65700
2011-11-30 00:59:19 +00:00
Daniel Juyung Seo 8b017483ea elm genlist: Added elm_genlist_item_fields_update(). Patch by Hyoyoung
Chang <hyoyoung.chang@samsung.com>

2011/10/27 Hyoyoung Chang <hyoyoung.chang@samsung.com>:
> Dear developers
>
> I made a patch to add elm_genlist_item_fields_update function.
> It can be used to updating genlist's item part without
realize/unrealize
> itself.
>
> Prototype is
> elm_genlist_item_fields_update
> (Elm_Genlist_Item *it, const char *part,
Elm_Genlist_Item_Field_Flags itf)
>
> Part supports globbing. Passing "*" to part means updating all parts.
> Item field can be one of icon, content and state.
> I think it's useful to speed up if an app updates frequently.
>
> Thanks


SVN revision: 65688
2011-11-29 14:03:14 +00:00
Sanjeev BA 8d7966e5f4 Fix documentation.
Signed-off-by: Sanjeev BA <as2902.b@samsung.com>

SVN revision: 65625
2011-11-28 01:55:40 +00:00
ChunEon Park be86dc2831 elementary/toolbar, table, box - removed *homongenous* APIs
SVN revision: 65603
2011-11-26 04:55:03 +00:00
Mike Blumenkrantz d37f2891dd add promote/demote functions for genlist
SVN revision: 65599
2011-11-25 20:27:27 +00:00
ChunEon Park d263480f83 elementary/menu - applied elm_object_item common APIs.
@deprecated 
elm_menu_item_label_set
elm_menu_item_label_get
elm_menu_item_object_content_set
elm_menu_item_object_content_get
elm_menu_item_disabled_set
elm_menu_item_disabled_get
elm_menu_item_data_set
elm_menu_item_data_get




SVN revision: 65597
2011-11-25 11:52:35 +00:00
ChunEon Park 468985fa84 elementary/menu - Elm_Menu_Item -> Elm_Object_Item
SVN revision: 65596
2011-11-25 10:57:39 +00:00
Sanjeev BA 058c062a8d Documentation fixes.
Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>

SVN revision: 65585
2011-11-24 15:15:48 +00:00
Sanjeev BA 09465adfeb Documentation fixes.
Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>

SVN revision: 65584
2011-11-24 15:15:45 +00:00
Sanjeev BA 2b9ef7eceb Fix typo.
Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>

SVN revision: 65583
2011-11-24 15:15:41 +00:00
Sanjeev BA f61effb7a7 Fix a few typos.
Signed-off-by: Sanjeev BA <as2902.b@samsung.com>

SVN revision: 65577
2011-11-24 15:15:23 +00:00
Mike McCormack a41de1da8f elementary: Tweak multibuttonentry docs
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 65568
2011-11-24 08:35:14 +00:00
이고은 6824852f0c elementary: Add multibuttonentry widget
---------------------------------------------------

Dear Developers,

I added a new widget called “Multibuttonentry" which could be used as contact button in App
This widget allows a user to insert a text button.
text button is inserted by pressing the "Enter key"
If there is no space in the current row, the new button is entered in the next row. If the button is clicked, it will become focused.
And focused button can be removed by pressing the "backspace" key.
when items are added over 1 lines, if Multibuttonentry lost focus, it becase shrink mode (made it as 1 line)

Please review it's APIs and functionalities.

Thank you,
Goun

---------------------------------------------------

Widget was originally written by Hyunsil Park <hyunsil.park@samsung.com>.
It has been contributed to by the following people:
 * Jihoon Kim <jihoon48.kim@samsung.com>
 * WooHyun Jung <wh0705.jung@samsung.com>
 * deasung.kim <deasung.kim@samsung.com>
 * Myungjae Lee <mjae.lee@samsung.com>
 * Goun Lee <gouni.lee@samsung.com>
 * Mike McCormack <mj.mccormack@samsung.com>
 * Daniel Juyung Seo <juyung.seo@samsung.com>
 * Seunggyun Kim <sgyun.kim@samsung.com>
 * sanghoon80.cho <sanghoon80.cho@samsung.com>

Signed-off-by: 이고은 <gouni.lee@samsung.com>
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 65548
2011-11-24 01:06:26 +00:00
Daniel Juyung Seo e9d191712a elm Elementary.h.in: Sync with AUTHORS.
SVN revision: 65536
2011-11-23 10:48:48 +00:00
Carsten Haitzler cbc4f4a143 improve docs on label
SVN revision: 65510
2011-11-22 08:02:53 +00:00
Mike Blumenkrantz cc210afd2a add elm_win_screen_size_get using ecore_evas
SVN revision: 65494
2011-11-21 19:51:24 +00:00
Mike Blumenkrantz 8536e81cea add elm_win_focus_get
SVN revision: 65493
2011-11-21 19:41:53 +00:00
Gustavo Lima Chaves 978dedcfa8 New pager smart callback: show,finished.
Plus doxygen love.



SVN revision: 65486
2011-11-21 15:46:21 +00:00
Daniel Juyung Seo c916a9a3fa elm Elementary.h.in: Fix documentation typo.
SVN revision: 65476
2011-11-21 09:30:09 +00:00
Daniel Juyung Seo fd3264dd14 elm Elementary.h.in: Fix doxygen typo.
SVN revision: 65473
2011-11-21 07:47:28 +00:00
Cedric BAIL 0c63e7b2d4 elementary: support build without Ecore_IMF and/or without Ecore_Con.
SVN revision: 65449
2011-11-20 15:00:43 +00:00
Cedric BAIL 9612934868 elementary: fix use of EINA_ARG_NONNULL.
SVN revision: 65448
2011-11-20 14:58:21 +00:00
Cedric BAIL e7a7a30c07 elementary: support environment without sys/mman.h.
SVN revision: 65447
2011-11-20 14:56:12 +00:00
Boris Faure 9761b693a0 elm: change elm_object_item_content_part_set/get/unset to elm_object_item_part_content_set/get/unset
SVN revision: 65351
2011-11-17 21:02:52 +00:00
Boris Faure 3b1da7df04 elm: change elm_object_item_text_part_set/get to elm_object_item_part_text_set/get
SVN revision: 65350
2011-11-17 21:02:43 +00:00
Boris Faure 1112d30a41 elm: change elm_object_content_part_set/get/unset to elm_object_part_content_set/get/unset
SVN revision: 65349
2011-11-17 21:02:31 +00:00
ChunEon Park 99023b8077 elementary/ctxpopup, flipselector - applied elm_object_item common apis.
SVN revision: 65325
2011-11-17 02:16:38 +00:00
ChunEon Park 63d9164a36 elementray - +2 APIs
elm_object_item_disabled_set/get 



SVN revision: 65324
2011-11-17 01:58:03 +00:00
ChunEon Park 085e500875 elemlentary - minor changes.
guarantee the compatibility for priveous content_set/get/unset changes. 



SVN revision: 65320
2011-11-17 00:42:14 +00:00
Boris Faure b2b36ebbc0 elm: elm_object_text_part_set/get() is deprecated
use elm_object_part_text_set/get().
This change is done so that it matches
edje_object_part_text_set/get().

SVN revision: 65310
2011-11-16 20:17:25 +00:00
ChunEon Park 236192cd9a elementary - modified content_set/get/unset part names to be simple names.
Previous part names are just the swallow part names
but in modified version, the part names chaned to simpler meaning names to use.

i.e for button

elm_object_content_part_set(button, "elm.swallow.icon", icon);
-> elm_object_content_part_set(button, "icon", icon);




SVN revision: 65295
2011-11-16 12:51:53 +00:00
Tom Hacohen 329ae9f1f7 Elm entry: Add a warning to the textblock_get docs.
Thanks to Jihoon Kim for spotting this potential pitfall.

SVN revision: 65288
2011-11-16 09:09:32 +00:00
ChunEon Park 515786327c elementary/flipseletor - applied elm_object_item,
applied elm_object_item_text_set/get APIs and deprecated elm_flipselector_item_label/set/get APIs. 



SVN revision: 65277
2011-11-16 01:39:39 +00:00
Mike Blumenkrantz d3829b279b add proper docs for elm_gen callbacks. this fixes pespin's complaints
SVN revision: 65270
2011-11-15 16:05:54 +00:00
Carsten Haitzler 6d2d386e88 fix docs to tell u what to change that has deprecated
SVN revision: 65247
2011-11-15 11:54:58 +00:00
Tom Hacohen beac21bb68 Elm entry: Expose the internal textblock object.
This commit introduces two new API: elm_entry_textblock_get and
elm_entry_calc_force. These two APIs can be used to manipulate the
textblock object inside the entry in a safe manner. This exposes an
interface that wasn't available before letting do new and cool things
with entries.

SVN revision: 65169
2011-11-14 13:56:06 +00:00
Tom Hacohen 1566e476c8 Elm entry: Pass Elm_Entry_Change_Info with changed,user signal.
SVN revision: 65168
2011-11-14 13:56:02 +00:00
Carsten Haitzler d4d6e79620 disable evas gl based stuff in elm as its not going into efl 1.1
SVN revision: 65004
2011-11-10 06:04:30 +00:00
ChunEon Park 3c2c7c1560 elementary/naviframe - removed white trailings
SVN revision: 64932
2011-11-08 04:02:46 +00:00
ChunEon Park 05486ccca7 elementary/bubble - applied missed content_set/get/unset APIs
SVN revision: 64925
2011-11-08 01:05:01 +00:00
ChunEon Park 6c023dbba0 elementary - +@deprecated
SVN revision: 64923
2011-11-08 00:43:17 +00:00
Tom Hacohen 1e563eedd7 Elm glayer: Remove FIXME, it's already there.
SVN revision: 64859
2011-11-07 08:12:02 +00:00
Mike Blumenkrantz f379a27341 add new function to disable icon preloading
SVN revision: 64850
2011-11-07 04:25:16 +00:00
Boris Faure 17fccb4b95 elm: add deprecated notices to doc
SVN revision: 64844
2011-11-06 19:58:49 +00:00
Mike Blumenkrantz 288a78dfc3 add function to return image object for use with evas apis
SVN revision: 64830
2011-11-06 15:56:31 +00:00
Youness Alaoui 6d00462910 Elementary: Add support for the PSL1GHT engine
SVN revision: 64784
2011-11-05 17:50:09 +00:00
Youness Alaoui 278b092678 Elementary: Add gl-cocoa engine to the documentation
SVN revision: 64776
2011-11-05 17:49:17 +00:00
Youness Alaoui be1c2a9498 Elementary: Make elm_module use eina_module instead of dl* directly
SVN revision: 64774
2011-11-05 17:49:04 +00:00
Sanjeev BA 99c5bf40c8 Add deprecated API.
Signed-off-by: Sanjeev BA <as2902.b@samsung.com>

SVN revision: 64725
2011-11-04 12:12:26 +00:00
Michael BOUCHAUD eb4ce06d63 elementary: more documentation about deprecated API
SVN revision: 64696
2011-11-03 13:48:40 +00:00
Sanjeev BA 2b318103ae Add deprecation for elm_scroller API.
Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>

SVN revision: 64694
2011-11-03 13:22:33 +00:00
ChunEon Park 58fc5676ff elementary/naviframe - 3 more APIs.
elm_naviframe_items_get()
elm_naviframe_item_insert_before()
elm_naviframe_item_insert_after()



SVN revision: 64679
2011-11-03 07:15:18 +00:00
Mike McCormack 827454d8a4 elementary: Update the deprecated list
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 64641
2011-11-02 08:29:07 +00:00
Sanjeev BA 58019eaf84 More API feedback.
Signed-off-by: Sanjeev BA <as2902.b@samsung.com>

SVN revision: 64639
2011-11-02 08:18:17 +00:00
Bruno Dilly ef076c1755 Elementary Cursor: Add documentation about hot spots
SVN revision: 64619
2011-11-01 21:14:06 +00:00
Sanjeev BA ee07fd880f Fix more gengrid documentation.
SVN revision: 64603
2011-11-01 07:14:19 +00:00
Sanjeev BA 733cea69b0 Add more Gengrid API documentation.
SVN revision: 64602
2011-11-01 07:14:15 +00:00
Sanjeev BA 8781ae2b22 Add documentation for missing gengrid functions.
SVN revision: 64600
2011-11-01 07:14:08 +00:00
Michael BOUCHAUD fdf3cad212 elementary: deprecate elm_bubble_content_set elm_bubble_content_get elm_bubble_content_unset
SVN revision: 64576
2011-10-31 16:16:21 +00:00
Michael BOUCHAUD a5b0b31496 elementary: adding const to accessor of elm_video
SVN revision: 64572
2011-10-31 15:22:24 +00:00
Michael BOUCHAUD d57161465f elementary: deprecate elm_toolbar_orientation_set and elm_toolbar_orientation_get to match and be conformant with the rest of api
SVN revision: 64562
2011-10-31 14:36:49 +00:00
Sanjeev BA aa437bbcf8 Minor doc fixes.
SVN revision: 64555
2011-10-31 11:49:17 +00:00
ChunEon Park 47cf9628e6 elementary/player - applied content_set/get/unset
finally, done!



SVN revision: 64543
2011-10-31 03:58:44 +00:00
ChunEon Park f856c0e9fe elementary - slider, scroller, progressbar, radio
applied elm_object_content_set/get/unset APIs. 



SVN revision: 64542
2011-10-31 02:56:03 +00:00
Sanjeev BA 8e5a6ce75f Elementary API documentation fix.
SVN revision: 64540
2011-10-31 02:15:33 +00:00
Carsten Haitzler aa73164b35 really the event_info is a pointer and we should use it as such:
api break! elm segment control changed cb passes item handle not index
as event_info now!



SVN revision: 64538
2011-10-31 00:42:05 +00:00
ChunEon Park 771202d8f8 elementray/naviframe - added more macros.
these macros are more clear than part names in using content/text_part_set/get/unset functions.



SVN revision: 64525
2011-10-30 16:10:16 +00:00
ChunEon Park 1e3d557d25 elementary/panes - content_part_set/get/unset
SVN revision: 64524
2011-10-30 15:50:14 +00:00
Aharon Hillel 0aadefe6b2 Elm Glayer: Removed finger count from line-info
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 64521
2011-10-30 10:08:05 +00:00
Aharon Hillel 170cf5fa1a Elm Glayer: Added number of fingers to Momentum Info
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 64520
2011-10-30 10:08:01 +00:00
ChunEon Park f3066c815f elemetary - notify, factory, frame, panel, mapbuf
applied content_set/get/unset. 

do it later for the remainder. 



SVN revision: 64502
2011-10-29 04:32:24 +00:00
ChunEon Park 213873a6c0 elementary/conformant - content_set/get/unset
SVN revision: 64489
2011-10-28 09:36:50 +00:00
ChunEon Park 5c4fd67f87 elementary/check - content_set/get/unset
SVN revision: 64487
2011-10-28 08:57:33 +00:00
ChunEon Park 31678440d9 elementary/bg - content_set/get/unset, fixed indentation
SVN revision: 64484
2011-10-28 08:31:42 +00:00
ChunEon Park 6a2e36c5f0 elementary - updated doc.
SVN revision: 64483
2011-10-28 08:07:55 +00:00
Mike Blumenkrantz 241a0520f4 add long forgotten note for entry filters
SVN revision: 64446
2011-10-27 19:12:53 +00:00
Jihoon Kim 0ff8c40ad0 From: Jihoon Kim <jihoon48.kim@samsung.com>
elm_entry_autocapital_type_set API is high level API to call ecore_imf_context_autocapital_type_set.
Application programmer can choose the type of autocapitalization such as
WORD, SENTENCE, ALLCHARACTER through this API.

elm_entry_input_panel_enabled_set API is for setting whether input panel
(virtual keyboard) should be appeared when entry has a focus or pressed.
It can be used by dialer or calculator application programmer because those
application prefer to use its keypad NOT virtual keyboard supported by system.
They want to use entry to show the cursor for providing the cursor handling
method but don't want to appear system keyboard.



SVN revision: 64424
2011-10-27 05:43:08 +00:00
Carsten Haitzler 4b77b69c22 update docs for elm to say 0.8.0
SVN revision: 64422
2011-10-27 05:03:00 +00:00
Carsten Haitzler 32afda7f4e add a @see
SVN revision: 64421
2011-10-27 04:59:31 +00:00
Carsten Haitzler d854811815 update docs for hello world to use simpler util win add call.
SVN revision: 64420
2011-10-27 04:57:06 +00:00
ChunEon Park dc180b67ce elementary/layout - deprecated elm_layout_content_set/get_unset
SVN revision: 64403
2011-10-26 00:46:16 +00:00
Sanjeev BA 4ebd44ab96 Minor doc. fixes.
SVN revision: 64397
2011-10-25 19:41:56 +00:00
Carsten Haitzler e352969bb6 add util call to save always adding win, setting title, adding bg,
showing it etc. etc. -> standard kind of window.



SVN revision: 64376
2011-10-25 08:45:56 +00:00
ChunEon Park 8d85b136bf elementary/button -> use elm_object_content_set/get/unset
SVN revision: 64370
2011-10-25 01:23:25 +00:00
Bruno Dilly 842daf46ec Elementary Toggle: Document functions to be used instead of deprecated
SVN revision: 64364
2011-10-24 23:41:56 +00:00
ChunEon Park 4cad4f12a8 elementary/naviframe - new API elm_naviframe_item_promote
SVN revision: 64353
2011-10-24 06:35:48 +00:00
Sanjeev BA 484d2f953b Improve scroller gravity documentation.
SVN revision: 64349
2011-10-24 03:31:44 +00:00
Sanjeev BA cf19d8b708 Documentation fixes for Scroller.
SVN revision: 64348
2011-10-24 03:31:40 +00:00
Daniel Juyung Seo 2bb2b1f0ee elm gen/gengrid/genlist: Changed item class's icon_get to content_get.
Do not limit the swallowed objects to icon. This had to be done before
elm 1.0 and now it's time to break. This will break all applications
which are using gengrid/genlist. Please fix it icon_get -> content_get.

TODO
1. fix theme as well.
2. fix documents.


SVN revision: 64344
2011-10-24 02:10:35 +00:00
Sanjeev BA fa9edc811e Fix ElmImage documentation.
SVN revision: 64336
2011-10-23 23:41:41 +00:00
Sanjeev BA 1390faa5d9 Few fixes to icon animation documentation.
SVN revision: 64333
2011-10-23 23:41:31 +00:00
Sanjeev BA bfa7a1c2ea Some more documentation fixes.
SVN revision: 64293
2011-10-22 09:36:52 +00:00
Sanjeev BA 5ea99dc87f Minor documentation enhancements for elementary.
SVN revision: 64286
2011-10-22 02:21:16 +00:00
Sanjeev BA 4153b4aa9d Documentation fix for elm_exit().
SVN revision: 64285
2011-10-22 02:21:12 +00:00
Sanjeev BA a593a93550 Improve Hover and Actionslider documentation.
SVN revision: 64284
2011-10-22 01:26:19 +00:00
Mike Blumenkrantz 81fb2abd7e deprecate all genlist/gengrid functions related to 64281
SVN revision: 64282
2011-10-22 00:26:21 +00:00
Mike Blumenkrantz 9987b1034f implement the following:
EAPI void elm_gen_always_select_mode_set(Evas_Object *obj, Eina_Bool always_select);
EAPI Eina_Bool elm_gen_always_select_mode_get(const Evas_Object *obj);
EAPI void elm_gen_no_select_mode_set(Evas_Object *obj, Eina_Bool no_select);
EAPI Eina_Bool elm_gen_no_select_mode_get(const Evas_Object *obj);
EAPI void elm_gen_bounce_set(Evas_Object *obj, Eina_Bool h_bounce, Eina_Bool v_bounce);
EAPI void elm_gen_bounce_get(const Evas_Object *obj, Eina_Bool *h_bounce, Eina_Bool *v_bounce);
EAPI void elm_gen_page_relative_set(Evas_Object *obj, double h_pagerel, double v_pagerel);
EAPI void elm_gen_page_relative_get(const Evas_Object *obj, double *h_pagerel, double *v_pagerel);
EAPI void elm_gen_page_size_set(Evas_Object *obj, Evas_Coord h_pagesize, Evas_Coord v_pagesize);
EAPI void elm_gen_current_page_get(const Evas_Object *obj, int *h_pagenumber, int *v_pagenumber);
EAPI void elm_gen_last_page_get(const Evas_Object *obj, int *h_pagenumber, int *v_pagenumber);
EAPI void elm_gen_page_show(const Evas_Object *obj, int h_pagenumber, int v_pagenumber);
EAPI void elm_gen_page_bring_in(const Evas_Object *obj, int h_pagenumber, int v_pagenumber);
EAPI Elm_Gen_Item *elm_gen_first_item_get(const Evas_Object *obj);
EAPI Elm_Gen_Item *elm_gen_last_item_get(const Evas_Object *obj);
EAPI Elm_Gen_Item *elm_gen_item_next_get(const Elm_Gen_Item *it);
EAPI Elm_Gen_Item *elm_gen_item_prev_get(const Elm_Gen_Item *it);
EAPI Evas_Object *elm_gen_item_gen_get(const Elm_Gen_Item *it);



SVN revision: 64281
2011-10-21 23:53:41 +00:00
Mike Blumenkrantz e22f36e214 deprecate elm_genlist/grid_item_selected_get -> elm_gen_item_selected_get
SVN revision: 64279
2011-10-21 23:22:26 +00:00
Mike Blumenkrantz 4ce2a15b77 implement elm_gen_item_selected_get
SVN revision: 64278
2011-10-21 23:18:48 +00:00
Mike Blumenkrantz b148562870 deprecate elm_genlist_item_selected_set and elm_gengrid_item_selected_set: use elm_gen_item_selected_set instead
SVN revision: 64277
2011-10-21 23:10:56 +00:00
Mike Blumenkrantz 82cfec36d5 deprecate elm_genlist_clear and elm_gengrid_clear: use elm_gen_clear instead
SVN revision: 64276
2011-10-21 23:05:02 +00:00
Mike Blumenkrantz 5852948858 more genlist/gengrid merging: select+clear are now abstracted
SVN revision: 64275
2011-10-21 22:55:45 +00:00
Iván Briano 4b911014e5 Webkit changed API, we should dress accordingly.
SVN revision: 64267
2011-10-21 20:56:09 +00:00
Mike Blumenkrantz 35c8f40547 this commit marks step one of The Gengrid & Genlist Unification Project. these poor widget brothers were separated at birth, never knowing that they were almost exactly the same.
from here, it should be trivial to continually move more and more code into elm_gen.c and reduce duplication.
ideally we should be aiming for an elm_gen_* api where you differentiate between list/grid with style or something since the apis are almost identical


SVN revision: 64245
2011-10-21 08:52:03 +00:00
Mike Blumenkrantz 6026896d03 remove mode_item_style from item class, use genlist_mode_item_style_set() instead
SVN revision: 64228
2011-10-21 03:31:26 +00:00
Mike Blumenkrantz 81551dd693 remove LOOOONG deprecated gengrid/genlist typedefs
SVN revision: 64223
2011-10-21 01:50:34 +00:00
Mike Blumenkrantz 9744ff9f84 remove gross genlistitemmoved function thingy and implement smart cb
also removed relevant item on TODO


SVN revision: 64222
2011-10-21 01:49:15 +00:00
Carsten Haitzler d1ff7eb555 and mark new check calls as deprecated already - this is a porting
helper, not somethig intended to be used in the end.



SVN revision: 64219
2011-10-21 00:55:33 +00:00
Mike Blumenkrantz 18e83d0cef more implicits
SVN revision: 64206
2011-10-20 21:15:16 +00:00
Mike Blumenkrantz 44d45ba36b fix implicits
SVN revision: 64202
2011-10-20 21:03:42 +00:00
Daniel Juyung Seo a9e92c7bc3 elm genlist/list/gengrid: Changed edge smart callback name. 'edge' callback is not scrolling. So "scroll,edge,up" -> "edge,up". elm_scroller already used this name.
SVN revision: 64200
2011-10-20 16:42:42 +00:00
Carsten Haitzler f5ce029839 make toggle just a feature of check - on/off state and a togle style.
keep toggle api (wrapped around check) and deprecate it. it will
eventually go.



SVN revision: 64199
2011-10-20 12:30:04 +00:00
Iván Briano b416b6e686 missing docs
SVN revision: 64180
2011-10-19 15:44:45 +00:00
Iván Briano 057a00829c Get us some nice auto translation scheme
First things first, I'm not sure I'm setting the right variable on
the setlocale() call, so someone more knowledgeable can look at it and fix it.

How this works, you say? Just like elm_object_text_part_set(), except now it
will pass the string given through dgettext() with the given domain (NULL
means it uses whatever the app set with textdomain()), and when changing
language with elm_language_set(), it will re-set the strings with a new
translation.



SVN revision: 64179
2011-10-19 14:17:14 +00:00
Carsten Haitzler 6d77357cec make elm config all stored in blobs ion properties (as well as disk)
only not multiple properties and fix up elm config tool so it works
well with the better scheme. all internal changes so nothing app-wise
is affected except for also exposing an event to tell you config was
changed



SVN revision: 64178
2011-10-19 12:46:56 +00:00
Daniel Juyung Seo 548d0c1647 elm scroller: Added EINA_ARG_NONNULL to API declarations and added
'const' to the first parameter of getter API.


SVN revision: 64122
2011-10-17 05:40:32 +00:00
Mike Blumenkrantz 9368988949 layouted is not a word!!!!!!!
SVN revision: 64119
2011-10-16 16:28:50 +00:00
Hyoyoung Chang fad1e70386 From: Hyoyoung Chang <hyoyoung.chang@samsung.com>
Subject: [E-devel] [patch] elm_scroller - add gravity functionality

I made a gravity features for stopping scroller.
Elm_scroller's fixed when child's growing lower.
However if scroller's child is growing upper,  
the elm_scroller always moving and waving to upper direction.
Because elm_scroller sets internal pan to keep current virtual position.
Gravity functions introduce to stopping scroller.



SVN revision: 64073
2011-10-14 10:57:31 +00:00
ChunEon Park 8dff4769ec elementary/pager - get rid of elm_pager_animation_disabled_set
SVN revision: 64055
2011-10-14 02:30:44 +00:00
Jaehwan Kim 2fd30a5890 From: Jaehwan Kim <jae.hwan.kim@samsung.com>
Subject: [E-devel] [Patch] ELM_THUMBSCROLL_SENSITIVITY_FRICTION

I talked with you about 4.0, magic number.
I want to change the part that the length of mouse dragging multiply 4.0
to _elm_config->thumbscroll_sensitivity_friction.
4.0 is nice. But some device may want to change the value. It is a kind
of sensitivity. So I added the config "ELM_THUMBSCROLL_SENESITIVITY
_FRICTION". And I change the value mean. If the value is high, it is
more sensitive. The range of the value is from 0.1 to 1.0. It cannot be 0.0.
4.0 changed to 0.25. 
Please check this patch.



SVN revision: 64051
2011-10-13 12:07:39 +00:00
Carsten Haitzler e429abd9d7 revert herments revert 64043!!!!!! BAD HERMET!
SVN revision: 64050
2011-10-13 10:27:12 +00:00
ChunEon Park 4e5f9b850f reverted 63654
SVN revision: 64043
2011-10-13 07:50:34 +00:00
Iván Briano f842f67f28 Fix building against new EWebkit API
SVN revision: 64021
2011-10-12 18:00:09 +00:00
ChunEon Park 3aa046714d elementary/naviframe - added two more APIs
elm_naviframe_prev_btn_auto_pushed_set/get 



SVN revision: 64015
2011-10-12 10:31:13 +00:00
Mike Blumenkrantz dd8d7380a3 revert 63993, hermet was right.
SVN revision: 64011
2011-10-12 08:51:07 +00:00
Mike Blumenkrantz 1ac843e259 add elm_pager_content_del() for deleting arbitrary pages from a pager
SVN revision: 63993
2011-10-11 21:06:59 +00:00
Shilpa Singh 8623ee7ea1 elementary: Add elm_pager_animation_disable_set
Signed-off-by: Shilpa Singh <shilpa.singh@samsung.com>
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 63981
2011-10-11 06:27:30 +00:00
Mike McCormack d754f323ab elementary: Indent tweaks
SVN revision: 63980
2011-10-11 06:27:20 +00:00
Mike McCormack 20b75948c6 elementary: Intentiness updates
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 63976
2011-10-11 04:41:36 +00:00
Rajeev Ranjan 87e03cbfd3 elementary: Add support for fixed panes
Signed-off-by: Rajeev Ranjan <rajeev.r@samsung.com>
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 63973
2011-10-11 02:38:49 +00:00
Iván Briano 89e4e9f411 The Force is weak on me.
Crappy zoom and region_show code. If anyone wants to fix it before I get
back to it, discomfitor will buy you a beer.
It's intended to mimic as much as possible photocam's zoom api, but webkit
doesn't always help with that.


SVN revision: 63936
2011-10-09 22:10:45 +00:00
ChunEon Park 6ee9d6642f elementary/naviframe - +ingroup in doxy
SVN revision: 63879
2011-10-06 12:58:39 +00:00
ChunEon Park df3e4cd89a elementary/naviframe - added new API, elm_naviframe_item_del
SVN revision: 63878
2011-10-06 12:46:59 +00:00
ChunEon Park 9cf1c1a8ad elementary - fixed typo. moved a define to proper place.
SVN revision: 63862
2011-10-06 01:15:52 +00:00
ChunEon Park bc501454bb elementary/general - added new API elm_object_item_object_get
It returns the widget object handle which contains the given item. 



SVN revision: 63861
2011-10-06 01:13:51 +00:00
Gustavo Sverzut Barbieri ab188c657c Elementary support for EWS, with simplistic window manager.
This contains a very simple and stupid window manager to be used in
FB, PS3 or similar single-window engines. Everybody is welcome to
improve it, particularly:
 * Edje: better border decoration theme
 * Edje: nice background
 * C + Edje: taskbar with minimized items.
 * C + Edje: find a better protocol to determine window size,
   accounting border decoration without account shadow! Right now I'm
   taking everything :-P
 * C: window management keys (Alt+F4 and like)

How to use: export ELM_ENGINE=ews
How to configure backing store: export ECORE_EVAS_EWS=enginey:w:h:options
Example:
{{{
export ECORE_EVAS_EWS=software_x11:0:0:1024:768
export ELM_ENGINE=ews
elementary_test
}}}

Bugs: maybe many, but so far seems it wouldn't take mouse events for
secondary windows. Will check it later.





SVN revision: 63849
2011-10-05 22:18:22 +00:00
Cedric BAIL 9eb246a733 elementary: add docs.
SVN revision: 63821
2011-10-05 05:37:55 +00:00
Cedric BAIL 6001b100e6 elementary: fix coding style.
SVN revision: 63769
2011-10-03 10:29:52 +00:00
Mike Blumenkrantz 5bc9d81812 fix fixme in elm_toolbar_item_menu_get: no longer modifies a toolbar item
SVN revision: 63756
2011-10-03 02:25:30 +00:00
ChunEon Park 07c21ef747 elementary/toolbar - trivial changes
SVN revision: 63738
2011-10-01 04:20:36 +00:00
Mike Blumenkrantz 15e90bc489 elm_toolbar_item_object_get()
elm_object_item_object_get() should probably be implemented at some point, but that is definitely one of the dumbest function names I have ever heard


SVN revision: 63711
2011-09-30 04:26:58 +00:00
Mike Blumenkrantz 99d7b9d6af new toolbar mode: always_select
when this mode is enabled, a toolbar item will always be selected. if the selected item is deleted, the next item will be selected. if there is no next item, the first item will be selected. if there is no next or first item, you can go <expletive deleted> yourself.


SVN revision: 63691
2011-09-29 23:46:55 +00:00
Iván Briano 1107e0e543 People from Earth: Welcome Elm_Web
Started by glima as a thin wrapper around ewk_view to make webkit
work better integrated with Elementary, then grew up as a more complete
widget thanks to k-s' magic fingers, and now I screwed it up but it looks
like it works, so there..

Build WebKit-EFL, rebuild Elementary and enjoy elm_web.


SVN revision: 63676
2011-09-29 20:58:22 +00:00
Mike Blumenkrantz 99c09ca252 apparently I forgot to add this in my earlier toolbar commit and nobody noticed
SVN revision: 63674
2011-09-29 20:27:05 +00:00
Daniel Juyung Seo 736b2a259d elm: Updated authors in elm.
SVN revision: 63667
2011-09-29 13:21:51 +00:00
ChunEon Park 56cf58b02e Elementary - fixed typo.
who caused it?! :p



SVN revision: 63656
2011-09-29 07:54:24 +00:00
Mike Blumenkrantz a73fd7e3f4 +elm_toolbar_item_icon_memfile_set
we should probably move towards an elm_object(_item)_icon_set api soon...


SVN revision: 63645
2011-09-28 23:07:18 +00:00
Gustavo Sverzut Barbieri 20eb101d58 elm_box: emit child,removed and child,added, allow smart-recalculate of box.
* proxy signals from evas_object_box: child,removed and child,added. Both
   will carry event_info being the child element.
 * elm_box_recalculate() to force recalculation of internal box, thus
   applying the layout to children.

Thanks btdrucke for reporting!




SVN revision: 63630
2011-09-27 20:28:36 +00:00
Daniel Juyung Seo 52da836d78 elm gengrid: Added "scroll,edge,top/bottom/left/right" smart callbacks.
SVN revision: 63625
2011-09-27 15:04:57 +00:00
ChunEon Park 12d5ae477d elementary/naviframe - updated doc.
fixed grammar. found by ShilpaOnkar Singh. 



SVN revision: 63551
2011-09-23 00:34:50 +00:00
Cedric BAIL 0ef09f9e9a elementary: fix typo.
Patch by Guillaume "Kuri" Friloux <guillaume.friloux@asp64.com>.


SVN revision: 63532
2011-09-22 07:00:10 +00:00
Daniel Juyung Seo 93eed9dd9a elm: Removed trailing whitespaces.
SVN revision: 63512
2011-09-21 10:37:23 +00:00
ChunEon Park 45d161a5fa Elementary/naviframe - doc more.
Since the users have no idea about elm_object_item content/text parts names which are available,
added those part names in doc here. 



SVN revision: 63485
2011-09-20 01:39:35 +00:00
ChunEon Park fd085ab76c Elementary/naviframe - documentation
SVN revision: 63484
2011-09-20 01:22:53 +00:00
ChunEon Park 362c32d8fe elementary/video - fixed typo
SVN revision: 63476
2011-09-19 10:27:22 +00:00
ChunEon Park 4dd9ffff22 elementary/naviframe - added one convenient API for users.
pop the items which are in the stack between the top and the upper one of the given item



SVN revision: 63469
2011-09-19 05:23:35 +00:00
ChunEon Park a1f1eb1689 elementary/elm_object_item - added signal emit func.
SVN revision: 63424
2011-09-16 02:10:07 +00:00
Daniel Juyung Seo 45372847f9 elm gengrid: Added page feature to gengrid. Patch by Benjamin Drucker
<benjamin.t.drucker@alum.mit.edu>. Thanks a lot!

On Wed, Aug 31, 2011 at 1:52 PM, Benjamin Drucker
<benjamin.t.drucker@alum.mit.edu> wrote:
> Earlier this month, there was a svn commit
> (http://trac.enlightenment.org/e/changeset/62496) which added a few
> page-related APIs to the elm scroller.  These should probably also be
> added to gengrid, genlist and maybe even grid and list.  Right now,
> though, I need them for gengrid.  So I propose this patch, based
> entirely on the change that went in before.  I've built it and I'm
> using these new gengrid APIs in my code now.

On Fri, Sep 9, 2011 at 4:45 PM, Benjamin Drucker
<benjamin.t.drucker@alum.mit.edu> wrote:
> Slowly but surely....
>
> This version of the gengrid page APIs patch has the following changes:
> 1. fixed spacing issues
> 2. add const where needed
> 3. submitted a gengrid longpressed change in a separate patch
>
> I really want to try to squeak this in the upcoming release if at all
> possible. If I have an extra space in some file, I promise I'll not do
> it again for the next patch!
>
> Thanks!!
> Ben


SVN revision: 63403
2011-09-15 02:16:37 +00:00
ChunEon Park b307418960 elementary/elm_common - fixed typo
SVN revision: 63402
2011-09-15 00:41:12 +00:00
Cedric BAIL 68eacadb45 elementary: decorelate fdo from thumbnail resizing.
SVN revision: 63393
2011-09-14 18:28:22 +00:00
ChunEon Park a602335d6a Elementary/naviframe - removed blank APIs.
SVN revision: 63385
2011-09-14 12:47:46 +00:00
ChunEon Park ace784146f elementry/ctxpopup - renamed more properly.
thanks govindaraju sm. 



SVN revision: 63374
2011-09-14 07:48:54 +00:00
Mike Blumenkrantz f73248e766 typos
SVN revision: 63332
2011-09-12 01:56:57 +00:00
Mike Blumenkrantz f0cdbd0da3 all this for elm_theme_data_get
SVN revision: 63331
2011-09-12 01:05:07 +00:00
Daniel Juyung Seo 821ad97778 elm gengrid: Gengrid longpress documentation. Patch by Benjamin Drucker <benjamin.t.drucker@alum.mit.edu>
On Fri, Sep 9, 2011 at 4:18 PM, Benjamin Drucker <benjamin.t.drucker@alum.mit.edu> wrote:
> gengrid already emits "longpressed" signals, but it is not currently
> documented nor demonstrated in the examples.  See the attached patch,
> please.


SVN revision: 63323
2011-09-11 12:24:40 +00:00
Mike Blumenkrantz 1360b4df3b add elm_object_item_data_get elm_object_item_data_set to wrap corresponding elm_widget_item calls
SVN revision: 63313
2011-09-10 15:54:43 +00:00
Michael BOUCHAUD 17748b5a0f elementary: welcome to group in gengrid. Still need some work with reorder...
SVN revision: 63306
2011-09-09 12:43:34 +00:00
Aharon Hillel 072c0193f8 Elm Glayer: Updated documentation
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 63290
2011-09-08 10:10:45 +00:00
Daniel Juyung Seo 34e96893eb elm Elementary.h.in: Fixed typo.
SVN revision: 63149
2011-09-04 04:28:02 +00:00
Nicolas Aguirre 4e4775a9f0 Elementary: fix typo
SVN revision: 63114
2011-09-03 09:42:37 +00:00
Sanjeev BA a70a14fda4 From: Sanjeev BA <as2902.b@samsung.com>
Subject: [E-devel] [PATCH] Add new API elm_diskfileselector_item_num_get()

Kindly review and provide your comments on this patch, that adds new API 
elm_diskfileselector_item_num_get().

Add elm_diskselector_display_item_num_get() API.
Added required documentation in docx and Elementary.h.in files.
Updated test programs to print number of items set - as a verification.
Make input param as const. Thanks SeoZ.



SVN revision: 63107
2011-09-03 05:13:25 +00:00
Daniel Juyung Seo 8d9360dea6 elm scroller: Added 'const' to the first Evas_Object parameter of
getters.


SVN revision: 63085
2011-09-02 04:53:48 +00:00
Daniel Juyung Seo a817b43d33 elm: Removed all trailing whitespaces.
Why they are added even I'm removing them arbitrarily.


SVN revision: 63083
2011-09-02 04:09:17 +00:00
Nicolas Aguirre a644a29aee elementary: Privide a new api to elm_photo : elm_photo_thumb_set.
It works like elm_icon_thumb_set : it generates the thumb of the file passed as argument.


SVN revision: 63063
2011-09-01 19:14:32 +00:00
Daniel Juyung Seo d1225c2382 elm Elementary.h.in: Removed duplicated callback description.
SVN revision: 63016
2011-08-31 08:34:43 +00:00
Daniel Juyung Seo 56c76c6919 elm Elementary.h.in: Fixed typo.
SVN revision: 62950
2011-08-29 15:15:39 +00:00
Carsten Haitzler c739e60ab0 working on factory - fix fixme in box while i'm at it.
SVN revision: 62946
2011-08-29 12:52:41 +00:00
ChunEon Park aa8a6128c3 elementary/ctxpopup - added elm_ctxpopup_direction_get API
SVN revision: 62905
2011-08-28 07:12:16 +00:00
Vincent Torri a1e841fcac change the way elm_main() must be declared (fix bug on Windows).
Instead of EAPI elm_main(***), it must be EAPI_MAIN elm_main(***) so that
it also work on Windows.

If someone knows sed a bit, can he also change all the examples ?



SVN revision: 62885
2011-08-27 07:54:49 +00:00
Daniel Juyung Seo 47e4425be9 elm Elementary.h.in: Removed unnecessary spacing.
SVN revision: 62829
2011-08-25 17:17:35 +00:00
WooHyun Jung 4ad7d687ff elementary : For fixing doxy bug. This patch was made by Shilpa.
SVN revision: 62820
2011-08-25 14:15:27 +00:00
Jihoon Kim cc3791f246 From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] add elm_entry_input_panel_layout_set API

elm_entry_input_panel_layout_set API is high level API to call
ecore_imf_context_input_panel_layout_set (through edje).
This API will be used to set layout of input panel (such as URL, Email,
Number layout...) by application programmer.

Would you please review this patch?
Please let me know if I have to do more.



SVN revision: 62782
2011-08-25 07:25:37 +00:00
Carsten Haitzler d238e8378d Please find the Attached patch for Password show last feature's set,get APIs.
Using these APIs of elm_main.c, password last show feature can be enabled or
disabled and the time out value for which character will be visible before
being masked also can be manipulated. Change description as given below.

"Change Descritption"
Four APIs have been added to elementary in order to manipulate the global settings
of show last feature of password mode of entry widget.
The settings include 
1. enable/disable the show_last feature [ set and get API ].
2. Manipulate the time out value [ set and get API ].



SVN revision: 62781
2011-08-25 07:00:39 +00:00
Daniel Juyung Seo 2d8183991e elm: Removed trailing whitespaces.
Raster finished accessibility. So I fixed it too.


SVN revision: 62737
2011-08-24 08:11:58 +00:00
Carsten Haitzler 27d751a236 and now add custom access info for items too and clean up nicely.
SVN revision: 62734
2011-08-24 06:39:29 +00:00
Daniel Juyung Seo 0e3f0d69c6 elm list: Changed elm_list_item_base_get() to elm_list_item_object_get() like other widgets such as gengrid/menu/genlist/slideshow/segment_control.
I also changed all related code in trunk.
Deprecated elm_list_item_base_get(). I will remove this later.


SVN revision: 62730
2011-08-23 16:55:28 +00:00
Daniel Juyung Seo f899277816 elm genlist: Added "scroll,anim,start", "scroll,anim,stop",
"scroll,drag,start", "scroll,drag,stop" smart callbacks to genlist.
elm gengrid: Added "scroll,anim,start", "scroll,anim,stop" smart
callbacks to genlist.


SVN revision: 62710
2011-08-23 04:02:26 +00:00
Daniel Juyung Seo deaaf6d381 elm Elementary.h.in: Updated authors.
SVN revision: 62707
2011-08-23 01:44:46 +00:00
Daniel Juyung Seo 98ac8c429a elm: Removed trailing whitespaces.
I always try to maintain elm with no trailing whitespaces. Please do not commit trailing whitespaces anymore.
I think maintaining a library clean is a good job. Once it gets mess, it's hard to fix them all at once.
1. Removing trailing whitespaces.
2. Fixing indentations.
3. Removing build errors and warnings.


SVN revision: 62595
2011-08-19 15:26:04 +00:00
Carsten Haitzler a3592b4da6 and now add a "clicked" say... when u click.
SVN revision: 62587
2011-08-19 11:47:30 +00:00
Daniel Juyung Seo 80eede0b18 elm Elementary.h.in: Fixed typo in documentation.
SVN revision: 62570
2011-08-18 16:59:51 +00:00
김재환 00a1ea50ad From: 김재환 <jae.hwan.kim@samsung.com>
I added 4 APIs for the page function of the scroller.
   
      Those are,
      
         EAPI void elm_scroller_current_page_get(Evas_Object *obj, int
*h_pagenumber,
   int *v_pagenumber));
   
      (Get scroll current page number.)
      
         EAPI void elm_scroller_last_page_get(Evas_Object *obj, int
*h_pagenumber,
   int *v_pagenumber);
   
      (Get scroll last page number.)
      
         EAPI void elm_scroller_page_show(Evas_Object *obj, int
h_pagenumber, int
   v_pagenumber);
   
      (Show a specific virtual region within the scroller content
object by page
   number without animation.)
   
      EAPI void elm_scroller_page_bring_in(Evas_Object *obj, int
h_pagenumber, int
   v_pagenumber);
   
      (Show a specific virtual region within the scroller content
object by page
   number with animation.)
   


SVN revision: 62496
2011-08-16 10:52:01 +00:00
ChunEon Park e8f8a62091 elementary/ctxpopup - removed typedef
SVN revision: 62432
2011-08-14 04:20:14 +00:00
ChunEon Park 134a0dd77a elementary/ctxpopup - updated to use elm_object_item
SVN revision: 62429
2011-08-14 03:36:56 +00:00
Daniel Juyung Seo 8923cd63ed elm icon_animated: Refactoring.
1. Enhance the document.
2. Call elm_icon_animated_xxx() when the icon supports animation.
3. Anyway, animated icon doesn't work on my machine :(
   I got this error when I ran it.
   >> sh: evas_image_loader.gif: not found


SVN revision: 62426
2011-08-13 16:56:11 +00:00
Daniel Juyung Seo 47a0bb175f elm Elementary.h.in: Fixed doxygen typo.
SVN revision: 62425
2011-08-13 16:42:39 +00:00