platform/upstream/elementary.git
11 years agoSupport elm_conformant deal with indicator service.
Jiyoun Park [Thu, 15 Nov 2012 10:43:26 +0000 (10:43 +0000)]
Support elm_conformant deal with indicator service.
  if some app run indicator service using ecore,
  elm_conformant can deal with these kind of service automatically

SVN revision: 79334

11 years agoChange the parameter of the elm_toolbar_item_show/bring_in. Add the scroll type.
Jaehwan Kim [Thu, 15 Nov 2012 10:27:46 +0000 (10:27 +0000)]
Change the parameter of the elm_toolbar_item_show/bring_in. Add the scroll type.

SVN revision: 79333

11 years agoelementary: Remove warnings introduced with the Toolbar 9 test.
Stefan Schmidt [Thu, 15 Nov 2012 09:58:28 +0000 (09:58 +0000)]
elementary: Remove warnings introduced with the Toolbar 9 test.

SVN revision: 79329

11 years agouse evas_object_event_callback_del_full() instead of evas_object_event_callback_del().
Shinwoo Kim [Thu, 15 Nov 2012 05:45:44 +0000 (05:45 +0000)]
use evas_object_event_callback_del_full() instead of evas_object_event_callback_del().
because target object could have different gesture callback with different gesture object.
after _callbacks_unregister() is called, only one callback remains.

SVN revision: 79317

11 years agoelmentary: add elm_gengrid_nth_item_get
Michael BOUCHAUD [Wed, 14 Nov 2012 16:34:33 +0000 (16:34 +0000)]
elmentary: add elm_gengrid_nth_item_get

SVN revision: 79296

11 years agoelmentary: add elm_genlist_nth_item_get
Michael BOUCHAUD [Wed, 14 Nov 2012 15:46:14 +0000 (15:46 +0000)]
elmentary: add elm_genlist_nth_item_get

SVN revision: 79295

11 years agoAdds information about supported Elm_Map_Overlay_Type types in elm_map_overlay_color_...
Jonas M. Gastal [Wed, 14 Nov 2012 12:59:34 +0000 (12:59 +0000)]
Adds information about supported Elm_Map_Overlay_Type types in elm_map_overlay_color_set() function.

Author: KoziarekBeata b.koziarek@samsung.com

SVN revision: 79293

11 years agoelm elm_toolbar.c: Use correct callback function.
Daniel Juyung Seo [Wed, 14 Nov 2012 10:49:59 +0000 (10:49 +0000)]
elm elm_toolbar.c: Use correct callback function.

SVN revision: 79286

11 years agoelm elm_photo.c: Use longpress_timeout configuration for the longpress time out.
Daniel Juyung Seo [Wed, 14 Nov 2012 10:49:57 +0000 (10:49 +0000)]
elm elm_photo.c: Use longpress_timeout configuration for the longpress time out.

SVN revision: 79285

11 years agoelm image, photo, plug, segment_control, thumb: Check button type and on_hold flag...
Daniel Juyung Seo [Wed, 14 Nov 2012 10:49:54 +0000 (10:49 +0000)]
elm image, photo, plug, segment_control, thumb: Check button type and on_hold flag on mouse_down/up.

SVN revision: 79284

11 years agoelm test_photo.c: Added clicked smart callback example for photo widget.
Daniel Juyung Seo [Wed, 14 Nov 2012 10:49:51 +0000 (10:49 +0000)]
elm test_photo.c: Added clicked smart callback example for photo widget.

SVN revision: 79283

11 years agoelm test_index.c: 1. do not need to call elm_list_selected_item_get(). event_info...
Daniel Juyung Seo [Wed, 14 Nov 2012 10:49:49 +0000 (10:49 +0000)]
elm test_index.c: 1. do not need to call elm_list_selected_item_get(). event_info is a selected item. 2. check index item before using it.

SVN revision: 79282

11 years agoelm test: Correct elm_win_resize_object_set() usage. Call evas_object_size_hint_weigh...
Daniel Juyung Seo [Wed, 14 Nov 2012 10:49:45 +0000 (10:49 +0000)]
elm test: Correct elm_win_resize_object_set() usage. Call evas_object_size_hint_weight_set() before calling elm_win_resize_object_set().

