platform/upstream/elementary.git
11 years agoelementary/elm_widget : Fixed wrong logic when setting parent's child_can_focus as...
WooHyun Jung [Tue, 7 May 2013 11:41:32 +0000 (20:41 +0900)]
elementary/elm_widget : Fixed wrong logic when setting parent's child_can_focus as EINA_TRUE.

11 years ago[Genlist] Fix bug when error abort is enabled.
Tae-Hwan Kim [Tue, 7 May 2013 10:41:15 +0000 (19:41 +0900)]
[Genlist] Fix bug when error abort is enabled.

11 years agoelm_widget.c: fixed comments.
Daniel Juyung Seo [Tue, 7 May 2013 10:39:58 +0000 (19:39 +0900)]
elm_widget.c: fixed comments.

11 years agoelementary/elm_widget : Focus cannot be stolen when one of parents is invisible or...
WooHyun Jung [Tue, 7 May 2013 10:15:44 +0000 (19:15 +0900)]
elementary/elm_widget : Focus cannot be stolen when one of parents is invisible or disabled.

11 years agoelm/wayland: Implement borderless_set for wayland.
Rafael Antognolli [Mon, 6 May 2013 23:08:58 +0000 (20:08 -0300)]
elm/wayland: Implement borderless_set for wayland.

Also add a checkbox to the "Window States" test of elementary_test.

11 years agoelementary/elm_entry.c : Just changed lines for the sequence of alphbet.
WooHyun Jung [Mon, 6 May 2013 12:01:50 +0000 (21:01 +0900)]
elementary/elm_entry.c : Just changed lines for the sequence of alphbet.

11 years agoelementary/elm_entry.c : Add elm_entry smart callback, named text,set,done. This...
WooHyun Jung [Mon, 6 May 2013 11:42:34 +0000 (20:42 +0900)]
elementary/elm_entry.c : Add elm_entry smart callback, named text,set,done. This smart callback will be useful when long text has been set and developer want to know the timing of setting whole text to the entry.

11 years agoconfig.c, elm_genlist_common.h: fixed typos from comments and documentation.
Daniel Juyung Seo [Mon, 6 May 2013 11:24:40 +0000 (20:24 +0900)]
config.c, elm_genlist_common.h: fixed typos from comments and documentation.

11 years agoupdate po's
Carsten Haitzler (Rasterman) [Mon, 6 May 2013 08:31:29 +0000 (17:31 +0900)]
update po's

11 years agoelementary/elm_entry.c : Filter_accept should consider meanless tags and should not...
WooHyun Jung [Mon, 6 May 2013 06:51:54 +0000 (15:51 +0900)]
elementary/elm_entry.c : Filter_accept should consider meanless tags and should not remove it. Thanks YoungBok Shin.

11 years agoelm_clock : elm_clock_first_interval_set only set first_interval to 1 or 0.
Ryuan Choi [Sat, 4 May 2013 02:39:01 +0000 (11:39 +0900)]
elm_clock : elm_clock_first_interval_set only set first_interval to 1 or 0.

11 years agoconfig.c: refactoring. changed thumbscroll evas_object_data names to ts for consistency.
Daniel Juyung Seo [Fri, 3 May 2013 14:23:35 +0000 (23:23 +0900)]
config.c: refactoring. changed thumbscroll evas_object_data names to ts for consistency.

11 years agoconfig.c: fixed wrong evas_object_data names for scrollers.
Daniel Juyung Seo [Fri, 3 May 2013 14:20:52 +0000 (23:20 +0900)]
config.c: fixed wrong evas_object_data names for scrollers.

11 years agoconfig: fixed recently added scroll configuration setup issue.
Daniel Juyung Seo [Fri, 3 May 2013 13:56:05 +0000 (22:56 +0900)]
config: fixed recently added scroll configuration setup issue.

thumbscroll_min_friction and thumbscroll friction standard were added recently.
So with the previous elementary configuration those values became zero which is not valid.
Now elementary checks whether the value is zero and set the correct default value.

11 years ago[access][genlist] do not append NULL to genlist focus list
Shinwoo Kim [Fri, 3 May 2013 11:01:58 +0000 (20:01 +0900)]
[access][genlist] do not append NULL to genlist focus list