SVN revision: 79281

11 years agoelm conform: Use Evas_Smart_Cb_Description for smart callbacks.
Daniel Juyung Seo [Wed, 14 Nov 2012 10:49:22 +0000 (10:49 +0000)]
elm conform: Use Evas_Smart_Cb_Description for smart callbacks.

SVN revision: 79280

11 years agoSupport the theme change about "base" in Toolbar.
Jaehwan Kim [Wed, 14 Nov 2012 08:18:02 +0000 (08:18 +0000)]
Support the theme change about "base" in Toolbar.

SVN revision: 79270

11 years agoFrom: Bluezery <ohpowel@gmail.com>
Bluezery [Wed, 14 Nov 2012 07:10:24 +0000 (07:10 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [E-Devel][Patch][Elementary]Map: Remove delayed job

This patch removes delayed jobs in elm_map.
Previously delayed job is used for queuing the zooming & zoom mode
changing & overlay_showing API requests. Queued jobs are all executed
when pan is calculated.
But actually queued jobs are not needed to be  executed. Just last
jobs are needed to be executed per pan calculation.
So I removed delayed jobs and fill calc job functions to be executed
while calculation is executed.

SVN revision: 79269

11 years agoWhen toolbar is expand mode and scrolled, it's scrolled as a item.
Jaehwan Kim [Wed, 14 Nov 2012 05:55:43 +0000 (05:55 +0000)]
When toolbar is expand mode and scrolled, it's scrolled as a item.

SVN revision: 79265

11 years agoAdd the Toolbar 9. It's expand mode using "item_centered" style.
Jaehwan Kim [Wed, 14 Nov 2012 05:14:32 +0000 (05:14 +0000)]
Add the Toolbar 9. It's expand mode using "item_centered" style.
If the sum of item min values is larger than the length of window,
the scroll of toolbar works. And if the length of window is larger
than the sum of item min values, items are expanded.

SVN revision: 79263

11 years ago[toolbar] enhance access feature - add smart_activate() to access object
Shinwoo Kim [Wed, 14 Nov 2012 04:08:25 +0000 (04:08 +0000)]
[toolbar] enhance access feature -  add smart_activate() to access object
*note: the toolbar item which has menu would need access feature of menu.

SVN revision: 79262

11 years agoFix the elm_image which is made up of a edje object can call a callback function
Jaehwan Kim [Wed, 14 Nov 2012 03:27:15 +0000 (03:27 +0000)]
Fix the elm_image which is made up of a edje object can call a callback function

SVN revision: 79261

11 years agoelementary: revert
Sebastian Dransfeld [Tue, 13 Nov 2012 21:57:49 +0000 (21:57 +0000)]
elementary: revert

This breaks terminology by adding a black bar at the top.

SVN revision: 79248

11 years agoelm elm_object.h: Fixed documentation and added more description.
Daniel Juyung Seo [Tue, 13 Nov 2012 18:25:40 +0000 (18:25 +0000)]
elm elm_object.h: Fixed documentation and added more description.

SVN revision: 79240

11 years agoSupport elm_conformant deal with indicator service.
Jiyoun Park [Tue, 13 Nov 2012 17:27:39 +0000 (17:27 +0000)]
Support elm_conformant deal with indicator service.
if some app run indicator service using ecore,
elm_conformant can deal with these kind of service automatically

SVN revision: 79237

11 years agosince 1.8 => @since 1.8 in doc
Jaehwan Kim [Tue, 13 Nov 2012 07:56:10 +0000 (07:56 +0000)]
since 1.8 => @since 1.8 in doc

SVN revision: 79204

11 years ago[access] enhance access features
Shinwoo Kim [Tue, 13 Nov 2012 05:50:08 +0000 (05:50 +0000)]
[access] enhance access features

  1. add smart_activate(); to access object.
  2. add an API _elm_access_activate_callback_set();
    - this callback is called when user wants to activate access object
      which would represent widget item or edje part object.
  3. add owner referece to the Elm_Access_Info for access object.
  4. clock: use _elm_access_activate_callback_set();

SVN revision: 79199

11 years agoelementary: add missing selected in elm_index, when we use elm_index_item_selected_set
Michael BOUCHAUD [Mon, 12 Nov 2012 17:56:13 +0000 (17:56 +0000)]
elementary: add missing selected in elm_index, when we use elm_index_item_selected_set

SVN revision: 79186

11 years agoGotta love those leftovers.
Gustavo Lima Chaves [Mon, 12 Nov 2012 12:56:21 +0000 (12:56 +0000)]
Gotta love those leftovers.

SVN revision: 79156

11 years agoAdd elm_toolbar_item_show/bring_in. It show or bring a specific item, when the toolba...
Jaehwan Kim [Mon, 12 Nov 2012 07:29:17 +0000 (07:29 +0000)]
Add elm_toolbar_item_show/bring_in. It show or bring a specific item, when the toolbar can be scrolled.

SVN revision: 79134

11 years agoelementary/conformant - support state change callbacks for comformant.
ChunEon Park [Mon, 12 Nov 2012 05:53:16 +0000 (05:53 +0000)]
elementary/conformant - support state change callbacks for comformant.

"virtualkeypad,state,on",
"virtualkeypad,state,off",
"clipboard,state,on",
"clipboard,state,off"

SVN revision: 79133

11 years agoelementary/elc_fileselector_entry - [E-devel] E-devel] [PATCH] [ELEMENTARY] elm_file...
ChunEon Park [Sat, 10 Nov 2012 09:21:25 +0000 (09:21 +0000)]
elementary/elc_fileselector_entry -  [E-devel] E-devel] [PATCH] [ELEMENTARY] elm_fileselector_entry_inwin_mode_set doc fix

Hi all,

I had prepare some doc fix for elm_fileselector_entry_inwin_mode_set.

By mistake docs said it returns EINA TRUE in both cases.

Please verify attached file.

Regards,

Patrick

Signed-Off-By: Patryk Kaczmarek<patryk.k@samsung.com>
SVN revision: 79089

11 years agoelementary: update news file
Michael BOUCHAUD [Fri, 9 Nov 2012 15:45:35 +0000 (15:45 +0000)]
elementary: update news file

SVN revision: 79030

11 years agoelm default.edc: Separate access.edc and focus_highlight.edc from default.edc.
Daniel Juyung Seo [Fri, 9 Nov 2012 08:35:42 +0000 (08:35 +0000)]
elm default.edc: Separate access.edc and focus_highlight.edc from default.edc.

SVN revision: 79014

11 years agoelm access: Use less memory. Use Eina_Bool for access_mode.
Daniel Juyung Seo [Thu, 8 Nov 2012 23:01:37 +0000 (23:01 +0000)]
elm access: Use less memory. Use Eina_Bool for access_mode.

SVN revision: 79005

11 years agoupdating spanish translations
Massimo Maiurana [Thu, 8 Nov 2012 16:23:08 +0000 (16:23 +0000)]
updating spanish translations

SVN revision: 79000

11 years agodear all, hello.
Shinwoo Kim [Thu, 8 Nov 2012 09:20:37 +0000 (09:20 +0000)]
dear all, hello.

i would like to add access enhancement to the toolbar.
please review the attached. if there are no objections, I will commit it.

cordially,
shinwoo kim.

SVN revision: 78995

11 years ago[clock] add access features
Shinwoo Kim [Thu, 8 Nov 2012 09:10:13 +0000 (09:10 +0000)]
[clock] add access features
  1. register object and edit part
  2. add mart_focus_next(); on access mode
  3. add smart_ ccess(); for runtime - enable and disalbe handling

SVN revision: 78994

11 years agoelm access: Rename access hook name according to elm refactoring.
Daniel Juyung Seo [Thu, 8 Nov 2012 08:33:26 +0000 (08:33 +0000)]
elm access: Rename access hook name according to elm refactoring.

SVN revision: 78993

11 years agoelm access: Create access object only when access mode is enabled.
Daniel Juyung Seo [Thu, 8 Nov 2012 08:02:12 +0000 (08:02 +0000)]
elm access: Create access object only when access mode is enabled.

SVN revision: 78992