11 years ago[access][gengrid] fix: gengrid does not work under the accessibility
Shinwoo Kim [Fri, 3 May 2013 10:53:56 +0000 (19:53 +0900)]
[access][gengrid] fix: gengrid does not work under the accessibility

11 years ago[access] enhance test lines
Shinwoo Kim [Fri, 3 May 2013 10:50:08 +0000 (19:50 +0900)]
[access] enhance test lines

11 years agoelm_win: fix typo leading to segv.
Cedric Bail [Fri, 3 May 2013 10:23:53 +0000 (19:23 +0900)]
elm_win: fix typo leading to segv.

11 years agoelementary: properly sanitize headers order.
Cedric Bail [Fri, 26 Apr 2013 05:13:00 +0000 (14:13 +0900)]
elementary: properly sanitize headers order.

11 years agomapbuf: improve automatic logic.
Cedric Bail [Mon, 22 Apr 2013 07:56:40 +0000 (16:56 +0900)]
mapbuf: improve automatic logic.

11 years agomapbuf: correctly get the viewport size.
Cedric Bail [Mon, 22 Apr 2013 05:04:01 +0000 (14:04 +0900)]
mapbuf: correctly get the viewport size.

11 years agomain: use eina_log_timing.
Cedric BAIL [Wed, 27 Mar 2013 13:36:53 +0000 (22:36 +0900)]
main: use eina_log_timing.

11 years ago[access] add test lines
Shinwoo Kim [Fri, 3 May 2013 06:37:39 +0000 (15:37 +0900)]
[access] add test lines

11 years agoAdd missed codes.
Jaehwan Kim [Fri, 3 May 2013 03:59:53 +0000 (12:59 +0900)]
Add missed codes.
This is related to the commit "The momentum animation time is changed as the amount of flick."

11 years agoelm_genlist: refactoring. code clean up.
Daniel Juyung Seo [Thu, 2 May 2013 18:13:36 +0000 (03:13 +0900)]
elm_genlist: refactoring. code clean up.

introduced ELM_GENLIST_DATA_GET_FROM_ITEM and made sources so much cleaner.

11 years agoelm_genlist.c: fixed comment typo.
Daniel Juyung Seo [Thu, 2 May 2013 17:12:52 +0000 (02:12 +0900)]
elm_genlist.c: fixed comment typo.

11 years agoelm/actionslider: Drag should work with double and triple click too.
Rafael Antognolli [Thu, 2 May 2013 17:28:45 +0000 (14:28 -0300)]
elm/actionslider: Drag should work with double and triple click too.

11 years agogenlist: fixed dangling _calc_job bug.
Tae-Hwan Kim [Thu, 2 May 2013 17:10:55 +0000 (02:10 +0900)]
genlist: fixed dangling _calc_job bug.

Before calling _calc_job directly, the job should be removed.
Because dangling job can be remained.

11 years agoctxpopup - Don't be dead even if a ctxpopup item callback function is null.
ChunEon Park [Thu, 2 May 2013 11:25:42 +0000 (20:25 +0900)]
ctxpopup - Don't be dead even if a ctxpopup item callback function is null.

11 years agoelementary/elc_naviframe.c : When new item is pushed, previous top object should...
WooHyun Jung [Thu, 2 May 2013 10:55:22 +0000 (19:55 +0900)]
elementary/elc_naviframe.c : When new item is pushed, previous top object should clear its focus state before adding as a sub-object to naviframe.

11 years agoFixed wrong typo in the latest commit. not -> now
WooHyun Jung [Thu, 2 May 2013 05:53:34 +0000 (14:53 +0900)]
Fixed wrong typo in the latest commit. not -> now

11 years ago* elm_entry_filter_accept_set function not can recognize tags.
WooHyun Jung [Thu, 2 May 2013 05:49:45 +0000 (14:49 +0900)]
* elm_entry_filter_accept_set function not can recognize tags.

11 years agoelm_win.c: fixed unused warning when it does not use wayland.
Daniel Juyung Seo [Wed, 1 May 2013 13:51:25 +0000 (22:51 +0900)]
elm_win.c: fixed unused warning when it does not use wayland.