11 years agoelm elm_widget_gengrid.h: Fixed gengrid documentation. Patch by Rajeev Ranjan <rajeev...
Daniel Juyung Seo [Thu, 8 Nov 2012 03:58:48 +0000 (03:58 +0000)]
elm elm_widget_gengrid.h: Fixed gengrid documentation. Patch by Rajeev Ranjan <rajeev.r@samsung.com>

On Thu, Nov 8, 2012 at 12:42 PM, Rajeev Ranjan <rajeev.r@samsung.com> wrote:

    Hi,
       Attached is a patch to update documentation for gengrid related to changing longpress_timeout value in gengrid.
    Signed-off by: Rajeev Ranjan <rajeev.r@samsung.com>

    Thank you.
    Regards,
    Rajeev

SVN revision: 78990

11 years ago[elm] Fix typo on notify example.
Gustavo Lima Chaves [Wed, 7 Nov 2012 18:28:48 +0000 (18:28 +0000)]
[elm] Fix typo on notify example.

SVN revision: 78975

11 years agoElm: fix quicklaunch on cygwin
Vincent Torri [Wed, 7 Nov 2012 17:58:09 +0000 (17:58 +0000)]
Elm: fix quicklaunch on cygwin

Patch by Yaakov Selkowitz

SVN revision: 78974

11 years agoelm elm_win.c/h: Made documentation more explicit.
Daniel Juyung Seo [Wed, 7 Nov 2012 08:49:37 +0000 (08:49 +0000)]
elm elm_win.c/h: Made documentation more explicit.

SVN revision: 78963

11 years ago[elm] Account for elm_object_orient_set() deprecation
Gustavo Lima Chaves [Tue, 6 Nov 2012 19:54:16 +0000 (19:54 +0000)]
[elm] Account for elm_object_orient_set() deprecation
 along elm files.

Spankies to Hermet for not doing it/delegating it before :)

SVN revision: 78948

11 years agoelementary/elm_icon: fix wrong parameter
Mikael SANS [Tue, 6 Nov 2012 19:51:26 +0000 (19:51 +0000)]
elementary/elm_icon: fix wrong parameter

SVN revision: 78947

11 years ago[elm] chlog++
Gustavo Lima Chaves [Tue, 6 Nov 2012 17:36:04 +0000 (17:36 +0000)]
[elm] chlog++

SVN revision: 78945

11 years ago[elm] Fix typo on check's theme -- back from
Gustavo Lima Chaves [Tue, 6 Nov 2012 17:34:23 +0000 (17:34 +0000)]
[elm] Fix typo on check's theme -- back from
 disabled state was broken.

SVN revision: 78944

11 years ago[elm] Cosmetic changes on macro definitions for the
Gustavo Lima Chaves [Tue, 6 Nov 2012 17:34:00 +0000 (17:34 +0000)]
[elm] Cosmetic changes on macro definitions for the
 layout.

SVN revision: 78943

11 years ago[elm] Some layout doc improvements.
Gustavo Lima Chaves [Tue, 6 Nov 2012 17:33:40 +0000 (17:33 +0000)]
[elm] Some layout doc improvements.

SVN revision: 78942

11 years agoelementary/elm_entry : From. Thiep Ha.
WooHyun Jung [Fri, 2 Nov 2012 08:15:24 +0000 (08:15 +0000)]
elementary/elm_entry : From. Thiep Ha.
In elementary, the disabled entry works incorrectly.
We still can cut/paste from/to it.

SVN revision: 78836

11 years agoelementary/flip - refacatoring (remove duplicated code)
ChunEon Park [Fri, 2 Nov 2012 04:23:41 +0000 (04:23 +0000)]
elementary/flip - refacatoring (remove duplicated code)

SVN revision: 78822

11 years agoelementary/flip - don't update map uv for proxy object
ChunEon Park [Fri, 2 Nov 2012 04:10:59 +0000 (04:10 +0000)]
elementary/flip - don't update map uv for proxy object

SVN revision: 78820

11 years agoelementary/menu - only set icons when string exists.
ChunEon Park [Thu, 1 Nov 2012 09:55:38 +0000 (09:55 +0000)]
elementary/menu - only set icons when string exists.