11 years agoElementary: replace eo_data_get for objects data referencing.
Daniel Zaoui [Wed, 24 Apr 2013 11:41:37 +0000 (14:41 +0300)]
Elementary: replace eo_data_get for objects data referencing.

11 years agoelm cursor: theme_search means opposition to engine_only.
Ryuan Choi [Wed, 1 May 2013 07:39:51 +0000 (16:39 +0900)]
elm cursor: theme_search means opposition to engine_only.

theme_search_enabled API was introduced instead of engine_only API,
but the meaning is opposition.

11 years agoThe momentum animation time is changed as the amount of flick.
Jaehwan Kim [Tue, 30 Apr 2013 13:06:28 +0000 (22:06 +0900)]
The momentum animation time is changed as the amount of flick.

11 years agoelementary/layout - layout supports "language,changed" callback
ChunEon Park [Tue, 30 Apr 2013 09:47:38 +0000 (18:47 +0900)]
elementary/layout - layout supports "language,changed" callback

11 years agoAdd the config elm_scroll_smooth_start_enable.
Jaehwan Kim [Tue, 30 Apr 2013 07:46:59 +0000 (16:46 +0900)]
Add the config elm_scroll_smooth_start_enable.
There's no tick when scroller starts scroll if it's set.

11 years agoRevert "Really run elm_shutdown in the ELM_MAIN macro."
Carsten Haitzler (Rasterman) [Tue, 30 Apr 2013 03:21:12 +0000 (12:21 +0900)]
Revert "Really run elm_shutdown in the ELM_MAIN macro."

This reverts commit 65a09abb94728e08eceaf08faf4146e1d35724e7.

This does break abi. debate as to if this should hsve been done in the
macro or not is another matter.. but changing this does break
abi/behaviour.

11 years agoadding serbian translation
maxerba [Mon, 29 Apr 2013 21:53:53 +0000 (23:53 +0200)]
adding serbian translation

11 years agoReally run elm_shutdown in the ELM_MAIN macro.
Tom Hacohen [Mon, 29 Apr 2013 16:25:11 +0000 (17:25 +0100)]
Really run elm_shutdown in the ELM_MAIN macro.

Previous commit failed to actually do it.

11 years agoelm_toolbar.c: refactoring. reuse api return value.
Daniel Juyung Seo [Mon, 29 Apr 2013 15:50:25 +0000 (00:50 +0900)]
elm_toolbar.c: refactoring. reuse api return value.

11 years agoupdating french translation
maxerba [Mon, 29 Apr 2013 15:23:49 +0000 (17:23 +0200)]
updating french translation

11 years agoelm/wayland: Move the frame object to -fx, -fy.
Rafael Antognolli [Mon, 29 Apr 2013 14:25:02 +0000 (11:25 -0300)]
elm/wayland: Move the frame object to -fx, -fy.

It is not a special object anymore, and does not need special handling.
Just move it to the correct position, since the canvas 0,0 point now has
an offset.

11 years agoRun elm_shutdown in the ELM_MAIN macro.
Tom Hacohen [Mon, 29 Apr 2013 14:36:00 +0000 (15:36 +0100)]
Run elm_shutdown in the ELM_MAIN macro.

11 years agoElementary: Split headers for widgets.
Daniel Zaoui [Mon, 29 Apr 2013 07:03:21 +0000 (10:03 +0300)]
Elementary: Split headers for widgets.

Layout, Mapbug, List, Notify, Photo, Scroller, Toolbar and Win.
Fixes for Doxygen.

11 years agoelementary/toolbar - fix toolbar item clip problem on reordering items.
ChunEon Park [Mon, 29 Apr 2013 09:35:32 +0000 (18:35 +0900)]
elementary/toolbar - fix toolbar item clip problem on reordering items.

11 years agoElementary: Split headers for Gengrid, genlist, grid, image and index
Daniel Zaoui [Sun, 28 Apr 2013 12:04:57 +0000 (15:04 +0300)]
Elementary: Split headers for Gengrid, genlist, grid, image and index

11 years agoElementary: Lost APIs have resurrected.
Daniel Zaoui [Sun, 28 Apr 2013 11:37:51 +0000 (14:37 +0300)]
Elementary: Lost APIs have resurrected.

11 years agoElementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug,
Daniel Zaoui [Sun, 28 Apr 2013 09:58:28 +0000 (12:58 +0300)]
Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug,
   Prefs, ProgressBar, Radio. Route, Segment Control, Separator, Slider,
   Slideshow, Spinner, Systray, Table, Thumb, Video, Web.

11 years agoElementary: header split for DateTime, DaySelector, DiskSelector, Entry,
Daniel Zaoui [Sun, 28 Apr 2013 07:23:15 +0000 (10:23 +0300)]
Elementary: header split for DateTime, DaySelector, DiskSelector, Entry,
   Flip, Flip Selector, Frame, Gesture Layer, GLView, Hover, Icon,
   Inwin, Label.

11 years agoElementary: oups... forgot to include the new files in the installation.
Daniel Zaoui [Sun, 28 Apr 2013 08:36:40 +0000 (11:36 +0300)]
Elementary: oups... forgot to include the new files in the installation.

Spank on me!!!

11 years agoElementary: Conform header split.
Daniel Zaoui [Sun, 28 Apr 2013 06:57:48 +0000 (09:57 +0300)]
Elementary: Conform header split.

11 years agoElementary: Color Selector header split.
Daniel Zaoui [Sun, 28 Apr 2013 06:56:42 +0000 (09:56 +0300)]
Elementary: Color Selector header split.

11 years agoElementary: Clock header split.
Daniel Zaoui [Sun, 28 Apr 2013 06:54:26 +0000 (09:54 +0300)]
Elementary: Clock header split.

11 years agoElementary: Check header split.
Daniel Zaoui [Sun, 28 Apr 2013 06:50:23 +0000 (09:50 +0300)]
Elementary: Check header split.

11 years agoElementary: Calendar header split.
Daniel Zaoui [Sun, 28 Apr 2013 06:49:52 +0000 (09:49 +0300)]
Elementary: Calendar header split.

11 years agoElementary: Bubble header split.
Daniel Zaoui [Sun, 28 Apr 2013 06:47:05 +0000 (09:47 +0300)]
Elementary: Bubble header split.

11 years agoElementary: Box header split.
Daniel Zaoui [Sun, 28 Apr 2013 06:44:42 +0000 (09:44 +0300)]
Elementary: Box header split.

11 years agoElementary: Bg header split.
Daniel Zaoui [Sun, 28 Apr 2013 06:41:30 +0000 (09:41 +0300)]
Elementary: Bg header split.

11 years agoElementary: Action Slider header split.
Daniel Zaoui [Sun, 28 Apr 2013 06:37:46 +0000 (09:37 +0300)]
Elementary: Action Slider header split.

11 years agoElementary: Popup header split.
Daniel Zaoui [Sun, 28 Apr 2013 06:16:15 +0000 (09:16 +0300)]
Elementary: Popup header split.

11 years agoElementary: Naviframe header split.
Daniel Zaoui [Sun, 28 Apr 2013 06:13:27 +0000 (09:13 +0300)]
Elementary: Naviframe header split.

11 years agoElementary: MultiButton Entry header split.
Daniel Zaoui [Sun, 28 Apr 2013 06:09:33 +0000 (09:09 +0300)]
Elementary: MultiButton Entry header split.

11 years agoElementary: Hoversel header split.
Daniel Zaoui [Sun, 28 Apr 2013 06:04:28 +0000 (09:04 +0300)]
Elementary: Hoversel header split.

11 years agoElementary: File selectors header split.
Daniel Zaoui [Sun, 28 Apr 2013 06:02:06 +0000 (09:02 +0300)]
Elementary: File selectors header split.

11 years agoElementary: Ctx Popup header split.
Daniel Zaoui [Sun, 28 Apr 2013 05:41:17 +0000 (08:41 +0300)]
Elementary: Ctx Popup header split.

11 years agoElementary: Button header split.
Daniel Zaoui [Sun, 28 Apr 2013 05:02:17 +0000 (08:02 +0300)]
Elementary: Button header split.