SVN revision: 78753

11 years agoelementary/config - fix the text_overlay feature to unset them all properly.
ChunEon Park [Thu, 1 Nov 2012 07:30:41 +0000 (07:30 +0000)]
elementary/config - fix the text_overlay feature to unset them all properly.

SVN revision: 78748

11 years agoelementary/notify - +@since and fill extra descriptions to elm_notify_align_set
ChunEon Park [Thu, 1 Nov 2012 00:50:29 +0000 (00:50 +0000)]
elementary/notify - +@since and fill extra descriptions to elm_notify_align_set

SVN revision: 78736

11 years agoelm/orient: Align (0.5, 0.0) is TOP, not TOP_LEFT.
Rafael Antognolli [Wed, 31 Oct 2012 12:37:55 +0000 (12:37 +0000)]
elm/orient: Align (0.5, 0.0) is TOP, not TOP_LEFT.

SVN revision: 78706

11 years agoelementary/config - and update doc for font overlay
ChunEon Park [Wed, 31 Oct 2012 12:09:33 +0000 (12:09 +0000)]
elementary/config - and update doc for font overlay

SVN revision: 78705

11 years agoelementary/config - minus font overlay size is acceptable.
ChunEon Park [Wed, 31 Oct 2012 12:08:36 +0000 (12:08 +0000)]
elementary/config - minus font overlay size is acceptable.

SVN revision: 78704

11 years agoelementary/glview - don't be crash even if glview is failed allocating
ChunEon Park [Wed, 31 Oct 2012 11:41:01 +0000 (11:41 +0000)]
elementary/glview - don't be crash even if glview is failed allocating

SVN revision: 78703

11 years agoelementary/menu - dont' set icon name when icon name is NULL
ChunEon Park [Wed, 31 Oct 2012 10:07:20 +0000 (10:07 +0000)]
elementary/menu - dont' set icon name when icon name is NULL

SVN revision: 78698

11 years agoelementary - --whitespace
ChunEon Park [Wed, 31 Oct 2012 06:03:52 +0000 (06:03 +0000)]
elementary - --whitespace

SVN revision: 78691

11 years agoelementary - updated NEWS & Changelog
ChunEon Park [Wed, 31 Oct 2012 05:53:14 +0000 (05:53 +0000)]
elementary - updated NEWS & Changelog

SVN revision: 78688

11 years agoelementary/transit - fix the transit to accept proxy obj
ChunEon Park [Tue, 30 Oct 2012 14:44:34 +0000 (14:44 +0000)]
elementary/transit - fix the transit to accept proxy obj

SVN revision: 78669

11 years agoelementary/notify - --unnecessary comment
ChunEon Park [Tue, 30 Oct 2012 13:54:24 +0000 (13:54 +0000)]
elementary/notify - --unnecessary comment

SVN revision: 78660

11 years agoelementary/notify - removed deprecated internal variable and fixed double setting rtl
ChunEon Park [Tue, 30 Oct 2012 13:44:24 +0000 (13:44 +0000)]
elementary/notify - removed deprecated internal variable and fixed double setting rtl

SVN revision: 78659

11 years agoelementary - RE: [E-devel] [Patch] Align of Elm_Notify
Seunggyun Kimsgyun.kim [Tue, 30 Oct 2012 13:14:45 +0000 (13:14 +0000)]
elementary - RE: [E-devel] [Patch] Align of Elm_Notify

I attached new patch.
The old patch's default position and mirroring problem has been fixed.

I added new 2 APIs for supporting various notify's postion.
EAPI void elm_notify_align_set(Evas_Object *obj, double horizontal, double vertical); EAPI void elm_notify_align_get(const Evas_Object *obj, double *horizontal, double *vertical);

And below 2 APIs will be deprecated.
EINA_DEPRECATED EAPI void elm_notify_orient_set(Evas_Object *obj, Elm_Notify_Orient orient); EINA_DEPRECATED EAPI Elm_Notify_Orient elm_notify_orient_get(const Evas_Object *obj);

Please review this patch.
Thanks:)

Signed-Off-By: Seunggyun Kim<sgyun.kim@samsung.com>
SVN revision: 78655

11 years agoelementary - sorry i pushed together which should not be
ChunEon Park [Tue, 30 Oct 2012 13:11:53 +0000 (13:11 +0000)]
elementary - sorry i pushed together which should not be

SVN revision: 78654

11 years agoRE: [E-devel] [Patch] Align of Elm_Notify
Seunggyun Kimsgyun.kim [Tue, 30 Oct 2012 13:09:33 +0000 (13:09 +0000)]
RE: [E-devel] [Patch] Align of Elm_Notify

I attached new patch.
The old patch's default position and mirroring problem has been fixed.

I added new 2 APIs for supporting various notify's postion.
EAPI void elm_notify_align_set(Evas_Object *obj, double horizontal, double vertical); EAPI void elm_notify_align_get(const Evas_Object *obj, double *horizontal, double *vertical);

And below 2 APIs will be deprecated.
EINA_DEPRECATED EAPI void elm_notify_orient_set(Evas_Object *obj, Elm_Notify_Orient orient); EINA_DEPRECATED EAPI Elm_Notify_Orient elm_notify_orient_get(const Evas_Object *obj);

Please review this patch.
Thanks:)

Signed-Off-By: Seunggyun Kim<sgyun.kim@samsung.com>
SVN revision: 78653

11 years agoelementary: fix typo in entry test
Jihoon Kim [Mon, 29 Oct 2012 00:30:51 +0000 (00:30 +0000)]
elementary: fix typo in entry test

SVN revision: 78595

11 years agoupdating various translations
Massimo Maiurana [Fri, 26 Oct 2012 11:38:26 +0000 (11:38 +0000)]
updating various translations

SVN revision: 78522

11 years agoelementary: a better fix to not remove an inexistant block items
Michael BOUCHAUD [Fri, 26 Oct 2012 10:27:13 +0000 (10:27 +0000)]
elementary: a better fix to not remove an inexistant block items

SVN revision: 78518

11 years agoelementary: quick bug fix.
Cedric BAIL [Fri, 26 Oct 2012 09:00:14 +0000 (09:00 +0000)]
elementary: quick bug fix.

WARNING: I don't believe this is the proper bug fix for an uninitialized
memory access, but I really don't know this code enough. Tasn if you could
look at it when you have time.

SVN revision: 78511

11 years agoelementary: fill changelog
Michael BOUCHAUD [Thu, 25 Oct 2012 09:58:38 +0000 (09:58 +0000)]
elementary: fill changelog

SVN revision: 78437

11 years agoelementary: if no items block to del return
Michael BOUCHAUD [Thu, 25 Oct 2012 09:55:27 +0000 (09:55 +0000)]
elementary: if no items block to del return

SVN revision: 78434

11 years agodear all, hello.
Shinwoo Kim [Thu, 25 Oct 2012 09:07:21 +0000 (09:07 +0000)]
dear all, hello.

i would like to add access feature to the panel.
please review the attached. if there are no objections, I will commit it.

cordially,
shinwoo kim.

SVN revision: 78428

11 years agoDoxyfile.in: Remove obsolte doxygen tags from all our Doxyfile.in files.
Stefan Schmidt [Wed, 24 Oct 2012 19:50:29 +0000 (19:50 +0000)]
Doxyfile.in: Remove obsolte doxygen tags from all our Doxyfile.in files.

Doygen tells us:
warning: Tag `SHOW_DIRECTORIES' at line 507 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag `HTML_ALIGN_MEMBERS' at line 879 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag `USE_INLINE_TREES' at line 1065 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"

So we are nice and remove them. A yay for the day where we have amerged tree and
not two dozens of Doxyfile.in files floating around.

SVN revision: 78409

11 years agoelm elm_clock.h: Fixed documentation typo.
Daniel Juyung Seo [Wed, 24 Oct 2012 12:51:34 +0000 (12:51 +0000)]
elm elm_clock.h: Fixed documentation typo.

SVN revision: 78400

11 years agouse existing macro ELM_RECT_INTERSECT(x, y, w, h, xx, yy, ww, hh) to check displayed...
Shinwoo Kim [Wed, 24 Oct 2012 02:01:58 +0000 (02:01 +0000)]
use existing macro ELM_RECT_INTERSECT(x, y, w, h, xx, yy, ww, hh) to check displayed item.