11 years agoElementary: Add include to Efl_Config.h.
Daniel Zaoui [Sun, 28 Apr 2013 05:03:14 +0000 (08:03 +0300)]
Elementary: Add include to Efl_Config.h.

This is the first commit of the headers split phase in elementary.
Now, each widget will have 2 or 3 h files:
- widget_Eo.h: Eo API functions (functions defines, enums, base id).
- widget_Legacy.h: contains the API functions related to objects
- widget_Common.h: common data (structs, enums...) + functions not related to
objects. This file will exist only if needed.

This phase is needed for the EFL 1.8 release to disable Eo APIs if we
consider it is not enough mature to be used by applications.

11 years agoelc_popup.c: Do not create action_area when buttons are empty
Ryuan Choi [Fri, 26 Apr 2013 20:54:42 +0000 (05:54 +0900)]
elc_popup.c: Do not create action_area when buttons are empty

11 years agofix libm linking
Carsten Haitzler (Rasterman) [Fri, 26 Apr 2013 10:43:20 +0000 (19:43 +0900)]
fix libm linking

http://trac.enlightenment.org/e/ticket/2339

11 years agoelm_index.h: fixed wrong documentation.
Daniel Juyung Seo [Fri, 26 Apr 2013 09:38:56 +0000 (18:38 +0900)]
elm_index.h: fixed wrong documentation.

11 years agotoolbar: updated documentations.
Daniel Juyung Seo [Thu, 25 Apr 2013 15:04:53 +0000 (00:04 +0900)]
toolbar: updated documentations.

1. elm/toolbar/more/default edc.
2. elm_toolbar_more_item_get() API

11 years agotest_inwin.c: added more description about the style and fixed formatting.
Daniel Juyung Seo [Thu, 25 Apr 2013 08:25:35 +0000 (17:25 +0900)]
test_inwin.c: added more description about the style and fixed formatting.

11 years agoelm/wayland: Fix window resize when the window is rotated.
Rafael Antognolli [Wed, 24 Apr 2013 23:22:22 +0000 (20:22 -0300)]
elm/wayland: Fix window resize when the window is rotated.

11 years agoelm_test/window_states: Add a checkbox for enabling fullscreen.
Rafael Antognolli [Wed, 24 Apr 2013 20:44:22 +0000 (17:44 -0300)]
elm_test/window_states: Add a checkbox for enabling fullscreen.

11 years agoelementary/naviframe - fix null pointer access on naviframe item deletion.
ChunEon Park [Thu, 25 Apr 2013 10:26:09 +0000 (19:26 +0900)]
elementary/naviframe - fix null pointer access on naviframe item deletion.

11 years ago[focus] update child_can_focus on parent, when an widget becomes focusable
Shinwoo Kim [Thu, 25 Apr 2013 05:59:39 +0000 (14:59 +0900)]
[focus] update child_can_focus on parent, when an widget becomes focusable

11 years agoelm_dbus_menu: Fix function signature for the !HAVE_ELDBUS case
Daniel Willmann [Wed, 24 Apr 2013 13:36:46 +0000 (14:36 +0100)]
elm_dbus_menu: Fix function signature for the !HAVE_ELDBUS case

The code path that gets compiled if we don't have eldbus was not
updated. This should fix build problems with older efl versions.

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoelementary - fix typo
ChunEon Park [Wed, 24 Apr 2013 03:29:53 +0000 (12:29 +0900)]
elementary - fix typo

11 years agoRename edbus->eldbus
Lucas De Marchi [Tue, 23 Apr 2013 16:05:43 +0000 (13:05 -0300)]
Rename edbus->eldbus

11 years agoelm_widget.h: removed duplicated function declaration. Thanks Ryuan for the report.
Daniel Juyung Seo [Tue, 23 Apr 2013 13:43:39 +0000 (22:43 +0900)]
elm_widget.h: removed duplicated function declaration. Thanks Ryuan for the report.

11 years agoelementary/fileselector_button - rename the internal func.
ChunEon Park [Tue, 23 Apr 2013 12:39:21 +0000 (21:39 +0900)]
elementary/fileselector_button - rename the internal func.