SVN revision: 78380

11 years agodear all, hello.
Shinwoo Kim [Wed, 24 Oct 2012 01:06:05 +0000 (01:06 +0000)]
dear all, hello.

genlist could have LOTS of items. so it would be better to use only displayed items for the focus chain.
please check the attachment and give feedback. thanks.

cordially,
shinwoo kim.

SVN revision: 78378

11 years agoelementary: fix promote on first item and demote on last item of a genlist
Michael BOUCHAUD [Tue, 23 Oct 2012 15:13:09 +0000 (15:13 +0000)]
elementary: fix promote on first item and demote on last item of a genlist

SVN revision: 78375

11 years ago[toolbar] temporary smart_event() has blocked event propagation
Shinwoo Kim [Tue, 23 Oct 2012 06:07:30 +0000 (06:07 +0000)]
[toolbar] temporary smart_event() has blocked event propagation

SVN revision: 78354

11 years agoelm doc/examples.dox: Fixed documentation typos.
Daniel Juyung Seo [Tue, 23 Oct 2012 06:04:01 +0000 (06:04 +0000)]
elm doc/examples.dox: Fixed documentation typos.

SVN revision: 78353

11 years agoelm notify_example_01.c: Refactoring.
Daniel Juyung Seo [Tue, 23 Oct 2012 06:03:55 +0000 (06:03 +0000)]
elm notify_example_01.c: Refactoring.

SVN revision: 78352

11 years agoElm genlist: Revert "From: Bluezery <ohpowel@gmail.com>"
Bluezery [Mon, 22 Oct 2012 14:34:43 +0000 (14:34 +0000)]
Elm genlist: Revert "From: Bluezery <ohpowel@gmail.com>"

    Subject: [E-devel] [E-Devel][Patch][Elementary]Genlist - Edje Item
    Cache Refactoring

    This is patch for reconstructing genlist's item cache.
    Each item cache functions do harsh jobs so just push,pop by
    Elm_Gen_Item * now.
    Before, cache is disabled by comments. But I enabled item cache again
    (even for the case which tree_effect_enabled is on).

    I changed some functions:
    _item_cache_find() --> _item_cache_pop()
    _item_cache_add() --> _item_cache_push()
    _item_cache_zero() -->_item_cache_all_free()

    And I removed _item_cache_clean() function because I made
    _item_cache_push() to don't exceed the item_cache_max. So clean-up of
    cache is not needed anymore.

Breaks "genlist 2" test and clouseau. Just open genlist 2, press the "X"
button, and then the "+" button.

This reverts commit 77944.

SVN revision: 78336

11 years agoMake widget search instantaneous.
Sanjeev BA [Mon, 22 Oct 2012 06:00:50 +0000 (06:00 +0000)]
Make widget search instantaneous.

SVN revision: 78315

11 years agoelm elm_bubble.h: Added documentation for bubble widget.
Daniel Juyung Seo [Mon, 22 Oct 2012 00:47:10 +0000 (00:47 +0000)]
elm elm_bubble.h: Added documentation for bubble widget.

SVN revision: 78310

11 years agoelm/data/themes images: Move all image files for default to images directories. This...
Daniel Juyung Seo [Sun, 21 Oct 2012 08:34:20 +0000 (08:34 +0000)]
elm/data/themes images: Move all image files for default to images directories. This cleans up data/themes directory.

SVN revision: 78304

11 years agoelementary/transit - fix elm_transit image animation that last few frame are skipped
ChunEon Park [Fri, 19 Oct 2012 07:46:33 +0000 (07:46 +0000)]
elementary/transit - fix elm_transit image animation that last few frame are skipped

SVN revision: 78233

11 years agoelm: ChangeLog and NEWS for r78221.
Daniel Juyung Seo [Fri, 19 Oct 2012 05:40:16 +0000 (05:40 +0000)]
elm: ChangeLog and NEWS for r78221.

SVN revision: 78223