11 years agoelementary/fileselector_button, fileselector_entry, spinner - support language,change...
ChunEon Park [Tue, 23 Apr 2013 12:00:50 +0000 (21:00 +0900)]
elementary/fileselector_button, fileselector_entry, spinner - support language,changed callback.

11 years agoelementary - fix indentation
ChunEon Park [Tue, 23 Apr 2013 11:54:16 +0000 (20:54 +0900)]
elementary - fix indentation

11 years agoelementary - fix typo.
ChunEon Park [Tue, 23 Apr 2013 11:33:08 +0000 (20:33 +0900)]
elementary - fix typo.

11 years agoelementary/ctxpopup, hoversel, naviframe, multibuttonentry, popup, diskselector,...
ChunEon Park [Tue, 23 Apr 2013 11:30:15 +0000 (20:30 +0900)]
elementary/ctxpopup, hoversel, naviframe, multibuttonentry, popup, diskselector, list, menu, segment_control, toolbar  - support widget item language change

11 years agoAdd 'if' statement for safety
Jaehwan Kim [Tue, 23 Apr 2013 10:23:16 +0000 (19:23 +0900)]
Add 'if' statement for safety

11 years agoelementary/widget item - and add elm_object_item_domain_part_text_translatable_set().
ChunEon Park [Tue, 23 Apr 2013 08:11:28 +0000 (17:11 +0900)]
elementary/widget item - and add elm_object_item_domain_part_text_translatable_set().

11 years agoFix the scrolled entry in scroller is located wrong position when the cursor is changed.
Jaehwan Kim [Tue, 23 Apr 2013 08:01:25 +0000 (17:01 +0900)]
Fix the scrolled entry in scroller is located wrong position when the cursor is changed.
It is a scroller in scroller. In this case, it moved twice.

11 years agoelementary/widget - missed new apis eo descriptions.
ChunEon Park [Tue, 23 Apr 2013 07:56:06 +0000 (16:56 +0900)]
elementary/widget - missed new apis eo descriptions.

11 years agoelementary/widget - added elm_object_part_text_translatble_set()
ChunEon Park [Tue, 23 Apr 2013 07:49:49 +0000 (16:49 +0900)]
elementary/widget - added elm_object_part_text_translatble_set()

11 years agodata/themes: Fix distcheck
Daniel Willmann [Mon, 22 Apr 2013 17:05:30 +0000 (18:05 +0100)]
data/themes: Fix distcheck

Image file wants to be included

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoColorselector - selection in palette with up and down arrows is now possible
Yossi Kantor [Wed, 27 Mar 2013 13:25:46 +0000 (15:25 +0200)]
Colorselector - selection in palette with up and down arrows is now possible

11 years ago[access][navifram] revert accessibility focus chain
Shinwoo Kim [Mon, 22 Apr 2013 05:55:07 +0000 (14:55 +0900)]
[access][navifram] revert accessibility focus chain

11 years ago[access] make access object unfocusable, when accessibility is disabled
Shinwoo Kim [Mon, 22 Apr 2013 05:18:42 +0000 (14:18 +0900)]
[access] make access object unfocusable, when accessibility is disabled

11 years agoelm web: Fix build break when enabled ewebkit2
Ryuan Choi [Sat, 20 Apr 2013 08:09:50 +0000 (17:09 +0900)]
elm web: Fix build break when enabled ewebkit2

page_group was introduced after r145812 of webkit.
http://trac.webkit.org/changeset/145812

11 years agoelm_win.h : Removed 'rendered' which can make ambiguity.
Ryuan Choi [Fri, 19 Apr 2013 04:30:16 +0000 (13:30 +0900)]
elm_win.h : Removed 'rendered' which can make ambiguity.

11 years agotest_index.c: added index omit feature enable, disable option.
Daniel Juyung Seo [Thu, 18 Apr 2013 18:03:58 +0000 (03:03 +0900)]
test_index.c: added index omit feature enable, disable option.

11 years agoelm_index.h: added missing 'since' description. fixed documentation.
Daniel Juyung Seo [Thu, 18 Apr 2013 17:48:32 +0000 (02:48 +0900)]
elm_index.h: added missing 'since' description. fixed documentation.