11 years agoelm gengrid: Fixed wrong _calc_job parameter. Patch by Bluezery <ohpowel@gmail.com>
Daniel Juyung Seo [Fri, 19 Oct 2012 04:06:42 +0000 (04:06 +0000)]
elm gengrid: Fixed wrong _calc_job parameter. Patch by Bluezery <ohpowel@gmail.com>

On Fri, Oct 19, 2012 at 12:30 PM, Bluezery <ohpowel@gmail.com> wrote:
> Dear all,
>
> There is a bug, invalid data assign into ecore_job.
> Trivial whilte space removal is included also.  it's automated in my editor :D.
>
> Please review this patch.
>
> --
> BRs,
> Kim.

SVN revision: 78221

11 years agoelementary: adds safety check when setting childs to elm_layout_box_*.
Cedric BAIL [Fri, 19 Oct 2012 03:17:00 +0000 (03:17 +0000)]
elementary: adds safety check when setting childs to elm_layout_box_*.

Patch from KoziarekBeata <b.koziarek@samsung.com>

SVN revision: 78220

11 years agoelementary: starting work for using WebKit2 as an alternative to WebKit.
Cedric BAIL [Fri, 19 Oct 2012 03:08:45 +0000 (03:08 +0000)]
elementary: starting work for using WebKit2 as an alternative to WebKit.

Patch by ryuan Choi <ryuan.choi@gmail.com>

SVN revision: 78219

11 years agoelementary/elm_entry : Add widget checking for some APIs.
WooHyun Jung [Fri, 19 Oct 2012 00:56:03 +0000 (00:56 +0000)]
elementary/elm_entry : Add widget checking for some APIs.

SVN revision: 78207

11 years agoWhen the theme is changed, the min value should be set the min of edc newly.
Jaehwan Kim [Thu, 18 Oct 2012 08:47:41 +0000 (08:47 +0000)]
When the theme is changed, the min value should be set the min of edc newly.

SVN revision: 78162

11 years agoAdd the fitting the size of items according the viewport size.
Jaehwan Kim [Thu, 18 Oct 2012 07:57:13 +0000 (07:57 +0000)]
Add the fitting the size of items according the viewport size.
If the sum of item's min is larger than the viewport size in ELM_TOOLBAR_SHRINK_EXPAND mode,
it can be scroll. And the end of the item is fitted on the end of the viewport.

SVN revision: 78156

11 years agochange returned value from -1 to EINA_FALSE.
Sanjeev BA [Thu, 18 Oct 2012 00:55:19 +0000 (00:55 +0000)]
change returned value from -1 to EINA_FALSE.

Author:    KoziarekBeata <b.koziarek@samsung.com>

SVN revision: 78142

11 years agoelm: ChangeLog and NEWS for r78111.
Daniel Juyung Seo [Wed, 17 Oct 2012 10:27:27 +0000 (10:27 +0000)]
elm: ChangeLog and NEWS for r78111.

SVN revision: 78113

11 years agoelm: Fixed on_focus_region() issue. Focused area should be scrolled only when it...
Daniel Juyung Seo [Wed, 17 Oct 2012 10:09:52 +0000 (10:09 +0000)]
elm: Fixed on_focus_region() issue. Focused area should be scrolled only when it is needed. Now only entry needs this feature.

SVN revision: 78111

11 years agooops accidentally committed test code! :(
Carsten Haitzler [Wed, 17 Oct 2012 07:02:51 +0000 (07:02 +0000)]
oops accidentally committed test code! :(

SVN revision: 78106

11 years agoelm test_map.c: Fixed infinite menu creation bug. Remove menu on map deletion. Patch...
Daniel Juyung Seo [Wed, 17 Oct 2012 02:43:50 +0000 (02:43 +0000)]
elm test_map.c: Fixed infinite menu creation bug. Remove menu on map deletion. Patch by Bluezery <ohpowel@gmail.com>

SVN revision: 78098

11 years agoRevert "elementary: hide naviframe itens added but not on
Bruno Dilly [Tue, 16 Oct 2012 18:01:21 +0000 (18:01 +0000)]
Revert "elementary: hide naviframe itens added but not on
 top"

This reverts commit r78006.

SVN revision: 78069